diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2009-07-30 23:47:42 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2009-07-30 23:47:42 +0000 |
commit | afc55624290b0b63f09ee45d61c7fd3829fe01c6 (patch) | |
tree | 305082f3bb9caa2015507e483d0aab3289b1907e /app-emulation | |
parent | amd64 stable, bug 277647 (diff) | |
download | gentoo-2-afc55624290b0b63f09ee45d61c7fd3829fe01c6.tar.gz gentoo-2-afc55624290b0b63f09ee45d61c7fd3829fe01c6.tar.bz2 gentoo-2-afc55624290b0b63f09ee45d61c7fd3829fe01c6.zip |
version bump
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/virtinst/ChangeLog | 7 | ||||
-rw-r--r-- | app-emulation/virtinst/virtinst-0.500.0.ebuild | 18 |
2 files changed, 24 insertions, 1 deletions
diff --git a/app-emulation/virtinst/ChangeLog b/app-emulation/virtinst/ChangeLog index 2e559b89bdfa..10672ad28b9d 100644 --- a/app-emulation/virtinst/ChangeLog +++ b/app-emulation/virtinst/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-emulation/virtinst # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/virtinst/ChangeLog,v 1.12 2009/06/09 13:30:07 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/virtinst/ChangeLog,v 1.13 2009/07/30 23:47:42 cardoe Exp $ + +*virtinst-0.500.0 (30 Jul 2009) + + 30 Jul 2009; Doug Goldstein <cardoe@gentoo.org> +virtinst-0.500.0.ebuild: + version bump 09 Jun 2009; Doug Goldstein <cardoe@gentoo.org> -virtinst-0.300.1.ebuild, -files/virtinst-0.300.1-nfs-check.patch, diff --git a/app-emulation/virtinst/virtinst-0.500.0.ebuild b/app-emulation/virtinst/virtinst-0.500.0.ebuild new file mode 100644 index 000000000000..e965ff2eecd5 --- /dev/null +++ b/app-emulation/virtinst/virtinst-0.500.0.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/virtinst/virtinst-0.500.0.ebuild,v 1.1 2009/07/30 23:47:42 cardoe Exp $ + +EAPI=2 + +inherit distutils eutils + +DESCRIPTION="Python modules for starting virtualized guest installations" +HOMEPAGE="http://virt-manager.et.redhat.com/" +SRC_URI="http://virt-manager.et.redhat.com/download/sources/${PN}/${P}.tar.gz" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" +RDEPEND=">=app-emulation/libvirt-0.2.1 + dev-python/urlgrabber" +DEPEND="${RDEPEND}" |