public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Mikle Kolyada" <zlogene@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/pam_abl/
Date: Thu, 17 Dec 2020 12:47:20 +0000 (UTC)	[thread overview]
Message-ID: <1608209235.01bb29b094f8a66a7a0b791ff8ebb8e18f322c57.zlogene@gentoo> (raw)

commit:     01bb29b094f8a66a7a0b791ff8ebb8e18f322c57
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 17 12:34:44 2020 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Thu Dec 17 12:47:15 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01bb29b0

sys-auth/pam_abl: port to EAPI=7

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>

 sys-auth/pam_abl/pam_abl-0.6.0.ebuild | 18 +++++-------------
 1 file changed, 5 insertions(+), 13 deletions(-)

diff --git a/sys-auth/pam_abl/pam_abl-0.6.0.ebuild b/sys-auth/pam_abl/pam_abl-0.6.0.ebuild
index 450c5c2e55b..d1dafd1016f 100644
--- a/sys-auth/pam_abl/pam_abl-0.6.0.ebuild
+++ b/sys-auth/pam_abl/pam_abl-0.6.0.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
 MY_PN="${PN/_/-}"
 MY_P="${MY_PN}-${PV}"
 
-inherit flag-o-matic pam cmake-utils db-use multilib
+inherit cmake db-use pam
 
 DESCRIPTION="PAM module for blacklisting hosts and users repeatedly failed authentication"
 HOMEPAGE="http://pam-abl.sourceforge.net/"
@@ -15,7 +15,6 @@ SRC_URI="mirror://sourceforge/${MY_PN}/${MY_P}.tar.gz"
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="amd64 x86"
-IUSE=""
 
 DEPEND=">=sys-libs/pam-0.78-r2
 	>=sys-libs/db-4.2.52_p2:="
@@ -31,20 +30,13 @@ src_configure() {
 		-DDB_LINK_DIR=/usr/$(get_libdir)
 		-DDB_LIBRARY=$(db_libname)
 	)
-	cmake-utils_src_configure
+	cmake_src_configure
 }
 
 src_install() {
-	cmake-utils_src_install
+	cmake_src_install
 	dodir $(getpam_mod_dir)
 	mv "${D}"/usr/lib/security/*.so "${D}"/"$(getpam_mod_dir)" || die
 
 	dodoc doc/*.txt README
 }
-
-pkg_preinst() {
-	if has_version "~${CATEGORY}/${PN}-0.5.0" ; then
-		ewarn "Note: the 0.5.0 release named the module 'pam-abl.so' by accident; this version"
-		ewarn "fixes that and uses 'pam_abl.so' again.  Please update your config files."
-	fi
-}


             reply	other threads:[~2020-12-17 12:47 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-17 12:47 Mikle Kolyada [this message]
  -- strict thread matches above, loose matches on Subject: below --
2017-08-27  8:29 [gentoo-commits] repo/gentoo:master commit in: sys-auth/pam_abl/ Amy Liffey
2017-08-27  8:29 Amy Liffey
2017-07-19 18:06 Tobias Klausmann
2017-07-17 20:40 Amy Liffey
2017-07-17 20:14 Amy Liffey

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1608209235.01bb29b094f8a66a7a0b791ff8ebb8e18f322c57.zlogene@gentoo \
    --to=zlogene@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox