diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-08-24 14:52:23 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-08-24 14:52:23 +0000 |
commit | 1041ea5b3f5b6cd42bc9d2144736df5956552fca (patch) | |
tree | 699a27ffe7eb7036bc5cfe17df944bf5ac82c800 /games-action | |
parent | Using -pPR instead -a option in cp, bug #103487 (diff) | |
download | gentoo-2-1041ea5b3f5b6cd42bc9d2144736df5956552fca.tar.gz gentoo-2-1041ea5b3f5b6cd42bc9d2144736df5956552fca.tar.bz2 gentoo-2-1041ea5b3f5b6cd42bc9d2144736df5956552fca.zip |
Changed descent3 in SRC_URI to PN variable.
(Portage version: 1.589-cvs)
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/descent3/ChangeLog | 6 | ||||
-rw-r--r-- | games-action/descent3/descent3-1.4.0b.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/games-action/descent3/ChangeLog b/games-action/descent3/ChangeLog index 48bbbe42f7df..0665c2eb4b36 100644 --- a/games-action/descent3/ChangeLog +++ b/games-action/descent3/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-action/descent3 # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/descent3/ChangeLog,v 1.10 2005/06/09 20:40:10 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/descent3/ChangeLog,v 1.11 2005/08/24 14:52:23 wolf31o2 Exp $ + + 24 Aug 2005; Chris Gianelloni <wolf31o2@gentoo.org> + descent3-1.4.0b.ebuild: + Changed descent3 in SRC_URI to PN variable. 09 Jun 2005; Chris Gianelloni <wolf31o2@gentoo.org> descent3-1.4.0b.ebuild: diff --git a/games-action/descent3/descent3-1.4.0b.ebuild b/games-action/descent3/descent3-1.4.0b.ebuild index 667e61c046fc..e0c54c778189 100644 --- a/games-action/descent3/descent3-1.4.0b.ebuild +++ b/games-action/descent3/descent3-1.4.0b.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/descent3/descent3-1.4.0b.ebuild,v 1.10 2005/06/09 20:40:10 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/descent3/descent3-1.4.0b.ebuild,v 1.11 2005/08/24 14:52:23 wolf31o2 Exp $ inherit eutils games @@ -8,7 +8,7 @@ IUSE="nocd videos" DESCRIPTION="Descent 3 - 3-Dimensional indoor/outdoor spaceship combat" HOMEPAGE="http://www.lokigames.com/products/descent3/" SRC_URI="ftp://ftp.planetmirror.com/pub/lokigames/updates/${PN}/${PN}-1.4.0a-x86.run - ftp://ftp.planetmirror.com/pub/lokigames/updates/descent3/${P}-x86.run" + ftp://ftp.planetmirror.com/pub/lokigames/updates/${PN}/${P}-x86.run" LICENSE="LOKI-EULA" SLOT="0" |