summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentnl@gentoo.org>2017-11-22 21:53:43 +1300
committerKent Fredric <kentnl@gentoo.org>2017-11-22 22:13:12 +1300
commit820d454d204c6e7e886a7d5645ecdeb3bf4b287a (patch)
tree1bb3bb87a5efc5396ae350163c0afe29a34a99b6 /dev-perl/Module-Install-AuthorTests/Module-Install-AuthorTests-0.2.0-r1.ebuild
parentwww-apps/ikiwiki: bump 3.20171001 (diff)
downloadgentoo-820d454d204c6e7e886a7d5645ecdeb3bf4b287a.tar.gz
gentoo-820d454d204c6e7e886a7d5645ecdeb3bf4b287a.tar.bz2
gentoo-820d454d204c6e7e886a7d5645ecdeb3bf4b287a.zip
dev-perl/Module-Install-AuthorTests: EAPI6ify, add missing remote-id's
Package-Manager: Portage-2.3.14, Repoman-2.3.6
Diffstat (limited to 'dev-perl/Module-Install-AuthorTests/Module-Install-AuthorTests-0.2.0-r1.ebuild')
-rw-r--r--dev-perl/Module-Install-AuthorTests/Module-Install-AuthorTests-0.2.0-r1.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-perl/Module-Install-AuthorTests/Module-Install-AuthorTests-0.2.0-r1.ebuild b/dev-perl/Module-Install-AuthorTests/Module-Install-AuthorTests-0.2.0-r1.ebuild
new file mode 100644
index 000000000000..4c7526447a25
--- /dev/null
+++ b/dev-perl/Module-Install-AuthorTests/Module-Install-AuthorTests-0.2.0-r1.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=RJBS
+DIST_VERSION=0.002
+inherit perl-module
+
+DESCRIPTION="Designate tests only run by module authors"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+ dev-perl/Module-Install
+"
+DEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+"