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-excessiveplus: ChangeLog quake3-excessiveplus-1.03.ebuild
Date: Tue, 06 Oct 2009 23:19:53
Message-Id: E1MvJJu-0001Pk-RU@stork.gentoo.org
1 nyhm 09/10/06 23:19:50
2
3 Modified: ChangeLog quake3-excessiveplus-1.03.ebuild
4 Log:
5 EAPI=2; remove useless files
6 (Portage version: 2.2_rc44/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 games-fps/quake3-excessiveplus/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/quake3-excessiveplus/ChangeLog?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/quake3-excessiveplus/ChangeLog?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/quake3-excessiveplus/ChangeLog?r1=1.1&r2=1.2
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-fps/quake3-excessiveplus/ChangeLog,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- ChangeLog 26 Oct 2006 14:14:34 -0000 1.1
22 +++ ChangeLog 6 Oct 2009 23:19:50 -0000 1.2
23 @@ -1,6 +1,10 @@
24 # ChangeLog for games-fps/quake3-excessiveplus
25 -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-excessiveplus/ChangeLog,v 1.1 2006/10/26 14:14:34 wolf31o2 Exp $
27 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-excessiveplus/ChangeLog,v 1.2 2009/10/06 23:19:50 nyhm Exp $
29 +
30 + 06 Oct 2009; Tristan Heaven <nyhm@g.o>
31 + quake3-excessiveplus-1.03.ebuild:
32 + EAPI=2; remove useless files
33
34 *quake3-excessiveplus-1.03 (26 Oct 2006)
35
36
37
38
39 1.3 games-fps/quake3-excessiveplus/quake3-excessiveplus-1.03.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/quake3-excessiveplus/quake3-excessiveplus-1.03.ebuild?rev=1.3&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/quake3-excessiveplus/quake3-excessiveplus-1.03.ebuild?rev=1.3&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/quake3-excessiveplus/quake3-excessiveplus-1.03.ebuild?r1=1.2&r2=1.3
44
45 Index: quake3-excessiveplus-1.03.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/games-fps/quake3-excessiveplus/quake3-excessiveplus-1.03.ebuild,v
48 retrieving revision 1.2
49 retrieving revision 1.3
50 diff -u -r1.2 -r1.3
51 --- quake3-excessiveplus-1.03.ebuild 1 Oct 2009 21:30:48 -0000 1.2
52 +++ quake3-excessiveplus-1.03.ebuild 6 Oct 2009 23:19:50 -0000 1.3
53 @@ -1,6 +1,8 @@
54 -# Copyright 1999-2006 Gentoo Foundation
55 +# Copyright 1999-2009 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-excessiveplus/quake3-excessiveplus-1.03.ebuild,v 1.2 2009/10/01 21:30:48 nyhm Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-excessiveplus/quake3-excessiveplus-1.03.ebuild,v 1.3 2009/10/06 23:19:50 nyhm Exp $
59 +
60 +EAPI=2
61
62 MOD_DESC="modification making the weapons much faster and stronger"
63 MOD_NAME="Excessive Plus"
64 @@ -13,5 +15,10 @@
65 SRC_URI="http://www.excessiveplus.net/downloads/xp-${PV}-full.zip"
66
67 LICENSE="as-is"
68 -KEYWORDS="-* ~amd64 ~ppc ~x86"
69 +KEYWORDS="~amd64 ~ppc ~x86"
70 IUSE="dedicated opengl"
71 +
72 +src_prepare() {
73 + rm -f *.bat
74 + rm -rf ${MOD_DIR}/tools
75 +}