diff options
author | Kent Fredric <kentnl@gentoo.org> | 2020-06-29 20:55:05 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2020-06-29 20:55:05 +1200 |
commit | b235b103fe22a2d3a0c589d1c99bf157c377f2b1 (patch) | |
tree | dbbc75f48ea9b2ec77a2adb8ae437bb5a831239c /dev-perl/Convert-TNEF | |
parent | dev-perl/Convert-PEM: -r bump for EAPI7 (diff) | |
download | gentoo-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.ebuild | 21 |
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 +" |