Gentoo Archives: gentoo-commits

From: Amy Liffey <amynka@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/pam_abl/
Date: Mon, 17 Jul 2017 20:40:12
Message-Id: 1500323948.0db7ba8f137c75c20129fb762ec44ff387a73e72.amynka@gentoo
1 commit: 0db7ba8f137c75c20129fb762ec44ff387a73e72
2 Author: Amy Liffey <amynka <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 17 20:37:57 2017 +0000
4 Commit: Amy Liffey <amynka <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 17 20:39:08 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0db7ba8f
7
8 sys-auth/pam_abl: fix slot and description
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.1
11
12 sys-auth/pam_abl/pam_abl-0.5.0.ebuild | 6 +++---
13 sys-auth/pam_abl/pam_abl-0.6.0.ebuild | 6 +++---
14 2 files changed, 6 insertions(+), 6 deletions(-)
15
16 diff --git a/sys-auth/pam_abl/pam_abl-0.5.0.ebuild b/sys-auth/pam_abl/pam_abl-0.5.0.ebuild
17 index 625835573d1..943e98d0b61 100644
18 --- a/sys-auth/pam_abl/pam_abl-0.5.0.ebuild
19 +++ b/sys-auth/pam_abl/pam_abl-0.5.0.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2013 Gentoo Foundation
22 +# Copyright 1999-2017 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=5
26 @@ -8,7 +8,7 @@ MY_P="${MY_PN}-${PV}"
27
28 inherit flag-o-matic pam cmake-utils db-use multilib
29
30 -DESCRIPTION="PAM module for blacklisting of hosts and users on repeated failed authentication attempts"
31 +DESCRIPTION="PAM module for blacklisting hosts and users repeatedly failed authentication"
32 HOMEPAGE="http://pam-abl.sourceforge.net/"
33 SRC_URI="mirror://sourceforge/${MY_PN}/${MY_P}.tar.gz"
34
35 @@ -18,7 +18,7 @@ KEYWORDS="~amd64 ~x86"
36 IUSE=""
37
38 DEPEND=">=sys-libs/pam-0.78-r2
39 - >=sys-libs/db-4.2.52_p2"
40 + >=sys-libs/db-4.2.52_p2:="
41 RDEPEND="${DEPEND}"
42
43 S="${WORKDIR}/${MY_PN}"
44
45 diff --git a/sys-auth/pam_abl/pam_abl-0.6.0.ebuild b/sys-auth/pam_abl/pam_abl-0.6.0.ebuild
46 index 0ffc5ce28ae..33ec2002600 100644
47 --- a/sys-auth/pam_abl/pam_abl-0.6.0.ebuild
48 +++ b/sys-auth/pam_abl/pam_abl-0.6.0.ebuild
49 @@ -1,4 +1,4 @@
50 -# Copyright 1999-2015 Gentoo Foundation
51 +# Copyright 1999-2017 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53
54 EAPI=5
55 @@ -8,7 +8,7 @@ MY_P="${MY_PN}-${PV}"
56
57 inherit flag-o-matic pam cmake-utils db-use multilib
58
59 -DESCRIPTION="PAM module for blacklisting of hosts and users on repeated failed authentication attempts"
60 +DESCRIPTION="PAM module for blacklisting hosts and users repeatedly failed authentication"
61 HOMEPAGE="http://pam-abl.sourceforge.net/"
62 SRC_URI="mirror://sourceforge/${MY_PN}/${MY_P}.tar.gz"
63
64 @@ -18,7 +18,7 @@ KEYWORDS="~amd64 ~x86"
65 IUSE=""
66
67 DEPEND=">=sys-libs/pam-0.78-r2
68 - >=sys-libs/db-4.2.52_p2"
69 + >=sys-libs/db-4.2.52_p2:="
70 RDEPEND="${DEPEND}"
71
72 S=${WORKDIR}