Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-emulation/virtinst: ChangeLog virtinst-0.500.2.ebuild
Date: Tue, 09 Feb 2010 17:04:05
Message-Id: E1NetVL-0002jd-1X@stork.gentoo.org
1 flameeyes 10/02/09 17:04:03
2
3 Modified: ChangeLog
4 Added: virtinst-0.500.2.ebuild
5 Log:
6 Version bump.
7 (Portage version: 2.2_rc62/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.17 app-emulation/virtinst/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/virtinst/ChangeLog?rev=1.17&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/virtinst/ChangeLog?rev=1.17&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/virtinst/ChangeLog?r1=1.16&r2=1.17
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-emulation/virtinst/ChangeLog,v
19 retrieving revision 1.16
20 retrieving revision 1.17
21 diff -u -r1.16 -r1.17
22 --- ChangeLog 23 Dec 2009 17:21:45 -0000 1.16
23 +++ ChangeLog 9 Feb 2010 17:04:02 -0000 1.17
24 @@ -1,6 +1,12 @@
25 # ChangeLog for app-emulation/virtinst
26 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/virtinst/ChangeLog,v 1.16 2009/12/23 17:21:45 flameeyes Exp $
28 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/virtinst/ChangeLog,v 1.17 2010/02/09 17:04:02 flameeyes Exp $
30 +
31 +*virtinst-0.500.2 (09 Feb 2010)
32 +
33 + 09 Feb 2010; Diego E. Pettenò <flameeyes@g.o>
34 + +virtinst-0.500.2.ebuild:
35 + Version bump.
36
37 23 Dec 2009; Diego E. Pettenò <flameeyes@g.o>
38 -virtinst-0.400.3-r1.ebuild, -virtinst-0.500.0.ebuild:
39
40
41
42 1.1 app-emulation/virtinst/virtinst-0.500.2.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/virtinst/virtinst-0.500.2.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/virtinst/virtinst-0.500.2.ebuild?rev=1.1&content-type=text/plain
46
47 Index: virtinst-0.500.2.ebuild
48 ===================================================================
49 # Copyright 1999-2010 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/app-emulation/virtinst/virtinst-0.500.2.ebuild,v 1.1 2010/02/09 17:04:02 flameeyes Exp $
52
53 EAPI=2
54
55 inherit distutils eutils
56
57 DESCRIPTION="Python modules for starting virtualized guest installations"
58 HOMEPAGE="http://virt-manager.et.redhat.com/"
59 SRC_URI="http://virt-manager.et.redhat.com/download/sources/${PN}/${P}.tar.gz"
60 LICENSE="GPL-2"
61 SLOT="0"
62 KEYWORDS="~amd64 ~x86"
63 IUSE=""
64 RDEPEND=">=app-emulation/libvirt-0.2.1
65 dev-python/urlgrabber"
66 DEPEND="${RDEPEND}"