zlogene 14/10/01 11:44:15 Modified: ChangeLog Added: List-AllUtils-0.80.0.ebuild Log: Version bump (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)
Revision Changes Path 1.4 dev-perl/List-AllUtils/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/List-AllUtils/ChangeLog?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/List-AllUtils/ChangeLog?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/List-AllUtils/ChangeLog?r1=1.3&r2=1.4 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-perl/List-AllUtils/ChangeLog,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- ChangeLog 26 Aug 2014 17:06:20 -0000 1.3 +++ ChangeLog 1 Oct 2014 11:44:15 -0000 1.4 @@ -1,6 +1,11 @@ # 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.3 2014/08/26 17:06:20 axs Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/List-AllUtils/ChangeLog,v 1.4 2014/10/01 11:44:15 zlogene Exp $ + +*List-AllUtils-0.80.0 (01 Oct 2014) + + 01 Oct 2014; Mikle Kolyada <[email protected]> +List-AllUtils-0.80.0.ebuild: + Version bump *List-AllUtils-0.30.0-r1 (26 Aug 2014) 1.1 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.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/List-AllUtils/List-AllUtils-0.80.0.ebuild?rev=1.1&content-type=text/plain Index: List-AllUtils-0.80.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.80.0.ebuild,v 1.1 2014/10/01 11:44:15 zlogene 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="" RDEPEND=" >=dev-perl/List-MoreUtils-0.280.0 >=virtual/perl-Scalar-List-Utils-1.190.0 " DEPEND="${RDEPEND}" SRC_TEST="do"
