diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2015-04-06 23:03:45 +0000 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2015-04-06 23:03:45 +0000 |
commit | 4aaee7bf9562c334259faa406d301327e1c94cd4 (patch) | |
tree | 14ea30751d12e3436d60e51774ec6eb520a88bd5 /dev-perl/strictures | |
parent | New package, needed for dev-perl/strictures (diff) | |
download | gentoo-2-4aaee7bf9562c334259faa406d301327e1c94cd4.tar.gz gentoo-2-4aaee7bf9562c334259faa406d301327e1c94cd4.tar.bz2 gentoo-2-4aaee7bf9562c334259faa406d301327e1c94cd4.zip |
Version bump
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0B08240A96F66571)
Diffstat (limited to 'dev-perl/strictures')
-rw-r--r-- | dev-perl/strictures/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/strictures/strictures-2.0.0.ebuild | 23 |
2 files changed, 30 insertions, 1 deletions
diff --git a/dev-perl/strictures/ChangeLog b/dev-perl/strictures/ChangeLog index 03cfb51db4ef..756c17415489 100644 --- a/dev-perl/strictures/ChangeLog +++ b/dev-perl/strictures/ChangeLog @@ -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 <dilfridge@gentoo.org> + +strictures-2.0.0.ebuild: + Version bump 29 Mar 2015; Jeroen Roovers <jer@gentoo.org> strictures-1.4.4-r1.ebuild: Marked ~hppa (bug #543312). diff --git a/dev-perl/strictures/strictures-2.0.0.ebuild b/dev-perl/strictures/strictures-2.0.0.ebuild new file mode 100644 index 000000000000..074fda3b118d --- /dev/null +++ b/dev-perl/strictures/strictures-2.0.0.ebuild @@ -0,0 +1,23 @@ +# 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 |