dilfridge 15/04/06 23:03:46 Modified: ChangeLog Added: strictures-2.0.0.ebuild Log: Version bump (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0B08240A96F66571)
Revision Changes Path 1.18 dev-perl/strictures/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/strictures/ChangeLog?rev=1.18&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/strictures/ChangeLog?rev=1.18&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/strictures/ChangeLog?r1=1.17&r2=1.18 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-perl/strictures/ChangeLog,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- ChangeLog 29 Mar 2015 09:54:09 -0000 1.17 +++ ChangeLog 6 Apr 2015 23:03:45 -0000 1.18 @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/strictures # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/strictures/ChangeLog,v 1.17 2015/03/29 09:54:09 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/strictures/ChangeLog,v 1.18 2015/04/06 23:03:45 dilfridge Exp $ + +*strictures-2.0.0 (06 Apr 2015) + + 06 Apr 2015; Andreas K. Huettel <dilfri...@gentoo.org> + +strictures-2.0.0.ebuild: + Version bump 29 Mar 2015; Jeroen Roovers <j...@gentoo.org> strictures-1.4.4-r1.ebuild: Marked ~hppa (bug #543312). 1.1 dev-perl/strictures/strictures-2.0.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/strictures/strictures-2.0.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/strictures/strictures-2.0.0.ebuild?rev=1.1&content-type=text/plain Index: strictures-2.0.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/strictures/strictures-2.0.0.ebuild,v 1.1 2015/04/06 23:03:45 dilfridge Exp $ EAPI=5 MODULE_AUTHOR=HAARG MODULE_VERSION=2.000000 inherit perl-module DESCRIPTION="Turn on strict and make all warnings fatal" SLOT="0" KEYWORDS="~amd64 ~hppa ~ppc ~x86 ~ppc-aix ~ppc-macos ~x86-solaris" IUSE="test" RDEPEND="" DEPEND="${RDEPEND} virtual/perl-ExtUtils-MakeMaker test? ( virtual/perl-Test-Simple ) " SRC_TEST=do