dilfridge 15/02/21 00:48:59 Modified: ChangeLog Added: B-Utils-0.250.0.ebuild Log: Version bump (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key EBE6A336BE19039C!)
Revision Changes Path 1.25 dev-perl/B-Utils/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/B-Utils/ChangeLog?rev=1.25&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/B-Utils/ChangeLog?rev=1.25&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/B-Utils/ChangeLog?r1=1.24&r2=1.25 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-perl/B-Utils/ChangeLog,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- ChangeLog 12 Sep 2014 17:27:51 -0000 1.24 +++ ChangeLog 21 Feb 2015 00:48:59 -0000 1.25 @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/B-Utils -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/B-Utils/ChangeLog,v 1.24 2014/09/12 17:27:51 zlogene Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/B-Utils/ChangeLog,v 1.25 2015/02/21 00:48:59 dilfridge Exp $ + +*B-Utils-0.250.0 (21 Feb 2015) + + 21 Feb 2015; Andreas K. Huettel <[email protected]> + +B-Utils-0.250.0.ebuild: + Version bump 12 Sep 2014; Mikle Kolyada <[email protected]> -B-Utils-0.210.0.ebuild: Drop old. 1.1 dev-perl/B-Utils/B-Utils-0.250.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/B-Utils/B-Utils-0.250.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/B-Utils/B-Utils-0.250.0.ebuild?rev=1.1&content-type=text/plain Index: B-Utils-0.250.0.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-perl/B-Utils/B-Utils-0.250.0.ebuild,v 1.1 2015/02/21 00:48:59 dilfridge Exp $ EAPI=5 MODULE_AUTHOR=JJORE MODULE_VERSION=0.25 inherit perl-module DESCRIPTION="Helper functions for op tree manipulation" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="test" RDEPEND=" virtual/perl-Exporter virtual/perl-Scalar-List-Utils dev-perl/Task-Weaken " DEPEND="${RDEPEND} virtual/perl-ExtUtils-CBuilder >=dev-perl/extutils-depends-0.301.0 test? ( virtual/perl-Test-Simple ) " SRC_TEST=do
