* [gentoo-commits] repo/gentoo:master commit in: net-mail/checkpassword-pam/
@ 2017-06-19 14:03 Alexis Ballier
0 siblings, 0 replies; 12+ messages in thread
From: Alexis Ballier @ 2017-06-19 14:03 UTC (permalink / raw
To: gentoo-commits
commit: 08d96be13d858425e88f0ffa6953e489a048ffc6
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 19 14:00:57 2017 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Mon Jun 19 14:03:40 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08d96be1
net-mail/checkpassword-pam: keyword ~arm64
Package-Manager: Portage-2.3.6, Repoman-2.3.2
net-mail/checkpassword-pam/checkpassword-pam-0.99.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-mail/checkpassword-pam/checkpassword-pam-0.99.ebuild b/net-mail/checkpassword-pam/checkpassword-pam-0.99.ebuild
index c5e6e629562..f1ec92eecf9 100644
--- a/net-mail/checkpassword-pam/checkpassword-pam-0.99.ebuild
+++ b/net-mail/checkpassword-pam/checkpassword-pam-0.99.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
IUSE=""
@@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/checkpasswd-pam/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="alpha ~amd64 hppa ppc x86"
+KEYWORDS="alpha ~amd64 ~arm64 hppa ppc x86"
DEPEND=">=sys-libs/pam-0.75"
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-mail/checkpassword-pam/
@ 2019-10-23 5:10 Joonas Niilola
0 siblings, 0 replies; 12+ messages in thread
From: Joonas Niilola @ 2019-10-23 5:10 UTC (permalink / raw
To: gentoo-commits
commit: 066fcd7e63f13338c1518cee0d0a6ca16e6f8358
Author: Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
AuthorDate: Sat Oct 19 08:55:16 2019 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Wed Oct 23 04:41:55 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=066fcd7e
net-mail/checkpassword-pam: bump to EAPI7
Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
.../checkpassword-pam-0.99-r1.ebuild | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/net-mail/checkpassword-pam/checkpassword-pam-0.99-r1.ebuild b/net-mail/checkpassword-pam/checkpassword-pam-0.99-r1.ebuild
new file mode 100644
index 00000000000..51d3dd5ee40
--- /dev/null
+++ b/net-mail/checkpassword-pam/checkpassword-pam-0.99-r1.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="checkpassword-compatible authentication program w/pam support"
+HOMEPAGE="http://checkpasswd-pam.sourceforge.net/"
+SRC_URI="mirror://sourceforge/checkpasswd-pam/${P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ppc ~x86"
+
+DEPEND=">=sys-libs/pam-0.75"
+
+DOCS=(
+ AUTHORS
+ NEWS
+ README
+)
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-mail/checkpassword-pam/
@ 2019-10-23 5:10 Joonas Niilola
0 siblings, 0 replies; 12+ messages in thread
From: Joonas Niilola @ 2019-10-23 5:10 UTC (permalink / raw
To: gentoo-commits
commit: 321c867cb4acdcf62717ce9cd687bc75071ee9a6
Author: Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
AuthorDate: Sat Oct 19 10:21:58 2019 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Wed Oct 23 04:42:01 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=321c867c
net-mail/checkpassword-pam-0.99: fix license
Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de>
Closes: https://github.com/gentoo/gentoo/pull/13342
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
net-mail/checkpassword-pam/checkpassword-pam-0.99.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-mail/checkpassword-pam/checkpassword-pam-0.99.ebuild b/net-mail/checkpassword-pam/checkpassword-pam-0.99.ebuild
index 7e4cce06c8b..5caf98593e7 100644
--- a/net-mail/checkpassword-pam/checkpassword-pam-0.99.ebuild
+++ b/net-mail/checkpassword-pam/checkpassword-pam-0.99.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="checkpassword-compatible authentication program w/pam support"
HOMEPAGE="http://checkpasswd-pam.sourceforge.net/"
SRC_URI="mirror://sourceforge/checkpasswd-pam/${P}.tar.gz"
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="alpha ~amd64 ~arm64 hppa ppc x86"
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-mail/checkpassword-pam/
@ 2019-11-10 16:32 Aaron Bauman
0 siblings, 0 replies; 12+ messages in thread
From: Aaron Bauman @ 2019-11-10 16:32 UTC (permalink / raw
To: gentoo-commits
commit: d517aa3e54e32d337530f7038c2f402c2f15c68f
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 10 16:31:06 2019 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sun Nov 10 16:31:06 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d517aa3e
net-mail/checkpassword-pam: ALLARCHES for EAPI bump
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
net-mail/checkpassword-pam/checkpassword-pam-0.99-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-mail/checkpassword-pam/checkpassword-pam-0.99-r1.ebuild b/net-mail/checkpassword-pam/checkpassword-pam-0.99-r1.ebuild
index 51d3dd5ee40..da5f73d157a 100644
--- a/net-mail/checkpassword-pam/checkpassword-pam-0.99-r1.ebuild
+++ b/net-mail/checkpassword-pam/checkpassword-pam-0.99-r1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/checkpasswd-pam/${P}.tar.gz"
LICENSE="GPL-2+"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ppc ~x86"
+KEYWORDS="alpha ~amd64 ~arm64 hppa ppc x86"
DEPEND=">=sys-libs/pam-0.75"
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-mail/checkpassword-pam/
@ 2019-11-10 16:32 Aaron Bauman
0 siblings, 0 replies; 12+ messages in thread
From: Aaron Bauman @ 2019-11-10 16:32 UTC (permalink / raw
To: gentoo-commits
commit: f5d3959ee43d0fa1fda871fe120b5e94f02eeca0
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 10 16:31:52 2019 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sun Nov 10 16:31:52 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5d3959e
net-mail/checkpassword-pam: drop old EAPI
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
.../checkpassword-pam/checkpassword-pam-0.99.ebuild | 21 ---------------------
1 file changed, 21 deletions(-)
diff --git a/net-mail/checkpassword-pam/checkpassword-pam-0.99.ebuild b/net-mail/checkpassword-pam/checkpassword-pam-0.99.ebuild
deleted file mode 100644
index 5caf98593e7..00000000000
--- a/net-mail/checkpassword-pam/checkpassword-pam-0.99.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-IUSE=""
-
-DESCRIPTION="checkpassword-compatible authentication program w/pam support"
-HOMEPAGE="http://checkpasswd-pam.sourceforge.net/"
-SRC_URI="mirror://sourceforge/checkpasswd-pam/${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="alpha ~amd64 ~arm64 hppa ppc x86"
-
-DEPEND=">=sys-libs/pam-0.75"
-
-src_install() {
- einstall || die
- dodoc AUTHORS NEWS README
-}
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-mail/checkpassword-pam/
@ 2022-03-03 15:14 Yixun Lan
0 siblings, 0 replies; 12+ messages in thread
From: Yixun Lan @ 2022-03-03 15:14 UTC (permalink / raw
To: gentoo-commits
commit: dd64ddd0b6f389e4250c1953f78d5069abc5140e
Author: Yixun Lan <dlan <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 3 13:53:34 2022 +0000
Commit: Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Thu Mar 3 15:13:09 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd64ddd0
net-mail/checkpassword-pam: keyword ~riscv
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>
net-mail/checkpassword-pam/checkpassword-pam-0.99-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-mail/checkpassword-pam/checkpassword-pam-0.99-r1.ebuild b/net-mail/checkpassword-pam/checkpassword-pam-0.99-r1.ebuild
index 634545505455..9f0f5a7c759a 100644
--- a/net-mail/checkpassword-pam/checkpassword-pam-0.99-r1.ebuild
+++ b/net-mail/checkpassword-pam/checkpassword-pam-0.99-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/checkpasswd-pam/${P}.tar.gz"
LICENSE="GPL-2+"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ppc x86"
+KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ppc ~riscv x86"
DEPEND=">=sys-libs/pam-0.75"
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-mail/checkpassword-pam/
@ 2023-10-09 16:21 Arthur Zamarin
0 siblings, 0 replies; 12+ messages in thread
From: Arthur Zamarin @ 2023-10-09 16:21 UTC (permalink / raw
To: gentoo-commits
commit: bbe80935388c5c21b2de23dd8d5d2180047b308c
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 9 16:19:46 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon Oct 9 16:19:46 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbe80935
net-mail/checkpassword-pam: Stabilize 0.99-r2 x86, #915417
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
net-mail/checkpassword-pam/checkpassword-pam-0.99-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-mail/checkpassword-pam/checkpassword-pam-0.99-r2.ebuild b/net-mail/checkpassword-pam/checkpassword-pam-0.99-r2.ebuild
index 8b8df16d4e6a..4edde9cfb0e0 100644
--- a/net-mail/checkpassword-pam/checkpassword-pam-0.99-r2.ebuild
+++ b/net-mail/checkpassword-pam/checkpassword-pam-0.99-r2.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/checkpasswd-pam/${P}.tar.gz"
LICENSE="GPL-2+"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ppc ~riscv ~x86"
+KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ppc ~riscv x86"
DEPEND=">=sys-libs/pam-0.75"
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-mail/checkpassword-pam/
@ 2024-09-11 19:54 Petr Vaněk
0 siblings, 0 replies; 12+ messages in thread
From: Petr Vaněk @ 2024-09-11 19:54 UTC (permalink / raw
To: gentoo-commits
commit: e2e1a60f08f7b50939647b4afa4cc7591d164d1f
Author: Petr Vaněk <arkamar <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 11 19:21:01 2024 +0000
Commit: Petr Vaněk <arkamar <AT> gentoo <DOT> org>
CommitDate: Wed Sep 11 19:53:29 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2e1a60f
net-mail/checkpassword-pam: drop 0.99-r1
Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org>
.../checkpassword-pam-0.99-r1.ebuild | 20 --------------------
1 file changed, 20 deletions(-)
diff --git a/net-mail/checkpassword-pam/checkpassword-pam-0.99-r1.ebuild b/net-mail/checkpassword-pam/checkpassword-pam-0.99-r1.ebuild
deleted file mode 100644
index ebaf60aa0318..000000000000
--- a/net-mail/checkpassword-pam/checkpassword-pam-0.99-r1.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="checkpassword-compatible authentication program w/pam support"
-HOMEPAGE="http://checkpasswd-pam.sourceforge.net/"
-SRC_URI="https://downloads.sourceforge.net/checkpasswd-pam/${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ppc ~riscv x86"
-
-DEPEND=">=sys-libs/pam-0.75"
-
-DOCS=(
- AUTHORS
- NEWS
- README
-)
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-mail/checkpassword-pam/
@ 2024-09-11 19:54 Petr Vaněk
0 siblings, 0 replies; 12+ messages in thread
From: Petr Vaněk @ 2024-09-11 19:54 UTC (permalink / raw
To: gentoo-commits
commit: 090c859b7f9ab3cc85d126f7017b5ab5e7630854
Author: Petr Vaněk <arkamar <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 11 19:37:22 2024 +0000
Commit: Petr Vaněk <arkamar <AT> gentoo <DOT> org>
CommitDate: Wed Sep 11 19:53:30 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=090c859b
net-mail/checkpassword-pam: update EAPI 7 -> 8
Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org>
.../checkpassword-pam-0.99-r3.ebuild | 24 ++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/net-mail/checkpassword-pam/checkpassword-pam-0.99-r3.ebuild b/net-mail/checkpassword-pam/checkpassword-pam-0.99-r3.ebuild
new file mode 100644
index 000000000000..219b82b21213
--- /dev/null
+++ b/net-mail/checkpassword-pam/checkpassword-pam-0.99-r3.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="checkpassword-compatible authentication program w/pam support"
+HOMEPAGE="http://checkpasswd-pam.sourceforge.net/"
+SRC_URI="https://downloads.sourceforge.net/checkpasswd-pam/${P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ppc ~riscv ~x86"
+
+DEPEND=">=sys-libs/pam-0.75"
+
+DOCS=(
+ AUTHORS
+ NEWS
+ README
+)
+
+PATCHES=(
+ "${FILESDIR}"/${PN}-0.99-clang16-build-fix.patch
+)
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-mail/checkpassword-pam/
@ 2024-11-01 4:12 Sam James
0 siblings, 0 replies; 12+ messages in thread
From: Sam James @ 2024-11-01 4:12 UTC (permalink / raw
To: gentoo-commits
commit: 772315c0b805ff5752b976af14a2adbcd416d3f2
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 1 04:11:37 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Nov 1 04:11:37 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=772315c0
net-mail/checkpassword-pam: Stabilize 0.99-r3 x86, #942591
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-mail/checkpassword-pam/checkpassword-pam-0.99-r3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-mail/checkpassword-pam/checkpassword-pam-0.99-r3.ebuild b/net-mail/checkpassword-pam/checkpassword-pam-0.99-r3.ebuild
index 219b82b21213..e61900a5dea7 100644
--- a/net-mail/checkpassword-pam/checkpassword-pam-0.99-r3.ebuild
+++ b/net-mail/checkpassword-pam/checkpassword-pam-0.99-r3.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://downloads.sourceforge.net/checkpasswd-pam/${P}.tar.gz"
LICENSE="GPL-2+"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ppc ~riscv ~x86"
+KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ppc ~riscv x86"
DEPEND=">=sys-libs/pam-0.75"
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-mail/checkpassword-pam/
@ 2024-11-01 11:41 Petr Vaněk
0 siblings, 0 replies; 12+ messages in thread
From: Petr Vaněk @ 2024-11-01 11:41 UTC (permalink / raw
To: gentoo-commits
commit: d00d3e6a279cab852785006f9d02b715849bf723
Author: Petr Vaněk <arkamar <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 1 11:35:22 2024 +0000
Commit: Petr Vaněk <arkamar <AT> gentoo <DOT> org>
CommitDate: Fri Nov 1 11:38:01 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d00d3e6a
net-mail/checkpassword-pam: drop 0.99-r2
Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org>
.../checkpassword-pam-0.99-r2.ebuild | 24 ----------------------
1 file changed, 24 deletions(-)
diff --git a/net-mail/checkpassword-pam/checkpassword-pam-0.99-r2.ebuild b/net-mail/checkpassword-pam/checkpassword-pam-0.99-r2.ebuild
deleted file mode 100644
index cc4fb55ba866..000000000000
--- a/net-mail/checkpassword-pam/checkpassword-pam-0.99-r2.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="checkpassword-compatible authentication program w/pam support"
-HOMEPAGE="http://checkpasswd-pam.sourceforge.net/"
-SRC_URI="https://downloads.sourceforge.net/checkpasswd-pam/${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ppc ~riscv x86"
-
-DEPEND=">=sys-libs/pam-0.75"
-
-DOCS=(
- AUTHORS
- NEWS
- README
-)
-
-PATCHES=(
- "${FILESDIR}"/${PN}-0.99-clang16-build-fix.patch
-)
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-mail/checkpassword-pam/
@ 2024-11-01 11:41 Petr Vaněk
0 siblings, 0 replies; 12+ messages in thread
From: Petr Vaněk @ 2024-11-01 11:41 UTC (permalink / raw
To: gentoo-commits
commit: e0c37465a77f13afcd59d073fe8fb1938d2bcf17
Author: Petr Vaněk <arkamar <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 1 11:37:07 2024 +0000
Commit: Petr Vaněk <arkamar <AT> gentoo <DOT> org>
CommitDate: Fri Nov 1 11:38:02 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0c37465
net-mail/checkpassword-pam: update HOMEPAGE
Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org>
net-mail/checkpassword-pam/checkpassword-pam-0.99-r3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-mail/checkpassword-pam/checkpassword-pam-0.99-r3.ebuild b/net-mail/checkpassword-pam/checkpassword-pam-0.99-r3.ebuild
index e61900a5dea7..a9ff5f66df80 100644
--- a/net-mail/checkpassword-pam/checkpassword-pam-0.99-r3.ebuild
+++ b/net-mail/checkpassword-pam/checkpassword-pam-0.99-r3.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DESCRIPTION="checkpassword-compatible authentication program w/pam support"
-HOMEPAGE="http://checkpasswd-pam.sourceforge.net/"
+HOMEPAGE="https://checkpasswd-pam.sourceforge.net/"
SRC_URI="https://downloads.sourceforge.net/checkpasswd-pam/${P}.tar.gz"
LICENSE="GPL-2+"
^ permalink raw reply related [flat|nested] 12+ messages in thread
end of thread, other threads:[~2024-11-01 11:41 UTC | newest]
Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-03 15:14 [gentoo-commits] repo/gentoo:master commit in: net-mail/checkpassword-pam/ Yixun Lan
-- strict thread matches above, loose matches on Subject: below --
2024-11-01 11:41 Petr Vaněk
2024-11-01 11:41 Petr Vaněk
2024-11-01 4:12 Sam James
2024-09-11 19:54 Petr Vaněk
2024-09-11 19:54 Petr Vaněk
2023-10-09 16:21 Arthur Zamarin
2019-11-10 16:32 Aaron Bauman
2019-11-10 16:32 Aaron Bauman
2019-10-23 5:10 Joonas Niilola
2019-10-23 5:10 Joonas Niilola
2017-06-19 14:03 Alexis Ballier
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox