Gentoo Archives: gentoo-commits

From: "Donnie Berkholz (dberkholz)" <dberkholz@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-emulation/virtinst: ChangeLog virtinst-0.300.1.ebuild
Date: Mon, 15 Oct 2007 11:26:46
Message-Id: E1IhNw0-0001JG-FW@stork.gentoo.org
1 dberkholz 07/10/15 11:16:32
2
3 Modified: ChangeLog
4 Added: virtinst-0.300.1.ebuild
5 Log:
6 Adds some new features like remote access and OpenVZ (although the latter may only be at the libvirt level so far).
7 (Portage version: 2.1.3.13)
8
9 Revision Changes Path
10 1.2 app-emulation/virtinst/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/virtinst/ChangeLog?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/virtinst/ChangeLog?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/virtinst/ChangeLog?r1=1.1&r2=1.2
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-emulation/virtinst/ChangeLog,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- ChangeLog 10 Jun 2007 06:07:02 -0000 1.1
23 +++ ChangeLog 15 Oct 2007 11:16:31 -0000 1.2
24 @@ -1,6 +1,14 @@
25 # ChangeLog for app-emulation/virtinst
26 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/virtinst/ChangeLog,v 1.1 2007/06/10 06:07:02 dberkholz Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/virtinst/ChangeLog,v 1.2 2007/10/15 11:16:31 dberkholz Exp $
29 +
30 +*virtinst-0.300.1 (15 Oct 2007)
31 +
32 + 15 Oct 2007; Donnie Berkholz <dberkholz@g.o>;
33 + +files/virtinst-0.300.1-nfs-check.patch,
34 + +files/virtinst-0.300.1-remove-usb-tablet.patch, +virtinst-0.300.1.ebuild:
35 + Adds some new features like remote access and OpenVZ (although the latter
36 + may only be at the libvirt level so far).
37
38 *virtinst-0.103.0 (10 Jun 2007)
39
40
41
42
43 1.1 app-emulation/virtinst/virtinst-0.300.1.ebuild
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/virtinst/virtinst-0.300.1.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/virtinst/virtinst-0.300.1.ebuild?rev=1.1&content-type=text/plain
47
48 Index: virtinst-0.300.1.ebuild
49 ===================================================================
50 # Copyright 1999-2007 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/app-emulation/virtinst/virtinst-0.300.1.ebuild,v 1.1 2007/10/15 11:16:31 dberkholz Exp $
53
54 inherit distutils rpm
55
56 DESCRIPTION="Python modules for starting virtualized guest installations"
57 HOMEPAGE="http://virt-manager.et.redhat.com/"
58 SRC_URI="http://virt-manager.et.redhat.com/download/sources/${PN}/${P}.tar.gz"
59 LICENSE="GPL-2"
60 SLOT="0"
61 KEYWORDS="~x86"
62 IUSE=""
63 RDEPEND=">=app-emulation/libvirt-0.2.1
64 dev-python/urlgrabber"
65 DEPEND="${RDEPEND}"
66
67 src_unpack() {
68 rpm_src_unpack
69
70 cd "${S}"
71 epatch "${FILESDIR}"/${P}-nfs-check.patch
72 epatch "${FILESDIR}"/${P}-remove-usb-tablet.patch
73
74 }
75
76
77
78 --
79 gentoo-commits@g.o mailing list