Gentoo Archives: gentoo-commits

From: "Michael Sterrett (mr_bones_)" <mr_bones_@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-fps/quakeforge: ChangeLog quakeforge-0.5.5-r2.ebuild
Date: Tue, 24 Feb 2009 22:19:04
Message-Id: E1Lc5cC-0003cb-It@stork.gentoo.org
1 mr_bones_ 09/02/24 22:19:00
2
3 Modified: ChangeLog quakeforge-0.5.5-r2.ebuild
4 Log:
5 EAPI=2
6 (Portage version: 2.1.6.7/cvs/Linux i686)
7
8 Revision Changes Path
9 1.20 games-fps/quakeforge/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/quakeforge/ChangeLog?rev=1.20&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/quakeforge/ChangeLog?rev=1.20&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/quakeforge/ChangeLog?r1=1.19&r2=1.20
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-fps/quakeforge/ChangeLog,v
18 retrieving revision 1.19
19 retrieving revision 1.20
20 diff -u -r1.19 -r1.20
21 --- ChangeLog 15 Feb 2008 01:12:38 -0000 1.19
22 +++ ChangeLog 24 Feb 2009 22:19:00 -0000 1.20
23 @@ -1,6 +1,10 @@
24 # ChangeLog for games-fps/quakeforge
25 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/games-fps/quakeforge/ChangeLog,v 1.19 2008/02/15 01:12:38 wolf31o2 Exp $
27 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/games-fps/quakeforge/ChangeLog,v 1.20 2009/02/24 22:19:00 mr_bones_ Exp $
29 +
30 + 24 Feb 2009; Michael Sterrett <mr_bones_@g.o>
31 + quakeforge-0.5.5-r2.ebuild:
32 + EAPI=2
33
34 15 Feb 2008; Chris Gianelloni <wolf31o2@g.o>
35 quakeforge-0.5.5.ebuild:
36
37
38
39 1.3 games-fps/quakeforge/quakeforge-0.5.5-r2.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/quakeforge/quakeforge-0.5.5-r2.ebuild?rev=1.3&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/quakeforge/quakeforge-0.5.5-r2.ebuild?rev=1.3&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/quakeforge/quakeforge-0.5.5-r2.ebuild?r1=1.2&r2=1.3
44
45 Index: quakeforge-0.5.5-r2.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/games-fps/quakeforge/quakeforge-0.5.5-r2.ebuild,v
48 retrieving revision 1.2
49 retrieving revision 1.3
50 diff -u -r1.2 -r1.3
51 --- quakeforge-0.5.5-r2.ebuild 14 Oct 2007 21:08:56 -0000 1.2
52 +++ quakeforge-0.5.5-r2.ebuild 24 Feb 2009 22:19:00 -0000 1.3
53 @@ -1,8 +1,9 @@
54 -# Copyright 1999-2007 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/quakeforge/quakeforge-0.5.5-r2.ebuild,v 1.2 2007/10/14 21:08:56 vapier Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/games-fps/quakeforge/quakeforge-0.5.5-r2.ebuild,v 1.3 2009/02/24 22:19:00 mr_bones_ Exp $
59
60 -inherit eutils autotools games
61 +EAPI=2
62 +inherit eutils games
63
64 DESCRIPTION="A new 3d engine based off of id Softwares's legendary Quake and QuakeWorld game engine"
65 HOMEPAGE="http://www.quakeforge.net/"
66 @@ -38,18 +39,15 @@
67 sys-devel/bison
68 sys-devel/flex"
69
70 -src_unpack() {
71 - unpack ${A}
72 - cd "${S}"
73 - epatch \
74 - "${FILESDIR}"/${P}-no-page-size.patch \
75 - "${FILESDIR}"/${PV}-ipv6.patch \
76 - "${FILESDIR}"/${P}-gcc41.patch \
77 - "${FILESDIR}"/${P}-keys.patch \
78 - "${FILESDIR}"/${P}-amd64.patch
79 -}
80 +PATCHES=(
81 + "${FILESDIR}"/${P}-no-page-size.patch
82 + "${FILESDIR}"/${PV}-ipv6.patch
83 + "${FILESDIR}"/${P}-gcc41.patch
84 + "${FILESDIR}"/${P}-keys.patch
85 + "${FILESDIR}"/${P}-amd64.patch
86 +)
87
88 -src_compile() {
89 +src_configure() {
90 #i should do this at some point :x ... i guess if you disable all shared stuff
91 #and enable all the static options explicitly, static works ... (or so ive been told)
92 #if ! use static ; then
93 @@ -105,9 +103,7 @@
94 --with-sharepath="${GAMES_DATADIR}"/quake1 \
95 --with-clients=${clients} \
96 --with-servers=${servers} \
97 - --with-tools=${tools} \
98 - || die
99 - make || die "make failed"
100 + --with-tools=${tools}
101 }
102
103 src_install() {