diff options
author | Maxim Koltsov <maksbotan@gentoo.org> | 2012-06-02 16:53:55 +0000 |
---|---|---|
committer | Maxim Koltsov <maksbotan@gentoo.org> | 2012-06-02 16:53:55 +0000 |
commit | 77f12c299fe4233b2e2e93ccc28976c9db7d396b (patch) | |
tree | 40cf7da29a0aa1a091e69fe4714a013eb474add2 /dev-perl/Sys-Virt | |
parent | Remove old 0.1.0 and 0.1.1 (diff) | |
download | gentoo-2-77f12c299fe4233b2e2e93ccc28976c9db7d396b.tar.gz gentoo-2-77f12c299fe4233b2e2e93ccc28976c9db7d396b.tar.bz2 gentoo-2-77f12c299fe4233b2e2e93ccc28976c9db7d396b.zip |
Remove old 0.9.8
(Portage version: 2.1.10.64/cvs/Linux x86_64)
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 -} |