From 7cd0d4d7bae7a897cdb6b031185203805fdf060c Mon Sep 17 00:00:00 2001 From: Torsten Veller Date: Sun, 8 Jan 2012 18:02:59 +0000 Subject: [bump] dev-perl/Sys-Virt-0.9.8 (Portage version: 2.2.0_alpha84/cvs/Linux x86_64) --- dev-perl/Sys-Virt/ChangeLog | 9 +++++++-- dev-perl/Sys-Virt/Sys-Virt-0.9.8.ebuild | 31 +++++++++++++++++++++++++++++++ 2 files changed, 38 insertions(+), 2 deletions(-) create mode 100644 dev-perl/Sys-Virt/Sys-Virt-0.9.8.ebuild (limited to 'dev-perl') diff --git a/dev-perl/Sys-Virt/ChangeLog b/dev-perl/Sys-Virt/ChangeLog index cca2015d150b..570e977df5cd 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-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sys-Virt/ChangeLog,v 1.4 2011/11/19 20:05:01 tove Exp $ +# 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 $ + +*Sys-Virt-0.9.8 (08 Jan 2012) + + 08 Jan 2012; Torsten Veller +Sys-Virt-0.9.8.ebuild: + Version bump *Sys-Virt-0.9.7 (19 Nov 2011) diff --git a/dev-perl/Sys-Virt/Sys-Virt-0.9.8.ebuild b/dev-perl/Sys-Virt/Sys-Virt-0.9.8.ebuild new file mode 100644 index 000000000000..863df9fa054a --- /dev/null +++ b/dev-perl/Sys-Virt/Sys-Virt-0.9.8.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.8.ebuild,v 1.1 2012/01/08 18:02:59 tove 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} + 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 +} -- cgit v1.2.3-65-gdbad