dilfridge 15/04/17 22:45:12 Modified: ChangeLog Added: B-Keywords-1.140.0.ebuild Log: Version bump (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0B08240A96F66571)
Revision Changes Path 1.37 dev-perl/B-Keywords/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/B-Keywords/ChangeLog?rev=1.37&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/B-Keywords/ChangeLog?rev=1.37&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/B-Keywords/ChangeLog?r1=1.36&r2=1.37 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-perl/B-Keywords/ChangeLog,v retrieving revision 1.36 retrieving revision 1.37 diff -u -r1.36 -r1.37 --- ChangeLog 7 Dec 2014 19:19:16 -0000 1.36 +++ ChangeLog 17 Apr 2015 22:45:12 -0000 1.37 @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/B-Keywords -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/B-Keywords/ChangeLog,v 1.36 2014/12/07 19:19:16 zlogene Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/B-Keywords/ChangeLog,v 1.37 2015/04/17 22:45:12 dilfridge Exp $ + +*B-Keywords-1.140.0 (17 Apr 2015) + + 17 Apr 2015; Andreas K. Huettel <[email protected]> + +B-Keywords-1.140.0.ebuild: + Version bump 07 Dec 2014; Mikle Kolyada <[email protected]> B-Keywords-1.130.0-r1.ebuild: Add ~ppc64 keyword 1.1 dev-perl/B-Keywords/B-Keywords-1.140.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/B-Keywords/B-Keywords-1.140.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/B-Keywords/B-Keywords-1.140.0.ebuild?rev=1.1&content-type=text/plain Index: B-Keywords-1.140.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-Keywords/B-Keywords-1.140.0.ebuild,v 1.1 2015/04/17 22:45:12 dilfridge Exp $ EAPI=5 MODULE_AUTHOR=RURBAN MODULE_VERSION=1.14 inherit perl-module DESCRIPTION="Lists of reserved barewords and symbol names" # GPL-2 - no later clause LICENSE="|| ( Artistic GPL-2 )" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris" IUSE="" SRC_TEST="do" DEPEND="virtual/perl-ExtUtils-MakeMaker"
