diff options
author | Torsten Veller <tove@gentoo.org> | 2012-04-19 17:26:10 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2012-04-19 17:26:10 +0000 |
commit | 6a281b5f0b7d2a25c046940612f1b99b5b41654f (patch) | |
tree | 80f101f9211c8ac88c5e7f9d9d045fea00977b3e /dev-perl/Sys-Virt | |
parent | Stable for HPPA (bug #412643). (diff) | |
download | gentoo-2-6a281b5f0b7d2a25c046940612f1b99b5b41654f.tar.gz gentoo-2-6a281b5f0b7d2a25c046940612f1b99b5b41654f.tar.bz2 gentoo-2-6a281b5f0b7d2a25c046940612f1b99b5b41654f.zip |
[bump] dev-perl/Sys-Virt-0.9.11
(Portage version: 2.2.0_alpha100/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Sys-Virt')
-rw-r--r-- | dev-perl/Sys-Virt/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/Sys-Virt/Sys-Virt-0.9.11.ebuild | 31 |
2 files changed, 37 insertions, 1 deletions
diff --git a/dev-perl/Sys-Virt/ChangeLog b/dev-perl/Sys-Virt/ChangeLog index 1a559c90d70f..3defb960dabe 100644 --- a/dev-perl/Sys-Virt/ChangeLog +++ b/dev-perl/Sys-Virt/ChangeLog @@ -1,6 +1,11 @@ # 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.9 2012/03/01 16:17:43 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sys-Virt/ChangeLog,v 1.10 2012/04/19 17:26:10 tove Exp $ + +*Sys-Virt-0.9.11 (19 Apr 2012) + + 19 Apr 2012; Torsten Veller <tove@gentoo.org> +Sys-Virt-0.9.11.ebuild: + Version bump 01 Mar 2012; Torsten Veller <tove@gentoo.org> metadata.xml: Add missing cpan remote-id tags in metadata.xml (#406287) diff --git a/dev-perl/Sys-Virt/Sys-Virt-0.9.11.ebuild b/dev-perl/Sys-Virt/Sys-Virt-0.9.11.ebuild new file mode 100644 index 000000000000..df380b35260c --- /dev/null +++ b/dev-perl/Sys-Virt/Sys-Virt-0.9.11.ebuild @@ -0,0 +1,31 @@ +# 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.11.ebuild,v 1.1 2012/04/19 17:26:10 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=DANBERR +MODULE_VERSION=0.9.11 +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} + dev-util/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 +} |