Gentoo Archives: gentoo-commits

From: "Zac Medico (zmedico)" <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-emulation/libvirt: libvirt-0.9.8.ebuild libvirt-0.9.11.3.ebuild libvirt-9999.ebuild libvirt-0.9.10-r4.ebuild ChangeLog
Date: Thu, 31 May 2012 22:54:02
Message-Id: 20120531225352.363EA2004B@flycatcher.gentoo.org
1 zmedico 12/05/31 22:53:52
2
3 Modified: libvirt-0.9.8.ebuild libvirt-0.9.11.3.ebuild
4 libvirt-9999.ebuild libvirt-0.9.10-r4.ebuild
5 ChangeLog
6 Log:
7 tweak inherits so repoman can parse them
8
9 (Portage version: 2.2.0_alpha108_p9/cvs/Linux i686)
10
11 Revision Changes Path
12 1.12 app-emulation/libvirt/libvirt-0.9.8.ebuild
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libvirt/libvirt-0.9.8.ebuild?rev=1.12&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libvirt/libvirt-0.9.8.ebuild?rev=1.12&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libvirt/libvirt-0.9.8.ebuild?r1=1.11&r2=1.12
17
18 Index: libvirt-0.9.8.ebuild
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/app-emulation/libvirt/libvirt-0.9.8.ebuild,v
21 retrieving revision 1.11
22 retrieving revision 1.12
23 diff -u -r1.11 -r1.12
24 --- libvirt-0.9.8.ebuild 7 May 2012 07:53:24 -0000 1.11
25 +++ libvirt-0.9.8.ebuild 31 May 2012 22:53:52 -0000 1.12
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/app-emulation/libvirt/libvirt-0.9.8.ebuild,v 1.11 2012/05/07 07:53:24 patrick Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/libvirt-0.9.8.ebuild,v 1.12 2012/05/31 22:53:52 zmedico Exp $
31
32 #BACKPORTS=2
33 #AUTOTOOLIZE=yes
34 @@ -10,8 +10,8 @@
35 MY_P="${P/_rc/-rc}"
36
37 if [[ ${PV} = *9999* ]]; then
38 + inherit autotools git-2
39 EGIT_REPO_URI="git://libvirt.org/libvirt.git"
40 - GIT_ECLASS="git-2"
41 AUTOTOOLIZE=yes
42 fi
43
44 @@ -19,7 +19,7 @@
45 #RESTRICT_PYTHON_ABIS="3.*"
46 #SUPPORT_PYTHON_ABIS="1"
47
48 -inherit eutils python ${AUTOTOOLIZE+autotools} ${GIT_ECLASS}
49 +inherit eutils python
50
51 if [[ ${PV} = *9999* ]]; then
52 SRC_URI=""
53
54
55
56 1.6 app-emulation/libvirt/libvirt-0.9.11.3.ebuild
57
58 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libvirt/libvirt-0.9.11.3.ebuild?rev=1.6&view=markup
59 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libvirt/libvirt-0.9.11.3.ebuild?rev=1.6&content-type=text/plain
60 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libvirt/libvirt-0.9.11.3.ebuild?r1=1.5&r2=1.6
61
62 Index: libvirt-0.9.11.3.ebuild
63 ===================================================================
64 RCS file: /var/cvsroot/gentoo-x86/app-emulation/libvirt/libvirt-0.9.11.3.ebuild,v
65 retrieving revision 1.5
66 retrieving revision 1.6
67 diff -u -r1.5 -r1.6
68 --- libvirt-0.9.11.3.ebuild 21 May 2012 09:21:56 -0000 1.5
69 +++ libvirt-0.9.11.3.ebuild 31 May 2012 22:53:52 -0000 1.6
70 @@ -1,6 +1,6 @@
71 # Copyright 1999-2012 Gentoo Foundation
72 # Distributed under the terms of the GNU General Public License v2
73 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/libvirt-0.9.11.3.ebuild,v 1.5 2012/05/21 09:21:56 phajdan.jr Exp $
74 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/libvirt-0.9.11.3.ebuild,v 1.6 2012/05/31 22:53:52 zmedico Exp $
75
76 EAPI=4
77
78 @@ -10,8 +10,8 @@
79 MY_P="${P/_rc/-rc}"
80
81 if [[ ${PV} = *9999* ]]; then
82 + inherit autotools git-2
83 EGIT_REPO_URI="git://libvirt.org/libvirt.git"
84 - GIT_ECLASS="git-2"
85 AUTOTOOLIZE=yes
86 fi
87
88 @@ -19,7 +19,7 @@
89 #RESTRICT_PYTHON_ABIS="3.*"
90 #SUPPORT_PYTHON_ABIS="1"
91
92 -inherit eutils python ${AUTOTOOLIZE+autotools} ${GIT_ECLASS}
93 +inherit eutils python
94
95 if [[ ${PV} = *9999* ]]; then
96 SRC_URI=""
97
98
99
100 1.31 app-emulation/libvirt/libvirt-9999.ebuild
101
102 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libvirt/libvirt-9999.ebuild?rev=1.31&view=markup
103 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libvirt/libvirt-9999.ebuild?rev=1.31&content-type=text/plain
104 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libvirt/libvirt-9999.ebuild?r1=1.30&r2=1.31
105
106 Index: libvirt-9999.ebuild
107 ===================================================================
108 RCS file: /var/cvsroot/gentoo-x86/app-emulation/libvirt/libvirt-9999.ebuild,v
109 retrieving revision 1.30
110 retrieving revision 1.31
111 diff -u -r1.30 -r1.31
112 --- libvirt-9999.ebuild 7 May 2012 07:53:24 -0000 1.30
113 +++ libvirt-9999.ebuild 31 May 2012 22:53:52 -0000 1.31
114 @@ -1,6 +1,6 @@
115 # Copyright 1999-2012 Gentoo Foundation
116 # Distributed under the terms of the GNU General Public License v2
117 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/libvirt-9999.ebuild,v 1.30 2012/05/07 07:53:24 patrick Exp $
118 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/libvirt-9999.ebuild,v 1.31 2012/05/31 22:53:52 zmedico Exp $
119
120 EAPI=4
121
122 @@ -10,8 +10,8 @@
123 MY_P="${P/_rc/-rc}"
124
125 if [[ ${PV} = *9999* ]]; then
126 + inherit autotools git-2
127 EGIT_REPO_URI="git://libvirt.org/libvirt.git"
128 - GIT_ECLASS="git-2"
129 AUTOTOOLIZE=yes
130 fi
131
132 @@ -19,7 +19,7 @@
133 #RESTRICT_PYTHON_ABIS="3.*"
134 #SUPPORT_PYTHON_ABIS="1"
135
136 -inherit eutils python ${AUTOTOOLIZE+autotools} ${GIT_ECLASS}
137 +inherit eutils python
138
139 if [[ ${PV} = *9999* ]]; then
140 SRC_URI=""
141
142
143
144 1.8 app-emulation/libvirt/libvirt-0.9.10-r4.ebuild
145
146 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libvirt/libvirt-0.9.10-r4.ebuild?rev=1.8&view=markup
147 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libvirt/libvirt-0.9.10-r4.ebuild?rev=1.8&content-type=text/plain
148 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libvirt/libvirt-0.9.10-r4.ebuild?r1=1.7&r2=1.8
149
150 Index: libvirt-0.9.10-r4.ebuild
151 ===================================================================
152 RCS file: /var/cvsroot/gentoo-x86/app-emulation/libvirt/libvirt-0.9.10-r4.ebuild,v
153 retrieving revision 1.7
154 retrieving revision 1.8
155 diff -u -r1.7 -r1.8
156 --- libvirt-0.9.10-r4.ebuild 7 May 2012 07:53:24 -0000 1.7
157 +++ libvirt-0.9.10-r4.ebuild 31 May 2012 22:53:52 -0000 1.8
158 @@ -1,6 +1,6 @@
159 # Copyright 1999-2012 Gentoo Foundation
160 # Distributed under the terms of the GNU General Public License v2
161 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/libvirt-0.9.10-r4.ebuild,v 1.7 2012/05/07 07:53:24 patrick Exp $
162 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/libvirt-0.9.10-r4.ebuild,v 1.8 2012/05/31 22:53:52 zmedico Exp $
163
164 EAPI=4
165
166 @@ -10,8 +10,8 @@
167 MY_P="${P/_rc/-rc}"
168
169 if [[ ${PV} = *9999* ]]; then
170 + inherit autotools git-2
171 EGIT_REPO_URI="git://libvirt.org/libvirt.git"
172 - GIT_ECLASS="git-2"
173 AUTOTOOLIZE=yes
174 fi
175
176 @@ -19,7 +19,7 @@
177 #RESTRICT_PYTHON_ABIS="3.*"
178 #SUPPORT_PYTHON_ABIS="1"
179
180 -inherit eutils python ${AUTOTOOLIZE+autotools} ${GIT_ECLASS}
181 +inherit eutils python
182
183 if [[ ${PV} = *9999* ]]; then
184 SRC_URI=""
185
186
187
188 1.180 app-emulation/libvirt/ChangeLog
189
190 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libvirt/ChangeLog?rev=1.180&view=markup
191 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libvirt/ChangeLog?rev=1.180&content-type=text/plain
192 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libvirt/ChangeLog?r1=1.179&r2=1.180
193
194 Index: ChangeLog
195 ===================================================================
196 RCS file: /var/cvsroot/gentoo-x86/app-emulation/libvirt/ChangeLog,v
197 retrieving revision 1.179
198 retrieving revision 1.180
199 diff -u -r1.179 -r1.180
200 --- ChangeLog 29 May 2012 05:37:20 -0000 1.179
201 +++ ChangeLog 31 May 2012 22:53:52 -0000 1.180
202 @@ -1,6 +1,10 @@
203 # ChangeLog for app-emulation/libvirt
204 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
205 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/ChangeLog,v 1.179 2012/05/29 05:37:20 cardoe Exp $
206 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/ChangeLog,v 1.180 2012/05/31 22:53:52 zmedico Exp $
207 +
208 + 31 May 2012; Zac Medico <zmedico@g.o> libvirt-0.9.10-r4.ebuild,
209 + libvirt-0.9.11.3.ebuild, libvirt-0.9.8.ebuild, libvirt-9999.ebuild:
210 + tweak inherits so repoman can parse them
211
212 28 May 2012; Doug Goldstein <cardoe@g.o> -libvirt-0.9.11.ebuild:
213 Remove older version