summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Heaven <nyhm@gentoo.org>2009-10-06 22:47:01 +0000
committerTristan Heaven <nyhm@gentoo.org>2009-10-06 22:47:01 +0000
commit4f71ed69b4e05a1a401c9c66409af7b3910d1925 (patch)
treec51f028469134bde59aadc6967ad6b1c32bf8811 /games-fps/quake3-bfp
parentstable x86, security bug 285434 (diff)
downloadgentoo-2-4f71ed69b4e05a1a401c9c66409af7b3910d1925.tar.gz
gentoo-2-4f71ed69b4e05a1a401c9c66409af7b3910d1925.tar.bz2
gentoo-2-4f71ed69b4e05a1a401c9c66409af7b3910d1925.zip
EAPI=2; install icon
(Portage version: 2.2_rc44/cvs/Linux x86_64)
Diffstat (limited to 'games-fps/quake3-bfp')
-rw-r--r--games-fps/quake3-bfp/ChangeLog7
-rw-r--r--games-fps/quake3-bfp/quake3-bfp-1.2-r1.ebuild10
2 files changed, 11 insertions, 6 deletions
diff --git a/games-fps/quake3-bfp/ChangeLog b/games-fps/quake3-bfp/ChangeLog
index 0c44d7c1af9c..bbbb14a0368a 100644
--- a/games-fps/quake3-bfp/ChangeLog
+++ b/games-fps/quake3-bfp/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-fps/quake3-bfp
-# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-bfp/ChangeLog,v 1.4 2008/02/15 01:00:12 wolf31o2 Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-bfp/ChangeLog,v 1.5 2009/10/06 22:47:01 nyhm Exp $
+
+ 06 Oct 2009; Tristan Heaven <nyhm@gentoo.org> quake3-bfp-1.2-r1.ebuild:
+ EAPI=2; install icon
15 Feb 2008; Chris Gianelloni <wolf31o2@gentoo.org>
quake3-bfp-1.2-r1.ebuild:
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 0688fd7f471a..2d1238d2b195 100644
--- a/games-fps/quake3-bfp/quake3-bfp-1.2-r1.ebuild
+++ b/games-fps/quake3-bfp/quake3-bfp-1.2-r1.ebuild
@@ -1,11 +1,13 @@
-# Copyright 1999-2008 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/quake3-bfp/quake3-bfp-1.2-r1.ebuild,v 1.4 2009/10/01 21:17:55 nyhm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-bfp/quake3-bfp-1.2-r1.ebuild,v 1.5 2009/10/06 22:47:01 nyhm Exp $
+
+EAPI=2
MOD_DESC="take control of Ki-powered superheros and battle in a mostly aerial fight"
MOD_NAME="Bid For Power"
MOD_DIR="bfpq3"
-MOD_BINS="bfp"
+MOD_ICON="bfp.ico"
inherit games games-mods
@@ -13,5 +15,5 @@ HOMEPAGE="http://www.planetquake.com/bidforpower/"
SRC_URI="http://games.mirrors.tds.net/pub/planetquake3/modifications/bidforpower/bidforpower${PV/./-}.zip"
LICENSE="freedist"
-KEYWORDS="-* ~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc ~x86"
IUSE="dedicated opengl"