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 19:47:59
Message-Id: E1IyBq2-0004SZ-39@stork.gentoo.org
1 tupone 07/11/30 19:47:50
2
3 Modified: freeciv-2.0.9.ebuild freeciv-2.1.1.ebuild ChangeLog
4 Log:
5 Removing unneeded dependency when dedicated. Bug #200840
6 (Portage version: 2.1.3.19)
7
8 Revision Changes Path
9 1.5 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.5&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/freeciv/freeciv-2.0.9.ebuild?rev=1.5&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/freeciv/freeciv-2.0.9.ebuild?r1=1.4&r2=1.5
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.4
19 retrieving revision 1.5
20 diff -u -r1.4 -r1.5
21 --- freeciv-2.0.9.ebuild 12 May 2007 09:15:35 -0000 1.4
22 +++ freeciv-2.0.9.ebuild 30 Nov 2007 19:47:49 -0000 1.5
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.4 2007/05/12 09:15:35 genstef Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/freeciv/freeciv-2.0.9.ebuild,v 1.5 2007/11/30 19:47:49 tupone Exp $
28
29 inherit eutils games
30
31 @@ -43,9 +43,11 @@
32 )"
33 DEPEND="${RDEPEND}
34 nls? ( sys-devel/gettext )
35 - !dedicated? ( gtk? ( dev-util/pkgconfig ) )
36 - x11-proto/xextproto
37 - media-libs/libpng"
38 + !dedicated? (
39 + gtk? ( dev-util/pkgconfig )
40 + x11-proto/xextproto
41 + media-libs/libpng
42 + )"
43
44 S=${WORKDIR}/${MY_P}
45
46
47
48
49 1.2 games-strategy/freeciv/freeciv-2.1.1.ebuild
50
51 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/freeciv/freeciv-2.1.1.ebuild?rev=1.2&view=markup
52 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/freeciv/freeciv-2.1.1.ebuild?rev=1.2&content-type=text/plain
53 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/freeciv/freeciv-2.1.1.ebuild?r1=1.1&r2=1.2
54
55 Index: freeciv-2.1.1.ebuild
56 ===================================================================
57 RCS file: /var/cvsroot/gentoo-x86/games-strategy/freeciv/freeciv-2.1.1.ebuild,v
58 retrieving revision 1.1
59 retrieving revision 1.2
60 diff -u -r1.1 -r1.2
61 --- freeciv-2.1.1.ebuild 29 Nov 2007 07:26:36 -0000 1.1
62 +++ freeciv-2.1.1.ebuild 30 Nov 2007 19:47:49 -0000 1.2
63 @@ -1,6 +1,6 @@
64 # Copyright 1999-2007 Gentoo Foundation
65 # Distributed under the terms of the GNU General Public License v2
66 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/freeciv/freeciv-2.1.1.ebuild,v 1.1 2007/11/29 07:26:36 mr_bones_ Exp $
67 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/freeciv/freeciv-2.1.1.ebuild,v 1.2 2007/11/30 19:47:49 tupone Exp $
68
69 inherit eutils games
70
71 @@ -49,9 +49,11 @@
72 )"
73 DEPEND="${RDEPEND}
74 nls? ( sys-devel/gettext )
75 - !dedicated? ( gtk? ( dev-util/pkgconfig ) )
76 - x11-proto/xextproto
77 - media-libs/libpng"
78 + !dedicated? (
79 + gtk? ( dev-util/pkgconfig )
80 + x11-proto/xextproto
81 + media-libs/libpng
82 + )"
83
84 S=${WORKDIR}/${MY_P}
85
86
87
88
89 1.65 games-strategy/freeciv/ChangeLog
90
91 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/freeciv/ChangeLog?rev=1.65&view=markup
92 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/freeciv/ChangeLog?rev=1.65&content-type=text/plain
93 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/freeciv/ChangeLog?r1=1.64&r2=1.65
94
95 Index: ChangeLog
96 ===================================================================
97 RCS file: /var/cvsroot/gentoo-x86/games-strategy/freeciv/ChangeLog,v
98 retrieving revision 1.64
99 retrieving revision 1.65
100 diff -u -r1.64 -r1.65
101 --- ChangeLog 29 Nov 2007 07:26:36 -0000 1.64
102 +++ ChangeLog 30 Nov 2007 19:47:49 -0000 1.65
103 @@ -1,6 +1,10 @@
104 # ChangeLog for games-strategy/freeciv
105 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
106 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/freeciv/ChangeLog,v 1.64 2007/11/29 07:26:36 mr_bones_ Exp $
107 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/freeciv/ChangeLog,v 1.65 2007/11/30 19:47:49 tupone Exp $
108 +
109 + 30 Nov 2007; Tupone Alfredo <tupone@g.o> freeciv-2.0.9.ebuild,
110 + freeciv-2.1.1.ebuild:
111 + Removing unneeded dependency when dedicated. Bug #200840 by Luke-Jr
112
113 *freeciv-2.1.1 (29 Nov 2007)
114
115
116
117
118 --
119 gentoo-commits@g.o mailing list