* [gentoo-commits] repo/gentoo:master commit in: sys-auth/pam-script/
@ 2016-10-28 21:44 Tim Harder
0 siblings, 0 replies; 5+ messages in thread
From: Tim Harder @ 2016-10-28 21:44 UTC (permalink / raw
To: gentoo-commits
commit: 5b689537acd5d1c63f903574b4dda440b84430a5
Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 28 21:42:30 2016 +0000
Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Fri Oct 28 21:43:59 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b689537
sys-auth/pam-script: version bump to 1.1.8
sys-auth/pam-script/Manifest | 1 +
sys-auth/pam-script/pam-script-1.1.8.ebuild | 47 +++++++++++++++++++++++++++++
2 files changed, 48 insertions(+)
diff --git a/sys-auth/pam-script/Manifest b/sys-auth/pam-script/Manifest
index dd51f4f..962b0e1 100644
--- a/sys-auth/pam-script/Manifest
+++ b/sys-auth/pam-script/Manifest
@@ -1,2 +1,3 @@
DIST pam-script-1.1.6.tar.gz 326758 SHA256 d7cb2fadf8db8fcd099a7a7151ec1b018e79f110af79955df0e0081ea3a93e1d SHA512 4c0f03e4ee3ad062c0a6c71982c283e944cd595d3af656f149ea89b583568373f72478130a614cd851f12a1440976abcd51c8932c5fd4753858d13d91888728a WHIRLPOOL 7bdc21db809f61243d3750a74f038cae3a61f2f5ee66c12a12159fa2094b6dc7f9ce9e3c095a0c4dd258dbda277d85e0c29f30047e1255cf35412a7ff0399c98
DIST pam-script-1.1.7.tar.gz 328385 SHA256 ae38ed76e8e5aec47d6838212b92ce2ced4ba93adbdcfead69f956703a809ff3 SHA512 c0e1df7d3b91cb5be4166fd4680556d5ee4f74df0de299f3629c91081b89ab58390d7b5d0dde5acf3509b30a62553d08e4b2fdf154bce064937f45e2ec08db35 WHIRLPOOL 9c743a5de6695fae8433a1d26fddbb95e67276f382c106116b3fb9ddef80a7f283fafa13cce0f7212caac0fe6162f0f94eff2adb53834d154fe8127ca8df5220
+DIST pam-script-1.1.8.tar.gz 36442 SHA256 d6f85dba8856503a6d74cc95b15cf1f6e45ba2b8ff00675ba8dfe50b519b1251 SHA512 c4b99c69a759b6422189707c52439a6afe59e32fca6238acf00116ed104b625920fb36b3e1f0aaf5edc77325b1f7b10d52ac2530d85cec53d941ae906e077543 WHIRLPOOL 45506733e685f2dc35f164d615956b9c04110d7bcc397b8111f418974cf7268a19557123438622375521396103b3b96387988e8baa17062cd166eba816342b69
diff --git a/sys-auth/pam-script/pam-script-1.1.8.ebuild b/sys-auth/pam-script/pam-script-1.1.8.ebuild
new file mode 100644
index 00000000..888cb42
--- /dev/null
+++ b/sys-auth/pam-script/pam-script-1.1.8.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit autotools
+
+MY_PN=${PN/-/_}
+MY_P=${MY_PN}-${PV}
+
+DESCRIPTION="PAM module for executing scripts during authorization, password changes, and sessions"
+HOMEPAGE="https://github.com/jeroennijhof/pam_script/"
+SRC_URI="https://github.com/jeroennijhof/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="examples"
+
+RDEPEND="virtual/pam"
+DEPEND="${RDEPEND}"
+
+S=${WORKDIR}/${MY_P}
+
+src_prepare() {
+ default
+ eautoreconf
+}
+
+src_configure() {
+ econf \
+ --libdir=/$(get_libdir)/security \
+ --sysconfdir=/etc/security/${PN}
+}
+
+src_install() {
+ default
+
+ if use examples ; then
+ docinto examples
+ dodoc etc/README.examples
+ exeinto /usr/share/doc/${PF}/examples
+ doexe etc/{logscript,tally}
+ docompress -x /usr/share/doc/${PF}/examples/{logscript,tally}
+ fi
+}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-auth/pam-script/
@ 2019-01-07 23:41 Patrick McLean
0 siblings, 0 replies; 5+ messages in thread
From: Patrick McLean @ 2019-01-07 23:41 UTC (permalink / raw
To: gentoo-commits
commit: 10d91c51d8a18cd89df9f397f64a9417db3a1943
Author: Patrick McLean <patrick.mclean <AT> sony <DOT> com>
AuthorDate: Mon Jan 7 23:39:43 2019 +0000
Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
CommitDate: Mon Jan 7 23:40:55 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10d91c51
sys-auth/pam-script: Version bump to 1.1.9 (bug #674614)
Closes: https://bugs.gentoo.org/674614
Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.54, Repoman-2.3.12
Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org>
sys-auth/pam-script/Manifest | 1 +
sys-auth/pam-script/pam-script-1.1.9.ebuild | 46 +++++++++++++++++++++++++++++
2 files changed, 47 insertions(+)
diff --git a/sys-auth/pam-script/Manifest b/sys-auth/pam-script/Manifest
index fdf60e5d8b0..e269b192fa5 100644
--- a/sys-auth/pam-script/Manifest
+++ b/sys-auth/pam-script/Manifest
@@ -1,3 +1,4 @@
DIST pam-script-1.1.6.tar.gz 326758 BLAKE2B 04d499d984fa217eafce41468ef71291caee0aca77627237abb2b99d8728aed5dbfab570cfb5f07ddcb2f80021bb4175e611d953cb9daa53a0fc22c5663d11e9 SHA512 4c0f03e4ee3ad062c0a6c71982c283e944cd595d3af656f149ea89b583568373f72478130a614cd851f12a1440976abcd51c8932c5fd4753858d13d91888728a
DIST pam-script-1.1.7.tar.gz 328385 BLAKE2B 7099d4a489a8f53c9cd811ef4cc354040d55e814b3b5b01d4fde59c64352a4e98cf834ddac2a078a6bdafdba6855572bf8b8f0ab294d730601e3637c8fdaa8c5 SHA512 c0e1df7d3b91cb5be4166fd4680556d5ee4f74df0de299f3629c91081b89ab58390d7b5d0dde5acf3509b30a62553d08e4b2fdf154bce064937f45e2ec08db35
DIST pam-script-1.1.8.tar.gz 36442 BLAKE2B 29ea87d694deb5483d34dd60fd4192d8d2050f6c5291fe5d2e7fa90408e7d8ce07b5b987a58142e43893d352d13d002604958b70565827d720e0ee89c6d8eb48 SHA512 c4b99c69a759b6422189707c52439a6afe59e32fca6238acf00116ed104b625920fb36b3e1f0aaf5edc77325b1f7b10d52ac2530d85cec53d941ae906e077543
+DIST pam-script-1.1.9.tar.gz 34890 BLAKE2B 0cb1c978cf335039185d34ea9d9a6a5363d73c86e05b24735d3a13d88c2eb03734831ee1fe80a87ca9d89c5b793cdc498b7fb2890a2e09209adfdd43784c2fd8 SHA512 319dff52923f7f895ff123bd6258bc83668b41da1172961e1747cb12fbdd260c6907b73f9881f5c3a50d4e2c4074b66747d7d6bbe1e0d7ab0411251705b59537
diff --git a/sys-auth/pam-script/pam-script-1.1.9.ebuild b/sys-auth/pam-script/pam-script-1.1.9.ebuild
new file mode 100644
index 00000000000..143addcfc1a
--- /dev/null
+++ b/sys-auth/pam-script/pam-script-1.1.9.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools
+
+MY_PN=${PN/-/_}
+MY_P=${MY_PN}-${PV}
+
+DESCRIPTION="PAM module for running scripts during authorization, password change and session"
+HOMEPAGE="https://github.com/jeroennijhof/pam_script/"
+SRC_URI="https://github.com/jeroennijhof/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="examples"
+
+RDEPEND="virtual/pam"
+DEPEND="${RDEPEND}"
+
+S=${WORKDIR}/${MY_P}
+
+src_prepare() {
+ default
+ eautoreconf
+}
+
+src_configure() {
+ econf \
+ --libdir=/$(get_libdir)/security \
+ --sysconfdir=/etc/security/${PN}
+}
+
+src_install() {
+ default
+
+ if use examples ; then
+ docinto examples
+ dodoc etc/README.examples
+ exeinto /usr/share/doc/${PF}/examples
+ doexe etc/{logscript,tally}
+ docompress -x /usr/share/doc/${PF}/examples/{logscript,tally}
+ fi
+}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-auth/pam-script/
@ 2019-01-07 23:41 Patrick McLean
0 siblings, 0 replies; 5+ messages in thread
From: Patrick McLean @ 2019-01-07 23:41 UTC (permalink / raw
To: gentoo-commits
commit: 867a5936c058db737907d1778d69d5cd37243bc4
Author: Patrick McLean <patrick.mclean <AT> sony <DOT> com>
AuthorDate: Mon Jan 7 23:40:34 2019 +0000
Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
CommitDate: Mon Jan 7 23:40:55 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=867a5936
sys-auth/pam-script: Remove old versions
Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.54, Repoman-2.3.12
Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org>
sys-auth/pam-script/Manifest | 2 --
sys-auth/pam-script/pam-script-1.1.6.ebuild | 36 -----------------------------
sys-auth/pam-script/pam-script-1.1.7.ebuild | 36 -----------------------------
3 files changed, 74 deletions(-)
diff --git a/sys-auth/pam-script/Manifest b/sys-auth/pam-script/Manifest
index e269b192fa5..56ab8b2cc10 100644
--- a/sys-auth/pam-script/Manifest
+++ b/sys-auth/pam-script/Manifest
@@ -1,4 +1,2 @@
-DIST pam-script-1.1.6.tar.gz 326758 BLAKE2B 04d499d984fa217eafce41468ef71291caee0aca77627237abb2b99d8728aed5dbfab570cfb5f07ddcb2f80021bb4175e611d953cb9daa53a0fc22c5663d11e9 SHA512 4c0f03e4ee3ad062c0a6c71982c283e944cd595d3af656f149ea89b583568373f72478130a614cd851f12a1440976abcd51c8932c5fd4753858d13d91888728a
-DIST pam-script-1.1.7.tar.gz 328385 BLAKE2B 7099d4a489a8f53c9cd811ef4cc354040d55e814b3b5b01d4fde59c64352a4e98cf834ddac2a078a6bdafdba6855572bf8b8f0ab294d730601e3637c8fdaa8c5 SHA512 c0e1df7d3b91cb5be4166fd4680556d5ee4f74df0de299f3629c91081b89ab58390d7b5d0dde5acf3509b30a62553d08e4b2fdf154bce064937f45e2ec08db35
DIST pam-script-1.1.8.tar.gz 36442 BLAKE2B 29ea87d694deb5483d34dd60fd4192d8d2050f6c5291fe5d2e7fa90408e7d8ce07b5b987a58142e43893d352d13d002604958b70565827d720e0ee89c6d8eb48 SHA512 c4b99c69a759b6422189707c52439a6afe59e32fca6238acf00116ed104b625920fb36b3e1f0aaf5edc77325b1f7b10d52ac2530d85cec53d941ae906e077543
DIST pam-script-1.1.9.tar.gz 34890 BLAKE2B 0cb1c978cf335039185d34ea9d9a6a5363d73c86e05b24735d3a13d88c2eb03734831ee1fe80a87ca9d89c5b793cdc498b7fb2890a2e09209adfdd43784c2fd8 SHA512 319dff52923f7f895ff123bd6258bc83668b41da1172961e1747cb12fbdd260c6907b73f9881f5c3a50d4e2c4074b66747d7d6bbe1e0d7ab0411251705b59537
diff --git a/sys-auth/pam-script/pam-script-1.1.6.ebuild b/sys-auth/pam-script/pam-script-1.1.6.ebuild
deleted file mode 100644
index e018fa38f2b..00000000000
--- a/sys-auth/pam-script/pam-script-1.1.6.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit multilib
-
-DESCRIPTION="PAM module for running scripts during authorization, password change and session"
-HOMEPAGE="https://sourceforge.net/projects/pam-script/ https://github.com/jeroennijhof/pam_script/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="examples"
-
-RDEPEND="virtual/pam"
-DEPEND="${RDEPEND}"
-
-src_configure() {
- econf \
- --libdir=/$(get_libdir)/security \
- --sysconfdir=/etc/security/${PN}
-}
-
-src_install() {
- default
-
- if use examples ; then
- docinto examples
- dodoc etc/README.examples
- exeinto /usr/share/doc/${PF}/examples
- doexe etc/{logscript,tally}
- docompress -x /usr/share/doc/${PF}/examples/{logscript,tally}
- fi
-}
diff --git a/sys-auth/pam-script/pam-script-1.1.7.ebuild b/sys-auth/pam-script/pam-script-1.1.7.ebuild
deleted file mode 100644
index ccff348e33c..00000000000
--- a/sys-auth/pam-script/pam-script-1.1.7.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit multilib
-
-DESCRIPTION="PAM module for running scripts during authorization, password change and session"
-HOMEPAGE="https://sourceforge.net/projects/pam-script/ https://github.com/jeroennijhof/pam_script/"
-SRC_URI="https://dev.gentoo.org/~radhermit/dist/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="examples"
-
-RDEPEND="virtual/pam"
-DEPEND="${RDEPEND}"
-
-src_configure() {
- econf \
- --libdir=/$(get_libdir)/security \
- --sysconfdir=/etc/security/${PN}
-}
-
-src_install() {
- default
-
- if use examples ; then
- docinto examples
- dodoc etc/README.examples
- exeinto /usr/share/doc/${PF}/examples
- doexe etc/{logscript,tally}
- docompress -x /usr/share/doc/${PF}/examples/{logscript,tally}
- fi
-}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-auth/pam-script/
@ 2019-10-12 21:12 Mikle Kolyada
0 siblings, 0 replies; 5+ messages in thread
From: Mikle Kolyada @ 2019-10-12 21:12 UTC (permalink / raw
To: gentoo-commits
commit: 36f728b43cabea343ba4819a3c956fbb5d9ba268
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 12 21:11:54 2019 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sat Oct 12 21:11:54 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36f728b4
sys-auth/pam-script: 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-script/pam-script-1.1.8.ebuild | 4 ++--
sys-auth/pam-script/pam-script-1.1.9.ebuild | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/sys-auth/pam-script/pam-script-1.1.8.ebuild b/sys-auth/pam-script/pam-script-1.1.8.ebuild
index 6c8284e0f61..18558310dab 100644
--- a/sys-auth/pam-script/pam-script-1.1.8.ebuild
+++ b/sys-auth/pam-script/pam-script-1.1.8.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -17,7 +17,7 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="examples"
-RDEPEND="virtual/pam"
+RDEPEND="sys-libs/pam"
DEPEND="${RDEPEND}"
S=${WORKDIR}/${MY_P}
diff --git a/sys-auth/pam-script/pam-script-1.1.9.ebuild b/sys-auth/pam-script/pam-script-1.1.9.ebuild
index 143addcfc1a..c42c11ae046 100644
--- a/sys-auth/pam-script/pam-script-1.1.9.ebuild
+++ b/sys-auth/pam-script/pam-script-1.1.9.ebuild
@@ -17,7 +17,7 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="examples"
-RDEPEND="virtual/pam"
+RDEPEND="sys-libs/pam"
DEPEND="${RDEPEND}"
S=${WORKDIR}/${MY_P}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-auth/pam-script/
@ 2022-09-02 18:10 Andreas Sturmlechner
0 siblings, 0 replies; 5+ messages in thread
From: Andreas Sturmlechner @ 2022-09-02 18:10 UTC (permalink / raw
To: gentoo-commits
commit: 2053467e31cccb2986e84c7b7317129a2ed10d89
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 29 20:11:40 2022 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Sep 2 18:09:57 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2053467e
sys-auth/pam-script: drop 1.1.8, EAPI-6--
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
sys-auth/pam-script/Manifest | 1 -
sys-auth/pam-script/pam-script-1.1.8.ebuild | 46 -----------------------------
2 files changed, 47 deletions(-)
diff --git a/sys-auth/pam-script/Manifest b/sys-auth/pam-script/Manifest
index 56ab8b2cc102..814d6a65625b 100644
--- a/sys-auth/pam-script/Manifest
+++ b/sys-auth/pam-script/Manifest
@@ -1,2 +1 @@
-DIST pam-script-1.1.8.tar.gz 36442 BLAKE2B 29ea87d694deb5483d34dd60fd4192d8d2050f6c5291fe5d2e7fa90408e7d8ce07b5b987a58142e43893d352d13d002604958b70565827d720e0ee89c6d8eb48 SHA512 c4b99c69a759b6422189707c52439a6afe59e32fca6238acf00116ed104b625920fb36b3e1f0aaf5edc77325b1f7b10d52ac2530d85cec53d941ae906e077543
DIST pam-script-1.1.9.tar.gz 34890 BLAKE2B 0cb1c978cf335039185d34ea9d9a6a5363d73c86e05b24735d3a13d88c2eb03734831ee1fe80a87ca9d89c5b793cdc498b7fb2890a2e09209adfdd43784c2fd8 SHA512 319dff52923f7f895ff123bd6258bc83668b41da1172961e1747cb12fbdd260c6907b73f9881f5c3a50d4e2c4074b66747d7d6bbe1e0d7ab0411251705b59537
diff --git a/sys-auth/pam-script/pam-script-1.1.8.ebuild b/sys-auth/pam-script/pam-script-1.1.8.ebuild
deleted file mode 100644
index 18558310dab8..000000000000
--- a/sys-auth/pam-script/pam-script-1.1.8.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools
-
-MY_PN=${PN/-/_}
-MY_P=${MY_PN}-${PV}
-
-DESCRIPTION="PAM module for running scripts during authorization, password change and session"
-HOMEPAGE="https://github.com/jeroennijhof/pam_script/"
-SRC_URI="https://github.com/jeroennijhof/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="examples"
-
-RDEPEND="sys-libs/pam"
-DEPEND="${RDEPEND}"
-
-S=${WORKDIR}/${MY_P}
-
-src_prepare() {
- default
- eautoreconf
-}
-
-src_configure() {
- econf \
- --libdir=/$(get_libdir)/security \
- --sysconfdir=/etc/security/${PN}
-}
-
-src_install() {
- default
-
- if use examples ; then
- docinto examples
- dodoc etc/README.examples
- exeinto /usr/share/doc/${PF}/examples
- doexe etc/{logscript,tally}
- docompress -x /usr/share/doc/${PF}/examples/{logscript,tally}
- fi
-}
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2022-09-02 18:10 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-28 21:44 [gentoo-commits] repo/gentoo:master commit in: sys-auth/pam-script/ Tim Harder
-- strict thread matches above, loose matches on Subject: below --
2019-01-07 23:41 Patrick McLean
2019-01-07 23:41 Patrick McLean
2019-10-12 21:12 Mikle Kolyada
2022-09-02 18:10 Andreas Sturmlechner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox