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/
Date: Wed, 29 Jun 2016 22:19:09
Message-Id: 1467238613.cf7d59447881f4e83500175e4af379524b3f555e.wizardedit@gentoo
1 commit: cf7d59447881f4e83500175e4af379524b3f555e
2 Author: Austin English <wizardedit <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 29 22:11:39 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=cf7d5944
7
8 games-util/xgame: remove deprecated games eclass
9
10 Gentoo-Bug: https://bugs.gentoo.org/574082
11
12 Package-Manager: portage-2.2.28
13
14 games-util/xgame/xgame-1.7.1-r1.ebuild | 22 ++++++++++++++++++++++
15 1 file changed, 22 insertions(+)
16
17 diff --git a/games-util/xgame/xgame-1.7.1-r1.ebuild b/games-util/xgame/xgame-1.7.1-r1.ebuild
18 new file mode 100644
19 index 0000000..b6f6e06
20 --- /dev/null
21 +++ b/games-util/xgame/xgame-1.7.1-r1.ebuild
22 @@ -0,0 +1,22 @@
23 +# Copyright 1999-2016 Gentoo Foundation
24 +# Distributed under the terms of the GNU General Public License v2
25 +# $Id$
26 +
27 +EAPI=6
28 +
29 +DESCRIPTION="Run games in a separate X session"
30 +HOMEPAGE="http://xgame.tlhiv.com/"
31 +SRC_URI="http://downloads.tlhiv.com/xgame/${P}.tar.gz"
32 +
33 +LICENSE="GPL-2"
34 +SLOT="0"
35 +KEYWORDS="~amd64 ~ppc ~x86"
36 +IUSE=""
37 +
38 +DEPEND=
39 +RDEPEND="dev-lang/perl"
40 +
41 +src_install() {
42 + default
43 + dobin xgame
44 +}