Gentoo Archives: gentoo-commits

From: Austin English <wizardedit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-util/xgame-gtk2/
Date: Wed, 29 Jun 2016 22:19:09
Message-Id: 1467238613.7eab016ff02ff4a54604eac318ae6a32b5bc9ef8.wizardedit@gentoo
1 commit: 7eab016ff02ff4a54604eac318ae6a32b5bc9ef8
2 Author: Austin English <wizardedit <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 29 22:16:41 2016 +0000
4 Commit: Austin English <wizardedit <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 29 22:16:53 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7eab016f
7
8 games-util/xgame-gtk2: remove depreacted games eclass
9
10 Also update to EAPI 6
11
12 Gentoo-Bug: https://bugs.gentoo.org/574082
13
14 Package-Manager: portage-2.2.28
15
16 games-util/xgame-gtk2/xgame-gtk2-2.0.2-r1.ebuild | 22 ++++++++++++++++++++++
17 1 file changed, 22 insertions(+)
18
19 diff --git a/games-util/xgame-gtk2/xgame-gtk2-2.0.2-r1.ebuild b/games-util/xgame-gtk2/xgame-gtk2-2.0.2-r1.ebuild
20 new file mode 100644
21 index 0000000..fb6dfa2
22 --- /dev/null
23 +++ b/games-util/xgame-gtk2/xgame-gtk2-2.0.2-r1.ebuild
24 @@ -0,0 +1,22 @@
25 +# Copyright 1999-2016 Gentoo Foundation
26 +# Distributed under the terms of the GNU General Public License v2
27 +# $Id$
28 +
29 +EAPI=6
30 +
31 +DESCRIPTION="Run games in a separate X session"
32 +HOMEPAGE="http://xgame.tlhiv.com/"
33 +SRC_URI="http://downloads.tlhiv.com/xgame/${P}.tar.gz"
34 +
35 +LICENSE="GPL-2"
36 +SLOT="0"
37 +KEYWORDS="~amd64 ~ppc ~x86"
38 +IUSE=""
39 +
40 +RDEPEND="dev-lang/perl
41 + >=dev-perl/gtk2-perl-1.040"
42 +
43 +src_install() {
44 + default
45 + dobin xgame-gtk2
46 +}