Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-terms/lilyterm/
Date: Sun, 03 Feb 2019 14:08:24
Message-Id: 1549202871.ca642e13aecc57fe23152ddd4b7bed844653dab0.asturm@gentoo
1 commit: ca642e13aecc57fe23152ddd4b7bed844653dab0
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Wed Jan 30 17:20:48 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 3 14:07:51 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca642e13
7
8 x11-terms/lilyterm: drop old
9
10 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 x11-terms/lilyterm/lilyterm-0.9.9.4-r1.ebuild | 31 ---------------------------
14 1 file changed, 31 deletions(-)
15
16 diff --git a/x11-terms/lilyterm/lilyterm-0.9.9.4-r1.ebuild b/x11-terms/lilyterm/lilyterm-0.9.9.4-r1.ebuild
17 deleted file mode 100644
18 index 61340f581bf..00000000000
19 --- a/x11-terms/lilyterm/lilyterm-0.9.9.4-r1.ebuild
20 +++ /dev/null
21 @@ -1,31 +0,0 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=5
26 -inherit eutils
27 -
28 -DESCRIPTION="a terminal emulator based off of libvte that aims to be fast and lightweight"
29 -HOMEPAGE="https://lilyterm.luna.com.tw"
30 -LICENSE="GPL-3"
31 -SRC_URI="https://${PN}.luna.com.tw/file/${P}.tar.gz"
32 -
33 -SLOT="0"
34 -KEYWORDS="~amd64 ~x86"
35 -
36 -RDEPEND="
37 - x11-libs/vte:0
38 -"
39 -DEPEND="
40 - ${RDEPEND}
41 - dev-util/intltool
42 - sys-devel/gettext
43 - virtual/pkgconfig
44 -"
45 -
46 -DOCS=( AUTHORS ChangeLog README TODO )
47 -
48 -src_prepare() {
49 - epatch "${FILESDIR}"/${PN}-0.9.9.4-gettext.patch
50 -
51 - ./autogen.sh
52 -}