diff options
Diffstat (limited to 'dev-perl/Sys-Virt')
-rw-r--r-- | dev-perl/Sys-Virt/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/Sys-Virt/Sys-Virt-0.9.8.ebuild | 31 |
2 files changed, 4 insertions, 32 deletions
diff --git a/dev-perl/Sys-Virt/ChangeLog b/dev-perl/Sys-Virt/ChangeLog index 160448218015..461c5e745f36 100644 --- a/dev-perl/Sys-Virt/ChangeLog +++ b/dev-perl/Sys-Virt/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Sys-Virt # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sys-Virt/ChangeLog,v 1.12 2012/05/06 12:20:38 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sys-Virt/ChangeLog,v 1.13 2012/06/02 16:53:55 maksbotan Exp $ + + 02 Jun 2012; Maxim Koltsov <maksbotan@gentoo.org> -Sys-Virt-0.9.8.ebuild: + Remove old 0.9.8 06 May 2012; Agostino Sarubbo <ago@gentoo.org> Sys-Virt-0.9.10.ebuild: Stable for amd64, wrt bug #414675 diff --git a/dev-perl/Sys-Virt/Sys-Virt-0.9.8.ebuild b/dev-perl/Sys-Virt/Sys-Virt-0.9.8.ebuild deleted file mode 100644 index 187f511cb33e..000000000000 --- a/dev-perl/Sys-Virt/Sys-Virt-0.9.8.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2012 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.8.ebuild,v 1.2 2012/05/04 04:10:56 jdhore Exp $ - -EAPI=4 - -MODULE_AUTHOR=DANBERR -MODULE_VERSION=0.9.8 -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 -} |