summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRussell Harmon <russ@eatnumber1.com>2010-04-08 04:28:11 -0400
committerRussell Harmon <russ@eatnumber1.com>2010-04-08 04:28:11 -0400
commit402ce2cb7c8a2c3d0e4337359e1d933cd0041161 (patch)
tree6060a4f275ce5b5220ad3eb266ec0db5040e199e /games-strategy
parentAdd dependency on dev-lang/perl for pod2man (diff)
downloadeatnumber1-402ce2cb7c8a2c3d0e4337359e1d933cd0041161.tar.gz
eatnumber1-402ce2cb7c8a2c3d0e4337359e1d933cd0041161.tar.bz2
eatnumber1-402ce2cb7c8a2c3d0e4337359e1d933cd0041161.zip
Add rftg ebuild.
Diffstat (limited to 'games-strategy')
-rw-r--r--games-strategy/rftg/rftg-0.6.1.ebuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/games-strategy/rftg/rftg-0.6.1.ebuild b/games-strategy/rftg/rftg-0.6.1.ebuild
new file mode 100644
index 0000000..534b6d3
--- /dev/null
+++ b/games-strategy/rftg/rftg-0.6.1.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="2"
+
+inherit games
+
+DESCRIPTION="This is a project to create artificial intelligence opponent(s) for the card game Race for the Galaxy."
+HOMEPAGE="http://keldon.net/rftg/"
+SRC_URI="http://warpcore.org/rftg/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+