* [gentoo-commits] repo/gentoo:master commit in: sys-auth/pam_blue/
@ 2019-10-12 21:10 Mikle Kolyada
0 siblings, 0 replies; 3+ messages in thread
From: Mikle Kolyada @ 2019-10-12 21:10 UTC (permalink / raw
To: gentoo-commits
commit: c064a2fcdda2de77e61eff66542885bf7c40a36f
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 12 21:10:41 2019 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sat Oct 12 21:10:41 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c064a2fc
sys-auth/pam_blue: migrate to sys-libs/pam
Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
sys-auth/pam_blue/pam_blue-0.9.0-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sys-auth/pam_blue/pam_blue-0.9.0-r1.ebuild b/sys-auth/pam_blue/pam_blue-0.9.0-r1.ebuild
index 83a9e351ffb..29f0d900b41 100644
--- a/sys-auth/pam_blue/pam_blue-0.9.0-r1.ebuild
+++ b/sys-auth/pam_blue/pam_blue-0.9.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="5"
@@ -14,7 +14,7 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
-DEPEND="virtual/pam
+DEPEND="sys-libs/pam
net-wireless/bluez"
RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-auth/pam_blue/
@ 2020-12-13 15:12 Mikle Kolyada
0 siblings, 0 replies; 3+ messages in thread
From: Mikle Kolyada @ 2020-12-13 15:12 UTC (permalink / raw
To: gentoo-commits
commit: 3976ab69cf0ad8a993ace45ef25eb2742ec9ffef
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 13 15:11:55 2020 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun Dec 13 15:11:55 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3976ab69
sys-auth/pam_blue: 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_blue/pam_blue-0.9.0-r1.ebuild | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/sys-auth/pam_blue/pam_blue-0.9.0-r1.ebuild b/sys-auth/pam_blue/pam_blue-0.9.0-r1.ebuild
index 29f0d900b41..ef057190d03 100644
--- a/sys-auth/pam_blue/pam_blue-0.9.0-r1.ebuild
+++ b/sys-auth/pam_blue/pam_blue-0.9.0-r1.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 pam autotools multilib
+inherit autotools pam
DESCRIPTION="PAM module providing ability to authenticate via a bluetooth compatible device"
HOMEPAGE="http://pam.0xdef.net/"
@@ -12,7 +12,6 @@ SRC_URI="http://pam.0xdef.net/source/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE=""
DEPEND="sys-libs/pam
net-wireless/bluez"
@@ -21,8 +20,9 @@ RDEPEND="${DEPEND}"
S=${WORKDIR}/${PN}
src_prepare() {
- epatch "${FILESDIR}"/${P}-char-locales.patch #412941
- epatch "${FILESDIR}"/${P}-bad-log.patch
+ default
+ eapply "${FILESDIR}"/${P}-char-locales.patch #412941
+ eapply "${FILESDIR}"/${P}-bad-log.patch
mv configure.{in,ac} || die
eautoreconf
}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-auth/pam_blue/
@ 2021-03-30 15:25 Sam James
0 siblings, 0 replies; 3+ messages in thread
From: Sam James @ 2021-03-30 15:25 UTC (permalink / raw
To: gentoo-commits
commit: 14d657187f80966a99f84ec3d32955d418aa9a96
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 30 15:24:43 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Mar 30 15:25:00 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14d65718
sys-auth/pam_blue: fix build with slibtool
Thanks-to: orbea <orbea <AT> riseup.net>
Closes: https://bugs.gentoo.org/778407
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-auth/pam_blue/pam_blue-0.9.0-r1.ebuild | 20 ++++++++++++++------
1 file changed, 14 insertions(+), 6 deletions(-)
diff --git a/sys-auth/pam_blue/pam_blue-0.9.0-r1.ebuild b/sys-auth/pam_blue/pam_blue-0.9.0-r1.ebuild
index ef057190d03..5b2e6ba48f0 100644
--- a/sys-auth/pam_blue/pam_blue-0.9.0-r1.ebuild
+++ b/sys-auth/pam_blue/pam_blue-0.9.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -8,21 +8,29 @@ inherit autotools pam
DESCRIPTION="PAM module providing ability to authenticate via a bluetooth compatible device"
HOMEPAGE="http://pam.0xdef.net/"
SRC_URI="http://pam.0xdef.net/source/${P}.tar.bz2"
+S="${WORKDIR}"/${PN}
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-DEPEND="sys-libs/pam
- net-wireless/bluez"
+DEPEND="
+ net-wireless/bluez
+ sys-libs/pam
+"
RDEPEND="${DEPEND}"
-S=${WORKDIR}/${PN}
+PATCHES=(
+ "${FILESDIR}"/${P}-char-locales.patch #412941
+ "${FILESDIR}"/${P}-bad-log.patch
+)
src_prepare() {
default
- eapply "${FILESDIR}"/${P}-char-locales.patch #412941
- eapply "${FILESDIR}"/${P}-bad-log.patch
+
+ # bug #778407
+ sed -i "s|-rpath='/lib/security'|-rpath /lib/security|" src/Makefile.am || die
+
mv configure.{in,ac} || die
eautoreconf
}
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2021-03-30 15:25 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-10-12 21:10 [gentoo-commits] repo/gentoo:master commit in: sys-auth/pam_blue/ Mikle Kolyada
-- strict thread matches above, loose matches on Subject: below --
2020-12-13 15:12 Mikle Kolyada
2021-03-30 15:25 Sam James
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox