summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentnl@gentoo.org>2020-06-20 12:53:41 +1200
committerKent Fredric <kentnl@gentoo.org>2020-06-20 12:54:26 +1200
commit62f4e6dafc7e624366fabfa883f643105ab123d1 (patch)
tree55eaa1eaad86b42bd7b1f935f9257a91ee612b56 /dev-perl/Class-Trigger/Class-Trigger-0.150.0.ebuild
parentdev-python/markdown2: drop vulnerable (diff)
downloadgentoo-62f4e6dafc7e624366fabfa883f643105ab123d1.tar.gz
gentoo-62f4e6dafc7e624366fabfa883f643105ab123d1.tar.bz2
gentoo-62f4e6dafc7e624366fabfa883f643105ab123d1.zip
dev-perl/Class-Trigger: Bump to version 0.150.0
- EAPI7 - Strip bad tests - Parallel testing Upstream: - Rework packaging to avoid '.'-in-@INC issues Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
Diffstat (limited to 'dev-perl/Class-Trigger/Class-Trigger-0.150.0.ebuild')
-rw-r--r--dev-perl/Class-Trigger/Class-Trigger-0.150.0.ebuild26
1 files changed, 26 insertions, 0 deletions
diff --git a/dev-perl/Class-Trigger/Class-Trigger-0.150.0.ebuild b/dev-perl/Class-Trigger/Class-Trigger-0.150.0.ebuild
new file mode 100644
index 000000000000..dc1d40479b74
--- /dev/null
+++ b/dev-perl/Class-Trigger/Class-Trigger-0.150.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=MIYAGAWA
+DIST_VERSION=0.15
+inherit perl-module
+
+DESCRIPTION="Mixin to add / call inheritable triggers"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~mips ~ppc ~ppc64 ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+BDEPEND="
+ >=virtual/perl-ExtUtils-MakeMaker-6.590.0
+ test? (
+ dev-perl/IO-stringy
+ >=virtual/perl-Test-Simple-0.320.0
+ )
+"
+PERL_RM_FILES=(
+ t/author-pod-syntax.t
+)