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/Digest-Perl-MD5/
Date: Fri, 31 Jul 2020 05:55:39
Message-Id: 1596174896.f3be9d704a3249dc45f9f39f6786ba608717c32b.kentnl@gentoo
1 commit: f3be9d704a3249dc45f9f39f6786ba608717c32b
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 31 05:54:56 2020 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 31 05:54:56 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3be9d70
7
8 dev-perl/Digest-Perl-MD5: -r bump for EAPI7
9
10 - EAPI7
11 - Fix license
12 - Parallel tests
13 - Remove unused/empty variable assignments
14
15 Package-Manager: Portage-2.3.103, Repoman-2.3.22
16 Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
17
18 .../Digest-Perl-MD5-1.900.0-r1.ebuild | 20 ++++++++++++++++++++
19 1 file changed, 20 insertions(+)
20
21 diff --git a/dev-perl/Digest-Perl-MD5/Digest-Perl-MD5-1.900.0-r1.ebuild b/dev-perl/Digest-Perl-MD5/Digest-Perl-MD5-1.900.0-r1.ebuild
22 new file mode 100644
23 index 00000000000..cdd699bce72
24 --- /dev/null
25 +++ b/dev-perl/Digest-Perl-MD5/Digest-Perl-MD5-1.900.0-r1.ebuild
26 @@ -0,0 +1,20 @@
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=DELTA
33 +DIST_VERSION=1.9
34 +inherit perl-module
35 +
36 +DESCRIPTION="Pure perl implementation of MD5"
37 +LICENSE="|| ( Artistic GPL-1+ ) RSA"
38 +SLOT="0"
39 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
40 +
41 +RDEPEND="
42 + virtual/perl-Exporter
43 +"
44 +BDEPEND="${RDEPEND}
45 + virtual/perl-ExtUtils-MakeMaker
46 +"