summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2019-01-30 18:20:48 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2019-02-03 15:07:51 +0100
commitca642e13aecc57fe23152ddd4b7bed844653dab0 (patch)
tree221198fa4462d936500e4846bb5cdaa539f6cbbf /x11-terms/lilyterm
parentx11-misc/easystroke: drop old (diff)
downloadgentoo-ca642e13aecc57fe23152ddd4b7bed844653dab0.tar.gz
gentoo-ca642e13aecc57fe23152ddd4b7bed844653dab0.tar.bz2
gentoo-ca642e13aecc57fe23152ddd4b7bed844653dab0.zip
x11-terms/lilyterm: drop old
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'x11-terms/lilyterm')
-rw-r--r--x11-terms/lilyterm/lilyterm-0.9.9.4-r1.ebuild31
1 files changed, 0 insertions, 31 deletions
diff --git a/x11-terms/lilyterm/lilyterm-0.9.9.4-r1.ebuild b/x11-terms/lilyterm/lilyterm-0.9.9.4-r1.ebuild
deleted file mode 100644
index 61340f581bf2..000000000000
--- a/x11-terms/lilyterm/lilyterm-0.9.9.4-r1.ebuild
+++ /dev/null
@@ -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
-}