diff options
author | Tristan Heaven <nyhm@gentoo.org> | 2009-10-05 16:56:22 +0000 |
---|---|---|
committer | Tristan Heaven <nyhm@gentoo.org> | 2009-10-05 16:56:22 +0000 |
commit | b7dd14e8478b4d929de7789aaa4de206c373613a (patch) | |
tree | 070736c5249668d32d64be92217a42bba901b679 /games-fps/ut2004-bonuspack-cbp1 | |
parent | alpha/arm/ia64/sparc stable wrt #287194 (diff) | |
download | gentoo-2-b7dd14e8478b4d929de7789aaa4de206c373613a.tar.gz gentoo-2-b7dd14e8478b4d929de7789aaa4de206c373613a.tar.bz2 gentoo-2-b7dd14e8478b4d929de7789aaa4de206c373613a.zip |
Use original zip file instead of third party installer, bug #130036
(Portage version: 2.2_rc43/cvs/Linux x86_64)
Diffstat (limited to 'games-fps/ut2004-bonuspack-cbp1')
-rw-r--r-- | games-fps/ut2004-bonuspack-cbp1/ChangeLog | 8 | ||||
-rw-r--r-- | games-fps/ut2004-bonuspack-cbp1/ut2004-bonuspack-cbp1-1-r2.ebuild | 18 |
2 files changed, 25 insertions, 1 deletions
diff --git a/games-fps/ut2004-bonuspack-cbp1/ChangeLog b/games-fps/ut2004-bonuspack-cbp1/ChangeLog index 5e9de3cff04a..fcd8b073086b 100644 --- a/games-fps/ut2004-bonuspack-cbp1/ChangeLog +++ b/games-fps/ut2004-bonuspack-cbp1/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for games-fps/ut2004-bonuspack-cbp1 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004-bonuspack-cbp1/ChangeLog,v 1.7 2009/10/04 14:17:23 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004-bonuspack-cbp1/ChangeLog,v 1.8 2009/10/05 16:56:22 nyhm Exp $ + +*ut2004-bonuspack-cbp1-1-r2 (05 Oct 2009) + + 05 Oct 2009; Tristan Heaven <nyhm@gentoo.org> + +ut2004-bonuspack-cbp1-1-r2.ebuild: + Use original zip file instead of third party installer, bug #130036 04 Oct 2009; Tristan Heaven <nyhm@gentoo.org> ut2004-bonuspack-cbp1-1-r1.ebuild: diff --git a/games-fps/ut2004-bonuspack-cbp1/ut2004-bonuspack-cbp1-1-r2.ebuild b/games-fps/ut2004-bonuspack-cbp1/ut2004-bonuspack-cbp1-1-r2.ebuild new file mode 100644 index 000000000000..f0c959ecd4fe --- /dev/null +++ b/games-fps/ut2004-bonuspack-cbp1/ut2004-bonuspack-cbp1-1-r2.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004-bonuspack-cbp1/ut2004-bonuspack-cbp1-1-r2.ebuild,v 1.1 2009/10/05 16:56:22 nyhm Exp $ + +EAPI=2 + +MOD_DESC="UT2003 Community Bonus Pack repacked for UT2004" +MOD_NAME="Community Bonus Pack Volume 1" + +inherit games games-mods + +HOMEPAGE="http://www.planetunreal.com/cbp/" +SRC_URI="http://downloads.unrealadmin.org/UT2004/BonusPack/cbp1.zip + http://files.volved.com/qsr/ut2004_map_packs/cbp1.zip" + +LICENSE="freedist" +KEYWORDS="~amd64 ~x86" +IUSE="" |