* [gentoo-commits] gentoo-x86 commit in app-emulation/virtinst: virtinst-0.500.5.ebuild ChangeLog virtinst-9999.ebuild virtinst-0.500.4.ebuild
@ 2011-02-02 21:58 Doug Goldstein (cardoe)
0 siblings, 0 replies; only message in thread
From: Doug Goldstein (cardoe) @ 2011-02-02 21:58 UTC (permalink / raw
To: gentoo-commits
cardoe 11/02/02 21:58:31
Modified: ChangeLog virtinst-9999.ebuild
virtinst-0.500.4.ebuild
Added: virtinst-0.500.5.ebuild
Log:
Version bump to support CPU model/features, support graphics (vnc, sdl, spice) configs, and support skipping the install and just dumping the XML. Additionally added a missing depend on libxml2.
(Portage version: 2.1.9.35/cvs/Linux x86_64)
Revision Changes Path
1.22 app-emulation/virtinst/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virtinst/ChangeLog?rev=1.22&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virtinst/ChangeLog?rev=1.22&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virtinst/ChangeLog?r1=1.21&r2=1.22
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/virtinst/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog 13 Jan 2011 22:31:58 -0000 1.21
+++ ChangeLog 2 Feb 2011 21:58:31 -0000 1.22
@@ -1,6 +1,14 @@
# ChangeLog for app-emulation/virtinst
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/virtinst/ChangeLog,v 1.21 2011/01/13 22:31:58 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/virtinst/ChangeLog,v 1.22 2011/02/02 21:58:31 cardoe Exp $
+
+*virtinst-0.500.5 (02 Feb 2011)
+
+ 02 Feb 2011; Doug Goldstein <cardoe@gentoo.org> virtinst-0.500.4.ebuild,
+ +virtinst-0.500.5.ebuild, virtinst-9999.ebuild:
+ Version bump to support CPU model/features, support graphics (vnc, sdl,
+ spice) configs, and support skipping the install and just dumping the XML.
+ Additionally added a missing depend on libxml2.
13 Jan 2011; Doug Goldstein <cardoe@gentoo.org> virtinst-9999.ebuild:
Accidently left keywords in globally when they're defined for each version
1.4 app-emulation/virtinst/virtinst-9999.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virtinst/virtinst-9999.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virtinst/virtinst-9999.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virtinst/virtinst-9999.ebuild?r1=1.3&r2=1.4
Index: virtinst-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/virtinst/virtinst-9999.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- virtinst-9999.ebuild 13 Jan 2011 22:31:58 -0000 1.3
+++ virtinst-9999.ebuild 2 Feb 2011 21:58:31 -0000 1.4
@@ -1,10 +1,10 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/virtinst/virtinst-9999.ebuild,v 1.3 2011/01/13 22:31:58 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/virtinst/virtinst-9999.ebuild,v 1.4 2011/02/02 21:58:31 cardoe Exp $
#BACKPORTS=1
-EAPI=2
+EAPI=3
if [[ ${PV} = *9999* ]]; then
EHG_REPO_URI="http://hg.fedorahosted.org/hg/python-virtinst"
@@ -32,7 +32,8 @@
SLOT="0"
IUSE=""
RDEPEND=">=app-emulation/libvirt-0.7.0[python]
- dev-python/urlgrabber"
+ dev-python/urlgrabber
+ dev-libs/libxml2[python]"
DEPEND="${RDEPEND}"
PYTHON_MODNAME="virtconv virtinst"
1.3 app-emulation/virtinst/virtinst-0.500.4.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virtinst/virtinst-0.500.4.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virtinst/virtinst-0.500.4.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virtinst/virtinst-0.500.4.ebuild?r1=1.2&r2=1.3
Index: virtinst-0.500.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/virtinst/virtinst-0.500.4.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- virtinst-0.500.4.ebuild 2 Sep 2010 19:51:51 -0000 1.2
+++ virtinst-0.500.4.ebuild 2 Feb 2011 21:58:31 -0000 1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/virtinst/virtinst-0.500.4.ebuild,v 1.2 2010/09/02 19:51:51 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/virtinst/virtinst-0.500.4.ebuild,v 1.3 2011/02/02 21:58:31 cardoe Exp $
BACKPORTS=1
@@ -21,7 +21,8 @@
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND=">=app-emulation/libvirt-0.7.0[python]
- dev-python/urlgrabber"
+ dev-python/urlgrabber
+ dev-libs/libxml2[python]"
DEPEND="${RDEPEND}"
PYTHON_MODNAME="virtconv virtinst"
1.1 app-emulation/virtinst/virtinst-0.500.5.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virtinst/virtinst-0.500.5.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virtinst/virtinst-0.500.5.ebuild?rev=1.1&content-type=text/plain
Index: virtinst-0.500.5.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-emulation/virtinst/virtinst-0.500.5.ebuild,v 1.1 2011/02/02 21:58:31 cardoe Exp $
#BACKPORTS=1
EAPI=3
if [[ ${PV} = *9999* ]]; then
EHG_REPO_URI="http://hg.fedorahosted.org/hg/python-virtinst"
HG_ECLASS="mercurial autotools"
fi
PYTHON_DEPEND="2"
RESTRICT_PYTHON_ABIS="3.*"
SUPPORT_PYTHON_ABIS="1"
inherit distutils eutils ${HG_ECLASS}
if [[ ${PV} = *9999* ]]; then
SRC_URI=""
KEYWORDS=""
else
SRC_URI="http://virt-manager.et.redhat.com/download/sources/${PN}/${P}.tar.gz
${BACKPORTS:+mirror://gentoo/${P}-backports-${BACKPORTS}.tar.bz2}"
KEYWORDS="~amd64 ~x86"
fi
DESCRIPTION="Python modules for starting virtualized guest installations"
HOMEPAGE="http://virt-manager.et.redhat.com/"
LICENSE="GPL-2"
SLOT="0"
IUSE=""
RDEPEND=">=app-emulation/libvirt-0.7.0[python]
dev-python/urlgrabber
dev-libs/libxml2[python]"
DEPEND="${RDEPEND}"
PYTHON_MODNAME="virtconv virtinst"
src_prepare() {
[[ -n ${BACKPORTS} ]] && \
EPATCH_FORCE=yes EPATCH_SUFFIX="patch" EPATCH_SOURCE="${S}/patches" \
epatch
distutils_src_prepare
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2011-02-02 21:58 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-02 21:58 [gentoo-commits] gentoo-x86 commit in app-emulation/virtinst: virtinst-0.500.5.ebuild ChangeLog virtinst-9999.ebuild virtinst-0.500.4.ebuild Doug Goldstein (cardoe)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox