Gentoo Archives: gentoo-commits

From: Kent Fredric <kentnl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Convert-TNEF/
Date: Mon, 29 Jun 2020 08:55:41
Message-Id: 1593420905.b235b103fe22a2d3a0c589d1c99bf157c377f2b1.kentnl@gentoo
1 commit: b235b103fe22a2d3a0c589d1c99bf157c377f2b1
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 29 08:55:05 2020 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 29 08:55:05 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b235b103
7
8 dev-perl/Convert-TNEF: -r bump for EAPI7
9
10 - EAPI7
11 - Parallel tests
12 - Clarify dependencies
13 - Remove unused/empty variable assignments
14
15 Package-Manager: Portage-2.3.100, Repoman-2.3.22
16 Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
17
18 .../Convert-TNEF/Convert-TNEF-0.180.0-r3.ebuild | 21 +++++++++++++++++++++
19 1 file changed, 21 insertions(+)
20
21 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
22 new file mode 100644
23 index 00000000000..a09dd8150bf
24 --- /dev/null
25 +++ b/dev-perl/Convert-TNEF/Convert-TNEF-0.180.0-r3.ebuild
26 @@ -0,0 +1,21 @@
27 +# Copyright 1999-2020 Gentoo Authors
28 +# Distributed under the terms of the GNU General Public License v2
29 +
30 +EAPI=7
31 +
32 +DIST_AUTHOR=DOUGW
33 +DIST_VERSION=0.18
34 +inherit perl-module
35 +
36 +DESCRIPTION="A Perl module for reading TNEF files"
37 +
38 +SLOT="0"
39 +KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
40 +
41 +RDEPEND="
42 + >=dev-perl/MIME-tools-4.109.0
43 + dev-perl/IO-stringy
44 +"
45 +BDEPEND="${RDEPEND}
46 + virtual/perl-ExtUtils-MakeMaker
47 +"