Gentoo Archives: gentoo-commits

From: "Markos Chandras (hwoarang)" <hwoarang@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-vcs/subversion: subversion-1.7.6.ebuild subversion-1.6.17-r7.ebuild subversion-1.7.8.ebuild subversion-1.7.7.ebuild ChangeLog
Date: Sat, 02 Mar 2013 21:09:48
Message-Id: 20130302210945.7E5FB2171D@flycatcher.gentoo.org
1 hwoarang 13/03/02 21:09:45
2
3 Modified: subversion-1.7.6.ebuild subversion-1.6.17-r7.ebuild
4 subversion-1.7.8.ebuild subversion-1.7.7.ebuild
5 ChangeLog
6 Log:
7 Move Qt dependencies to the new category
8
9 (Portage version: 2.1.11.52/cvs/Linux x86_64, signed Manifest commit with key C2BA7F3C!)
10
11 Revision Changes Path
12 1.6 dev-vcs/subversion/subversion-1.7.6.ebuild
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/subversion/subversion-1.7.6.ebuild?rev=1.6&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/subversion/subversion-1.7.6.ebuild?rev=1.6&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/subversion/subversion-1.7.6.ebuild?r1=1.5&r2=1.6
17
18 Index: subversion-1.7.6.ebuild
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-vcs/subversion/subversion-1.7.6.ebuild,v
21 retrieving revision 1.5
22 retrieving revision 1.6
23 diff -u -r1.5 -r1.6
24 --- subversion-1.7.6.ebuild 25 Oct 2012 17:04:23 -0000 1.5
25 +++ subversion-1.7.6.ebuild 2 Mar 2013 21:09:45 -0000 1.6
26 @@ -1,6 +1,6 @@
27 -# Copyright 1999-2012 Gentoo Foundation
28 +# Copyright 1999-2013 Gentoo Foundation
29 # Distributed under the terms of the GNU General Public License v2
30 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/subversion/subversion-1.7.6.ebuild,v 1.5 2012/10/25 17:04:23 tommy Exp $
31 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/subversion/subversion-1.7.6.ebuild,v 1.6 2013/03/02 21:09:45 hwoarang Exp $
32
33 EAPI="3"
34 SUPPORT_PYTHON_ABIS="1"
35 @@ -28,7 +28,7 @@
36 berkdb? ( >=sys-libs/db-4.0.14 )
37 ctypes-python? ( =dev-lang/python-2* )
38 gnome-keyring? ( dev-libs/glib:2 sys-apps/dbus gnome-base/gnome-keyring )
39 - kde? ( sys-apps/dbus x11-libs/qt-core:4 x11-libs/qt-dbus:4 x11-libs/qt-gui:4 >=kde-base/kdelibs-4:4 )
40 + kde? ( sys-apps/dbus dev-qt/qtcore:4 dev-qt/qtdbus:4 dev-qt/qtgui:4 >=kde-base/kdelibs-4:4 )
41 perl? ( dev-lang/perl )
42 python? ( =dev-lang/python-2* )
43 ruby? ( >=dev-lang/ruby-1.8.2:1.8 )
44
45
46
47 1.14 dev-vcs/subversion/subversion-1.6.17-r7.ebuild
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/subversion/subversion-1.6.17-r7.ebuild?rev=1.14&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/subversion/subversion-1.6.17-r7.ebuild?rev=1.14&content-type=text/plain
51 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/subversion/subversion-1.6.17-r7.ebuild?r1=1.13&r2=1.14
52
53 Index: subversion-1.6.17-r7.ebuild
54 ===================================================================
55 RCS file: /var/cvsroot/gentoo-x86/dev-vcs/subversion/subversion-1.6.17-r7.ebuild,v
56 retrieving revision 1.13
57 retrieving revision 1.14
58 diff -u -r1.13 -r1.14
59 --- subversion-1.6.17-r7.ebuild 20 Aug 2012 20:31:05 -0000 1.13
60 +++ subversion-1.6.17-r7.ebuild 2 Mar 2013 21:09:45 -0000 1.14
61 @@ -1,6 +1,6 @@
62 -# Copyright 1999-2012 Gentoo Foundation
63 +# Copyright 1999-2013 Gentoo Foundation
64 # Distributed under the terms of the GNU General Public License v2
65 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/subversion/subversion-1.6.17-r7.ebuild,v 1.13 2012/08/20 20:31:05 tommy Exp $
66 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/subversion/subversion-1.6.17-r7.ebuild,v 1.14 2013/03/02 21:09:45 hwoarang Exp $
67
68 EAPI="3"
69 SUPPORT_PYTHON_ABIS="1"
70 @@ -29,7 +29,7 @@
71 ctypes-python? ( =dev-lang/python-2* )
72 emacs? ( virtual/emacs )
73 gnome-keyring? ( dev-libs/glib:2 sys-apps/dbus gnome-base/gnome-keyring )
74 - kde? ( sys-apps/dbus x11-libs/qt-core:4 x11-libs/qt-dbus:4 x11-libs/qt-gui:4 >=kde-base/kdelibs-4:4 )
75 + kde? ( sys-apps/dbus dev-qt/qtcore:4 dev-qt/qtdbus:4 dev-qt/qtgui:4 >=kde-base/kdelibs-4:4 )
76 perl? ( dev-lang/perl )
77 python? ( =dev-lang/python-2* )
78 ruby? ( >=dev-lang/ruby-1.8.2 )
79
80
81
82 1.4 dev-vcs/subversion/subversion-1.7.8.ebuild
83
84 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/subversion/subversion-1.7.8.ebuild?rev=1.4&view=markup
85 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/subversion/subversion-1.7.8.ebuild?rev=1.4&content-type=text/plain
86 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/subversion/subversion-1.7.8.ebuild?r1=1.3&r2=1.4
87
88 Index: subversion-1.7.8.ebuild
89 ===================================================================
90 RCS file: /var/cvsroot/gentoo-x86/dev-vcs/subversion/subversion-1.7.8.ebuild,v
91 retrieving revision 1.3
92 retrieving revision 1.4
93 diff -u -r1.3 -r1.4
94 --- subversion-1.7.8.ebuild 23 Feb 2013 15:54:36 -0000 1.3
95 +++ subversion-1.7.8.ebuild 2 Mar 2013 21:09:45 -0000 1.4
96 @@ -1,6 +1,6 @@
97 # Copyright 1999-2013 Gentoo Foundation
98 # Distributed under the terms of the GNU General Public License v2
99 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/subversion/subversion-1.7.8.ebuild,v 1.3 2013/02/23 15:54:36 mgorny Exp $
100 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/subversion/subversion-1.7.8.ebuild,v 1.4 2013/03/02 21:09:45 hwoarang Exp $
101
102 EAPI=5
103 PYTHON_COMPAT=( python{2_5,2_6,2_7} )
104 @@ -28,7 +28,7 @@
105 berkdb? ( >=sys-libs/db-4.0.14 )
106 ctypes-python? ( ${PYTHON_DEPS} )
107 gnome-keyring? ( dev-libs/glib:2 sys-apps/dbus gnome-base/gnome-keyring )
108 - kde? ( sys-apps/dbus x11-libs/qt-core:4 x11-libs/qt-dbus:4 x11-libs/qt-gui:4 >=kde-base/kdelibs-4:4 )
109 + kde? ( sys-apps/dbus dev-qt/qtcore:4 dev-qt/qtdbus:4 dev-qt/qtgui:4 >=kde-base/kdelibs-4:4 )
110 perl? ( dev-lang/perl )
111 python? ( ${PYTHON_DEPS} )
112 ruby? ( >=dev-lang/ruby-1.8.2:1.8 )
113
114
115
116 1.14 dev-vcs/subversion/subversion-1.7.7.ebuild
117
118 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/subversion/subversion-1.7.7.ebuild?rev=1.14&view=markup
119 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/subversion/subversion-1.7.7.ebuild?rev=1.14&content-type=text/plain
120 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/subversion/subversion-1.7.7.ebuild?r1=1.13&r2=1.14
121
122 Index: subversion-1.7.7.ebuild
123 ===================================================================
124 RCS file: /var/cvsroot/gentoo-x86/dev-vcs/subversion/subversion-1.7.7.ebuild,v
125 retrieving revision 1.13
126 retrieving revision 1.14
127 diff -u -r1.13 -r1.14
128 --- subversion-1.7.7.ebuild 22 Feb 2013 17:44:33 -0000 1.13
129 +++ subversion-1.7.7.ebuild 2 Mar 2013 21:09:45 -0000 1.14
130 @@ -1,6 +1,6 @@
131 # Copyright 1999-2013 Gentoo Foundation
132 # Distributed under the terms of the GNU General Public License v2
133 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/subversion/subversion-1.7.7.ebuild,v 1.13 2013/02/22 17:44:33 zmedico Exp $
134 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/subversion/subversion-1.7.7.ebuild,v 1.14 2013/03/02 21:09:45 hwoarang Exp $
135
136 EAPI="3"
137 SUPPORT_PYTHON_ABIS="1"
138 @@ -28,7 +28,7 @@
139 berkdb? ( >=sys-libs/db-4.0.14 )
140 ctypes-python? ( =dev-lang/python-2* )
141 gnome-keyring? ( dev-libs/glib:2 sys-apps/dbus gnome-base/gnome-keyring )
142 - kde? ( sys-apps/dbus x11-libs/qt-core:4 x11-libs/qt-dbus:4 x11-libs/qt-gui:4 >=kde-base/kdelibs-4:4 )
143 + kde? ( sys-apps/dbus dev-qt/qtcore:4 dev-qt/qtdbus:4 dev-qt/qtgui:4 >=kde-base/kdelibs-4:4 )
144 perl? ( dev-lang/perl )
145 python? ( =dev-lang/python-2* )
146 ruby? ( >=dev-lang/ruby-1.8.2:1.8 )
147
148
149
150 1.100 dev-vcs/subversion/ChangeLog
151
152 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/subversion/ChangeLog?rev=1.100&view=markup
153 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/subversion/ChangeLog?rev=1.100&content-type=text/plain
154 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/subversion/ChangeLog?r1=1.99&r2=1.100
155
156 Index: ChangeLog
157 ===================================================================
158 RCS file: /var/cvsroot/gentoo-x86/dev-vcs/subversion/ChangeLog,v
159 retrieving revision 1.99
160 retrieving revision 1.100
161 diff -u -r1.99 -r1.100
162 --- ChangeLog 23 Feb 2013 15:54:36 -0000 1.99
163 +++ ChangeLog 2 Mar 2013 21:09:45 -0000 1.100
164 @@ -1,6 +1,11 @@
165 # ChangeLog for dev-vcs/subversion
166 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
167 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/subversion/ChangeLog,v 1.99 2013/02/23 15:54:36 mgorny Exp $
168 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/subversion/ChangeLog,v 1.100 2013/03/02 21:09:45 hwoarang Exp $
169 +
170 + 02 Mar 2013; Markos Chandras <hwoarang@g.o>
171 + subversion-1.6.17-r7.ebuild, subversion-1.7.6.ebuild, subversion-1.7.7.ebuild,
172 + subversion-1.7.8.ebuild:
173 + Move Qt dependencies to the new category
174
175 23 Feb 2013; Michał Górny <mgorny@g.o> subversion-1.7.8.ebuild:
176 Keep Python sources symlinked during builds. Required for Ruby bindings, for