summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-auth')
-rw-r--r--sys-auth/pam_abl/ChangeLog5
-rw-r--r--sys-auth/pam_abl/pam_abl-0.2.3-r1.ebuild6
2 files changed, 7 insertions, 4 deletions
diff --git a/sys-auth/pam_abl/ChangeLog b/sys-auth/pam_abl/ChangeLog
index f11c2e2069ad..d724895d73b9 100644
--- a/sys-auth/pam_abl/ChangeLog
+++ b/sys-auth/pam_abl/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-auth/pam_abl
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_abl/ChangeLog,v 1.14 2012/03/18 18:47:14 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_abl/ChangeLog,v 1.15 2012/05/24 05:05:31 vapier Exp $
+
+ 24 May 2012; Mike Frysinger <vapier@gentoo.org> pam_abl-0.2.3-r1.ebuild:
+ Inherit eutils for epatch.
18 Mar 2012; Pacho Ramos <pacho@gentoo.org> metadata.xml:
Drop maintainer due retirement, bug #118003.
diff --git a/sys-auth/pam_abl/pam_abl-0.2.3-r1.ebuild b/sys-auth/pam_abl/pam_abl-0.2.3-r1.ebuild
index c5d81771a6fd..37ca518fe287 100644
--- a/sys-auth/pam_abl/pam_abl-0.2.3-r1.ebuild
+++ b/sys-auth/pam_abl/pam_abl-0.2.3-r1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_abl/pam_abl-0.2.3-r1.ebuild,v 1.6 2009/04/05 16:19:52 jokey Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_abl/pam_abl-0.2.3-r1.ebuild,v 1.7 2012/05/24 05:05:31 vapier Exp $
EAPI=2
-inherit flag-o-matic pam toolchain-funcs
+inherit flag-o-matic pam toolchain-funcs eutils
DESCRIPTION="Provides auto blacklisting of hosts and users responsible for repeated failed authentication attempts"
HOMEPAGE="http://www.hexten.net/pam_abl/"