maksbotan 14/12/07 11:53:29 Modified: ChangeLog Added: Sys-Virt-1.2.9.ebuild Log: Bump to 1.2.9, thanks to slepnoga (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key F8DBDADE)
Revision Changes Path 1.30 dev-perl/Sys-Virt/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Sys-Virt/ChangeLog?rev=1.30&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Sys-Virt/ChangeLog?rev=1.30&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Sys-Virt/ChangeLog?r1=1.29&r2=1.30 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-perl/Sys-Virt/ChangeLog,v retrieving revision 1.29 retrieving revision 1.30 diff -u -r1.29 -r1.30 --- ChangeLog 3 Sep 2014 18:16:58 -0000 1.29 +++ ChangeLog 7 Dec 2014 11:53:29 -0000 1.30 @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/Sys-Virt # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sys-Virt/ChangeLog,v 1.29 2014/09/03 18:16:58 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sys-Virt/ChangeLog,v 1.30 2014/12/07 11:53:29 maksbotan Exp $ + +*Sys-Virt-1.2.9 (07 Dec 2014) + + 07 Dec 2014; Maxim Koltsov <[email protected]> +Sys-Virt-1.2.9.ebuild: + Bump to 1.2.9, thanks to slepnoga 03 Sep 2014; Mikle Kolyada <[email protected]> -Sys-Virt-1.0.0.ebuild, -Sys-Virt-1.0.3.ebuild: 1.1 dev-perl/Sys-Virt/Sys-Virt-1.2.9.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Sys-Virt/Sys-Virt-1.2.9.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Sys-Virt/Sys-Virt-1.2.9.ebuild?rev=1.1&content-type=text/plain Index: Sys-Virt-1.2.9.ebuild =================================================================== # Copyright 1999-2014 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.2.9.ebuild,v 1.1 2014/12/07 11:53:29 maksbotan Exp $ EAPI=5 MODULE_AUTHOR=DANBERR MODULE_VERSION=1.2.9 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/CPAN-Changes 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 }
