diff options
author | Tristan Heaven <tristan@gentoo.org> | 2009-10-04 14:18:34 +0000 |
---|---|---|
committer | Tristan Heaven <tristan@gentoo.org> | 2009-10-04 14:18:34 +0000 |
commit | 03e11dbc70cbd8501792ea28e9de73d845238d95 (patch) | |
tree | 309cd11fe2c8491cb81bf5c93fa0a490a9c0e0bd /games-fps/ut2004-bonuspack-cbp1 | |
parent | disable installation of client or server specific files if MOD_DIR and MOD_BI... (diff) | |
download | historical-03e11dbc70cbd8501792ea28e9de73d845238d95.tar.gz historical-03e11dbc70cbd8501792ea28e9de73d845238d95.tar.bz2 historical-03e11dbc70cbd8501792ea28e9de73d845238d95.zip |
better idea
Package-Manager: portage-2.2_rc42/cvs/Linux x86_64
Diffstat (limited to 'games-fps/ut2004-bonuspack-cbp1')
-rw-r--r-- | games-fps/ut2004-bonuspack-cbp1/ChangeLog | 5 | ||||
-rw-r--r-- | games-fps/ut2004-bonuspack-cbp1/ut2004-bonuspack-cbp1-1-r1.ebuild | 3 |
2 files changed, 3 insertions, 5 deletions
diff --git a/games-fps/ut2004-bonuspack-cbp1/ChangeLog b/games-fps/ut2004-bonuspack-cbp1/ChangeLog index 685de25bda82..5e9de3cff04a 100644 --- a/games-fps/ut2004-bonuspack-cbp1/ChangeLog +++ b/games-fps/ut2004-bonuspack-cbp1/ChangeLog @@ -1,11 +1,10 @@ # 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.6 2009/10/04 13:26:41 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004-bonuspack-cbp1/ChangeLog,v 1.7 2009/10/04 14:17:23 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 + EAPI=2; 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 e9bcfbc08d3f..2b591d40d81d 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,13 +1,12 @@ # 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.4 2009/10/04 13:26:41 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004-bonuspack-cbp1/ut2004-bonuspack-cbp1-1-r1.ebuild,v 1.5 2009/10/04 14:17:23 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 |