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/virt-manager: virt-manager-0.8.7.ebuild virt-manager-0.9.0-r1.ebuild virt-manager-0.9.1.ebuild virt-manager-9999.ebuild ChangeLog
Date: Thu, 31 May 2012 23:42:09
Message-Id: 20120531234158.C81992004B@flycatcher.gentoo.org
1 zmedico 12/05/31 23:41:58
2
3 Modified: virt-manager-0.8.7.ebuild
4 virt-manager-0.9.0-r1.ebuild
5 virt-manager-0.9.1.ebuild virt-manager-9999.ebuild
6 ChangeLog
7 Log:
8 tweak inherits so repoman can parse them
9
10 (Portage version: 2.2.0_alpha108_p9/cvs/Linux i686)
11
12 Revision Changes Path
13 1.6 app-emulation/virt-manager/virt-manager-0.8.7.ebuild
14
15 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virt-manager/virt-manager-0.8.7.ebuild?rev=1.6&view=markup
16 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virt-manager/virt-manager-0.8.7.ebuild?rev=1.6&content-type=text/plain
17 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virt-manager/virt-manager-0.8.7.ebuild?r1=1.5&r2=1.6
18
19 Index: virt-manager-0.8.7.ebuild
20 ===================================================================
21 RCS file: /var/cvsroot/gentoo-x86/app-emulation/virt-manager/virt-manager-0.8.7.ebuild,v
22 retrieving revision 1.5
23 retrieving revision 1.6
24 diff -u -r1.5 -r1.6
25 --- virt-manager-0.8.7.ebuild 13 Apr 2012 17:46:51 -0000 1.5
26 +++ virt-manager-0.8.7.ebuild 31 May 2012 23:41:58 -0000 1.6
27 @@ -1,6 +1,6 @@
28 # Copyright 1999-2012 Gentoo Foundation
29 # Distributed under the terms of the GNU General Public License v2
30 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/virt-manager/virt-manager-0.8.7.ebuild,v 1.5 2012/04/13 17:46:51 ulm Exp $
31 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/virt-manager/virt-manager-0.8.7.ebuild,v 1.6 2012/05/31 23:41:58 zmedico Exp $
32
33 EAPI=2
34
35 @@ -11,7 +11,7 @@
36 # Stop gnome2.eclass from doing stuff on USE=debug
37 GCONF_DEBUG="no"
38
39 -inherit eutils gnome2 python ${HG_ECLASS}
40 +inherit eutils gnome2 python
41
42 SRC_URI="http://virt-manager.org/download/sources/${PN}/${P}.tar.gz
43 ${BACKPORTS:+mirror://gentoo/${P}-backports-${BACKPORTS}.tar.bz2}"
44
45
46
47 1.5 app-emulation/virt-manager/virt-manager-0.9.0-r1.ebuild
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virt-manager/virt-manager-0.9.0-r1.ebuild?rev=1.5&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virt-manager/virt-manager-0.9.0-r1.ebuild?rev=1.5&content-type=text/plain
51 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virt-manager/virt-manager-0.9.0-r1.ebuild?r1=1.4&r2=1.5
52
53 Index: virt-manager-0.9.0-r1.ebuild
54 ===================================================================
55 RCS file: /var/cvsroot/gentoo-x86/app-emulation/virt-manager/virt-manager-0.9.0-r1.ebuild,v
56 retrieving revision 1.4
57 retrieving revision 1.5
58 diff -u -r1.4 -r1.5
59 --- virt-manager-0.9.0-r1.ebuild 13 Apr 2012 17:46:51 -0000 1.4
60 +++ virt-manager-0.9.0-r1.ebuild 31 May 2012 23:41:58 -0000 1.5
61 @@ -1,6 +1,6 @@
62 # Copyright 1999-2012 Gentoo Foundation
63 # Distributed under the terms of the GNU General Public License v2
64 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/virt-manager/virt-manager-0.9.0-r1.ebuild,v 1.4 2012/04/13 17:46:51 ulm Exp $
65 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/virt-manager/virt-manager-0.9.0-r1.ebuild,v 1.5 2012/05/31 23:41:58 zmedico Exp $
66
67 EAPI=2
68
69 @@ -8,7 +8,6 @@
70
71 if [[ ${PV} = *9999* ]]; then
72 EGIT_REPO_URI="http://git.fedorahosted.org/git/virt-manager.git"
73 - GIT_ECLASS="git-2 autotools"
74 fi
75
76 PYTHON_DEPEND="2:2.5"
77 @@ -16,9 +15,10 @@
78 # Stop gnome2.eclass from doing stuff on USE=debug
79 GCONF_DEBUG="no"
80
81 -inherit eutils gnome2 python ${GIT_ECLASS}
82 +inherit eutils gnome2 python
83
84 if [[ ${PV} = *9999* ]]; then
85 + inherit git-2 autotools
86 SRC_URI=""
87 KEYWORDS=""
88 VIRTINSTDEP=">=app-emulation/virtinst-9999"
89
90
91
92 1.5 app-emulation/virt-manager/virt-manager-0.9.1.ebuild
93
94 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virt-manager/virt-manager-0.9.1.ebuild?rev=1.5&view=markup
95 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virt-manager/virt-manager-0.9.1.ebuild?rev=1.5&content-type=text/plain
96 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virt-manager/virt-manager-0.9.1.ebuild?r1=1.4&r2=1.5
97
98 Index: virt-manager-0.9.1.ebuild
99 ===================================================================
100 RCS file: /var/cvsroot/gentoo-x86/app-emulation/virt-manager/virt-manager-0.9.1.ebuild,v
101 retrieving revision 1.4
102 retrieving revision 1.5
103 diff -u -r1.4 -r1.5
104 --- virt-manager-0.9.1.ebuild 13 Apr 2012 17:46:51 -0000 1.4
105 +++ virt-manager-0.9.1.ebuild 31 May 2012 23:41:58 -0000 1.5
106 @@ -1,6 +1,6 @@
107 # Copyright 1999-2012 Gentoo Foundation
108 # Distributed under the terms of the GNU General Public License v2
109 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/virt-manager/virt-manager-0.9.1.ebuild,v 1.4 2012/04/13 17:46:51 ulm Exp $
110 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/virt-manager/virt-manager-0.9.1.ebuild,v 1.5 2012/05/31 23:41:58 zmedico Exp $
111
112 EAPI=4
113
114 @@ -8,7 +8,6 @@
115
116 if [[ ${PV} = *9999* ]]; then
117 EGIT_REPO_URI="http://git.fedorahosted.org/git/virt-manager.git"
118 - GIT_ECLASS="git-2 autotools"
119 fi
120
121 PYTHON_DEPEND="2:2.5"
122 @@ -16,9 +15,10 @@
123 # Stop gnome2.eclass from doing stuff on USE=debug
124 GCONF_DEBUG="no"
125
126 -inherit eutils gnome2 python ${GIT_ECLASS}
127 +inherit eutils gnome2 python
128
129 if [[ ${PV} = *9999* ]]; then
130 + inherit git-2 autotools
131 SRC_URI=""
132 KEYWORDS=""
133 VIRTINSTDEP=">=app-emulation/virtinst-9999"
134
135
136
137 1.11 app-emulation/virt-manager/virt-manager-9999.ebuild
138
139 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virt-manager/virt-manager-9999.ebuild?rev=1.11&view=markup
140 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virt-manager/virt-manager-9999.ebuild?rev=1.11&content-type=text/plain
141 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virt-manager/virt-manager-9999.ebuild?r1=1.10&r2=1.11
142
143 Index: virt-manager-9999.ebuild
144 ===================================================================
145 RCS file: /var/cvsroot/gentoo-x86/app-emulation/virt-manager/virt-manager-9999.ebuild,v
146 retrieving revision 1.10
147 retrieving revision 1.11
148 diff -u -r1.10 -r1.11
149 --- virt-manager-9999.ebuild 13 Apr 2012 17:46:51 -0000 1.10
150 +++ virt-manager-9999.ebuild 31 May 2012 23:41:58 -0000 1.11
151 @@ -1,6 +1,6 @@
152 # Copyright 1999-2012 Gentoo Foundation
153 # Distributed under the terms of the GNU General Public License v2
154 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/virt-manager/virt-manager-9999.ebuild,v 1.10 2012/04/13 17:46:51 ulm Exp $
155 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/virt-manager/virt-manager-9999.ebuild,v 1.11 2012/05/31 23:41:58 zmedico Exp $
156
157 EAPI=4
158
159 @@ -8,7 +8,6 @@
160
161 if [[ ${PV} = *9999* ]]; then
162 EGIT_REPO_URI="http://git.fedorahosted.org/git/virt-manager.git"
163 - GIT_ECLASS="git-2 autotools"
164 fi
165
166 PYTHON_DEPEND="2:2.5"
167 @@ -16,9 +15,10 @@
168 # Stop gnome2.eclass from doing stuff on USE=debug
169 GCONF_DEBUG="no"
170
171 -inherit eutils gnome2 python ${GIT_ECLASS}
172 +inherit eutils gnome2 python
173
174 if [[ ${PV} = *9999* ]]; then
175 + inherit git-2 autotools
176 SRC_URI=""
177 KEYWORDS=""
178 VIRTINSTDEP=">=app-emulation/virtinst-9999"
179
180
181
182 1.71 app-emulation/virt-manager/ChangeLog
183
184 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virt-manager/ChangeLog?rev=1.71&view=markup
185 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virt-manager/ChangeLog?rev=1.71&content-type=text/plain
186 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virt-manager/ChangeLog?r1=1.70&r2=1.71
187
188 Index: ChangeLog
189 ===================================================================
190 RCS file: /var/cvsroot/gentoo-x86/app-emulation/virt-manager/ChangeLog,v
191 retrieving revision 1.70
192 retrieving revision 1.71
193 diff -u -r1.70 -r1.71
194 --- ChangeLog 13 Apr 2012 17:46:51 -0000 1.70
195 +++ ChangeLog 31 May 2012 23:41:58 -0000 1.71
196 @@ -1,6 +1,11 @@
197 # ChangeLog for app-emulation/virt-manager
198 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
199 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/virt-manager/ChangeLog,v 1.70 2012/04/13 17:46:51 ulm Exp $
200 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/virt-manager/ChangeLog,v 1.71 2012/05/31 23:41:58 zmedico Exp $
201 +
202 + 31 May 2012; Zac Medico <zmedico@g.o> virt-manager-0.8.7.ebuild,
203 + virt-manager-0.9.0-r1.ebuild, virt-manager-0.9.1.ebuild,
204 + virt-manager-9999.ebuild:
205 + tweak inherits so repoman can parse them
206
207 13 Apr 2012; Ulrich Müller <ulm@g.o> virt-manager-0.8.7.ebuild,
208 virt-manager-0.9.0-r1.ebuild, virt-manager-0.9.1.ebuild,