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