diff options
author | Kent Fredric <kentnl@gentoo.org> | 2020-09-26 10:50:55 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2020-09-26 11:02:23 +1200 |
commit | 378ebf750c1e3e1ba20c0abffeab50b59389e248 (patch) | |
tree | 7f8a92b3038f8a2acfdf5b7c9a2e0588f450bc74 /dev-perl/Authen-Htpasswd | |
parent | dev-perl/Authen-DigestMD5: Cleanup old 0.40.0-r1 (diff) | |
download | gentoo-378ebf750c1e3e1ba20c0abffeab50b59389e248.tar.gz gentoo-378ebf750c1e3e1ba20c0abffeab50b59389e248.tar.bz2 gentoo-378ebf750c1e3e1ba20c0abffeab50b59389e248.zip |
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@gentoo.org>
Diffstat (limited to 'dev-perl/Authen-Htpasswd')
-rw-r--r-- | dev-perl/Authen-Htpasswd/Authen-Htpasswd-0.171.0-r1.ebuild | 23 |
1 files changed, 0 insertions, 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 d27f69f6a1f3..000000000000 --- 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 |