From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 9DBFF13877A for ; Sat, 28 Jun 2014 17:17:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 95FC0E0A61; Sat, 28 Jun 2014 17:17:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 43D13E0A61 for ; Sat, 28 Jun 2014 17:17:06 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6905D34016E for ; Sat, 28 Jun 2014 17:17:05 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2342) id 0D02F2004E; Sat, 28 Jun 2014 17:17:03 +0000 (UTC) From: "Mikle Kolyada (zlogene)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, zlogene@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/Sys-Virt: Sys-Virt-1.2.5.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: Sys-Virt-1.2.5.ebuild ChangeLog X-VCS-Directories: dev-perl/Sys-Virt X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20140628171704.0D02F2004E@flycatcher.gentoo.org> Date: Sat, 28 Jun 2014 17:17:03 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 447da40c-743c-4f88-8b4c-baaa67eb655c X-Archives-Hash: 1e56b40414909b26b06edfbfea575cae 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 +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 }