Gentoo Archives: gentoo-commits

From: "Alfredo Tupone (tupone)" <tupone@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-strategy/freeciv: freeciv-2.0.9.ebuild freeciv-2.1.1.ebuild ChangeLog
Date: Fri, 30 Nov 2007 22:14:54
Message-Id: E1IyE8D-0005Wo-AN@stork.gentoo.org
1 tupone 07/11/30 22:14:45
2
3 Modified: freeciv-2.0.9.ebuild freeciv-2.1.1.ebuild ChangeLog
4 Log:
5 Fixing runtime depedency for gtk/Xaw3d/sdl selection
6 (Portage version: 2.1.3.19)
7
8 Revision Changes Path
9 1.6 games-strategy/freeciv/freeciv-2.0.9.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/freeciv/freeciv-2.0.9.ebuild?rev=1.6&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/freeciv/freeciv-2.0.9.ebuild?rev=1.6&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/freeciv/freeciv-2.0.9.ebuild?r1=1.5&r2=1.6
14
15 Index: freeciv-2.0.9.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-strategy/freeciv/freeciv-2.0.9.ebuild,v
18 retrieving revision 1.5
19 retrieving revision 1.6
20 diff -u -r1.5 -r1.6
21 --- freeciv-2.0.9.ebuild 30 Nov 2007 19:47:49 -0000 1.5
22 +++ freeciv-2.0.9.ebuild 30 Nov 2007 22:14:44 -0000 1.6
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2007 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/freeciv/freeciv-2.0.9.ebuild,v 1.5 2007/11/30 19:47:49 tupone Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/freeciv/freeciv-2.0.9.ebuild,v 1.6 2007/11/30 22:14:44 tupone Exp $
28
29 inherit eutils games
30
31 @@ -28,10 +28,9 @@
32 nls? ( virtual/libintl )
33 gtk? ( >=x11-libs/gtk+-2 )
34 !gtk? (
35 + media-libs/libpng
36 Xaw3d? ( x11-libs/Xaw3d )
37 !Xaw3d? ( x11-libs/libXaw )
38 - x11-libs/libXmu
39 - x11-libs/libXpm
40 )
41 alsa? (
42 media-libs/alsa-lib
43 @@ -46,7 +45,6 @@
44 !dedicated? (
45 gtk? ( dev-util/pkgconfig )
46 x11-proto/xextproto
47 - media-libs/libpng
48 )"
49
50 S=${WORKDIR}/${MY_P}
51
52
53
54 1.3 games-strategy/freeciv/freeciv-2.1.1.ebuild
55
56 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/freeciv/freeciv-2.1.1.ebuild?rev=1.3&view=markup
57 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/freeciv/freeciv-2.1.1.ebuild?rev=1.3&content-type=text/plain
58 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/freeciv/freeciv-2.1.1.ebuild?r1=1.2&r2=1.3
59
60 Index: freeciv-2.1.1.ebuild
61 ===================================================================
62 RCS file: /var/cvsroot/gentoo-x86/games-strategy/freeciv/freeciv-2.1.1.ebuild,v
63 retrieving revision 1.2
64 retrieving revision 1.3
65 diff -u -r1.2 -r1.3
66 --- freeciv-2.1.1.ebuild 30 Nov 2007 19:47:49 -0000 1.2
67 +++ freeciv-2.1.1.ebuild 30 Nov 2007 22:14:44 -0000 1.3
68 @@ -1,6 +1,6 @@
69 # Copyright 1999-2007 Gentoo Foundation
70 # Distributed under the terms of the GNU General Public License v2
71 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/freeciv/freeciv-2.1.1.ebuild,v 1.2 2007/11/30 19:47:49 tupone Exp $
72 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/freeciv/freeciv-2.1.1.ebuild,v 1.3 2007/11/30 22:14:44 tupone Exp $
73
74 inherit eutils games
75
76 @@ -28,15 +28,14 @@
77 nls? ( virtual/libintl )
78 gtk? ( >=x11-libs/gtk+-2 )
79 !gtk? (
80 - sdl? (
81 - media-libs/libsdl
82 - media-libs/sdl-image
83 - )
84 - !sdl? (
85 - Xaw3d? ( x11-libs/Xaw3d )
86 - !Xaw3d? ( x11-libs/libXaw )
87 - x11-libs/libXmu
88 - x11-libs/libXpm
89 + Xaw3d? ( x11-libs/Xaw3d )
90 + !Xaw3d? (
91 + sdl? (
92 + media-libs/libsdl
93 + media-libs/sdl-image
94 + media-libs/freetype
95 + )
96 + !sdl? ( x11-libs/libXaw )
97 )
98 )
99 alsa? (
100 @@ -52,7 +51,6 @@
101 !dedicated? (
102 gtk? ( dev-util/pkgconfig )
103 x11-proto/xextproto
104 - media-libs/libpng
105 )"
106
107 S=${WORKDIR}/${MY_P}
108
109
110
111 1.66 games-strategy/freeciv/ChangeLog
112
113 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/freeciv/ChangeLog?rev=1.66&view=markup
114 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/freeciv/ChangeLog?rev=1.66&content-type=text/plain
115 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/freeciv/ChangeLog?r1=1.65&r2=1.66
116
117 Index: ChangeLog
118 ===================================================================
119 RCS file: /var/cvsroot/gentoo-x86/games-strategy/freeciv/ChangeLog,v
120 retrieving revision 1.65
121 retrieving revision 1.66
122 diff -u -r1.65 -r1.66
123 --- ChangeLog 30 Nov 2007 19:47:49 -0000 1.65
124 +++ ChangeLog 30 Nov 2007 22:14:44 -0000 1.66
125 @@ -1,6 +1,10 @@
126 # ChangeLog for games-strategy/freeciv
127 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
128 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/freeciv/ChangeLog,v 1.65 2007/11/30 19:47:49 tupone Exp $
129 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/freeciv/ChangeLog,v 1.66 2007/11/30 22:14:44 tupone Exp $
130 +
131 + 30 Nov 2007; Tupone Alfredo <tupone@g.o> freeciv-2.0.9.ebuild,
132 + freeciv-2.1.1.ebuild:
133 + Fixing runtime depedency for gtk/Xaw3d/sdl selection
134
135 30 Nov 2007; Tupone Alfredo <tupone@g.o> freeciv-2.0.9.ebuild,
136 freeciv-2.1.1.ebuild:
137
138
139
140 --
141 gentoo-commits@g.o mailing list