sys-auth/pam_passwdqc: drop old EAPI
authorAaron Bauman <bman@gentoo.org>
Sat, 2 Jun 2018 23:55:40 +0000 (19:55 -0400)
committerAaron Bauman <bman@gentoo.org>
Sun, 3 Jun 2018 02:58:24 +0000 (22:58 -0400)
Package-Manager: Portage-2.3.40, Repoman-2.3.9

sys-auth/pam_passwdqc/Manifest
sys-auth/pam_passwdqc/pam_passwdqc-1.0.4.ebuild [deleted file]

index f2912c0556c991b335a1676a38840b6d3a5fcaf3..ec53edaa69865c70677998f42ee63744bc807b63 100644 (file)
@@ -1,2 +1 @@
-DIST pam_passwdqc-1.0.4.tar.gz 30572 BLAKE2B e41a8253fa6b05b88181da83244b5191b0bbb406a25ecc6b0de03e0ca9d515defb1617801418b0e5b21e5931b55466fe8a4c7dafbe81776f364deb4d9452fca1 SHA512 f9ea432614b5ce68a76d2fad0d290f5c9400e1185c8a893eb716b232c03c037a5cd725403b4ff74cd432d7368788dca708fafbc1b4305dd14089405d56c540d7
 DIST pam_passwdqc-1.0.5.tar.gz 29973 BLAKE2B e2edce3fa63994afc1f1fe65709ad241662c81113b67f6d17e1c5b36d6ea48be1d7f2cde77766fe2b92da2c22546a71122b95dc70b193edacfbdfd219f56ca6c SHA512 8ae6cb4cc520b06b05fadf60ac360964721a8a1e4481aff9cd7247c203e62b58d3aed4c14ba687b303de820689e0f5cdcf070fd396b7e13b0aae4cc5d1442235
diff --git a/sys-auth/pam_passwdqc/pam_passwdqc-1.0.4.ebuild b/sys-auth/pam_passwdqc/pam_passwdqc-1.0.4.ebuild
deleted file mode 100644 (file)
index 53338be..0000000
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# 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 m68k ~mips ppc s390 sh ~sparc x86"
-
-DEPEND="virtual/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
-}