diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2009-04-17 16:22:29 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2009-04-17 16:22:29 +0000 |
commit | 253d509a1e3aaf23c8c968849e6d6f6bad1f9d59 (patch) | |
tree | c72ad670090a4024f5dac634d0ef7354cf21e1aa /app-emulation | |
parent | Use EAPI=1 for default +cxx with openmpi-1.2.9 (diff) | |
download | gentoo-2-253d509a1e3aaf23c8c968849e6d6f6bad1f9d59.tar.gz gentoo-2-253d509a1e3aaf23c8c968849e6d6f6bad1f9d59.tar.bz2 gentoo-2-253d509a1e3aaf23c8c968849e6d6f6bad1f9d59.zip |
version bump for bug #256913
(Portage version: 2.1.6.11/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.400.3.ebuild | 16 |
2 files changed, 22 insertions, 1 deletions
diff --git a/app-emulation/virtinst/ChangeLog b/app-emulation/virtinst/ChangeLog index 8860bf38c449..3375bc66e004 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.9 2009/01/31 07:40:51 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/virtinst/ChangeLog,v 1.10 2009/04/17 16:22:29 cardoe Exp $ + +*virtinst-0.400.3 (17 Apr 2009) + + 17 Apr 2009; Doug Goldstein <cardoe@gentoo.org> +virtinst-0.400.3.ebuild: + version bump for bug #256913 31 Jan 2009; Donnie Berkholz <dberkholz@gentoo.org>; metadata.xml: Give up maintainership. diff --git a/app-emulation/virtinst/virtinst-0.400.3.ebuild b/app-emulation/virtinst/virtinst-0.400.3.ebuild new file mode 100644 index 000000000000..b319076ea4d8 --- /dev/null +++ b/app-emulation/virtinst/virtinst-0.400.3.ebuild @@ -0,0 +1,16 @@ +# 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.400.3.ebuild,v 1.1 2009/04/17 16:22:29 cardoe Exp $ + +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}" |