diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-10-24 20:54:56 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-10-24 20:54:56 +0000 |
commit | 3eff018ea64e2dbf85b6b54e982ec7222fa78cee (patch) | |
tree | b33c924a12d4eee9a79dddc474d47457af0b0b19 /games-fps/quake3-bfp | |
parent | If we have MOD_BINS and also MOD_DIR, then skip the MOD_BINS processing and s... (diff) | |
download | gentoo-2-3eff018ea64e2dbf85b6b54e982ec7222fa78cee.tar.gz gentoo-2-3eff018ea64e2dbf85b6b54e982ec7222fa78cee.tar.bz2 gentoo-2-3eff018ea64e2dbf85b6b54e982ec7222fa78cee.zip |
Updated to have both MOD_BINS and MOD_DIR like it used to do with the games-q3mod eclass so it'll install the wrapper with a different name.
(Portage version: 2.1.2_pre3-r5)
Diffstat (limited to 'games-fps/quake3-bfp')
-rw-r--r-- | games-fps/quake3-bfp/ChangeLog | 7 | ||||
-rw-r--r-- | games-fps/quake3-bfp/quake3-bfp-1.2-r1.ebuild | 4 |
2 files changed, 8 insertions, 3 deletions
diff --git a/games-fps/quake3-bfp/ChangeLog b/games-fps/quake3-bfp/ChangeLog index f8b14392fe32..3d5841daa843 100644 --- a/games-fps/quake3-bfp/ChangeLog +++ b/games-fps/quake3-bfp/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for games-fps/quake3-bfp # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-bfp/ChangeLog,v 1.2 2006/10/23 21:12:44 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-bfp/ChangeLog,v 1.3 2006/10/24 20:54:56 wolf31o2 Exp $ + + 24 Oct 2006; Chris Gianelloni <wolf31o2@gentoo.org> + quake3-bfp-1.2-r1.ebuild: + Updated to have both MOD_BINS and MOD_DIR like it used to do with the + games-q3mod eclass so it'll install the wrapper with a different name. *quake3-bfp-1.2-r1 (23 Oct 2006) diff --git a/games-fps/quake3-bfp/quake3-bfp-1.2-r1.ebuild b/games-fps/quake3-bfp/quake3-bfp-1.2-r1.ebuild index a10bd9dbc88e..5c3b65cf1255 100644 --- a/games-fps/quake3-bfp/quake3-bfp-1.2-r1.ebuild +++ b/games-fps/quake3-bfp/quake3-bfp-1.2-r1.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-bfp/quake3-bfp-1.2-r1.ebuild,v 1.1 2006/10/23 21:12:44 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-bfp/quake3-bfp-1.2-r1.ebuild,v 1.2 2006/10/24 20:54:56 wolf31o2 Exp $ MOD_DESC="take control of Ki-powered superheros and battle it out in a mostly aerial fight" MOD_NAME="Bid For Power" MOD_DIR="bfpq3" -#MOD_BINS="bfp" +MOD_BINS="bfp" inherit games games-mods |