diff options
author | Tristan Heaven <nyhm@gentoo.org> | 2007-09-08 21:40:58 +0000 |
---|---|---|
committer | Tristan Heaven <nyhm@gentoo.org> | 2007-09-08 21:40:58 +0000 |
commit | e089d8b8cc85e091efb2a073db8f3a1db7dffc74 (patch) | |
tree | 9ebaab818b2c21f4d5b5f0fe6a7296e1d226b2de /games-strategy/ufo-ai | |
parent | Marked ppc/ppc64 stable for bug #191615. (diff) | |
download | gentoo-2-e089d8b8cc85e091efb2a073db8f3a1db7dffc74.tar.gz gentoo-2-e089d8b8cc85e091efb2a073db8f3a1db7dffc74.tar.bz2 gentoo-2-e089d8b8cc85e091efb2a073db8f3a1db7dffc74.zip |
HOMEPAGE update, bug #191694
(Portage version: 2.1.3.9)
Diffstat (limited to 'games-strategy/ufo-ai')
-rw-r--r-- | games-strategy/ufo-ai/ChangeLog | 5 | ||||
-rw-r--r-- | games-strategy/ufo-ai/ufo-ai-2.1.1.ebuild | 11 |
2 files changed, 6 insertions, 10 deletions
diff --git a/games-strategy/ufo-ai/ChangeLog b/games-strategy/ufo-ai/ChangeLog index d8f7d3257ae7..452027a488ff 100644 --- a/games-strategy/ufo-ai/ChangeLog +++ b/games-strategy/ufo-ai/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-strategy/ufo-ai # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/ufo-ai/ChangeLog,v 1.14 2007/08/21 19:04:06 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/ufo-ai/ChangeLog,v 1.15 2007/09/08 21:40:58 nyhm Exp $ + + 08 Sep 2007; Tristan Heaven <nyhm@gentoo.org> ufo-ai-2.1.1.ebuild: + HOMEPAGE update, bug #191694 21 Aug 2007; Michael Sterrett <mr_bones_@gentoo.org> ufo-ai-2.1.1.ebuild: fix HOMEPAGE; tidy 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 -} |