[gentoo-commits] repo/gentoo:master commit in: sys-auth/pam_skey/

2023-11-01 Thread Ulrich Müller
commit: 123804648e4dbf4b9c3fcd2e4ca5ba6848ea6416
Author: Ulrich Müller  gentoo  org>
AuthorDate: Thu Nov  2 05:41:56 2023 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Thu Nov  2 05:41:56 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12380464

sys-auth/pam_skey: drop 1.1.5-r6

Signed-off-by: Ulrich Müller  gentoo.org>

 sys-auth/pam_skey/Manifest |  1 -
 sys-auth/pam_skey/pam_skey-1.1.5-r6.ebuild | 59 --
 2 files changed, 60 deletions(-)

diff --git a/sys-auth/pam_skey/Manifest b/sys-auth/pam_skey/Manifest
index 8f54c46b6341..109658b83c06 100644
--- a/sys-auth/pam_skey/Manifest
+++ b/sys-auth/pam_skey/Manifest
@@ -1,3 +1,2 @@
-DIST pam_skey-1.1.5-patches-7.tar.xz 9408 BLAKE2B 
d87da6c4606431618a1a4d75981809cbd91a8e5e3d1f9eae6fbb222e146d451f7c099f9b437829304b647a20c6200797732e9d01451cc4911abba7843151e36c
 SHA512 
8bb39c2d173468c38b4d2bdac186d3f27e868c2be9dc6feffba957d4d33bc8e597c48e4638e5de09829000961fbf8b72f0ba577f232bebdfaa4c2961ede58838
 DIST pam_skey-1.1.5-patches-8.tar.xz 9500 BLAKE2B 
7fafa0e5c63da6a66e96266768d522cb35eeb439c45b0cf449ce6897804ca8086826a450e24e6c4eb0478b5a00f0eba02097ecd6c6e911de9c33ccb7beed20de
 SHA512 
2d0745148496137be4ed5b03fd4dcaebb65efd24c21b2d969341d10381b8f32f0731b2880b9516de46570c1133e5573fa1a08129fe539aed7fd535d10a31b34d
 DIST pam_skey-1.1.5.tar.gz 76963 BLAKE2B 
ded4a4e43b174338cd1beefce65314cc906db928593dd5eba2ba1be9cab33844d8fd38cb7d3b952a29da632b671c468e0dfe7f0f1e0d167397320cd9ca6d35e1
 SHA512 
12817cedf15a3b2287982e4beab5d3b388239cc0a1e141e66e41759ddb2da7fb9dd0df12202dcc8140db0868c8df1a8d19d5859224179e2419ffefd691cb9834

diff --git a/sys-auth/pam_skey/pam_skey-1.1.5-r6.ebuild 
b/sys-auth/pam_skey/pam_skey-1.1.5-r6.ebuild
deleted file mode 100644
index 47f2f49f97fe..
--- a/sys-auth/pam_skey/pam_skey-1.1.5-r6.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit pam autotools multilib readme.gentoo-r1
-
-DESCRIPTION="PAM interface for the S/Key authentication system"
-HOMEPAGE="http://freshmeat.net/projects/pam_skey/;
-SRC_URI="http://dkorunic.net/tarballs/${P}.tar.gz
-   https://dev.gentoo.org/~ulm/distfiles/${P}-patches-7.tar.xz;
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-RDEPEND="net-libs/libnsl:0=
-   >=sys-libs/pam-0.78-r3
-   >=sys-auth/skey-1.1.5-r4"
-DEPEND="${RDEPEND}"
-
-PATCHES=("${WORKDIR}/patch")
-DOCS="README INSTALL"
-
-src_prepare() {
-   default
-
-   cd autoconf || die
-   mv configure.{in,ac} || die
-   eautoconf
-   eautoheader
-   mv configure defs.h.in .. || die
-}
-
-src_configure() {
-   econf --libdir="/$(get_libdir)" CFLAGS="${CFLAGS} -fPIC"
-}
-
-src_install() {
-   default
-
-   DOC_CONTENTS="To use the pam_skey module, you need to configure PAM
-   by adding a line like:
-   \n\nauth [success=done ignore=ignore auth_err=die default=bad] 
pam_skey.so\n
-   \nto an appropriate place in the /etc/pam.d/system-login file.
-   Consult the README and INSTALL files in /usr/share/doc/${PF}
-   for detailed instructions.
-   \n\nPlease note that calling this module from unprivileged
-   applications, e.g. screensavers, is not supported.
-   \n\nError checking has become stricter in pam_skey-1.1.5-r4;
-   errors returned from the underlying skey library when accessing
-   the S/Key data base will no longer be ignored.
-   Make sure that your PAM configuration is correct."
-   readme.gentoo_create_doc
-}
-
-pkg_postinst() {
-   readme.gentoo_print_elog
-}



