diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2014-09-03 18:16:58 +0000 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2014-09-03 18:16:58 +0000 |
commit | 8497301f02476a97b3288cc7f3eb91ce87a381c7 (patch) | |
tree | f4912288a04210457bb3f9b087a0b8632c1cdec2 /dev-perl/Sys-Virt | |
parent | Bump to EAPI=5 (diff) | |
download | gentoo-2-8497301f02476a97b3288cc7f3eb91ce87a381c7.tar.gz gentoo-2-8497301f02476a97b3288cc7f3eb91ce87a381c7.tar.bz2 gentoo-2-8497301f02476a97b3288cc7f3eb91ce87a381c7.zip |
Drop old.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)
Diffstat (limited to 'dev-perl/Sys-Virt')
-rw-r--r-- | dev-perl/Sys-Virt/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/Sys-Virt/Sys-Virt-1.0.0.ebuild | 31 | ||||
-rw-r--r-- | dev-perl/Sys-Virt/Sys-Virt-1.0.3.ebuild | 32 |
3 files changed, 5 insertions, 64 deletions
diff --git a/dev-perl/Sys-Virt/ChangeLog b/dev-perl/Sys-Virt/ChangeLog index c763301efb73..0a570c27861a 100644 --- a/dev-perl/Sys-Virt/ChangeLog +++ b/dev-perl/Sys-Virt/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Sys-Virt # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sys-Virt/ChangeLog,v 1.28 2014/06/30 12:12:44 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sys-Virt/ChangeLog,v 1.29 2014/09/03 18:16:58 zlogene Exp $ + + 03 Sep 2014; Mikle Kolyada <zlogene@gentoo.org> -Sys-Virt-1.0.0.ebuild, + -Sys-Virt-1.0.3.ebuild: + Drop old. 30 Jun 2014; Maxim Koltsov <maksbotan@gentoo.org> Sys-Virt-1.2.5.ebuild: Bump to 1.2.5, thanks to slepnoga diff --git a/dev-perl/Sys-Virt/Sys-Virt-1.0.0.ebuild b/dev-perl/Sys-Virt/Sys-Virt-1.0.0.ebuild deleted file mode 100644 index a55b5be3942f..000000000000 --- a/dev-perl/Sys-Virt/Sys-Virt-1.0.0.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# 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-1.0.0.ebuild,v 1.3 2013/03/31 16:00:39 jdhore Exp $ - -EAPI=4 - -MODULE_AUTHOR=DANBERR -MODULE_VERSION=1.0.0 -inherit perl-module - -DESCRIPTION="Sys::Virt provides an API for using the libvirt library from Perl" - -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="test" - -RDEPEND=">=app-emulation/libvirt-${PV}" -DEPEND="${RDEPEND} - virtual/pkgconfig - test? ( - dev-perl/Test-Pod - dev-perl/Test-Pod-Coverage - dev-perl/XML-XPath - virtual/perl-Time-HiRes - )" - -SRC_TEST="do" - -src_compile() { - MAKEOPTS+=" -j1" perl-module_src_compile -} diff --git a/dev-perl/Sys-Virt/Sys-Virt-1.0.3.ebuild b/dev-perl/Sys-Virt/Sys-Virt-1.0.3.ebuild deleted file mode 100644 index 9c07cfed7d76..000000000000 --- a/dev-perl/Sys-Virt/Sys-Virt-1.0.3.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# 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-1.0.3.ebuild,v 1.2 2013/03/28 08:31:12 pinkbyte Exp $ - -EAPI=4 - -MODULE_AUTHOR=DANBERR -MODULE_VERSION=1.0.3 -inherit perl-module - -DESCRIPTION="Sys::Virt provides an API for using the libvirt library from Perl" - -SLOT="0" -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 - virtual/perl-Time-HiRes - )" - -SRC_TEST="do" - -src_compile() { - MAKEOPTS+=" -j1" perl-module_src_compile -} |