diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-04-14 20:27:24 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-04-14 20:27:24 +0000 |
commit | ce88440baff38c547fb724331ba39871e0008f24 (patch) | |
tree | 40359d5c0bf39d683f855652287ff311c88d23e5 /games-strategy | |
parent | add eutils back in (Manifest recommit) (diff) | |
download | gentoo-2-ce88440baff38c547fb724331ba39871e0008f24.tar.gz gentoo-2-ce88440baff38c547fb724331ba39871e0008f24.tar.bz2 gentoo-2-ce88440baff38c547fb724331ba39871e0008f24.zip |
inherit eutils
Diffstat (limited to 'games-strategy')
-rw-r--r-- | games-strategy/ufo-ai/ufo-ai-0.10.040218.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games-strategy/ufo-ai/ufo-ai-0.10.040218.ebuild b/games-strategy/ufo-ai/ufo-ai-0.10.040218.ebuild index d63273df1b23..c5b5dc712d2f 100644 --- a/games-strategy/ufo-ai/ufo-ai-0.10.040218.ebuild +++ b/games-strategy/ufo-ai/ufo-ai-0.10.040218.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/ufo-ai/ufo-ai-0.10.040218.ebuild,v 1.6 2004/03/11 22:08:09 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/ufo-ai/ufo-ai-0.10.040218.ebuild,v 1.7 2004/04/14 20:27:24 mr_bones_ Exp $ -inherit games +inherit eutils games DESCRIPTION="UFO: Alien Invasion - X-COM inspired strategy game" +HOMEPAGE="http://ufo.myexp.de/" SRC_URI="http://n.ethz.ch/student/dbeyeler/download/ufoai_source_040218.zip http://people.ee.ethz.ch/~baepeter/linux_ufoaidemo.zip" -HOMEPAGE="http://ufo.myexp.de/" KEYWORDS="~x86 ~ppc" SLOT="0" |