[gentoo-commits] repo/gentoo:master commit in: sys-auth/pam_skey/

2023-11-01 Thread Sam James
commit: 72c72760017cd0573bcad5f9f017bcc51c9db26d
Author: Sam James  gentoo  org>
AuthorDate: Thu Nov  2 04:11:33 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Nov  2 04:11:33 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72c72760

sys-auth/pam_skey: Stabilize 1.1.5-r7 amd64, #916682

Signed-off-by: Sam James  gentoo.org>

 sys-auth/pam_skey/pam_skey-1.1.5-r7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-auth/pam_skey/pam_skey-1.1.5-r7.ebuild 
b/sys-auth/pam_skey/pam_skey-1.1.5-r7.ebuild
index a026136825a9..84de2e577cb1 100644
--- a/sys-auth/pam_skey/pam_skey-1.1.5-r7.ebuild
+++ b/sys-auth/pam_skey/pam_skey-1.1.5-r7.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://dkorunic.net/tarballs/${P}.tar.gz
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 
 RDEPEND=">=sys-libs/pam-0.78-r3
>=sys-auth/skey-1.1.5-r4"



[gentoo-commits] repo/gentoo:master commit in: sys-auth/pam_skey/

2023-11-01 Thread Sam James
commit: 2ac696791ef5c89faac8a2b6cbb57ee38fcdbf88
Author: Sam James  gentoo  org>
AuthorDate: Thu Nov  2 04:11:32 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Nov  2 04:11:32 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ac69679

sys-auth/pam_skey: Stabilize 1.1.5-r7 x86, #916682

Signed-off-by: Sam James  gentoo.org>

 sys-auth/pam_skey/pam_skey-1.1.5-r7.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-auth/pam_skey/pam_skey-1.1.5-r7.ebuild 
b/sys-auth/pam_skey/pam_skey-1.1.5-r7.ebuild
index 0a9ace209128..a026136825a9 100644
--- a/sys-auth/pam_skey/pam_skey-1.1.5-r7.ebuild
+++ b/sys-auth/pam_skey/pam_skey-1.1.5-r7.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -12,7 +12,7 @@ SRC_URI="https://dkorunic.net/tarballs/${P}.tar.gz
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 
 RDEPEND=">=sys-libs/pam-0.78-r3
>=sys-auth/skey-1.1.5-r4"



[gentoo-commits] repo/gentoo:master commit in: sys-auth/pam_skey/

2022-10-18 Thread Ulrich Müller
commit: 6c9b7e2d639e131c8d466fffa47ccb43cc866ef6
Author: Ulrich Müller  gentoo  org>
AuthorDate: Tue Oct 18 10:37:27 2022 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Tue Oct 18 10:42:16 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c9b7e2d

sys-auth/pam_skey: Don't link against libnsl

EAPI 8. Don't inherit unused multilib and pam eclasses. Update HOMEPAGE
and SRC_URI.

Bug: https://bugs.gentoo.org/877433
Signed-off-by: Ulrich Müller  gentoo.org>

 sys-auth/pam_skey/Manifest |  1 +
 sys-auth/pam_skey/pam_skey-1.1.5-r7.ebuild | 58 ++
 2 files changed, 59 insertions(+)

