Gentoo Archives: gentoo-commits

From: "Christoph Mende (angelos)" <angelos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-devel/distcc: distcc-3.1-r4.ebuild distcc-3.0-r4.ebuild ChangeLog distcc-2.18.3-r10.ebuild
Date: Wed, 30 Mar 2011 11:12:39
Message-Id: 20110330111230.1E3E320054@flycatcher.gentoo.org
1 angelos 11/03/30 11:12:30
2
3 Modified: distcc-3.1-r4.ebuild distcc-3.0-r4.ebuild ChangeLog
4 distcc-2.18.3-r10.ebuild
5 Log:
6 Fix gtk+ slot deps
7
8 (Portage version: 2.2.0_alpha29/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.9 sys-devel/distcc/distcc-3.1-r4.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/distcc/distcc-3.1-r4.ebuild?rev=1.9&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/distcc/distcc-3.1-r4.ebuild?rev=1.9&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/distcc/distcc-3.1-r4.ebuild?r1=1.8&r2=1.9
16
17 Index: distcc-3.1-r4.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-devel/distcc/distcc-3.1-r4.ebuild,v
20 retrieving revision 1.8
21 retrieving revision 1.9
22 diff -u -r1.8 -r1.9
23 --- distcc-3.1-r4.ebuild 19 Oct 2009 21:09:13 -0000 1.8
24 +++ distcc-3.1-r4.ebuild 30 Mar 2011 11:12:30 -0000 1.9
25 @@ -1,6 +1,6 @@
26 -# Copyright 1999-2009 Gentoo Foundation
27 +# Copyright 1999-2011 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/distcc-3.1-r4.ebuild,v 1.8 2009/10/19 21:09:13 aballier Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/distcc-3.1-r4.ebuild,v 1.9 2011/03/30 11:12:30 angelos Exp $
31
32 EAPI="2"
33 inherit eutils fdo-mime flag-o-matic multilib toolchain-funcs
34 @@ -22,11 +22,11 @@
35 gnome? (
36 >=gnome-base/libgnome-2
37 >=gnome-base/libgnomeui-2
38 - >=x11-libs/gtk+-2
39 + x11-libs/gtk+:2
40 x11-libs/pango
41 )
42 gtk? (
43 - >=x11-libs/gtk+-2
44 + x11-libs/gtk+:2
45 )"
46 DEPEND="${RDEPEND}
47 dev-util/pkgconfig"
48
49
50
51 1.13 sys-devel/distcc/distcc-3.0-r4.ebuild
52
53 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/distcc/distcc-3.0-r4.ebuild?rev=1.13&view=markup
54 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/distcc/distcc-3.0-r4.ebuild?rev=1.13&content-type=text/plain
55 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/distcc/distcc-3.0-r4.ebuild?r1=1.12&r2=1.13
56
57 Index: distcc-3.0-r4.ebuild
58 ===================================================================
59 RCS file: /var/cvsroot/gentoo-x86/sys-devel/distcc/distcc-3.0-r4.ebuild,v
60 retrieving revision 1.12
61 retrieving revision 1.13
62 diff -u -r1.12 -r1.13
63 --- distcc-3.0-r4.ebuild 13 Mar 2009 17:10:24 -0000 1.12
64 +++ distcc-3.0-r4.ebuild 30 Mar 2011 11:12:30 -0000 1.13
65 @@ -1,7 +1,8 @@
66 -# Copyright 1999-2009 Gentoo Foundation
67 +# Copyright 1999-2011 Gentoo Foundation
68 # Distributed under the terms of the GNU General Public License v2
69 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/distcc-3.0-r4.ebuild,v 1.12 2009/03/13 17:10:24 armin76 Exp $
70 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/distcc-3.0-r4.ebuild,v 1.13 2011/03/30 11:12:30 angelos Exp $
71
72 +EAPI=1
73 inherit eutils fdo-mime flag-o-matic multilib toolchain-funcs
74
75 DESCRIPTION="a program to distribute compilation of C code across several machines on a network"
76 @@ -21,11 +22,11 @@
77 gnome? (
78 >=gnome-base/libgnome-2
79 >=gnome-base/libgnomeui-2
80 - >=x11-libs/gtk+-2
81 + x11-libs/gtk+:2
82 x11-libs/pango
83 )
84 gtk? (
85 - >=x11-libs/gtk+-2
86 + x11-libs/gtk+:2
87 )"
88 DEPEND="${RDEPEND}
89 dev-util/pkgconfig"
90
91
92
93 1.210 sys-devel/distcc/ChangeLog
94
95 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/distcc/ChangeLog?rev=1.210&view=markup
96 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/distcc/ChangeLog?rev=1.210&content-type=text/plain
97 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/distcc/ChangeLog?r1=1.209&r2=1.210
98
99 Index: ChangeLog
100 ===================================================================
101 RCS file: /var/cvsroot/gentoo-x86/sys-devel/distcc/ChangeLog,v
102 retrieving revision 1.209
103 retrieving revision 1.210
104 diff -u -r1.209 -r1.210
105 --- ChangeLog 28 Mar 2011 22:37:44 -0000 1.209
106 +++ ChangeLog 30 Mar 2011 11:12:30 -0000 1.210
107 @@ -1,6 +1,10 @@
108 # ChangeLog for sys-devel/distcc
109 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
110 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/ChangeLog,v 1.209 2011/03/28 22:37:44 eva Exp $
111 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/ChangeLog,v 1.210 2011/03/30 11:12:30 angelos Exp $
112 +
113 + 30 Mar 2011; Christoph Mende <angelos@g.o> distcc-2.18.3-r10.ebuild,
114 + distcc-3.0-r4.ebuild, distcc-3.1-r4.ebuild:
115 + Fix gtk+ slot deps
116
117 28 Mar 2011; Gilles Dartiguelongue <eva@g.o> distcc-3.1-r5.ebuild:
118 Pin gtk+ to slot 2.
119
120
121
122 1.13 sys-devel/distcc/distcc-2.18.3-r10.ebuild
123
124 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/distcc/distcc-2.18.3-r10.ebuild?rev=1.13&view=markup
125 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/distcc/distcc-2.18.3-r10.ebuild?rev=1.13&content-type=text/plain
126 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/distcc/distcc-2.18.3-r10.ebuild?r1=1.12&r2=1.13
127
128 Index: distcc-2.18.3-r10.ebuild
129 ===================================================================
130 RCS file: /var/cvsroot/gentoo-x86/sys-devel/distcc/distcc-2.18.3-r10.ebuild,v
131 retrieving revision 1.12
132 retrieving revision 1.13
133 diff -u -r1.12 -r1.13
134 --- distcc-2.18.3-r10.ebuild 6 Feb 2011 11:32:25 -0000 1.12
135 +++ distcc-2.18.3-r10.ebuild 30 Mar 2011 11:12:30 -0000 1.13
136 @@ -1,10 +1,11 @@
137 # Copyright 1999-2011 Gentoo Foundation
138 # Distributed under the terms of the GNU General Public License v2
139 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/distcc-2.18.3-r10.ebuild,v 1.12 2011/02/06 11:32:25 leio Exp $
140 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/distcc-2.18.3-r10.ebuild,v 1.13 2011/03/30 11:12:30 angelos Exp $
141
142 # If you change this in any way please email lisa@g.o and make an
143 # entry in the ChangeLog (this means you spanky :P). (2004-04-11) Lisa Seelye
144
145 +EAPI=1
146 inherit eutils flag-o-matic toolchain-funcs
147
148 PATCHLEVEL="2.18"
149 @@ -24,15 +25,15 @@
150 gtk? ( dev-util/pkgconfig )"
151 RDEPEND="
152 gnome? (
153 - >=x11-libs/gtk+-2.0.0
154 + x11-libs/gtk+:2
155 >=gnome-base/libgnome-2.0.0
156 >=gnome-base/libgnomeui-2.0.0.0
157 - >=gnome-base/libglade-2.0.0
158 + gnome-base/libglade:2.0
159 x11-libs/pango
160 - >=gnome-base/gconf-2.0.0
161 + >=gnome-base/gconf-2.0.0:2
162 )
163 gtk? (
164 - >=x11-libs/gtk+-2.0.0
165 + x11-libs/gtk+:2
166 x11-libs/pango
167 )
168 selinux? ( sec-policy/selinux-distcc )"