Gentoo Archives: gentoo-commits

From: "Paul de Vrieze (pauldv)" <pauldv@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: Sat, 01 Nov 2008 12:40:25
Message-Id: E1KwFmA-0006Zs-Nk@stork.gentoo.org
1 pauldv 08/11/01 12:40:22
2
3 Modified: glest-3.1.2.ebuild ChangeLog
4 Log:
5 Revert xerces-c blocker back to dependency. Glest needs xerces-c
6 (Portage version: 2.2_rc12/cvs/Linux 2.6.27.1 i686)
7
8 Revision Changes Path
9 1.4 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.4&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/glest/glest-3.1.2.ebuild?rev=1.4&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/glest/glest-3.1.2.ebuild?r1=1.3&r2=1.4
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.3
19 retrieving revision 1.4
20 diff -u -r1.3 -r1.4
21 --- glest-3.1.2.ebuild 30 Oct 2008 15:53:14 -0000 1.3
22 +++ glest-3.1.2.ebuild 1 Nov 2008 12:40:22 -0000 1.4
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/glest/glest-3.1.2.ebuild,v 1.3 2008/10/30 15:53:14 tupone Exp $
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
29 inherit autotools eutils games
30
31 @@ -27,7 +27,7 @@
32 media-libs/libogg
33 media-libs/libvorbis
34 media-libs/openal
35 - !>=dev-libs/xerces-c-3
36 + <dev-libs/xerces-c-3
37 virtual/opengl
38 virtual/glu
39 x11-libs/libX11
40
41
42
43 1.21 games-strategy/glest/ChangeLog
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/glest/ChangeLog?rev=1.21&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/glest/ChangeLog?rev=1.21&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/glest/ChangeLog?r1=1.20&r2=1.21
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/games-strategy/glest/ChangeLog,v
52 retrieving revision 1.20
53 retrieving revision 1.21
54 diff -u -r1.20 -r1.21
55 --- ChangeLog 30 Oct 2008 15:53:14 -0000 1.20
56 +++ ChangeLog 1 Nov 2008 12:40:22 -0000 1.21
57 @@ -1,6 +1,10 @@
58 # ChangeLog for games-strategy/glest
59 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/glest/ChangeLog,v 1.20 2008/10/30 15:53:14 tupone Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/glest/ChangeLog,v 1.21 2008/11/01 12:40:22 pauldv Exp $
62 +
63 + 01 Nov 2008; Paul de Vrieze <pauldv@g.o> glest-3.1.2.ebuild:
64 + Glest actually depends on xerces-c (really doesn't run or build without
65 + it), so a dependency is needed, not a blocker.
66
67 30 Oct 2008; Tupone Alfredo <tupone@g.o> glest-3.1.2.ebuild:
68 A blocker for xerces-c is better then a dependency