diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2010-02-09 17:04:23 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2010-02-09 17:04:23 +0000 |
commit | b9d745d940af1560ab58aca25555dff9d7fce471 (patch) | |
tree | 1fe26fb8f1ff8b387b4ee921353ec33778852d32 /app-emulation/virtinst | |
parent | Drop non-applicable patch. (diff) | |
download | historical-b9d745d940af1560ab58aca25555dff9d7fce471.tar.gz historical-b9d745d940af1560ab58aca25555dff9d7fce471.tar.bz2 historical-b9d745d940af1560ab58aca25555dff9d7fce471.zip |
Version bump.
Package-Manager: portage-2.2_rc62/cvs/Linux x86_64
Diffstat (limited to 'app-emulation/virtinst')
-rw-r--r-- | app-emulation/virtinst/ChangeLog | 10 | ||||
-rw-r--r-- | app-emulation/virtinst/virtinst-0.500.2.ebuild | 18 |
2 files changed, 26 insertions, 2 deletions
diff --git a/app-emulation/virtinst/ChangeLog b/app-emulation/virtinst/ChangeLog index 2b004117ea02..f300acb9eb2e 100644 --- a/app-emulation/virtinst/ChangeLog +++ b/app-emulation/virtinst/ChangeLog @@ -1,6 +1,12 @@ # 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.16 2009/12/23 17:21:45 flameeyes Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/virtinst/ChangeLog,v 1.17 2010/02/09 17:04:02 flameeyes Exp $ + +*virtinst-0.500.2 (09 Feb 2010) + + 09 Feb 2010; Diego E. Pettenò <flameeyes@gentoo.org> + +virtinst-0.500.2.ebuild: + Version bump. 23 Dec 2009; Diego E. Pettenò <flameeyes@gentoo.org> -virtinst-0.400.3-r1.ebuild, -virtinst-0.500.0.ebuild: diff --git a/app-emulation/virtinst/virtinst-0.500.2.ebuild b/app-emulation/virtinst/virtinst-0.500.2.ebuild new file mode 100644 index 000000000000..b89ff7e9acec --- /dev/null +++ b/app-emulation/virtinst/virtinst-0.500.2.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/virtinst/virtinst-0.500.2.ebuild,v 1.1 2010/02/09 17:04:02 flameeyes 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}" |