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-strategy/glest: glest-3.1.2.ebuild ChangeLog
Date: Thu, 22 Jan 2009 18:53:38
Message-Id: E1LQ4gJ-0004SL-LI@stork.gentoo.org
1 mr_bones_ 09/01/22 18:53:35
2
3 Modified: glest-3.1.2.ebuild ChangeLog
4 Log:
5 transition to the non-no* use flags in libsdl
6 (Portage version: 2.1.6.4/cvs/Linux 2.6.28.1 i686)
7
8 Revision Changes Path
9 1.5 games-strategy/glest/glest-3.1.2.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/glest/glest-3.1.2.ebuild?rev=1.5&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/glest/glest-3.1.2.ebuild?rev=1.5&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/glest/glest-3.1.2.ebuild?r1=1.4&r2=1.5
14
15 Index: glest-3.1.2.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-strategy/glest/glest-3.1.2.ebuild,v
18 retrieving revision 1.4
19 retrieving revision 1.5
20 diff -u -r1.4 -r1.5
21 --- glest-3.1.2.ebuild 1 Nov 2008 12:40:22 -0000 1.4
22 +++ glest-3.1.2.ebuild 22 Jan 2009 18:53:35 -0000 1.5
23 @@ -1,7 +1,8 @@
24 -# Copyright 1999-2008 Gentoo Foundation
25 +# Copyright 1999-2009 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/glest/glest-3.1.2.ebuild,v 1.4 2008/11/01 12:40:22 pauldv Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/glest/glest-3.1.2.ebuild,v 1.5 2009/01/22 18:53:35 mr_bones_ Exp $
29
30 +EAPI=2
31 inherit autotools eutils games
32
33 L_URI="http://www.glest.org/files/contrib/translations"
34 @@ -23,7 +24,7 @@
35 IUSE="linguas_pt_BR linguas_cs linguas_de linguas_hu linguas_no linguas_ru
36 linguas_tr"
37
38 -RDEPEND="media-libs/libsdl
39 +RDEPEND="|| ( media-libs/libsdl[joystick] <media-libs/libsdl-1.2.13-r1 )
40 media-libs/libogg
41 media-libs/libvorbis
42 media-libs/openal
43 @@ -40,10 +41,7 @@
44
45 GAMES_USE_SDL="nojoystick"
46
47 -src_unpack() {
48 - unpack ${A}
49 - cd "${S}"
50 -
51 +src_prepare() {
52 epatch \
53 "${FILESDIR}"/${P}-{home,gcc43}.patch
54
55 @@ -61,13 +59,15 @@
56 sed -i 's:-O3 -g3::' Jamrules || die "sed Jamrules failed"
57 }
58
59 -src_compile() {
60 +src_configure() {
61 # Fails with wx enabled, bug #130011
62 egamesconf \
63 --with-vorbis=/usr \
64 --with-ogg=/usr \
65 - --with-wx-config=disabled_wx \
66 - || die
67 + --with-wx-config=disabled_wx
68 +}
69 +
70 +src_compile() {
71 jam -q || die "jam failed"
72 }
73
74
75
76
77 1.22 games-strategy/glest/ChangeLog
78
79 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/glest/ChangeLog?rev=1.22&view=markup
80 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/glest/ChangeLog?rev=1.22&content-type=text/plain
81 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/glest/ChangeLog?r1=1.21&r2=1.22
82
83 Index: ChangeLog
84 ===================================================================
85 RCS file: /var/cvsroot/gentoo-x86/games-strategy/glest/ChangeLog,v
86 retrieving revision 1.21
87 retrieving revision 1.22
88 diff -u -r1.21 -r1.22
89 --- ChangeLog 1 Nov 2008 12:40:22 -0000 1.21
90 +++ ChangeLog 22 Jan 2009 18:53:35 -0000 1.22
91 @@ -1,6 +1,9 @@
92 # ChangeLog for games-strategy/glest
93 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
94 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/glest/ChangeLog,v 1.21 2008/11/01 12:40:22 pauldv Exp $
95 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
96 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/glest/ChangeLog,v 1.22 2009/01/22 18:53:35 mr_bones_ Exp $
97 +
98 + 22 Jan 2009; Michael Sterrett <mr_bones_@g.o> glest-3.1.2.ebuild:
99 + transition to the non-no* use flags in libsdl
100
101 01 Nov 2008; Paul de Vrieze <pauldv@g.o> glest-3.1.2.ebuild:
102 Glest actually depends on xerces-c (really doesn't run or build without