diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2010-11-09 15:13:43 +0000 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2010-11-09 15:13:43 +0000 |
commit | f1343286e45f1997fdd873a715bee25c1048dfa3 (patch) | |
tree | 5b143924f8cead5cab6e12fc7914f28351f32140 /games-server | |
parent | Version bump, we switched to the git tag of the gitorious repo http://gitorio... (diff) | |
download | gentoo-2-f1343286e45f1997fdd873a715bee25c1048dfa3.tar.gz gentoo-2-f1343286e45f1997fdd873a715bee25c1048dfa3.tar.bz2 gentoo-2-f1343286e45f1997fdd873a715bee25c1048dfa3.zip |
Fixing patch mirror. Bug #343301
(Portage version: 2.1.9.24/cvs/Linux i686)
Diffstat (limited to 'games-server')
-rw-r--r-- | games-server/ut2004-ded/ChangeLog | 6 | ||||
-rw-r--r-- | games-server/ut2004-ded/ut2004-ded-3369.3-r1.ebuild | 5 |
2 files changed, 7 insertions, 4 deletions
diff --git a/games-server/ut2004-ded/ChangeLog b/games-server/ut2004-ded/ChangeLog index 49f3e8592eba..87756d505768 100644 --- a/games-server/ut2004-ded/ChangeLog +++ b/games-server/ut2004-ded/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-server/ut2004-ded # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-server/ut2004-ded/ChangeLog,v 1.24 2010/10/30 01:18:29 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-server/ut2004-ded/ChangeLog,v 1.25 2010/11/09 15:13:43 tupone Exp $ + + 09 Nov 2010; Tupone Alfredo <tupone@gentoo.org> + ut2004-ded-3369.3-r1.ebuild: + Fixing patch mirror. Bug #343301 30 Oct 2010; Michael Sterrett <mr_bones_@gentoo.org> ut2004-ded-3369.3-r1.ebuild: diff --git a/games-server/ut2004-ded/ut2004-ded-3369.3-r1.ebuild b/games-server/ut2004-ded/ut2004-ded-3369.3-r1.ebuild index 80919375ef9c..a5f6e98370d8 100644 --- a/games-server/ut2004-ded/ut2004-ded-3369.3-r1.ebuild +++ b/games-server/ut2004-ded/ut2004-ded-3369.3-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-server/ut2004-ded/ut2004-ded-3369.3-r1.ebuild,v 1.2 2010/10/30 01:18:29 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-server/ut2004-ded/ut2004-ded-3369.3-r1.ebuild,v 1.3 2010/11/09 15:13:43 tupone Exp $ EAPI=2 inherit games @@ -11,10 +11,9 @@ DESCRIPTION="Unreal Tournament 2004 Linux Dedicated Server" HOMEPAGE="http://www.unrealtournament.com/" SRC_URI="mirror://3dgamers/unrealtourn2k4/${BONUSPACK_P} http://downloads.unrealadmin.org/UT2004/Server/${BONUSPACK_P} - http://downloads.unrealadmin.org/UT2004/Patches/Linux/${BONUSPACK_P} http://sonic-lux.net/data/mirror/ut2004/${BONUSPACK_P} mirror://3dgamers/unrealtourn2k4/${PATCH_P} - http://downloads.unrealadmin.org/UT2004/Server/${PATCH_P} + http://downloads.unrealadmin.org/UT2004/Patches/Linux/${PATCH_P} http://sonic-lux.net/data/mirror/ut2004/${PATCH_P} mirror://gentoo/ut2004-v${PV/./-}-linux-dedicated.7z" |