diff options
author | Tristan Heaven <nyhm@gentoo.org> | 2009-10-04 13:31:23 +0000 |
---|---|---|
committer | Tristan Heaven <nyhm@gentoo.org> | 2009-10-04 13:31:23 +0000 |
commit | 428d8cacc8e65b94c6843addfbdeccbc8dd6fc64 (patch) | |
tree | 994d7ecd09b61755aa37058a8ff9218313bae15f /games-fps/ut2004-bonuspack-cbp2 | |
parent | EAPI=2; disable installation of init script and remove dedicated and opengl U... (diff) | |
download | gentoo-2-428d8cacc8e65b94c6843addfbdeccbc8dd6fc64.tar.gz gentoo-2-428d8cacc8e65b94c6843addfbdeccbc8dd6fc64.tar.bz2 gentoo-2-428d8cacc8e65b94c6843addfbdeccbc8dd6fc64.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-cbp2')
-rw-r--r-- | games-fps/ut2004-bonuspack-cbp2/ChangeLog | 9 | ||||
-rw-r--r-- | games-fps/ut2004-bonuspack-cbp2/ut2004-bonuspack-cbp2-1-r1.ebuild | 9 |
2 files changed, 13 insertions, 5 deletions
diff --git a/games-fps/ut2004-bonuspack-cbp2/ChangeLog b/games-fps/ut2004-bonuspack-cbp2/ChangeLog index c2b879993a12..f784634fd64d 100644 --- a/games-fps/ut2004-bonuspack-cbp2/ChangeLog +++ b/games-fps/ut2004-bonuspack-cbp2/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for games-fps/ut2004-bonuspack-cbp2 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004-bonuspack-cbp2/ChangeLog,v 1.7 2008/07/28 16:47:06 wolf31o2 Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004-bonuspack-cbp2/ChangeLog,v 1.8 2009/10/04 13:31:23 nyhm Exp $ + + 04 Oct 2009; Tristan Heaven <nyhm@gentoo.org> + ut2004-bonuspack-cbp2-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-cbp2/ut2004-bonuspack-cbp2-1-r1.ebuild b/games-fps/ut2004-bonuspack-cbp2/ut2004-bonuspack-cbp2-1-r1.ebuild index 7a8ddc6cf132..0237fe363399 100644 --- a/games-fps/ut2004-bonuspack-cbp2/ut2004-bonuspack-cbp2-1-r1.ebuild +++ b/games-fps/ut2004-bonuspack-cbp2/ut2004-bonuspack-cbp2-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-cbp2/ut2004-bonuspack-cbp2-1-r1.ebuild,v 1.5 2009/10/01 22:03:08 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004-bonuspack-cbp2/ut2004-bonuspack-cbp2-1-r1.ebuild,v 1.6 2009/10/04 13:31:23 nyhm Exp $ + +EAPI=2 MOD_DESC="Community Bonus Pack 2 volumes 1 and 2" MOD_NAME="Community Bonus Pack 2 volumes 1 and 2" MOD_TBZ2="cbp2_volume1 cbp2_volume2" +MOD_NO_DED="1" inherit games games-mods @@ -14,7 +17,7 @@ SRC_URI="mirror://liflg/cbp2_volume1-multilanguage.run LICENSE="freedist" KEYWORDS="amd64 x86" -IUSE="dedicated opengl" +IUSE="" RDEPEND="games-fps/ut2004-bonuspack-cbp1" |