diff --git a/sys-auth/pam_skey/Manifest b/sys-auth/pam_skey/Manifest
index f851ac337e4e..8f54c46b6341 100644
--- a/sys-auth/pam_skey/Manifest
+++ b/sys-auth/pam_skey/Manifest
@@ -1,2 +1,3 @@
 DIST pam_skey-1.1.5-patches-7.tar.xz 9408 BLAKE2B 
d87da6c4606431618a1a4d75981809cbd91a8e5e3d1f9eae6fbb222e146d451f7c099f9b437829304b647a20c6200797732e9d01451cc4911abba7843151e36c
 SHA512 
8bb39c2d173468c38b4d2bdac186d3f27e868c2be9dc6feffba957d4d33bc8e597c48e4638e5de09829000961fbf8b72f0ba577f232bebdfaa4c2961ede58838
+DIST pam_skey-1.1.5-patches-8.tar.xz 9500 BLAKE2B 
7fafa0e5c63da6a66e96266768d522cb35eeb439c45b0cf449ce6897804ca8086826a450e24e6c4eb0478b5a00f0eba02097ecd6c6e911de9c33ccb7beed20de
 SHA512 
2d0745148496137be4ed5b03fd4dcaebb65efd24c21b2d969341d10381b8f32f0731b2880b9516de46570c1133e5573fa1a08129fe539aed7fd535d10a31b34d
 DIST pam_skey-1.1.5.tar.gz 76963 BLAKE2B 
ded4a4e43b174338cd1beefce65314cc906db928593dd5eba2ba1be9cab33844d8fd38cb7d3b952a29da632b671c468e0dfe7f0f1e0d167397320cd9ca6d35e1
 SHA512 
12817cedf15a3b2287982e4beab5d3b388239cc0a1e141e66e41759ddb2da7fb9dd0df12202dcc8140db0868c8df1a8d19d5859224179e2419ffefd691cb9834

diff --git a/sys-auth/pam_skey/pam_skey-1.1.5-r7.ebuild 
b/sys-auth/pam_skey/pam_skey-1.1.5-r7.ebuild
new file mode 100644
index ..0a9ace209128
--- /dev/null
+++ b/sys-auth/pam_skey/pam_skey-1.1.5-r7.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools readme.gentoo-r1
+
+DESCRIPTION="PAM interface for the S/Key authentication system"
+HOMEPAGE="https://web.archive.org/web/20041223070454/http://kreator.esa.fer.hr/projects/pam_skey/;
+SRC_URI="https://dkorunic.net/tarballs/${P}.tar.gz
+   https://dev.gentoo.org/~ulm/distfiles/${P}-patches-8.tar.xz;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND=">=sys-libs/pam-0.78-r3
+   >=sys-auth/skey-1.1.5-r4"
+DEPEND="${RDEPEND}"
+
+PATCHES=("${WORKDIR}/patch")
+DOCS="README INSTALL"
+
+src_prepare() {
+   default
+
+   cd autoconf || die
+   mv configure.{in,ac} || die
+   eautoconf
+   eautoheader
+   mv configure defs.h.in .. || die
+}
+
+src_configure() {
+   econf --libdir="/$(get_libdir)" CFLAGS="${CFLAGS} -fPIC"
+}
+
+src_install() {
+   default
+
+   local DOC_CONTENTS="To use the pam_skey module, you need to
+   configure PAM by adding a line like:
+   \n\nauth [success=done ignore=ignore auth_err=die default=bad] 
pam_skey.so\n
+   \nto an appropriate place in the /etc/pam.d/system-login file.
+   Consult the README and INSTALL files in /usr/share/doc/${PF}
+   for detailed instructions.
+   \n\nPlease note that calling this module from unprivileged
+   applications, e.g. screensavers, is not supported.
+   \n\nError checking has become stricter in pam_skey-1.1.5-r4;
+   errors returned from the underlying skey library when accessing
+   the S/Key data base will no longer be ignored.
+   Make sure that your PAM configuration is correct."
+   readme.gentoo_create_doc
+}
+
+pkg_postinst() {
+   readme.gentoo_print_elog
+}



