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.3.ebuild virtinst-0.500.1.ebuild
Date: Wed, 28 Apr 2010 21:33:48
Message-Id: 20100428213345.8113C2C04C@corvid.gentoo.org
1 cardoe 10/04/28 21:33:45
2
3 Modified: ChangeLog
4 Added: virtinst-0.500.3.ebuild
5 Removed: virtinst-0.500.1.ebuild
6 Log:
7 bump version (bug #312731) and fix bug #311193. Remove older version with a bunch of known bugs we don't want to support since they're fixed in newer versions
8 (Portage version: 2.1.8.3/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.18 app-emulation/virtinst/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/virtinst/ChangeLog?rev=1.18&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/virtinst/ChangeLog?rev=1.18&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/virtinst/ChangeLog?r1=1.17&r2=1.18
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-emulation/virtinst/ChangeLog,v
20 retrieving revision 1.17
21 retrieving revision 1.18
22 diff -u -r1.17 -r1.18
23 --- ChangeLog 9 Feb 2010 17:04:02 -0000 1.17
24 +++ ChangeLog 28 Apr 2010 21:33:45 -0000 1.18
25 @@ -1,6 +1,15 @@
26 # ChangeLog for app-emulation/virtinst
27 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/virtinst/ChangeLog,v 1.17 2010/02/09 17:04:02 flameeyes Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/virtinst/ChangeLog,v 1.18 2010/04/28 21:33:45 cardoe Exp $
30 +
31 +*virtinst-0.500.3 (28 Apr 2010)
32 +
33 + 28 Apr 2010; Doug Goldstein <cardoe@g.o>
34 + -files/virtinst-0.400.3-kvm-img.patch, -virtinst-0.500.1.ebuild,
35 + +virtinst-0.500.3.ebuild:
36 + bump version (bug #312731) and fix bug #311193. Remove older version with
37 + a bunch of known bugs we don't want to support since they're fixed in
38 + newer versions
39
40 *virtinst-0.500.2 (09 Feb 2010)
41
42
43
44
45 1.1 app-emulation/virtinst/virtinst-0.500.3.ebuild
46
47 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/virtinst/virtinst-0.500.3.ebuild?rev=1.1&view=markup
48 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/virtinst/virtinst-0.500.3.ebuild?rev=1.1&content-type=text/plain
49
50 Index: virtinst-0.500.3.ebuild
51 ===================================================================
52 # Copyright 1999-2010 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 # $Header: /var/cvsroot/gentoo-x86/app-emulation/virtinst/virtinst-0.500.3.ebuild,v 1.1 2010/04/28 21:33:45 cardoe Exp $
55
56 EAPI=2
57
58 PYTHON_DEPEND="2"
59 RESTRICT_PYTHON_ABIS="3.*"
60 SUPPORT_PYTHON_ABIS="1"
61
62 inherit distutils
63
64 DESCRIPTION="Python modules for starting virtualized guest installations"
65 HOMEPAGE="http://virt-manager.et.redhat.com/"
66 SRC_URI="http://virt-manager.et.redhat.com/download/sources/${PN}/${P}.tar.gz"
67 LICENSE="GPL-2"
68 SLOT="0"
69 KEYWORDS="~amd64 ~x86"
70 IUSE=""
71 RDEPEND=">=app-emulation/libvirt-0.2.1
72 dev-python/urlgrabber"
73 DEPEND="${RDEPEND}"
74
75 PYTHON_MODNAME="virtconv virtinst"