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-pgsql/
Date: Sat, 19 Dec 2020 15:00:36 +0000 (UTC)	[thread overview]
Message-ID: <1608390034.d8f7979e8ab4a14f6d2185fae742db0d5cd3ea27.zlogene@gentoo> (raw)

commit:     d8f7979e8ab4a14f6d2185fae742db0d5cd3ea27
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 19 14:57:36 2020 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sat Dec 19 15:00:34 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8f7979e

sys-auth/pam-pgsql: 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-pgsql/pam-pgsql-0.7.3.2.ebuild | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/sys-auth/pam-pgsql/pam-pgsql-0.7.3.2.ebuild b/sys-auth/pam-pgsql/pam-pgsql-0.7.3.2.ebuild
index cf69a6bf4c9..56bbf56885e 100644
--- a/sys-auth/pam-pgsql/pam-pgsql-0.7.3.2.ebuild
+++ b/sys-auth/pam-pgsql/pam-pgsql-0.7.3.2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="5"
+EAPI=7
 
-inherit eutils pam
+inherit pam
 
 DESCRIPTION="pam module to authenticate users via PostgreSQL"
 HOMEPAGE="https://sourceforge.net/projects/pam-pgsql/"
@@ -17,18 +17,17 @@ fi
 RDEPEND="sys-libs/pam
 	>=dev-db/postgresql-8.0:=
 	>=dev-libs/libgcrypt-1.2.0:0="
+
 DEPEND="${RDEPEND}"
 
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE=""
 
 src_configure() {
 	econf \
 		--sysconfdir=/etc/security \
-		--libdir=/$(get_libdir) \
-		--docdir=/usr/share/doc/${PF}
+		--libdir=/$(get_libdir)
 }
 
 src_compile() {
@@ -37,7 +36,8 @@ src_compile() {
 
 src_install() {
 	emake DESTDIR="${D}" pammoddir="$(getpam_mod_dir)" install
-	find "${ED}" -name '*.la' -delete
+
+	find "${ED}" -name '*.la' -delete || die
 }
 
 pkg_postinst() {


             reply	other threads:[~2020-12-19 15:00 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-19 15:00 Mikle Kolyada [this message]
  -- strict thread matches above, loose matches on Subject: below --
2019-10-12 20:54 [gentoo-commits] repo/gentoo:master commit in: sys-auth/pam-pgsql/ Mikle Kolyada
2016-03-30  5:51 Aaron Bauman
2016-03-29  8:49 Mike Frysinger

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=1608390034.d8f7979e8ab4a14f6d2185fae742db0d5cd3ea27.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