summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentnl@gentoo.org>2020-06-29 20:55:05 +1200
committerKent Fredric <kentnl@gentoo.org>2020-06-29 20:55:05 +1200
commitb235b103fe22a2d3a0c589d1c99bf157c377f2b1 (patch)
treedbbc75f48ea9b2ec77a2adb8ae437bb5a831239c /dev-perl/Convert-TNEF
parentdev-perl/Convert-PEM: -r bump for EAPI7 (diff)
downloadgentoo-b235b103fe22a2d3a0c589d1c99bf157c377f2b1.tar.gz
gentoo-b235b103fe22a2d3a0c589d1c99bf157c377f2b1.tar.bz2
gentoo-b235b103fe22a2d3a0c589d1c99bf157c377f2b1.zip
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@gentoo.org>
Diffstat (limited to 'dev-perl/Convert-TNEF')
-rw-r--r--dev-perl/Convert-TNEF/Convert-TNEF-0.180.0-r3.ebuild21
1 files changed, 21 insertions, 0 deletions
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 000000000000..a09dd8150bfb
--- /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
+"