mrueg 14/10/10 18:20:13 Modified: List-AllUtils-0.80.0.ebuild ChangeLog Added: List-AllUtils-0.90.0.ebuild Log: Raise dependency on virtual/perl-Scalar-List-Utils. Fixes bug #524882. Version bump to 0.90.0 (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with key )
Revision Changes Path 1.3 dev-perl/List-AllUtils/List-AllUtils-0.80.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/List-AllUtils/List-AllUtils-0.80.0.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/List-AllUtils/List-AllUtils-0.80.0.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/List-AllUtils/List-AllUtils-0.80.0.ebuild?r1=1.2&r2=1.3 Index: List-AllUtils-0.80.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-perl/List-AllUtils/List-AllUtils-0.80.0.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- List-AllUtils-0.80.0.ebuild 5 Oct 2014 16:51:07 -0000 1.2 +++ List-AllUtils-0.80.0.ebuild 10 Oct 2014 18:20:13 -0000 1.3 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/List-AllUtils/List-AllUtils-0.80.0.ebuild,v 1.2 2014/10/05 16:51:07 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/List-AllUtils/List-AllUtils-0.80.0.ebuild,v 1.3 2014/10/10 18:20:13 mrueg Exp $ EAPI=5 @@ -15,7 +15,7 @@ IUSE="test" RDEPEND=">=dev-perl/List-MoreUtils-0.280.0 - >=virtual/perl-Scalar-List-Utils-1.190.0" + >=virtual/perl-Scalar-List-Utils-1.310.0" DEPEND="${RDEPEND} >=virtual/perl-ExtUtils-MakeMaker-6.300.0 1.6 dev-perl/List-AllUtils/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/List-AllUtils/ChangeLog?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/List-AllUtils/ChangeLog?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/List-AllUtils/ChangeLog?r1=1.5&r2=1.6 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-perl/List-AllUtils/ChangeLog,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- ChangeLog 5 Oct 2014 16:51:07 -0000 1.5 +++ ChangeLog 10 Oct 2014 18:20:13 -0000 1.6 @@ -1,6 +1,13 @@ # ChangeLog for dev-perl/List-AllUtils # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/List-AllUtils/ChangeLog,v 1.5 2014/10/05 16:51:07 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/List-AllUtils/ChangeLog,v 1.6 2014/10/10 18:20:13 mrueg Exp $ + +*List-AllUtils-0.90.0 (10 Oct 2014) + + 10 Oct 2014; Manuel RĂ¼ger <[email protected]> +List-AllUtils-0.90.0.ebuild, + List-AllUtils-0.80.0.ebuild: + Raise dependency on virtual/perl-Scalar-List-Utils. Fixes bug #524882. Version + bump to 0.90.0 05 Oct 2014; Mikle Kolyada <[email protected]> List-AllUtils-0.80.0.ebuild: Dependencies fix 1.1 dev-perl/List-AllUtils/List-AllUtils-0.90.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/List-AllUtils/List-AllUtils-0.90.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/List-AllUtils/List-AllUtils-0.90.0.ebuild?rev=1.1&content-type=text/plain Index: List-AllUtils-0.90.0.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-perl/List-AllUtils/List-AllUtils-0.90.0.ebuild,v 1.1 2014/10/10 18:20:13 mrueg Exp $ EAPI=5 MODULE_AUTHOR=DROLSKY MODULE_VERSION=0.08 inherit perl-module DESCRIPTION='Combines List::Util and List::MoreUtils in one bite-sized package' SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test" RDEPEND=">=dev-perl/List-MoreUtils-0.280.0 >=virtual/perl-Scalar-List-Utils-1.310.0" DEPEND="${RDEPEND} >=virtual/perl-ExtUtils-MakeMaker-6.300.0 test? ( virtual/perl-File-Temp >=virtual/perl-Test-Simple-0.880.0 dev-perl/Test-Warnings )" SRC_TEST="do"
