diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2009-02-17 01:05:44 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2009-02-17 01:05:44 +0000 |
commit | f5d5d838017af1aaee541ffd09faba47372c1adc (patch) | |
tree | 748e278926be594e630804fa5c0305a2857b8d33 /games-fps/ut2003-bonuspack-epic | |
parent | Version bump. (diff) | |
download | gentoo-2-f5d5d838017af1aaee541ffd09faba47372c1adc.tar.gz gentoo-2-f5d5d838017af1aaee541ffd09faba47372c1adc.tar.bz2 gentoo-2-f5d5d838017af1aaee541ffd09faba47372c1adc.zip |
the direct download locations went away (bug #224793)
(Portage version: 2.1.6.4/cvs/Linux 2.6.28.1 i686)
Diffstat (limited to 'games-fps/ut2003-bonuspack-epic')
-rw-r--r-- | games-fps/ut2003-bonuspack-epic/ChangeLog | 8 | ||||
-rw-r--r-- | games-fps/ut2003-bonuspack-epic/ut2003-bonuspack-epic-1.ebuild | 15 |
2 files changed, 15 insertions, 8 deletions
diff --git a/games-fps/ut2003-bonuspack-epic/ChangeLog b/games-fps/ut2003-bonuspack-epic/ChangeLog index ad98291222a0..c6476b9877d1 100644 --- a/games-fps/ut2003-bonuspack-epic/ChangeLog +++ b/games-fps/ut2003-bonuspack-epic/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-fps/ut2003-bonuspack-epic -# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2003-bonuspack-epic/ChangeLog,v 1.18 2008/07/28 16:43:36 wolf31o2 Exp $ +# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2003-bonuspack-epic/ChangeLog,v 1.19 2009/02/17 01:05:44 mr_bones_ Exp $ + + 17 Feb 2009; Michael Sterrett <mr_bones_@gentoo.org> + ut2003-bonuspack-epic-1.ebuild: + the direct download locations went away (bug #224793) 28 Jul 2008; Chris Gianelloni <wolf31o2@gentoo.org> metadata.xml: Removing myself from metadata.xml since I am retiring from the project. diff --git a/games-fps/ut2003-bonuspack-epic/ut2003-bonuspack-epic-1.ebuild b/games-fps/ut2003-bonuspack-epic/ut2003-bonuspack-epic-1.ebuild index 75cde69fd1fc..4ca8bc28299f 100644 --- a/games-fps/ut2003-bonuspack-epic/ut2003-bonuspack-epic-1.ebuild +++ b/games-fps/ut2003-bonuspack-epic/ut2003-bonuspack-epic-1.ebuild @@ -1,20 +1,18 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2003-bonuspack-epic/ut2003-bonuspack-epic-1.ebuild,v 1.15 2008/02/15 01:24:16 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2003-bonuspack-epic/ut2003-bonuspack-epic-1.ebuild,v 1.16 2009/02/17 01:05:44 mr_bones_ Exp $ inherit games IUSE="" DESCRIPTION="Epic Bonus Pack for UT2003" HOMEPAGE="http://www.unrealtournament2003.com/" -SRC_URI="ftp://ftp.infogrames.net/misc/ut2003/UT2003-epicbonuspackone.exe - http://fragzone.medialt.ru/files/Unreal%20Tournament/Patches/UT2003-epicbonuspackone.exe - http://www.edgefiles.com/download/dl3.edgefiles.com/unrealgaming.com/www/ut2003/bonuspack/UT2003-epicbonuspackone.exe" +SRC_URI="UT2003-epicbonuspackone.exe" LICENSE="ut2003" SLOT="1" KEYWORDS="x86" -RESTRICT="mirror strip" +RESTRICT="fetch strip" DEPEND="app-arch/unzip" RDEPEND="games-fps/ut2003" @@ -24,6 +22,11 @@ S=${WORKDIR}/UT2003-BonusPack dir=${GAMES_PREFIX_OPT}/ut2003 Ddir=${D}/${dir} +pkg_nofetch() { + einfo "Please download ${A} and put it into ${DISTDIR}" + einfo "http://files.filefront.com/ut2003+epicbonuspackoneexe/;826445;/fileinfo.html" +} + src_unpack() { unzip -qq "${DISTDIR}"/${A} || die "unpacking" # This is done since the files are the same |