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: Sat, 03 Oct 2020 05:23:39
Message-Id: 1601702588.6fb27c3e7cc8a54eb934c21487d22eb07c57cdd2.kentnl@gentoo
1 commit: 6fb27c3e7cc8a54eb934c21487d22eb07c57cdd2
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 3 05:14:27 2020 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 3 05:23:08 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fb27c3e
7
8 dev-perl/Authen-NTLM: Cleanup old 1.90.0-r1
9
10 Package-Manager: Portage-3.0.8, Repoman-3.0.1
11 Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
12
13 dev-perl/Authen-NTLM/Authen-NTLM-1.90.0-r1.ebuild | 30 -----------------------
14 1 file changed, 30 deletions(-)
15
16 diff --git a/dev-perl/Authen-NTLM/Authen-NTLM-1.90.0-r1.ebuild b/dev-perl/Authen-NTLM/Authen-NTLM-1.90.0-r1.ebuild
17 deleted file mode 100644
18 index 7fb16a3478e..00000000000
19 --- a/dev-perl/Authen-NTLM/Authen-NTLM-1.90.0-r1.ebuild
20 +++ /dev/null
21 @@ -1,30 +0,0 @@
22 -# Copyright 1999-2020 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=5
26 -
27 -MY_PN=NTLM
28 -MODULE_AUTHOR=NBEBOUT
29 -MODULE_VERSION=1.09
30 -inherit perl-module
31 -
32 -DESCRIPTION="An NTLM authentication module"
33 -
34 -SLOT="0"
35 -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"
36 -IUSE="test"
37 -RESTRICT="!test? ( test )"
38 -
39 -RDEPEND=">=virtual/perl-MIME-Base64-3.00
40 - dev-perl/Digest-HMAC"
41 -DEPEND="${RDEPEND}
42 - test? ( virtual/perl-Test-Simple )
43 -"
44 -
45 -SRC_TEST=do
46 -export OPTIMIZE="$CFLAGS"
47 -
48 -src_test() {
49 - perl_rm_files t/99_pod.t
50 - perl-module_src_test
51 -}