diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2004-04-19 21:09:06 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2004-04-19 21:09:06 +0000 |
commit | 028c4b3f25c1b3ef7bb18ba23c9483d5e81dd305 (patch) | |
tree | 553f28d9e25d3d517688697c029cbf2d2bbe99d5 /games-fps/rtcw | |
parent | Added ~alpha to keywords. (Manifest recommit) (diff) | |
download | gentoo-2-028c4b3f25c1b3ef7bb18ba23c9483d5e81dd305.tar.gz gentoo-2-028c4b3f25c1b3ef7bb18ba23c9483d5e81dd305.tar.bz2 gentoo-2-028c4b3f25c1b3ef7bb18ba23c9483d5e81dd305.zip |
Fixing SRC_URI and closing bug #48396.
Diffstat (limited to 'games-fps/rtcw')
-rw-r--r-- | games-fps/rtcw/ChangeLog | 7 | ||||
-rw-r--r-- | games-fps/rtcw/rtcw-1.41.ebuild | 6 |
2 files changed, 7 insertions, 6 deletions
diff --git a/games-fps/rtcw/ChangeLog b/games-fps/rtcw/ChangeLog index efefb1055228..a8571d287da0 100644 --- a/games-fps/rtcw/ChangeLog +++ b/games-fps/rtcw/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-fps/rtcw -# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/rtcw/ChangeLog,v 1.7 2003/12/13 16:22:51 wolf31o2 Exp $ +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-fps/rtcw/ChangeLog,v 1.8 2004/04/19 21:09:06 wolf31o2 Exp $ + + 19 Apr 2004; Chris Gianelloni <wolf31o2@gentoo.org> rtcw-1.41.ebuild: + Fixing SRC_URI and closing bug #48396. 13 Dec 2003; Chris Gianelloni <wolf31o2@gentoo.org> rtcw-1.41.ebuild: Fixed SRC_URI location for patches. Closing bug #35730. diff --git a/games-fps/rtcw/rtcw-1.41.ebuild b/games-fps/rtcw/rtcw-1.41.ebuild index b21a36a44a12..0d17682b6a5b 100644 --- a/games-fps/rtcw/rtcw-1.41.ebuild +++ b/games-fps/rtcw/rtcw-1.41.ebuild @@ -4,10 +4,8 @@ inherit games DESCRIPTION="Return to Castle Wolfenstein - Long awaited sequel to Wolfenstein 3D" -SRC_URI="ftp://ftp.idsoftware.com/idstuff/wolf/linux/wolf-linux-1.4-full.x86.run - ftp://3dgamers.in-span.net/pub/3dgamers4/games/returnwolfenstein/wolf-linux-1.4-full.x86.run - ftp://ftp.idsoftware.com/idstuff/wolf/linux/wolf-linux-update-${PV}.x86.run - ftp://3dgamers.in-span.net/pub/3dgamers4/games/returnwolfenstein/wolf-linux-update-${PV}.x86.run" +SRC_URI="ftp://ftp.idsoftware.com/idstuff/wolf/linux/wolf-linux-1.41-3.x86.run + ftp://3dgamers.in-span.net/pub/3dgamers4/games/returnwolfenstein/wolf-linux-1.41-3.x86.run" HOMEPAGE="http://games.activision.com/games/wolfenstein/" |