Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-board/teg/
Date: Tue, 02 Jun 2020 16:33:37
Message-Id: 1591114695.44fb2f6870fa138cbcb871ee3822d0fe0900cda6.asturm@gentoo
1 commit: 44fb2f6870fa138cbcb871ee3822d0fe0900cda6
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 2 16:18:15 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 2 16:18:15 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44fb2f68
7
8 games-board/teg: Drop 0.11.2 (r0), EAPI-5--
9
10 Package-Manager: Portage-2.3.100, Repoman-2.3.22
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 games-board/teg/teg-0.11.2.ebuild | 22 ----------------------
14 1 file changed, 22 deletions(-)
15
16 diff --git a/games-board/teg/teg-0.11.2.ebuild b/games-board/teg/teg-0.11.2.ebuild
17 deleted file mode 100644
18 index c4525b381ad..00000000000
19 --- a/games-board/teg/teg-0.11.2.ebuild
20 +++ /dev/null
21 @@ -1,22 +0,0 @@
22 -# Copyright 1999-2015 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=5
26 -inherit gnome2
27 -
28 -DESCRIPTION="Gnome Risk Clone"
29 -HOMEPAGE="http://teg.sourceforge.net/"
30 -SRC_URI="mirror://sourceforge/teg/${P}.tar.gz"
31 -
32 -LICENSE="GPL-2"
33 -SLOT="0"
34 -KEYWORDS="~amd64 ~ppc64 ~x86"
35 -IUSE="nls"
36 -
37 -RDEPEND="dev-libs/glib:2
38 - gnome-base/libgnomeui
39 - gnome-base/libgnome
40 - nls? ( virtual/libintl )"
41 -DEPEND="${RDEPEND}
42 - app-text/htmltidy
43 - nls? ( sys-devel/gettext )"