diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-04-12 15:44:16 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-04-12 15:44:16 +0000 |
commit | 559e77b2aed91d6df484a1d96217f6ffbd1816e9 (patch) | |
tree | ba55c2090c45876b9f18f9550f6cbb5994307f51 /games-fps/ut2003-demo/ut2003-demo-2206-r3.ebuild | |
parent | proper version (diff) | |
download | gentoo-2-559e77b2aed91d6df484a1d96217f6ffbd1816e9.tar.gz gentoo-2-559e77b2aed91d6df484a1d96217f6ffbd1816e9.tar.bz2 gentoo-2-559e77b2aed91d6df484a1d96217f6ffbd1816e9.zip |
Moved misc.tar.bz2 to mirrors... saved 31k from the portage tree... w00t...
(Portage version: 2.0.51.19)
Diffstat (limited to 'games-fps/ut2003-demo/ut2003-demo-2206-r3.ebuild')
-rw-r--r-- | games-fps/ut2003-demo/ut2003-demo-2206-r3.ebuild | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/games-fps/ut2003-demo/ut2003-demo-2206-r3.ebuild b/games-fps/ut2003-demo/ut2003-demo-2206-r3.ebuild index df0f24f60a9a..42ab13ee9b82 100644 --- a/games-fps/ut2003-demo/ut2003-demo-2206-r3.ebuild +++ b/games-fps/ut2003-demo/ut2003-demo-2206-r3.ebuild @@ -1,13 +1,14 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2003-demo/ut2003-demo-2206-r3.ebuild,v 1.7 2004/08/12 11:25:12 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2003-demo/ut2003-demo-2206-r3.ebuild,v 1.8 2005/04/12 15:44:15 wolf31o2 Exp $ inherit games DESCRIPTION="Unreal Tournament 2003 Demo" HOMEPAGE="http://www.ut2003.com/" SRC_URI="http://unreal.epicgames.com/linux/ut2003/ut2003demo-lnx-${PV}.sh.bin - http://download.factoryunreal.com/mirror/UT2003CrashFix.zip" + http://download.factoryunreal.com/mirror/UT2003CrashFix.zip + http://dev.gentoo.org/~wolf31o2/sources/${PN}/${PN}-misc.tar.bz2" LICENSE="ut2003-demo" SLOT="0" @@ -43,7 +44,7 @@ src_install() { dodir "${dir}" tar -jxvf ut2003lnx_demo.tar.bz2 -C "${Ddir}" || die - tar -jxvf "${FILESDIR}/misc.tar.bz2" -C "${Ddir}" || die + tar -jxvf "${DISTDIR}/${PN}-misc.tar.bz2" -C "${Ddir}" || die # fix the benchmark configurations to use SDL rather than the Windows driver for f in MaxDetail.ini MinDetail.ini ; do |