diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-06-27 20:48:31 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-06-27 20:48:31 +0000 |
commit | 9626d10917130760391ed530112f073c654bf3e9 (patch) | |
tree | 1542b864fa7129ef717463edfbb1bedad0d40e51 /games-strategy | |
parent | Fix sed of default.defs so that it works with CC that has path it, and so the... (diff) | |
download | gentoo-2-9626d10917130760391ed530112f073c654bf3e9.tar.gz gentoo-2-9626d10917130760391ed530112f073c654bf3e9.tar.bz2 gentoo-2-9626d10917130760391ed530112f073c654bf3e9.zip |
Added www to the beginning of HOMEPAGE/SRC_URI and closing bug #137740.
(Portage version: 2.1.1_pre1-r2)
Diffstat (limited to 'games-strategy')
-rw-r--r-- | games-strategy/netherearth/ChangeLog | 8 | ||||
-rw-r--r-- | games-strategy/netherearth/netherearth-0.52.ebuild | 10 |
2 files changed, 11 insertions, 7 deletions
diff --git a/games-strategy/netherearth/ChangeLog b/games-strategy/netherearth/ChangeLog index 9158c1c1c219..5d862a180102 100644 --- a/games-strategy/netherearth/ChangeLog +++ b/games-strategy/netherearth/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-strategy/netherearth -# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/netherearth/ChangeLog,v 1.1 2005/09/08 18:27:06 ticho Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/netherearth/ChangeLog,v 1.2 2006/06/27 20:48:31 wolf31o2 Exp $ + + 27 Jun 2006; Chris Gianelloni <wolf31o2@gentoo.org> + netherearth-0.52.ebuild: + Added www to the beginning of HOMEPAGE/SRC_URI and closing bug #137740. *netherearth-0.52 (08 Sep 2005) diff --git a/games-strategy/netherearth/netherearth-0.52.ebuild b/games-strategy/netherearth/netherearth-0.52.ebuild index c2ec19b75d62..325479dbe2af 100644 --- a/games-strategy/netherearth/netherearth-0.52.ebuild +++ b/games-strategy/netherearth/netherearth-0.52.ebuild @@ -1,14 +1,14 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/netherearth/netherearth-0.52.ebuild,v 1.2 2005/09/08 19:03:24 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/netherearth/netherearth-0.52.ebuild,v 1.3 2006/06/27 20:48:31 wolf31o2 Exp $ inherit eutils games MY_PV="${PV/./}" DESCRIPTION="A remake of the SPECTRUM game Nether Earth." -HOMEPAGE="http://braingames.getput.com/nether/" -SRC_URI="http://braingames.getput.com/nether/sources.zip - http://braingames.getput.com/nether/${PN}${MY_PV}.zip" +HOMEPAGE="http://www.braingames.getput.com/nether/" +SRC_URI="http://www.braingames.getput.com/nether/sources.zip + http://www.braingames.getput.com/nether/${PN}${MY_PV}.zip" LICENSE="as-is" SLOT="0" |