summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentnl@gentoo.org>2020-09-07 22:04:43 +1200
committerKent Fredric <kentnl@gentoo.org>2020-09-07 22:05:11 +1200
commitc18e397d3dc36995c78ff81dd813877bd6dcf1ad (patch)
tree123dcf8299111832e2cc8ad351f62c5c7d5313bf
parentnet-libs/ignition-msgs: switch to cmake eclass (diff)
downloadgentoo-c18e397d3dc36995c78ff81dd813877bd6dcf1ad.tar.gz
gentoo-c18e397d3dc36995c78ff81dd813877bd6dcf1ad.tar.bz2
gentoo-c18e397d3dc36995c78ff81dd813877bd6dcf1ad.zip
dev-perl/File-Tempdir: -r bump for EAPI7
- EAPI7 - Remove unused/empty variable assignments - Parallel tests - Fix deps slightly Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
-rw-r--r--dev-perl/File-Tempdir/File-Tempdir-0.20.0-r2.ebuild17
1 files changed, 17 insertions, 0 deletions
diff --git a/dev-perl/File-Tempdir/File-Tempdir-0.20.0-r2.ebuild b/dev-perl/File-Tempdir/File-Tempdir-0.20.0-r2.ebuild
new file mode 100644
index 000000000000..774777b76841
--- /dev/null
+++ b/dev-perl/File-Tempdir/File-Tempdir-0.20.0-r2.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=NANARDON
+DIST_VERSION=0.02
+inherit perl-module
+
+DESCRIPTION="This module provide an object interface to tempdir() from File::Temp"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
+
+BDEPEND="
+ virtual/perl-ExtUtils-MakeMaker
+"