zlogene 14/06/28 17:17:03 Modified: ChangeLog Added: Sys-Virt-1.2.5.ebuild Log: Version bump (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)
Revision Changes Path 1.25 dev-perl/Sys-Virt/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Sys-Virt/ChangeLog?rev=1.25&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Sys-Virt/ChangeLog?rev=1.25&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Sys-Virt/ChangeLog?r1=1.24&r2=1.25 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-perl/Sys-Virt/ChangeLog,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- ChangeLog 30 Sep 2013 11:44:29 -0000 1.24 +++ ChangeLog 28 Jun 2014 17:17:03 -0000 1.25 @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/Sys-Virt -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sys-Virt/ChangeLog,v 1.24 2013/09/30 11:44:29 zlogene Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sys-Virt/ChangeLog,v 1.25 2014/06/28 17:17:03 zlogene Exp $ + +*Sys-Virt-1.2.5 (28 Jun 2014) + + 28 Jun 2014; Mikle Kolyada <[email protected]> +Sys-Virt-1.2.5.ebuild: + Version bump *Sys-Virt-1.1.2 (30 Sep 2013) 1.1 dev-perl/Sys-Virt/Sys-Virt-1.2.5.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Sys-Virt/Sys-Virt-1.2.5.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Sys-Virt/Sys-Virt-1.2.5.ebuild?rev=1.1&content-type=text/plain Index: Sys-Virt-1.2.5.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.5.ebuild,v 1.1 2014/06/28 17:17:03 zlogene Exp $ EAPI=5 MODULE_AUTHOR=DANBERR MODULE_VERSION=1.2.5 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 }
