summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentnl@gentoo.org>2017-07-19 08:18:32 +1200
committerKent Fredric <kentnl@gentoo.org>2017-07-21 15:48:21 +1200
commit5a7a65cf31cd0f450459dd92f78eb5041f25b6db (patch)
tree26a2b13cee15ce2fc0dea845c7cf4a4e1054d49d /dev-perl/strictures/strictures-2.0.3.ebuild
parentsys-auth/elogind: drop freedesktop-bugs from metadata (diff)
downloadgentoo-5a7a65cf31cd0f450459dd92f78eb5041f25b6db.tar.gz
gentoo-5a7a65cf31cd0f450459dd92f78eb5041f25b6db.tar.bz2
gentoo-5a7a65cf31cd0f450459dd92f78eb5041f25b6db.zip
dev-perl/strictures: Bump to version 2.0.3 re bug #623108
Upstream: - Bump ExtUtils::HasCompiler bundle - Fix '.' in @INC issues Bug: https://bugs.gentoo.org/623108 Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-perl/strictures/strictures-2.0.3.ebuild')
-rw-r--r--dev-perl/strictures/strictures-2.0.3.ebuild26
1 files changed, 26 insertions, 0 deletions
diff --git a/dev-perl/strictures/strictures-2.0.3.ebuild b/dev-perl/strictures/strictures-2.0.3.ebuild
new file mode 100644
index 000000000000..ea7460f0c5a3
--- /dev/null
+++ b/dev-perl/strictures/strictures-2.0.3.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=HAARG
+DIST_VERSION=2.000003
+inherit perl-module
+
+DESCRIPTION="Turn on strict and make most warnings fatal"
+
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~ppc ~x86 ~ppc-aix ~ppc-macos ~x86-solaris"
+IUSE="test minimal"
+
+RDEPEND="
+ !minimal? (
+ dev-perl/bareword-filehandles
+ dev-perl/indirect
+ dev-perl/multidimensional
+ )
+"
+DEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ test? ( virtual/perl-Test-Simple )
+"