diff options
author | Tristan Heaven <nyhm@gentoo.org> | 2009-10-04 13:26:41 +0000 |
---|---|---|
committer | Tristan Heaven <nyhm@gentoo.org> | 2009-10-04 13:26:41 +0000 |
commit | 2e7367cd58762d428c3da3a0a4ea408186eb86cd (patch) | |
tree | 32e7d28af37d84c3a49346f5f2b1f3a3a709b7bb /games-fps/ut2004-bonuspack-cbp1 | |
parent | stable x86, bug 283396 (diff) | |
download | gentoo-2-2e7367cd58762d428c3da3a0a4ea408186eb86cd.tar.gz gentoo-2-2e7367cd58762d428c3da3a0a4ea408186eb86cd.tar.bz2 gentoo-2-2e7367cd58762d428c3da3a0a4ea408186eb86cd.zip |
EAPI=2; disable installation of init script and remove dedicated and opengl USE flags
(Portage version: 2.2_rc42/cvs/Linux x86_64)
Diffstat (limited to 'games-fps/ut2004-bonuspack-cbp1')
-rw-r--r-- | games-fps/ut2004-bonuspack-cbp1/ChangeLog | 9 | ||||
-rw-r--r-- | games-fps/ut2004-bonuspack-cbp1/ut2004-bonuspack-cbp1-1-r1.ebuild | 9 |
2 files changed, 13 insertions, 5 deletions
diff --git a/games-fps/ut2004-bonuspack-cbp1/ChangeLog b/games-fps/ut2004-bonuspack-cbp1/ChangeLog index 972c2d1c5096..685de25bda82 100644 --- a/games-fps/ut2004-bonuspack-cbp1/ChangeLog +++ b/games-fps/ut2004-bonuspack-cbp1/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for games-fps/ut2004-bonuspack-cbp1 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004-bonuspack-cbp1/ChangeLog,v 1.5 2008/07/28 16:46:39 wolf31o2 Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004-bonuspack-cbp1/ChangeLog,v 1.6 2009/10/04 13:26:41 nyhm Exp $ + + 04 Oct 2009; Tristan Heaven <nyhm@gentoo.org> + ut2004-bonuspack-cbp1-1-r1.ebuild: + EAPI=2; disable installation of init script and remove dedicated and + opengl USE flags 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/ut2004-bonuspack-cbp1/ut2004-bonuspack-cbp1-1-r1.ebuild b/games-fps/ut2004-bonuspack-cbp1/ut2004-bonuspack-cbp1-1-r1.ebuild index 1720ba623c77..e9bcfbc08d3f 100644 --- a/games-fps/ut2004-bonuspack-cbp1/ut2004-bonuspack-cbp1-1-r1.ebuild +++ b/games-fps/ut2004-bonuspack-cbp1/ut2004-bonuspack-cbp1-1-r1.ebuild @@ -1,10 +1,13 @@ -# Copyright 1999-2007 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/ut2004-bonuspack-cbp1/ut2004-bonuspack-cbp1-1-r1.ebuild,v 1.3 2009/10/01 22:01:21 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004-bonuspack-cbp1/ut2004-bonuspack-cbp1-1-r1.ebuild,v 1.4 2009/10/04 13:26:41 nyhm Exp $ + +EAPI=2 MOD_DESC="original Community Bonus Pack for UT2003 repacked for UT2004" MOD_NAME="Community Bonus Pack Volume 1" MOD_TBZ2="cbp1_volume1" +MOD_NO_DED="1" inherit games games-mods @@ -13,4 +16,4 @@ SRC_URI="mirror://liflg/cbp1_volume1-multilanguage-2.run" LICENSE="freedist" KEYWORDS="amd64 x86" -IUSE="dedicated opengl" +IUSE="" |