diff options
author | Torsten Veller <tove@gentoo.org> | 2012-01-08 18:02:59 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2012-01-08 18:02:59 +0000 |
commit | 7cd0d4d7bae7a897cdb6b031185203805fdf060c (patch) | |
tree | 40b88daec97f14a697c537a864af566d6a8ba045 /dev-perl | |
parent | Restore dropped comment. Mistake. (diff) | |
download | gentoo-2-7cd0d4d7bae7a897cdb6b031185203805fdf060c.tar.gz gentoo-2-7cd0d4d7bae7a897cdb6b031185203805fdf060c.tar.bz2 gentoo-2-7cd0d4d7bae7a897cdb6b031185203805fdf060c.zip |
[bump] dev-perl/Sys-Virt-0.9.8
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Sys-Virt/ChangeLog | 9 | ||||
-rw-r--r-- | dev-perl/Sys-Virt/Sys-Virt-0.9.8.ebuild | 31 |
2 files changed, 38 insertions, 2 deletions
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 <tove@gentoo.org> +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 +} |