Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-terms/lilyterm/
Date: Sat, 28 Jul 2018 11:38:56
Message-Id: 1532777922.6b8e3987614e8db9f3d1a425a496744e03c60d84.jer@gentoo
1 commit: 6b8e3987614e8db9f3d1a425a496744e03c60d84
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 28 11:17:43 2018 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 28 11:38:42 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b8e3987
7
8 x11-terms/lilyterm: Old.
9
10 Package-Manager: Portage-2.3.43, Repoman-2.3.10
11
12 x11-terms/lilyterm/lilyterm-0.9.9.4.ebuild | 29 -----------------------------
13 1 file changed, 29 deletions(-)
14
15 diff --git a/x11-terms/lilyterm/lilyterm-0.9.9.4.ebuild b/x11-terms/lilyterm/lilyterm-0.9.9.4.ebuild
16 deleted file mode 100644
17 index 1cf81a31258..00000000000
18 --- a/x11-terms/lilyterm/lilyterm-0.9.9.4.ebuild
19 +++ /dev/null
20 @@ -1,29 +0,0 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=5
25 -
26 -DESCRIPTION="a terminal emulator based off of libvte that aims to be fast and lightweight"
27 -HOMEPAGE="https://lilyterm.luna.com.tw"
28 -LICENSE="GPL-3"
29 -SRC_URI="https://${PN}.luna.com.tw/file/${P}.tar.gz"
30 -
31 -SLOT="0"
32 -KEYWORDS="~amd64 ~x86"
33 -IUSE=""
34 -
35 -RDEPEND="
36 - x11-libs/vte:0
37 -"
38 -DEPEND="
39 - ${RDEPEND}
40 - dev-util/intltool
41 - sys-devel/gettext
42 - virtual/pkgconfig
43 -"
44 -
45 -DOCS=( AUTHORS ChangeLog README TODO )
46 -
47 -src_prepare() {
48 - ./autogen.sh
49 -}