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/Crypt-PasswdMD5/
Date: Thu, 02 Jul 2020 07:33:05
Message-Id: 1593675171.923ac7ab37e56c1606cfc3deaa71ac1991b77d2e.kentnl@gentoo
1 commit: 923ac7ab37e56c1606cfc3deaa71ac1991b77d2e
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 2 07:32:35 2020 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 2 07:32:51 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=923ac7ab
7
8 dev-perl/Crypt-PasswdMD5: -r bump for EAPI7
9
10 - EAPI7
11 - Parallel tests
12 - Correct dependencies
13
14 Package-Manager: Portage-2.3.100, Repoman-2.3.22
15 Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
16
17 .../Crypt-PasswdMD5-1.400.0-r1.ebuild | 25 ++++++++++++++++++++++
18 1 file changed, 25 insertions(+)
19
20 diff --git a/dev-perl/Crypt-PasswdMD5/Crypt-PasswdMD5-1.400.0-r1.ebuild b/dev-perl/Crypt-PasswdMD5/Crypt-PasswdMD5-1.400.0-r1.ebuild
21 new file mode 100644
22 index 00000000000..a6d037effc7
23 --- /dev/null
24 +++ b/dev-perl/Crypt-PasswdMD5/Crypt-PasswdMD5-1.400.0-r1.ebuild
25 @@ -0,0 +1,25 @@
26 +# Copyright 1999-2020 Gentoo Authors
27 +# Distributed under the terms of the GNU General Public License v2
28 +
29 +EAPI=7
30 +
31 +DIST_AUTHOR=RSAVAGE
32 +DIST_VERSION=1.40
33 +DIST_A_EXT=tgz
34 +inherit perl-module
35 +
36 +DESCRIPTION="Provides interoperable MD5-based crypt() functions"
37 +SLOT="0"
38 +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
39 +IUSE="test"
40 +RESTRICT="!test? ( test )"
41 +RDEPEND="
42 + >=virtual/perl-Digest-MD5-2.530.0
43 +"
44 +DEPEND="dev-perl/Module-Build"
45 +BDEPEND="
46 + dev-perl/Module-Build
47 + test? (
48 + >=virtual/perl-Test-Simple-0.940.0
49 + )
50 +"