diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2013-09-30 11:44:29 +0000 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2013-09-30 11:44:29 +0000 |
commit | d961213b74ead2a775bfeccf87eddf1cb3a62a93 (patch) | |
tree | 71087e2cedee5509c86f84dbdf7cfaddc537eeea /dev-perl | |
parent | sys-kernel/aufs-sources: Add latest linux and aufs3 releases (diff) | |
download | gentoo-2-d961213b74ead2a775bfeccf87eddf1cb3a62a93.tar.gz gentoo-2-d961213b74ead2a775bfeccf87eddf1cb3a62a93.tar.bz2 gentoo-2-d961213b74ead2a775bfeccf87eddf1cb3a62a93.zip |
Version bump, thanks to Slepnoga. Drop old
(Portage version: 2.2.1/cvs/Linux i686, signed Manifest commit with key 0xC42EB5D6)
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Sys-Virt/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/Sys-Virt/Sys-Virt-1.1.2.ebuild (renamed from dev-perl/Sys-Virt/Sys-Virt-0.9.10.ebuild) | 11 |
2 files changed, 13 insertions, 6 deletions
diff --git a/dev-perl/Sys-Virt/ChangeLog b/dev-perl/Sys-Virt/ChangeLog index 17f3ff98d887..270ca7f9e66e 100644 --- a/dev-perl/Sys-Virt/ChangeLog +++ b/dev-perl/Sys-Virt/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/Sys-Virt # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sys-Virt/ChangeLog,v 1.23 2013/03/31 16:00:39 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sys-Virt/ChangeLog,v 1.24 2013/09/30 11:44:29 zlogene Exp $ + +*Sys-Virt-1.1.2 (30 Sep 2013) + + 30 Sep 2013; Mikle Kolyada <zlogene@gentoo.org> +Sys-Virt-1.1.2.ebuild, + -Sys-Virt-0.9.10.ebuild: + Version bump, thanks to Slepnoga. Drop old 31 Mar 2013; Jeff Horelick <jdhore@gentoo.org> Sys-Virt-1.0.0.ebuild: marked x86 per bug 463520 diff --git a/dev-perl/Sys-Virt/Sys-Virt-0.9.10.ebuild b/dev-perl/Sys-Virt/Sys-Virt-1.1.2.ebuild index b497a40002ad..cc1ee1802787 100644 --- a/dev-perl/Sys-Virt/Sys-Virt-0.9.10.ebuild +++ b/dev-perl/Sys-Virt/Sys-Virt-1.1.2.ebuild @@ -1,23 +1,24 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sys-Virt/Sys-Virt-0.9.10.ebuild,v 1.3 2012/05/06 12:20:38 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sys-Virt/Sys-Virt-1.1.2.ebuild,v 1.1 2013/09/30 11:44:29 zlogene Exp $ -EAPI=4 +EAPI=5 MODULE_AUTHOR=DANBERR -MODULE_VERSION=0.9.10 +MODULE_VERSION=1.1.2 inherit perl-module DESCRIPTION="Sys::Virt provides an API for using the libvirt library from Perl" SLOT="0" -KEYWORDS="amd64 ~x86" +KEYWORDS="~amd64 ~x86" IUSE="test" RDEPEND=">=app-emulation/libvirt-${PV}" DEPEND="${RDEPEND} virtual/pkgconfig test? ( + dev-perl/CPAN-Changes dev-perl/Test-Pod dev-perl/Test-Pod-Coverage dev-perl/XML-XPath |