commit: 378ebf750c1e3e1ba20c0abffeab50b59389e248
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 25 22:50:55 2020 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Fri Sep 25 23:02:23 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=378ebf75
dev-perl/Authen-Htpasswd: Cleanup old 0.171.0-r1
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
.../Authen-Htpasswd-0.171.0-r1.ebuild | 23 ----------------------
1 file changed, 23 deletions(-)
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
deleted file mode 100644
index d27f69f6a1f..00000000000
--- a/dev-perl/Authen-Htpasswd/Authen-Htpasswd-0.171.0-r1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=MSTROUT
-MODULE_VERSION=0.171
-inherit perl-module
-
-DESCRIPTION="interface to read and modify Apache .htpasswd files"
-
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-DEPEND="dev-perl/Class-Accessor
- dev-perl/IO-LockedFile
- dev-perl/Crypt-PasswdMD5
- dev-perl/Digest-SHA1"
-# pod tests need TEST_POD anyway
-RDEPEND="${DEPEND}"
-
-SRC_TEST=do