From 9163f061d6eea499b3957ec48762949143685cfb Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Sun, 10 Nov 2019 10:10:11 +0100 Subject: sys-auth/pam_passwdqc: Drop old (EAPI 0) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- sys-auth/pam_passwdqc/pam_passwdqc-1.0.5.ebuild | 48 ------------------------- 1 file changed, 48 deletions(-) delete mode 100644 sys-auth/pam_passwdqc/pam_passwdqc-1.0.5.ebuild (limited to 'sys-auth/pam_passwdqc/pam_passwdqc-1.0.5.ebuild') diff --git a/sys-auth/pam_passwdqc/pam_passwdqc-1.0.5.ebuild b/sys-auth/pam_passwdqc/pam_passwdqc-1.0.5.ebuild deleted file mode 100644 index a960678e6f9b..000000000000 --- a/sys-auth/pam_passwdqc/pam_passwdqc-1.0.5.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=0 - -inherit pam eutils toolchain-funcs - -DESCRIPTION="Password strength checking for PAM aware password changing programs" -HOMEPAGE="http://www.openwall.com/passwdqc/" -SRC_URI="http://www.openwall.com/pam/modules/pam_passwdqc/${P}.tar.gz" - -LICENSE="Openwall BSD public-domain" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-linux ~x86-linux" - -DEPEND="sys-libs/pam" -RDEPEND="${DEPEND}" - -src_unpack() { - unpack ${A} - - cd "${S}" - epatch "${FILESDIR}/${P}-makefile.patch" -} - -src_compile() { - emake \ - OPTCFLAGS="${CFLAGS}" \ - CC="$(tc-getCC)" \ - LD="$(tc-getCC)" \ - || die "emake failed" -} - -src_install() { - dopammod pam_passwdqc.so - - doman pam_passwdqc.8 - dodoc README PLATFORMS INTERNALS -} - -pkg_postinst() { - elog - elog "To activate pam_passwdqc use pam_passwdqc.so instead" - elog "of pam_cracklib.so in /etc/pam.d/system-auth." - elog "Also, if you want to change the parameters, read up" - elog "on the pam_passwdqc(8) man page." - elog -} -- cgit v1.2.3-65-gdbad