From 402ce2cb7c8a2c3d0e4337359e1d933cd0041161 Mon Sep 17 00:00:00 2001 From: Russell Harmon Date: Thu, 8 Apr 2010 04:28:11 -0400 Subject: Add rftg ebuild. --- games-strategy/rftg/rftg-0.6.1.ebuild | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 games-strategy/rftg/rftg-0.6.1.ebuild 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}" + -- cgit v1.2.3-65-gdbad