diff options
author | Maxim Koltsov <maksbotan@gentoo.org> | 2013-03-10 18:08:24 +0000 |
---|---|---|
committer | Maxim Koltsov <maksbotan@gentoo.org> | 2013-03-10 18:08:24 +0000 |
commit | ebae20b4a70280a2af36d0e002a8ef0dab75f805 (patch) | |
tree | 8ad332fa45452bf9ff9a5c203aa90b1532fb88dd /dev-perl/Sys-Virt | |
parent | Convert to python-single-r1. Bug #457686. (diff) | |
download | gentoo-2-ebae20b4a70280a2af36d0e002a8ef0dab75f805.tar.gz gentoo-2-ebae20b4a70280a2af36d0e002a8ef0dab75f805.tar.bz2 gentoo-2-ebae20b4a70280a2af36d0e002a8ef0dab75f805.zip |
Bump to 1.0.3, thanks to slepnoga.
(Portage version: 2.1.11.55/cvs/Linux x86_64, signed Manifest commit with key F8DBDADE)
Diffstat (limited to 'dev-perl/Sys-Virt')
-rw-r--r-- | dev-perl/Sys-Virt/ChangeLog | 9 | ||||
-rw-r--r-- | dev-perl/Sys-Virt/Sys-Virt-1.0.3.ebuild | 31 |
2 files changed, 38 insertions, 2 deletions
diff --git a/dev-perl/Sys-Virt/ChangeLog b/dev-perl/Sys-Virt/ChangeLog index 8c9f6232abef..29a3377778ed 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.18 2012/11/24 07:33:22 tove Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sys-Virt/ChangeLog,v 1.19 2013/03/10 18:08:24 maksbotan Exp $ + +*Sys-Virt-1.0.3 (10 Mar 2013) + + 10 Mar 2013; Maxim Koltsov <maksbotan@gentoo.org> +Sys-Virt-1.0.3.ebuild: + Bump to 1.0.3, thanks to slepnoga. *Sys-Virt-1.0.0 (24 Nov 2012) diff --git a/dev-perl/Sys-Virt/Sys-Virt-1.0.3.ebuild b/dev-perl/Sys-Virt/Sys-Virt-1.0.3.ebuild new file mode 100644 index 000000000000..d7faa70ba537 --- /dev/null +++ b/dev-perl/Sys-Virt/Sys-Virt-1.0.3.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sys-Virt/Sys-Virt-1.0.3.ebuild,v 1.1 2013/03/10 18:08:24 maksbotan Exp $ + +EAPI=4 + +MODULE_AUTHOR=DANBERR +MODULE_VERSION=1.0.3 +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 +} |