axs 14/08/26 15:56:32 Modified: ChangeLog Added: B-Utils-0.220.0-r1.ebuild Removed: B-Utils-0.220.0.ebuild Log: bumped EAPI to 5 to help with dev-lang/perl upgrade (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 2B6559ED)
Revision Changes Path 1.23 dev-perl/B-Utils/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/B-Utils/ChangeLog?rev=1.23&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/B-Utils/ChangeLog?rev=1.23&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/B-Utils/ChangeLog?r1=1.22&r2=1.23 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-perl/B-Utils/ChangeLog,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- ChangeLog 16 Aug 2013 08:30:41 -0000 1.22 +++ ChangeLog 26 Aug 2014 15:56:32 -0000 1.23 @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/B-Utils -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/B-Utils/ChangeLog,v 1.22 2013/08/16 08:30:41 patrick Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/B-Utils/ChangeLog,v 1.23 2014/08/26 15:56:32 axs Exp $ + +*B-Utils-0.220.0-r1 (26 Aug 2014) + + 26 Aug 2014; Ian Stakenvicius (_AxS_) <[email protected]> + +B-Utils-0.220.0-r1.ebuild, -B-Utils-0.220.0.ebuild: + bumped EAPI to 5 to help with dev-lang/perl upgrade *B-Utils-0.220.0 (16 Aug 2013) 1.1 dev-perl/B-Utils/B-Utils-0.220.0-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/B-Utils/B-Utils-0.220.0-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/B-Utils/B-Utils-0.220.0-r1.ebuild?rev=1.1&content-type=text/plain Index: B-Utils-0.220.0-r1.ebuild =================================================================== # Copyright 1999-2014 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.220.0-r1.ebuild,v 1.1 2014/08/26 15:56:32 axs Exp $ EAPI=5 MODULE_AUTHOR=RURBAN MODULE_VERSION=0.22 inherit perl-module DESCRIPTION="Helper functions for op tree manipulation" SLOT="0" KEYWORDS="~amd64 ~arm ~ppc ~x86" IUSE="test" DEPEND=" >=dev-perl/extutils-depends-0.301 test? ( dev-perl/Test-Exception ) " SRC_TEST=do
