dilfridge 15/07/25 17:18:30 Modified: ChangeLog Added: B-Utils-0.270.0.ebuild Removed: B-Utils-0.250.0.ebuild Log: Version bump; remove old (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0B08240A96F66571)
Revision Changes Path 1.29 dev-perl/B-Utils/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/B-Utils/ChangeLog?rev=1.29&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/B-Utils/ChangeLog?rev=1.29&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/B-Utils/ChangeLog?r1=1.28&r2=1.29 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-perl/B-Utils/ChangeLog,v retrieving revision 1.28 retrieving revision 1.29 diff -u -r1.28 -r1.29 --- ChangeLog 1 May 2015 11:51:42 -0000 1.28 +++ ChangeLog 25 Jul 2015 17:18:30 -0000 1.29 @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/B-Utils # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/B-Utils/ChangeLog,v 1.28 2015/05/01 11:51:42 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/B-Utils/ChangeLog,v 1.29 2015/07/25 17:18:30 dilfridge Exp $ + +*B-Utils-0.270.0 (25 Jul 2015) + + 25 Jul 2015; Andreas K. Huettel <[email protected]> + +B-Utils-0.270.0.ebuild, -B-Utils-0.250.0.ebuild: + Version bump; remove old 01 May 2015; Andreas K. Huettel <[email protected]> B-Utils-0.250.0.ebuild, B-Utils-0.260.0.ebuild: 1.1 dev-perl/B-Utils/B-Utils-0.270.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/B-Utils/B-Utils-0.270.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/B-Utils/B-Utils-0.270.0.ebuild?rev=1.1&content-type=text/plain Index: B-Utils-0.270.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.270.0.ebuild,v 1.1 2015/07/25 17:18:30 dilfridge Exp $ EAPI=5 MODULE_AUTHOR=ETHER MODULE_VERSION=0.27 inherit perl-module DESCRIPTION="Helper functions for op tree manipulation" SLOT="0" KEYWORDS="~amd64 ~arm ~ppc ~x86" IUSE="test" # needs Scalar::Util 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 parallel"
