diff options
author | Torsten Veller <tove@gentoo.org> | 2012-02-16 14:55:50 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2012-02-16 14:55:50 +0000 |
commit | 24cdf9ba58366daae4e82f64bdc62458b7ae594e (patch) | |
tree | ad6b9b228a6011a4a126a11d4df52a2ae39a6415 /dev-perl/Sys-Virt | |
parent | ecommit (diff) | |
download | gentoo-2-24cdf9ba58366daae4e82f64bdc62458b7ae594e.tar.gz gentoo-2-24cdf9ba58366daae4e82f64bdc62458b7ae594e.tar.bz2 gentoo-2-24cdf9ba58366daae4e82f64bdc62458b7ae594e.zip |
[bump] dev-perl/Sys-Virt-0.9.10
(Portage version: 2.2.0_alpha86/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.10.ebuild | 31 |
2 files changed, 37 insertions, 1 deletions
diff --git a/dev-perl/Sys-Virt/ChangeLog b/dev-perl/Sys-Virt/ChangeLog index 570e977df5cd..47b8e8d06ff3 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.5 2012/01/08 18:02:59 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sys-Virt/ChangeLog,v 1.6 2012/02/16 14:55:50 tove Exp $ + +*Sys-Virt-0.9.10 (16 Feb 2012) + + 16 Feb 2012; Torsten Veller <tove@gentoo.org> +Sys-Virt-0.9.10.ebuild: + Version bump *Sys-Virt-0.9.8 (08 Jan 2012) diff --git a/dev-perl/Sys-Virt/Sys-Virt-0.9.10.ebuild b/dev-perl/Sys-Virt/Sys-Virt-0.9.10.ebuild new file mode 100644 index 000000000000..38496a187f79 --- /dev/null +++ b/dev-perl/Sys-Virt/Sys-Virt-0.9.10.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.10.ebuild,v 1.1 2012/02/16 14:55:50 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=DANBERR +MODULE_VERSION=0.9.10 +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 +} |