* [gentoo-commits] repo/gentoo:master commit in: sys-auth/openpam/
@ 2017-11-23 22:16 Patrice Clement
0 siblings, 0 replies; 5+ messages in thread
From: Patrice Clement @ 2017-11-23 22:16 UTC (permalink / raw
To: gentoo-commits
commit: cff219fdc918fb056d1a52b1481729880193fcd6
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 23 22:09:03 2017 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Thu Nov 23 22:16:23 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cff219fd
sys-auth/openpam: mask app-vim/pam-syntax for removal.
Bug: https://bugs.gentoo.org/578278
Package-Manager: Portage-2.3.8, Repoman-2.3.3
sys-auth/openpam/openpam-20140912-r1.ebuild | 52 +++++++++++++++++++++++++++++
1 file changed, 52 insertions(+)
diff --git a/sys-auth/openpam/openpam-20140912-r1.ebuild b/sys-auth/openpam/openpam-20140912-r1.ebuild
new file mode 100644
index 00000000000..9a8583315e1
--- /dev/null
+++ b/sys-auth/openpam/openpam-20140912-r1.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="5"
+
+AUTOTOOLS_AUTORECONF=1
+AUTOTOOLS_PRUNE_LIBTOOL_FILES=all
+
+inherit multilib autotools-multilib
+
+DESCRIPTION="Open source PAM library"
+HOMEPAGE="http://www.openpam.org/"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
+IUSE="debug vim-syntax"
+
+RDEPEND="!sys-libs/pam"
+DEPEND="
+ sys-devel/make
+ dev-lang/perl"
+
+PDEPEND="
+ sys-auth/pambase
+ vim-syntax? ( app-vim/pam-syntax )"
+
+PATCHES=(
+ "${FILESDIR}/${PN}-20130907-gentoo.patch"
+ "${FILESDIR}/${PN}-20130907-nbsd.patch"
+ "${FILESDIR}/${PN}-20130907-module-dir.patch"
+)
+
+DOCS=( CREDITS HISTORY RELNOTES README )
+
+src_prepare() {
+ sed -i -e 's:-Werror::' "${S}/configure.ac"
+
+ autotools-multilib_src_prepare
+}
+
+my_configure() {
+ local myeconfargs=(
+ --with-modules-dir=/$(get_libdir)/security
+ )
+ autotools-utils_src_configure
+}
+
+src_configure() {
+ multilib_parallel_foreach_abi my_configure
+}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-auth/openpam/
@ 2018-03-01 15:09 Michał Górny
0 siblings, 0 replies; 5+ messages in thread
From: Michał Górny @ 2018-03-01 15:09 UTC (permalink / raw
To: gentoo-commits
commit: 302dc43f9332b523eff554fffd3cd3b7d8463166
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 1 14:46:01 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Mar 1 15:09:43 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=302dc43f
sys-auth/openpam: Remove obsolete dep on app-vim/pam-syntax
Remove the dependency on app-vim/pam-syntax. Appropriate syntax
highlighting is now built-in in vim, and pam-syntax is last rited.
sys-auth/openpam/openpam-20140912-r1.ebuild | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/sys-auth/openpam/openpam-20140912-r1.ebuild b/sys-auth/openpam/openpam-20140912-r1.ebuild
index 287db3f24eb..35d3e7c9ef8 100644
--- a/sys-auth/openpam/openpam-20140912-r1.ebuild
+++ b/sys-auth/openpam/openpam-20140912-r1.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64-fbsd ~x86-fbsd"
-IUSE="debug vim-syntax"
+IUSE="debug"
RDEPEND="!sys-libs/pam"
DEPEND="
@@ -23,8 +23,7 @@ DEPEND="
dev-lang/perl"
PDEPEND="
- sys-auth/pambase
- vim-syntax? ( app-vim/pam-syntax )"
+ sys-auth/pambase"
PATCHES=(
"${FILESDIR}/${PN}-20130907-gentoo.patch"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-auth/openpam/
@ 2018-03-01 15:09 Michał Górny
0 siblings, 0 replies; 5+ messages in thread
From: Michał Górny @ 2018-03-01 15:09 UTC (permalink / raw
To: gentoo-commits
commit: e9829359a6c162f162d078c0ff0fe0c92e1056d4
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 1 14:44:46 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Mar 1 15:09:42 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9829359
sys-auth/openpam: Drop old revision
sys-auth/openpam/openpam-20140912.ebuild | 49 --------------------------------
1 file changed, 49 deletions(-)
diff --git a/sys-auth/openpam/openpam-20140912.ebuild b/sys-auth/openpam/openpam-20140912.ebuild
deleted file mode 100644
index f3225808744..00000000000
--- a/sys-auth/openpam/openpam-20140912.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-AUTOTOOLS_AUTORECONF=1
-AUTOTOOLS_PRUNE_LIBTOOL_FILES=all
-
-inherit multilib autotools-multilib
-
-DESCRIPTION="Open source PAM library"
-HOMEPAGE="http://www.openpam.org/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64-fbsd ~x86-fbsd"
-IUSE="debug vim-syntax"
-
-RDEPEND="!sys-libs/pam"
-DEPEND="sys-devel/make
- dev-lang/perl"
-PDEPEND="sys-auth/pambase
- vim-syntax? ( app-vim/pam-syntax )"
-
-PATCHES=(
- "${FILESDIR}/${PN}-20130907-gentoo.patch"
- "${FILESDIR}/${PN}-20130907-nbsd.patch"
- "${FILESDIR}/${PN}-20130907-module-dir.patch"
- )
-
-DOCS=( CREDITS HISTORY RELNOTES README )
-
-src_prepare() {
- sed -i -e 's:-Werror::' "${S}/configure.ac"
-
- autotools-multilib_src_prepare
-}
-
-my_configure() {
- local myeconfargs=(
- --with-modules-dir=/$(get_libdir)/security
- )
- autotools-utils_src_configure
-}
-
-src_configure() {
- multilib_parallel_foreach_abi my_configure
-}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-auth/openpam/
@ 2018-04-13 23:22 Aaron Bauman
0 siblings, 0 replies; 5+ messages in thread
From: Aaron Bauman @ 2018-04-13 23:22 UTC (permalink / raw
To: gentoo-commits
commit: 976feb471266f130a2793f25b06cb3a34410626f
Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Mon Apr 9 13:01:35 2018 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Fri Apr 13 23:21:44 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=976feb47
sys-auth/openpam: use HTTPS
sys-auth/openpam/openpam-20140912-r1.ebuild | 2 +-
sys-auth/openpam/openpam-20140912-r2.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/sys-auth/openpam/openpam-20140912-r1.ebuild b/sys-auth/openpam/openpam-20140912-r1.ebuild
index 35d3e7c9ef8..702e30b3184 100644
--- a/sys-auth/openpam/openpam-20140912-r1.ebuild
+++ b/sys-auth/openpam/openpam-20140912-r1.ebuild
@@ -9,7 +9,7 @@ AUTOTOOLS_PRUNE_LIBTOOL_FILES=all
inherit multilib autotools-multilib
DESCRIPTION="Open source PAM library"
-HOMEPAGE="http://www.openpam.org/"
+HOMEPAGE="https://www.openpam.org/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="BSD"
diff --git a/sys-auth/openpam/openpam-20140912-r2.ebuild b/sys-auth/openpam/openpam-20140912-r2.ebuild
index 50de35c46fe..7fd346fa9d6 100644
--- a/sys-auth/openpam/openpam-20140912-r2.ebuild
+++ b/sys-auth/openpam/openpam-20140912-r2.ebuild
@@ -6,7 +6,7 @@ EAPI=6
inherit autotools multilib-minimal
DESCRIPTION="Open source PAM library"
-HOMEPAGE="http://www.openpam.org/"
+HOMEPAGE="https://www.openpam.org/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="BSD"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-auth/openpam/
@ 2018-05-21 17:05 Aaron Bauman
0 siblings, 0 replies; 5+ messages in thread
From: Aaron Bauman @ 2018-05-21 17:05 UTC (permalink / raw
To: gentoo-commits
commit: 637475600b562caa018a92f2cb2afed44d89e8f3
Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Mon May 21 07:48:04 2018 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Mon May 21 17:03:36 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63747560
sys-auth/openpam: remove old
sys-auth/openpam/openpam-20140912-r1.ebuild | 51 -----------------------------
1 file changed, 51 deletions(-)
diff --git a/sys-auth/openpam/openpam-20140912-r1.ebuild b/sys-auth/openpam/openpam-20140912-r1.ebuild
deleted file mode 100644
index 702e30b3184..00000000000
--- a/sys-auth/openpam/openpam-20140912-r1.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-AUTOTOOLS_AUTORECONF=1
-AUTOTOOLS_PRUNE_LIBTOOL_FILES=all
-
-inherit multilib autotools-multilib
-
-DESCRIPTION="Open source PAM library"
-HOMEPAGE="https://www.openpam.org/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64-fbsd ~x86-fbsd"
-IUSE="debug"
-
-RDEPEND="!sys-libs/pam"
-DEPEND="
- sys-devel/make
- dev-lang/perl"
-
-PDEPEND="
- sys-auth/pambase"
-
-PATCHES=(
- "${FILESDIR}/${PN}-20130907-gentoo.patch"
- "${FILESDIR}/${PN}-20130907-nbsd.patch"
- "${FILESDIR}/${PN}-20130907-module-dir.patch"
-)
-
-DOCS=( CREDITS HISTORY RELNOTES README )
-
-src_prepare() {
- sed -i -e 's:-Werror::' "${S}/configure.ac"
-
- autotools-multilib_src_prepare
-}
-
-my_configure() {
- local myeconfargs=(
- --with-modules-dir=/$(get_libdir)/security
- )
- autotools-utils_src_configure
-}
-
-src_configure() {
- multilib_parallel_foreach_abi my_configure
-}
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2018-05-21 17:05 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-05-21 17:05 [gentoo-commits] repo/gentoo:master commit in: sys-auth/openpam/ Aaron Bauman
-- strict thread matches above, loose matches on Subject: below --
2018-04-13 23:22 Aaron Bauman
2018-03-01 15:09 Michał Górny
2018-03-01 15:09 Michał Górny
2017-11-23 22:16 Patrice Clement
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox