Gentoo Archives: gentoo-commits

From: "Jeff Horelick (jdhore)" <jdhore@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-vcs/subversion: subversion-1.7.4.ebuild subversion-1.6.17-r7.ebuild ChangeLog subversion-1.7.1.ebuild subversion-1.7.0.ebuild subversion-1.7.2.ebuild
Date: Thu, 03 May 2012 02:57:31
Message-Id: 20120503025715.EB6702004C@flycatcher.gentoo.org
1 jdhore 12/05/03 02:57:15
2
3 Modified: subversion-1.7.4.ebuild subversion-1.6.17-r7.ebuild
4 ChangeLog subversion-1.7.1.ebuild
5 subversion-1.7.0.ebuild subversion-1.7.2.ebuild
6 Log:
7 dev-util/pkgconfig -> virtual/pkgconfig
8
9 (Portage version: 2.2.0_alpha101/cvs/Linux i686)
10
11 Revision Changes Path
12 1.3 dev-vcs/subversion/subversion-1.7.4.ebuild
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/subversion/subversion-1.7.4.ebuild?rev=1.3&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/subversion/subversion-1.7.4.ebuild?rev=1.3&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/subversion/subversion-1.7.4.ebuild?r1=1.2&r2=1.3
17
18 Index: subversion-1.7.4.ebuild
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-vcs/subversion/subversion-1.7.4.ebuild,v
21 retrieving revision 1.2
22 retrieving revision 1.3
23 diff -u -r1.2 -r1.3
24 --- subversion-1.7.4.ebuild 15 Mar 2012 04:17:20 -0000 1.2
25 +++ subversion-1.7.4.ebuild 3 May 2012 02:57:15 -0000 1.3
26 @@ -1,6 +1,6 @@
27 # Copyright 1999-2012 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/subversion/subversion-1.7.4.ebuild,v 1.2 2012/03/15 04:17:20 floppym Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/subversion/subversion-1.7.4.ebuild,v 1.3 2012/05/03 02:57:15 jdhore Exp $
31
32 EAPI="3"
33 SUPPORT_PYTHON_ABIS="1"
34 @@ -45,11 +45,11 @@
35 !!<sys-apps/sandbox-1.6
36 ctypes-python? ( dev-python/ctypesgen )
37 doc? ( app-doc/doxygen )
38 - gnome-keyring? ( dev-util/pkgconfig )
39 + gnome-keyring? ( virtual/pkgconfig )
40 java? ( >=virtual/jdk-1.5 )
41 - kde? ( dev-util/pkgconfig )
42 + kde? ( virtual/pkgconfig )
43 nls? ( sys-devel/gettext )
44 - webdav-neon? ( dev-util/pkgconfig )"
45 + webdav-neon? ( virtual/pkgconfig )"
46
47 want_apache
48
49
50
51
52 1.10 dev-vcs/subversion/subversion-1.6.17-r7.ebuild
53
54 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/subversion/subversion-1.6.17-r7.ebuild?rev=1.10&view=markup
55 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/subversion/subversion-1.6.17-r7.ebuild?rev=1.10&content-type=text/plain
56 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/subversion/subversion-1.6.17-r7.ebuild?r1=1.9&r2=1.10
57
58 Index: subversion-1.6.17-r7.ebuild
59 ===================================================================
60 RCS file: /var/cvsroot/gentoo-x86/dev-vcs/subversion/subversion-1.6.17-r7.ebuild,v
61 retrieving revision 1.9
62 retrieving revision 1.10
63 diff -u -r1.9 -r1.10
64 --- subversion-1.6.17-r7.ebuild 15 Mar 2012 04:17:20 -0000 1.9
65 +++ subversion-1.6.17-r7.ebuild 3 May 2012 02:57:15 -0000 1.10
66 @@ -1,6 +1,6 @@
67 # Copyright 1999-2012 Gentoo Foundation
68 # Distributed under the terms of the GNU General Public License v2
69 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/subversion/subversion-1.6.17-r7.ebuild,v 1.9 2012/03/15 04:17:20 floppym Exp $
70 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/subversion/subversion-1.6.17-r7.ebuild,v 1.10 2012/05/03 02:57:15 jdhore Exp $
71
72 EAPI="3"
73 SUPPORT_PYTHON_ABIS="1"
74 @@ -46,11 +46,11 @@
75 !!<sys-apps/sandbox-1.6
76 ctypes-python? ( dev-python/ctypesgen )
77 doc? ( app-doc/doxygen )
78 - gnome-keyring? ( dev-util/pkgconfig )
79 + gnome-keyring? ( virtual/pkgconfig )
80 java? ( >=virtual/jdk-1.5 )
81 - kde? ( dev-util/pkgconfig )
82 + kde? ( virtual/pkgconfig )
83 nls? ( sys-devel/gettext )
84 - webdav-neon? ( dev-util/pkgconfig )"
85 + webdav-neon? ( virtual/pkgconfig )"
86
87 PATCHES=(
88 "${FILESDIR}/${PN}-1.6.0-disable_linking_against_unneeded_libraries.patch"
89
90
91
92 1.74 dev-vcs/subversion/ChangeLog
93
94 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/subversion/ChangeLog?rev=1.74&view=markup
95 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/subversion/ChangeLog?rev=1.74&content-type=text/plain
96 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/subversion/ChangeLog?r1=1.73&r2=1.74
97
98 Index: ChangeLog
99 ===================================================================
100 RCS file: /var/cvsroot/gentoo-x86/dev-vcs/subversion/ChangeLog,v
101 retrieving revision 1.73
102 retrieving revision 1.74
103 diff -u -r1.73 -r1.74
104 --- ChangeLog 15 Mar 2012 04:17:20 -0000 1.73
105 +++ ChangeLog 3 May 2012 02:57:15 -0000 1.74
106 @@ -1,6 +1,11 @@
107 # ChangeLog for dev-vcs/subversion
108 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
109 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/subversion/ChangeLog,v 1.73 2012/03/15 04:17:20 floppym Exp $
110 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/subversion/ChangeLog,v 1.74 2012/05/03 02:57:15 jdhore Exp $
111 +
112 + 03 May 2012; Jeff Horelick <jdhore@g.o> subversion-1.6.17-r7.ebuild,
113 + subversion-1.7.0.ebuild, subversion-1.7.1.ebuild, subversion-1.7.2.ebuild,
114 + subversion-1.7.4.ebuild:
115 + dev-util/pkgconfig -> virtual/pkgconfig
116
117 15 Mar 2012; Mike Gilbert <floppym@g.o> subversion-1.6.17-r7.ebuild,
118 subversion-1.7.0.ebuild, subversion-1.7.1.ebuild, subversion-1.7.2.ebuild,
119
120
121
122 1.4 dev-vcs/subversion/subversion-1.7.1.ebuild
123
124 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/subversion/subversion-1.7.1.ebuild?rev=1.4&view=markup
125 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/subversion/subversion-1.7.1.ebuild?rev=1.4&content-type=text/plain
126 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/subversion/subversion-1.7.1.ebuild?r1=1.3&r2=1.4
127
128 Index: subversion-1.7.1.ebuild
129 ===================================================================
130 RCS file: /var/cvsroot/gentoo-x86/dev-vcs/subversion/subversion-1.7.1.ebuild,v
131 retrieving revision 1.3
132 retrieving revision 1.4
133 diff -u -r1.3 -r1.4
134 --- subversion-1.7.1.ebuild 15 Mar 2012 04:17:20 -0000 1.3
135 +++ subversion-1.7.1.ebuild 3 May 2012 02:57:15 -0000 1.4
136 @@ -1,6 +1,6 @@
137 # Copyright 1999-2012 Gentoo Foundation
138 # Distributed under the terms of the GNU General Public License v2
139 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/subversion/subversion-1.7.1.ebuild,v 1.3 2012/03/15 04:17:20 floppym Exp $
140 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/subversion/subversion-1.7.1.ebuild,v 1.4 2012/05/03 02:57:15 jdhore Exp $
141
142 EAPI="3"
143 SUPPORT_PYTHON_ABIS="1"
144 @@ -45,11 +45,11 @@
145 !!<sys-apps/sandbox-1.6
146 ctypes-python? ( dev-python/ctypesgen )
147 doc? ( app-doc/doxygen )
148 - gnome-keyring? ( dev-util/pkgconfig )
149 + gnome-keyring? ( virtual/pkgconfig )
150 java? ( >=virtual/jdk-1.5 )
151 - kde? ( dev-util/pkgconfig )
152 + kde? ( virtual/pkgconfig )
153 nls? ( sys-devel/gettext )
154 - webdav-neon? ( dev-util/pkgconfig )"
155 + webdav-neon? ( virtual/pkgconfig )"
156
157 PATCHES=(
158 "${FILESDIR}/${PN}-1.5.4-interix.patch"
159
160
161
162 1.3 dev-vcs/subversion/subversion-1.7.0.ebuild
163
164 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/subversion/subversion-1.7.0.ebuild?rev=1.3&view=markup
165 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/subversion/subversion-1.7.0.ebuild?rev=1.3&content-type=text/plain
166 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/subversion/subversion-1.7.0.ebuild?r1=1.2&r2=1.3
167
168 Index: subversion-1.7.0.ebuild
169 ===================================================================
170 RCS file: /var/cvsroot/gentoo-x86/dev-vcs/subversion/subversion-1.7.0.ebuild,v
171 retrieving revision 1.2
172 retrieving revision 1.3
173 diff -u -r1.2 -r1.3
174 --- subversion-1.7.0.ebuild 15 Mar 2012 04:17:20 -0000 1.2
175 +++ subversion-1.7.0.ebuild 3 May 2012 02:57:15 -0000 1.3
176 @@ -1,6 +1,6 @@
177 # Copyright 1999-2012 Gentoo Foundation
178 # Distributed under the terms of the GNU General Public License v2
179 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/subversion/subversion-1.7.0.ebuild,v 1.2 2012/03/15 04:17:20 floppym Exp $
180 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/subversion/subversion-1.7.0.ebuild,v 1.3 2012/05/03 02:57:15 jdhore Exp $
181
182 EAPI="3"
183 SUPPORT_PYTHON_ABIS="1"
184 @@ -45,11 +45,11 @@
185 !!<sys-apps/sandbox-1.6
186 ctypes-python? ( dev-python/ctypesgen )
187 doc? ( app-doc/doxygen )
188 - gnome-keyring? ( dev-util/pkgconfig )
189 + gnome-keyring? ( virtual/pkgconfig )
190 java? ( >=virtual/jdk-1.5 )
191 - kde? ( dev-util/pkgconfig )
192 + kde? ( virtual/pkgconfig )
193 nls? ( sys-devel/gettext )
194 - webdav-neon? ( dev-util/pkgconfig )"
195 + webdav-neon? ( virtual/pkgconfig )"
196
197 PATCHES=(
198 "${FILESDIR}/${PN}-1.5.4-interix.patch"
199
200
201
202 1.4 dev-vcs/subversion/subversion-1.7.2.ebuild
203
204 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/subversion/subversion-1.7.2.ebuild?rev=1.4&view=markup
205 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/subversion/subversion-1.7.2.ebuild?rev=1.4&content-type=text/plain
206 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/subversion/subversion-1.7.2.ebuild?r1=1.3&r2=1.4
207
208 Index: subversion-1.7.2.ebuild
209 ===================================================================
210 RCS file: /var/cvsroot/gentoo-x86/dev-vcs/subversion/subversion-1.7.2.ebuild,v
211 retrieving revision 1.3
212 retrieving revision 1.4
213 diff -u -r1.3 -r1.4
214 --- subversion-1.7.2.ebuild 15 Mar 2012 04:17:20 -0000 1.3
215 +++ subversion-1.7.2.ebuild 3 May 2012 02:57:15 -0000 1.4
216 @@ -1,6 +1,6 @@
217 # Copyright 1999-2012 Gentoo Foundation
218 # Distributed under the terms of the GNU General Public License v2
219 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/subversion/subversion-1.7.2.ebuild,v 1.3 2012/03/15 04:17:20 floppym Exp $
220 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/subversion/subversion-1.7.2.ebuild,v 1.4 2012/05/03 02:57:15 jdhore Exp $
221
222 EAPI="3"
223 SUPPORT_PYTHON_ABIS="1"
224 @@ -45,11 +45,11 @@
225 !!<sys-apps/sandbox-1.6
226 ctypes-python? ( dev-python/ctypesgen )
227 doc? ( app-doc/doxygen )
228 - gnome-keyring? ( dev-util/pkgconfig )
229 + gnome-keyring? ( virtual/pkgconfig )
230 java? ( >=virtual/jdk-1.5 )
231 - kde? ( dev-util/pkgconfig )
232 + kde? ( virtual/pkgconfig )
233 nls? ( sys-devel/gettext )
234 - webdav-neon? ( dev-util/pkgconfig )"
235 + webdav-neon? ( virtual/pkgconfig )"
236
237 PATCHES=(
238 "${FILESDIR}/${PN}-1.5.4-interix.patch"