diff options
author | Tristan Heaven <tristan@gentoo.org> | 2007-09-08 21:40:58 +0000 |
---|---|---|
committer | Tristan Heaven <tristan@gentoo.org> | 2007-09-08 21:40:58 +0000 |
commit | f9c4c3ff98194d40b7594ac617ef25171f64d09c (patch) | |
tree | 5a33f716dd0ee04d2830193253a9c87264c36f4d /games-strategy/ufo-ai/ufo-ai-2.1.1.ebuild | |
parent | Marked ppc/ppc64 stable for bug #191615. (diff) | |
download | historical-f9c4c3ff98194d40b7594ac617ef25171f64d09c.tar.gz historical-f9c4c3ff98194d40b7594ac617ef25171f64d09c.tar.bz2 historical-f9c4c3ff98194d40b7594ac617ef25171f64d09c.zip |
HOMEPAGE update, bug #191694
Package-Manager: portage-2.1.3.9
Diffstat (limited to 'games-strategy/ufo-ai/ufo-ai-2.1.1.ebuild')
-rw-r--r-- | games-strategy/ufo-ai/ufo-ai-2.1.1.ebuild | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/games-strategy/ufo-ai/ufo-ai-2.1.1.ebuild b/games-strategy/ufo-ai/ufo-ai-2.1.1.ebuild index 945435456c24..575392f40228 100644 --- a/games-strategy/ufo-ai/ufo-ai-2.1.1.ebuild +++ b/games-strategy/ufo-ai/ufo-ai-2.1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/ufo-ai/ufo-ai-2.1.1.ebuild,v 1.2 2007/08/21 19:04:06 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/ufo-ai/ufo-ai-2.1.1.ebuild,v 1.3 2007/09/08 21:40:58 nyhm Exp $ inherit eutils autotools games @@ -8,7 +8,7 @@ MY_PV=${PV/_rc/-RC} MY_P="ufoai-${MY_PV}" DESCRIPTION="UFO: Alien Invasion - X-COM inspired strategy game" -HOMEPAGE="http://www.ufoai.net/" +HOMEPAGE="http://ufoai.ninex.info/" SRC_URI="mirror://sourceforge/ufoai/music.tar.bz2 mirror://sourceforge/ufoai/${MY_P}-data.tar mirror://sourceforge/ufoai/${MY_P}-source.tar.bz2 @@ -142,10 +142,3 @@ src_install() { prepgamesdirs } - -pkg_postinst() { - games_pkg_postinst - - elog "To play the game, run: ${PN}" - echo -} |