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-Htpasswd/
Date: Fri, 25 Sep 2020 23:03:26
Message-Id: 1601074943.378ebf750c1e3e1ba20c0abffeab50b59389e248.kentnl@gentoo
1 commit: 378ebf750c1e3e1ba20c0abffeab50b59389e248
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 25 22:50:55 2020 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 25 23:02:23 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=378ebf75
7
8 dev-perl/Authen-Htpasswd: Cleanup old 0.171.0-r1
9
10 Package-Manager: Portage-3.0.4, Repoman-3.0.1
11 Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
12
13 .../Authen-Htpasswd-0.171.0-r1.ebuild | 23 ----------------------
14 1 file changed, 23 deletions(-)
15
16 diff --git a/dev-perl/Authen-Htpasswd/Authen-Htpasswd-0.171.0-r1.ebuild b/dev-perl/Authen-Htpasswd/Authen-Htpasswd-0.171.0-r1.ebuild
17 deleted file mode 100644
18 index d27f69f6a1f..00000000000
19 --- a/dev-perl/Authen-Htpasswd/Authen-Htpasswd-0.171.0-r1.ebuild
20 +++ /dev/null
21 @@ -1,23 +0,0 @@
22 -# Copyright 1999-2014 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=5
26 -
27 -MODULE_AUTHOR=MSTROUT
28 -MODULE_VERSION=0.171
29 -inherit perl-module
30 -
31 -DESCRIPTION="interface to read and modify Apache .htpasswd files"
32 -
33 -SLOT="0"
34 -KEYWORDS="amd64 x86"
35 -IUSE=""
36 -
37 -DEPEND="dev-perl/Class-Accessor
38 - dev-perl/IO-LockedFile
39 - dev-perl/Crypt-PasswdMD5
40 - dev-perl/Digest-SHA1"
41 -# pod tests need TEST_POD anyway
42 -RDEPEND="${DEPEND}"
43 -
44 -SRC_TEST=do