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/Authen-NTLM/
Date: Wed, 29 Apr 2020 23:15:03
Message-Id: 1588202080.caac7edcf31b3f115246f9123f4fc4c4dc1e0b46.kentnl@gentoo
1 commit: caac7edcf31b3f115246f9123f4fc4c4dc1e0b46
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 29 23:05:15 2020 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 29 23:14:40 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=caac7edc
7
8 dev-perl/Authen-NTLM: -r bump for EAPI7
9
10 - EAPI7
11 - Parallel Tests
12 - Remove redundant OPTIMIZE (no XS here)
13
14 Package-Manager: Portage-2.3.97, Repoman-2.3.22
15 Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
16
17 dev-perl/Authen-NTLM/Authen-NTLM-1.90.0-r2.ebuild | 25 +++++++++++++++++++++++
18 1 file changed, 25 insertions(+)
19
20 diff --git a/dev-perl/Authen-NTLM/Authen-NTLM-1.90.0-r2.ebuild b/dev-perl/Authen-NTLM/Authen-NTLM-1.90.0-r2.ebuild
21 new file mode 100644
22 index 00000000000..01a26e96125
23 --- /dev/null
24 +++ b/dev-perl/Authen-NTLM/Authen-NTLM-1.90.0-r2.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_NAME=NTLM
32 +DIST_AUTHOR=NBEBOUT
33 +DIST_VERSION=1.09
34 +inherit perl-module
35 +
36 +DESCRIPTION="An NTLM authentication module"
37 +
38 +SLOT="0"
39 +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
40 +IUSE="test"
41 +RESTRICT="!test? ( test )"
42 +
43 +RDEPEND=">=virtual/perl-MIME-Base64-3.00
44 + dev-perl/Digest-HMAC"
45 +BDEPEND="${RDEPEND}
46 + test? ( virtual/perl-Test-Simple )
47 +"
48 +PERL_RM_FILES=(
49 + "t/99_pod.t"
50 +)