summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmy Liffey <amynka@gentoo.org>2017-08-27 10:25:45 +0200
committerAmy Liffey <amynka@gentoo.org>2017-08-27 10:27:59 +0200
commitf8adcfe8e9ed853d3067d78f3545f0f73064c4e7 (patch)
tree35e4eba19feeb42bae0fc85a3cd3fbbef87d8bfe /sys-auth/pam_abl/pam_abl-0.4.1.ebuild
parentsys-auth/pam_abl: stable for x86 bug #625470 (diff)
downloadgentoo-f8adcfe8e9ed853d3067d78f3545f0f73064c4e7.tar.gz
gentoo-f8adcfe8e9ed853d3067d78f3545f0f73064c4e7.tar.bz2
gentoo-f8adcfe8e9ed853d3067d78f3545f0f73064c4e7.zip
sys-auth/pam_abl: remove old
Package-Manager: Portage-2.3.6, Repoman-2.3.1
Diffstat (limited to 'sys-auth/pam_abl/pam_abl-0.4.1.ebuild')
-rw-r--r--sys-auth/pam_abl/pam_abl-0.4.1.ebuild47
1 files changed, 0 insertions, 47 deletions
diff --git a/sys-auth/pam_abl/pam_abl-0.4.1.ebuild b/sys-auth/pam_abl/pam_abl-0.4.1.ebuild
deleted file mode 100644
index 69726eef5ba3..000000000000
--- a/sys-auth/pam_abl/pam_abl-0.4.1.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=2
-
-MY_PN="${PN/_/-}"
-MY_P="${MY_PN}-${PV}"
-
-inherit flag-o-matic pam
-
-DESCRIPTION="PAM module for blacklisting of hosts and users on repeated failed authentication attempts"
-HOMEPAGE="http://pam-abl.deksai.com/"
-SRC_URI="mirror://sourceforge/${MY_PN}/${MY_P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-DEPEND=">=sys-libs/pam-0.78-r2
- >=sys-libs/db-4.2.52_p2"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/${MY_P}"
-
-src_configure() {
- econf \
- --enable-shared \
- --disable-static \
- --disable-dependency-tracking \
- --enable-fast-install \
- --docdir=/usr/share/doc/${PF} \
- --with-pam-dir=$(getpam_mod_dir) \
- || die
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die
- dopamsecurity . conf/pam_abl.conf
-
- keepdir /var/db/abl
-}
-
-pkg_postinst() {
- elog "See /usr/share/doc/${PF}/ for configuration info and set up "
- elog "/etc/security/pam_abl.conf as needed."
-}