[gentoo-commits] repo/gentoo:master commit in: sys-auth/pam_skey/

2021-05-25 Thread Ulrich Müller
commit: cba8db0a2b8f5c5265f69036d0f954b16b6fce22
Author: Ulrich Müller  gentoo  org>
AuthorDate: Tue May 25 10:29:49 2021 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Tue May 25 10:30:59 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cba8db0a

sys-auth/pam_skey: Change PATCHES into an array

It is not whitespace-safe as a scalar.

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Ulrich Müller  gentoo.org>

 sys-auth/pam_skey/pam_skey-1.1.5-r6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-auth/pam_skey/pam_skey-1.1.5-r6.ebuild 
b/sys-auth/pam_skey/pam_skey-1.1.5-r6.ebuild
index df9cb74af24..47f2f49f97f 100644
--- a/sys-auth/pam_skey/pam_skey-1.1.5-r6.ebuild
+++ b/sys-auth/pam_skey/pam_skey-1.1.5-r6.ebuild
@@ -19,7 +19,7 @@ RDEPEND="net-libs/libnsl:0=
>=sys-auth/skey-1.1.5-r4"
 DEPEND="${RDEPEND}"
 
-PATCHES="${WORKDIR}/patch"
+PATCHES=("${WORKDIR}/patch")
 DOCS="README INSTALL"
 
 src_prepare() {



[gentoo-commits] repo/gentoo:master commit in: sys-auth/pam_skey/

2020-07-10 Thread Ulrich Müller
commit: 7d197240b806daa3898e8a32fa9dd58ccaa999a7
Author: Ulrich Müller  gentoo  org>
AuthorDate: Fri Jul 10 13:49:02 2020 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Fri Jul 10 13:49:26 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d197240

sys-auth/pam_skey: Fix configure test for ld -shared.

Closes: https://bugs.gentoo.org/732098
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Ulrich Müller  gentoo.org>

 sys-auth/pam_skey/Manifest | 2 +-
 sys-auth/pam_skey/pam_skey-1.1.5-r6.ebuild | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/sys-auth/pam_skey/Manifest b/sys-auth/pam_skey/Manifest
index 7d861c6ebfc..f851ac337e4 100644
--- a/sys-auth/pam_skey/Manifest
+++ b/sys-auth/pam_skey/Manifest
@@ -1,2 +1,2 @@
-DIST pam_skey-1.1.5-patches-6.tar.xz 9264 BLAKE2B 
aa3a1f66b5511489ad542af2802ff0aab99d79fdc5bff0cf661b55f1c118cfda2644006ce3d494e6f6fafd85ad2832449fbdaec73ee8edf99a20a3cb2616e9b5
 SHA512 
c777ed094efe9cbfb275cfb30d036e3a1bd9477b08297815f07156b432a2724f8c08e9e841ef6bf7ba62ccf7df361f541e59024b42164bd35d7eef16da1f75ec
+DIST pam_skey-1.1.5-patches-7.tar.xz 9408 BLAKE2B 
d87da6c4606431618a1a4d75981809cbd91a8e5e3d1f9eae6fbb222e146d451f7c099f9b437829304b647a20c6200797732e9d01451cc4911abba7843151e36c
 SHA512 
8bb39c2d173468c38b4d2bdac186d3f27e868c2be9dc6feffba957d4d33bc8e597c48e4638e5de09829000961fbf8b72f0ba577f232bebdfaa4c2961ede58838
 DIST pam_skey-1.1.5.tar.gz 76963 BLAKE2B 
ded4a4e43b174338cd1beefce65314cc906db928593dd5eba2ba1be9cab33844d8fd38cb7d3b952a29da632b671c468e0dfe7f0f1e0d167397320cd9ca6d35e1
 SHA512 
12817cedf15a3b2287982e4beab5d3b388239cc0a1e141e66e41759ddb2da7fb9dd0df12202dcc8140db0868c8df1a8d19d5859224179e2419ffefd691cb9834

diff --git a/sys-auth/pam_skey/pam_skey-1.1.5-r6.ebuild 
b/sys-auth/pam_skey/pam_skey-1.1.5-r6.ebuild
index bf556e0b638..8c065a3bf56 100644
--- a/sys-auth/pam_skey/pam_skey-1.1.5-r6.ebuild
+++ b/sys-auth/pam_skey/pam_skey-1.1.5-r6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -8,7 +8,7 @@ inherit eutils pam autotools multilib readme.gentoo-r1
 DESCRIPTION="PAM interface for the S/Key authentication system"
 HOMEPAGE="http://freshmeat.net/projects/pam_skey/;
 SRC_URI="http://dkorunic.net/tarballs/${P}.tar.gz
-   https://dev.gentoo.org/~ulm/distfiles/${P}-patches-6.tar.xz;
+   https://dev.gentoo.org/~ulm/distfiles/${P}-patches-7.tar.xz;
 
 LICENSE="GPL-2+"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: sys-auth/pam_skey/

2019-08-28 Thread Ulrich Müller
commit: 0d92cd3008d09ce85a99b793f8b81443579e8b94
Author: Ulrich Müller  gentoo  org>
AuthorDate: Wed Aug 28 10:18:24 2019 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Wed Aug 28 10:18:37 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d92cd30

sys-auth/pam_skey: Remove old.

Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: Ulrich Müller  gentoo.org>

 sys-auth/pam_skey/pam_skey-1.1.5-r5.ebuild | 58 --
 1 file changed, 58 deletions(-)

diff --git a/sys-auth/pam_skey/pam_skey-1.1.5-r5.ebuild 
b/sys-auth/pam_skey/pam_skey-1.1.5-r5.ebuild
deleted file mode 100644
index 662347a3b86..000
--- a/sys-auth/pam_skey/pam_skey-1.1.5-r5.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils pam autotools multilib readme.gentoo-r1
-
-DESCRIPTION="PAM interface for the S/Key authentication system"
-HOMEPAGE="http://freshmeat.net/projects/pam_skey/;
-SRC_URI="http://dkorunic.net/tarballs/${P}.tar.gz
-   mirror://gentoo/${P}-patches-6.tar.xz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-RDEPEND="net-libs/libnsl:0=
-   >=sys-libs/pam-0.78-r3
-   >=sys-auth/skey-1.1.5-r4"
-DEPEND="${RDEPEND}
-   app-arch/xz-utils"
-
-DOCS="README INSTALL"
-DOC_CONTENTS="To use the pam_skey module, you need to configure PAM
-   by adding a line like:
-   \n\nauth [success=done ignore=ignore auth_err=die default=bad] 
pam_skey.so\n
-   \nto an appropriate place in the /etc/pam.d/system-auth file.
-   Consult the README and INSTALL files in /usr/share/doc/${PF}
-   for detailed instructions.
-   \n\nPlease note that calling this module from unprivileged
-   applications, e.g. screensavers, is not supported.
-   \n\nError checking has become stricter in pam_skey-1.1.5-r4;
-   errors returned from the underlying skey library when accessing
-   the S/Key data base will no longer be ignored.
-   Make sure that your PAM configuration is correct."
-
-src_prepare() {
-   EPATCH_SUFFIX=patch epatch
-   epatch_user
-
-   cd autoconf
-   eautoconf
-   eautoheader
-   mv configure defs.h.in .. || die "mv failed"
-}
-
-src_configure() {
-   econf --libdir="/$(get_libdir)" CFLAGS="${CFLAGS} -fPIC"
-}
-
-src_install() {
-   default
-   readme.gentoo_create_doc
-}
-
-pkg_postinst() {
-   readme.gentoo_print_elog
-}



[gentoo-commits] repo/gentoo:master commit in: sys-auth/pam_skey/

2019-08-28 Thread Agostino Sarubbo
commit: 9d7533aca8d07aa95b8663ff23488e6767eed263
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Aug 28 09:51:32 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Aug 28 09:51:32 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d7533ac

sys-auth/pam_skey: x86 stable wrt bug #692940

Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 sys-auth/pam_skey/pam_skey-1.1.5-r6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-auth/pam_skey/pam_skey-1.1.5-r6.ebuild 
b/sys-auth/pam_skey/pam_skey-1.1.5-r6.ebuild
index 6294890fff5..bf556e0b638 100644
--- a/sys-auth/pam_skey/pam_skey-1.1.5-r6.ebuild
+++ b/sys-auth/pam_skey/pam_skey-1.1.5-r6.ebuild
@@ -12,7 +12,7 @@ SRC_URI="http://dkorunic.net/tarballs/${P}.tar.gz
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 RDEPEND="net-libs/libnsl:0=
>=sys-libs/pam-0.78-r3



[gentoo-commits] repo/gentoo:master commit in: sys-auth/pam_skey/

2019-08-27 Thread Agostino Sarubbo
commit: c59ad306c6de487f9cc80dfca618024a9647bcbe
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Aug 27 20:45:09 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Aug 27 20:45:09 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c59ad306

sys-auth/pam_skey: amd64 stable wrt bug #692940

Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 sys-auth/pam_skey/pam_skey-1.1.5-r6.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-auth/pam_skey/pam_skey-1.1.5-r6.ebuild 
b/sys-auth/pam_skey/pam_skey-1.1.5-r6.ebuild
index c286358b4e1..6294890fff5 100644
--- a/sys-auth/pam_skey/pam_skey-1.1.5-r6.ebuild
+++ b/sys-auth/pam_skey/pam_skey-1.1.5-r6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -12,7 +12,7 @@ SRC_URI="http://dkorunic.net/tarballs/${P}.tar.gz
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 RDEPEND="net-libs/libnsl:0=
>=sys-libs/pam-0.78-r3



[gentoo-commits] repo/gentoo:master commit in: sys-auth/pam_skey/

2018-12-23 Thread Ulrich Müller
commit: e74d3ef07b41f9add650c0bb5162cc2cafcb7d4d
Author: Ulrich Müller  gentoo  org>
AuthorDate: Sun Dec 23 13:04:10 2018 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Sun Dec 23 13:09:48 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e74d3ef0

sys-auth/pam_skey: Fix README.gentoo message.

Configuration belongs in system-login, not system-auth.

Bump EAPI to 7 and minor fixups.

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Ulrich Müller  gentoo.org>

 sys-auth/pam_skey/pam_skey-1.1.5-r6.ebuild | 59 ++
 1 file changed, 59 insertions(+)

diff --git a/sys-auth/pam_skey/pam_skey-1.1.5-r6.ebuild 
b/sys-auth/pam_skey/pam_skey-1.1.5-r6.ebuild
new file mode 100644
index 000..c286358b4e1
--- /dev/null
+++ b/sys-auth/pam_skey/pam_skey-1.1.5-r6.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit eutils pam autotools multilib readme.gentoo-r1
+
+DESCRIPTION="PAM interface for the S/Key authentication system"
+HOMEPAGE="http://freshmeat.net/projects/pam_skey/;
+SRC_URI="http://dkorunic.net/tarballs/${P}.tar.gz
+   https://dev.gentoo.org/~ulm/distfiles/${P}-patches-6.tar.xz;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="net-libs/libnsl:0=
+   >=sys-libs/pam-0.78-r3
+   >=sys-auth/skey-1.1.5-r4"
+DEPEND="${RDEPEND}"
+
+PATCHES="${WORKDIR}/patch"
+DOCS="README INSTALL"
+
+src_prepare() {
+   default
+
+   cd autoconf || die
+   mv configure.{in,ac} || die
+   eautoconf
+   eautoheader
+   mv configure defs.h.in .. || die
+}
+
+src_configure() {
+   econf --libdir="/$(get_libdir)" CFLAGS="${CFLAGS} -fPIC"
+}
+
+src_install() {
+   default
+
+   DOC_CONTENTS="To use the pam_skey module, you need to configure PAM
+   by adding a line like:
+   \n\nauth [success=done ignore=ignore auth_err=die default=bad] 
pam_skey.so\n
+   \nto an appropriate place in the /etc/pam.d/system-login file.
+   Consult the README and INSTALL files in /usr/share/doc/${PF}
+   for detailed instructions.
+   \n\nPlease note that calling this module from unprivileged
+   applications, e.g. screensavers, is not supported.
+   \n\nError checking has become stricter in pam_skey-1.1.5-r4;
+   errors returned from the underlying skey library when accessing
+   the S/Key data base will no longer be ignored.
+   Make sure that your PAM configuration is correct."
+   readme.gentoo_create_doc
+}
+
+pkg_postinst() {
+   readme.gentoo_print_elog
+}



[gentoo-commits] repo/gentoo:master commit in: sys-auth/pam_skey/

2017-11-03 Thread Andreas Hüttel
commit: 8c585812655268a57d4b802272994cd8023c0043
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Fri Nov  3 21:12:13 2017 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Fri Nov  3 21:12:13 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c585812

sys-auth/pam_skey: Links to libnsl, so add dependency

Package-Manager: Portage-2.3.13, Repoman-2.3.4

 sys-auth/pam_skey/pam_skey-1.1.5-r5.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/sys-auth/pam_skey/pam_skey-1.1.5-r5.ebuild 
b/sys-auth/pam_skey/pam_skey-1.1.5-r5.ebuild
index 3bf82c937ae..662347a3b86 100644
--- a/sys-auth/pam_skey/pam_skey-1.1.5-r5.ebuild
+++ b/sys-auth/pam_skey/pam_skey-1.1.5-r5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -14,7 +14,8 @@ LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="amd64 x86"
 
-RDEPEND=">=sys-libs/pam-0.78-r3
+RDEPEND="net-libs/libnsl:0=
+   >=sys-libs/pam-0.78-r3
>=sys-auth/skey-1.1.5-r4"
 DEPEND="${RDEPEND}
app-arch/xz-utils"



[gentoo-commits] repo/gentoo:master commit in: sys-auth/pam_skey/

2016-07-23 Thread Ulrich Müller
commit: 7854b15c425ac7fcdf91f1e8b49181b1ce8cfefb
Author: Ulrich Müller  gentoo  org>
AuthorDate: Sat Jul 23 18:27:36 2016 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Sat Jul 23 18:27:36 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7854b15c

sys-auth/pam_skey: Convert to readme.gentoo-r1.eclass.

Package-Manager: portage-2.3.0

 sys-auth/pam_skey/pam_skey-1.1.5-r5.ebuild | 12 +++-
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/sys-auth/pam_skey/pam_skey-1.1.5-r5.ebuild 
b/sys-auth/pam_skey/pam_skey-1.1.5-r5.ebuild
index ee9b551..4d36f67 100644
--- a/sys-auth/pam_skey/pam_skey-1.1.5-r5.ebuild
+++ b/sys-auth/pam_skey/pam_skey-1.1.5-r5.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
 
-inherit eutils pam autotools multilib readme.gentoo
+inherit eutils pam autotools multilib readme.gentoo-r1
 
 DESCRIPTION="PAM interface for the S/Key authentication system"
 HOMEPAGE="http://freshmeat.net/projects/pam_skey/;
@@ -48,9 +48,11 @@ src_configure() {
econf --libdir="/$(get_libdir)" CFLAGS="${CFLAGS} -fPIC"
 }
 
+src_install() {
+   default
+   readme.gentoo_create_doc
+}
+
 pkg_postinst() {
-   case ${REPLACING_VERSIONS} in
-   1.1.[45]|1.1.5-r[123]) FORCE_PRINT_ELOG=1 ;;
-   esac
readme.gentoo_print_elog
 }