Gentoo Archives: gentoo-commits

From: "Tristan Heaven (nyhm)" <nyhm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-fps/quake3-bfp: ChangeLog quake3-bfp-1.2-r1.ebuild
Date: Tue, 06 Oct 2009 22:47:03
Message-Id: E1MvIo9-0008V7-KZ@stork.gentoo.org
1 nyhm 09/10/06 22:47:01
2
3 Modified: ChangeLog quake3-bfp-1.2-r1.ebuild
4 Log:
5 EAPI=2; install icon
6 (Portage version: 2.2_rc44/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.5 games-fps/quake3-bfp/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/quake3-bfp/ChangeLog?rev=1.5&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/quake3-bfp/ChangeLog?rev=1.5&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/quake3-bfp/ChangeLog?r1=1.4&r2=1.5
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-fps/quake3-bfp/ChangeLog,v
18 retrieving revision 1.4
19 retrieving revision 1.5
20 diff -u -r1.4 -r1.5
21 --- ChangeLog 15 Feb 2008 01:00:12 -0000 1.4
22 +++ ChangeLog 6 Oct 2009 22:47:01 -0000 1.5
23 @@ -1,6 +1,9 @@
24 # ChangeLog for games-fps/quake3-bfp
25 -# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-bfp/ChangeLog,v 1.4 2008/02/15 01:00:12 wolf31o2 Exp $
27 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-bfp/ChangeLog,v 1.5 2009/10/06 22:47:01 nyhm Exp $
29 +
30 + 06 Oct 2009; Tristan Heaven <nyhm@g.o> quake3-bfp-1.2-r1.ebuild:
31 + EAPI=2; install icon
32
33 15 Feb 2008; Chris Gianelloni <wolf31o2@g.o>
34 quake3-bfp-1.2-r1.ebuild:
35
36
37
38 1.5 games-fps/quake3-bfp/quake3-bfp-1.2-r1.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/quake3-bfp/quake3-bfp-1.2-r1.ebuild?rev=1.5&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/quake3-bfp/quake3-bfp-1.2-r1.ebuild?rev=1.5&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/quake3-bfp/quake3-bfp-1.2-r1.ebuild?r1=1.4&r2=1.5
43
44 Index: quake3-bfp-1.2-r1.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/games-fps/quake3-bfp/quake3-bfp-1.2-r1.ebuild,v
47 retrieving revision 1.4
48 retrieving revision 1.5
49 diff -u -r1.4 -r1.5
50 --- quake3-bfp-1.2-r1.ebuild 1 Oct 2009 21:17:55 -0000 1.4
51 +++ quake3-bfp-1.2-r1.ebuild 6 Oct 2009 22:47:01 -0000 1.5
52 @@ -1,11 +1,13 @@
53 -# Copyright 1999-2008 Gentoo Foundation
54 +# Copyright 1999-2009 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $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 $
57 +# $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 $
58 +
59 +EAPI=2
60
61 MOD_DESC="take control of Ki-powered superheros and battle in a mostly aerial fight"
62 MOD_NAME="Bid For Power"
63 MOD_DIR="bfpq3"
64 -MOD_BINS="bfp"
65 +MOD_ICON="bfp.ico"
66
67 inherit games games-mods
68
69 @@ -13,5 +15,5 @@
70 SRC_URI="http://games.mirrors.tds.net/pub/planetquake3/modifications/bidforpower/bidforpower${PV/./-}.zip"
71
72 LICENSE="freedist"
73 -KEYWORDS="-* ~amd64 ~ppc ~x86"
74 +KEYWORDS="~amd64 ~ppc ~x86"
75 IUSE="dedicated opengl"