commit: c18e397d3dc36995c78ff81dd813877bd6dcf1ad Author: Kent Fredric <kentnl <AT> gentoo <DOT> org> AuthorDate: Mon Sep 7 10:04:43 2020 +0000 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org> CommitDate: Mon Sep 7 10:05:11 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c18e397d
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 <AT> gentoo.org> dev-perl/File-Tempdir/File-Tempdir-0.20.0-r2.ebuild | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) 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 00000000000..774777b7684 --- /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 +"
