Gentoo Archives: gentoo-commits

From: "Doug Goldstein (cardoe)" <cardoe@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-emulation/virtinst: ChangeLog virtinst-0.600.0.ebuild
Date: Thu, 28 Jul 2011 19:18:50
Message-Id: 20110728191839.4A2642004B@flycatcher.gentoo.org
1 cardoe 11/07/28 19:18:39
2
3 Modified: ChangeLog
4 Added: virtinst-0.600.0.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.1.10.7/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.30 app-emulation/virtinst/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virtinst/ChangeLog?rev=1.30&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virtinst/ChangeLog?rev=1.30&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virtinst/ChangeLog?r1=1.29&r2=1.30
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-emulation/virtinst/ChangeLog,v
20 retrieving revision 1.29
21 retrieving revision 1.30
22 diff -u -r1.29 -r1.30
23 --- ChangeLog 28 Jul 2011 19:17:18 -0000 1.29
24 +++ ChangeLog 28 Jul 2011 19:18:39 -0000 1.30
25 @@ -1,6 +1,11 @@
26 # ChangeLog for app-emulation/virtinst
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/virtinst/ChangeLog,v 1.29 2011/07/28 19:17:18 cardoe Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/virtinst/ChangeLog,v 1.30 2011/07/28 19:18:39 cardoe Exp $
30 +
31 +*virtinst-0.600.0 (28 Jul 2011)
32 +
33 + 28 Jul 2011; Doug Goldstein <cardoe@g.o> +virtinst-0.600.0.ebuild:
34 + Version bump.
35
36 28 Jul 2011; Doug Goldstein <cardoe@g.o> -virtinst-0.500.4.ebuild,
37 -virtinst-0.500.5.ebuild:
38
39
40
41 1.1 app-emulation/virtinst/virtinst-0.600.0.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virtinst/virtinst-0.600.0.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virtinst/virtinst-0.600.0.ebuild?rev=1.1&content-type=text/plain
45
46 Index: virtinst-0.600.0.ebuild
47 ===================================================================
48 # Copyright 1999-2011 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/app-emulation/virtinst/virtinst-0.600.0.ebuild,v 1.1 2011/07/28 19:18:39 cardoe Exp $
51
52 #BACKPORTS=1
53
54 EAPI=3
55
56 PYTHON_DEPEND="2"
57 RESTRICT_PYTHON_ABIS="3.*"
58 SUPPORT_PYTHON_ABIS="1"
59
60 inherit distutils eutils ${HG_ECLASS}
61
62 SRC_URI="http://virt-manager.et.redhat.com/download/sources/${PN}/${P}.tar.gz
63 ${BACKPORTS:+mirror://gentoo/${P}-backports-${BACKPORTS}.tar.bz2}"
64 KEYWORDS="~amd64 ~x86"
65
66 DESCRIPTION="Python modules for starting virtualized guest installations"
67 HOMEPAGE="http://virt-manager.et.redhat.com/"
68 LICENSE="GPL-2"
69 SLOT="0"
70 IUSE=""
71 RDEPEND=">=app-emulation/libvirt-0.7.0[python]
72 dev-python/urlgrabber
73 dev-libs/libxml2[python]"
74 DEPEND="${RDEPEND}"
75
76 PYTHON_MODNAME="virtconv virtinst"
77
78 src_prepare() {
79 [[ -n ${BACKPORTS} ]] && \
80 EPATCH_FORCE=yes EPATCH_SUFFIX="patch" EPATCH_SOURCE="${S}/patches" \
81 epatch
82
83 distutils_src_prepare
84 }