commit: b235b103fe22a2d3a0c589d1c99bf157c377f2b1
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 29 08:55:05 2020 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Mon Jun 29 08:55:05 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b235b103
dev-perl/Convert-TNEF: -r bump for EAPI7
- EAPI7
- Parallel tests
- Clarify dependencies
- Remove unused/empty variable assignments
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
.../Convert-TNEF/Convert-TNEF-0.180.0-r3.ebuild | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/dev-perl/Convert-TNEF/Convert-TNEF-0.180.0-r3.ebuild
b/dev-perl/Convert-TNEF/Convert-TNEF-0.180.0-r3.ebuild
new file mode 100644
index 00000000000..a09dd8150bf
--- /dev/null
+++ b/dev-perl/Convert-TNEF/Convert-TNEF-0.180.0-r3.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=DOUGW
+DIST_VERSION=0.18
+inherit perl-module
+
+DESCRIPTION="A Perl module for reading TNEF files"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+
+RDEPEND="
+ >=dev-perl/MIME-tools-4.109.0
+ dev-perl/IO-stringy
+"
+BDEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+"