summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-08-13 02:01:34 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-08-13 02:04:24 +0200
commit2a31fdfe00e609255df825213b9d5737309aee32 (patch)
tree3ea3f0fd02a5077d701ca715bff2869c01f37746 /dev-perl/strictures
parentdev-perl/self: Version bump 0.36 (diff)
downloadgentoo-2a31fdfe00e609255df825213b9d5737309aee32.tar.gz
gentoo-2a31fdfe00e609255df825213b9d5737309aee32.tar.bz2
gentoo-2a31fdfe00e609255df825213b9d5737309aee32.zip
dev-perl/strictures: Version bump 2.000006
Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/strictures')
-rw-r--r--dev-perl/strictures/Manifest1
-rw-r--r--dev-perl/strictures/strictures-2.0.6.ebuild26
2 files changed, 27 insertions, 0 deletions
diff --git a/dev-perl/strictures/Manifest b/dev-perl/strictures/Manifest
index 1a7bc2a8bbc4..8ba1c61ea161 100644
--- a/dev-perl/strictures/Manifest
+++ b/dev-perl/strictures/Manifest
@@ -1 +1,2 @@
DIST strictures-2.000003.tar.gz 15319 BLAKE2B 3158e92282de5ca2bea5c7f79de3c6cf4e49d3641fcfde91ffedcfd291f102f7a61918136846bd6923abe557c2484db57b5b0692d93231f6f73c7aeb8854dc00 SHA512 c187a32f70c2be97cbe783e700d54d1e7b7ce7a8ea0b5ce72851b1efbe9b64121fb4b626463c4c62fb384893e4e3102afeaa21cd3e500fefc61c5b4b3924d21b
+DIST strictures-2.000006.tar.gz 22508 BLAKE2B e2d4a5aedb415473877838fbc43e176a8671c7be85b2b8090d6143b47cdd6bdd04b6e50e99e089c2459ef75027f9a5263ed4cb2f8a5024824b595e0cc86a397d SHA512 670857a491fa58b85b10ee3bb5c6b7be845798926327ff3a32a9b78cb86bbbb95bfcc358983ece766dc8ef19a1eae12091ec9d9a7fef6d3f5d44ee4f8c04b7d2
diff --git a/dev-perl/strictures/strictures-2.0.6.ebuild b/dev-perl/strictures/strictures-2.0.6.ebuild
new file mode 100644
index 000000000000..baa9f301155f
--- /dev/null
+++ b/dev-perl/strictures/strictures-2.0.6.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=HAARG
+DIST_VERSION=2.000006
+inherit perl-module
+
+DESCRIPTION="Turn on strict and make most warnings fatal"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="minimal"
+
+RDEPEND="
+ !minimal? (
+ dev-perl/bareword-filehandles
+ dev-perl/indirect
+ dev-perl/multidimensional
+ )
+"
+BDEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ test? ( virtual/perl-Test-Simple )
+"