mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
x11-terms/lilyterm: drop old
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
committed by
Andreas Sturmlechner
parent
86aba157f2
commit
ca642e13ae
@@ -1,31 +0,0 @@
|
||||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=5
|
||||
inherit eutils
|
||||
|
||||
DESCRIPTION="a terminal emulator based off of libvte that aims to be fast and lightweight"
|
||||
HOMEPAGE="https://lilyterm.luna.com.tw"
|
||||
LICENSE="GPL-3"
|
||||
SRC_URI="https://${PN}.luna.com.tw/file/${P}.tar.gz"
|
||||
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
RDEPEND="
|
||||
x11-libs/vte:0
|
||||
"
|
||||
DEPEND="
|
||||
${RDEPEND}
|
||||
dev-util/intltool
|
||||
sys-devel/gettext
|
||||
virtual/pkgconfig
|
||||
"
|
||||
|
||||
DOCS=( AUTHORS ChangeLog README TODO )
|
||||
|
||||
src_prepare() {
|
||||
epatch "${FILESDIR}"/${PN}-0.9.9.4-gettext.patch
|
||||
|
||||
./autogen.sh
|
||||
}
|
||||
Reference in New Issue
Block a user