Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/pam/
Date: Mon, 26 Feb 2018 21:56:40
Message-Id: 1519681549.0af143d7f3db967c768fef9b51935bc632fb37dd.monsieurp@gentoo
1 commit: 0af143d7f3db967c768fef9b51935bc632fb37dd
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sat Feb 24 19:35:56 2018 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 26 21:45:49 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0af143d7
7
8 sys-libs/pam: remove dead HOMEPAGE.
9
10 Closes: https://github.com/gentoo/gentoo/pull/7276
11
12 sys-libs/pam/pam-1.2.1-r2.ebuild | 4 ++--
13 sys-libs/pam/pam-1.3.0-r2.ebuild | 4 ++--
14 2 files changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/sys-libs/pam/pam-1.2.1-r2.ebuild b/sys-libs/pam/pam-1.2.1-r2.ebuild
17 index 9da0651bcd3..8abbce59995 100644
18 --- a/sys-libs/pam/pam-1.2.1-r2.ebuild
19 +++ b/sys-libs/pam/pam-1.2.1-r2.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=5
26 @@ -9,7 +9,7 @@ MY_PN="Linux-PAM"
27 MY_P="${MY_PN}-${PV}"
28
29 DESCRIPTION="Linux-PAM (Pluggable Authentication Modules)"
30 -HOMEPAGE="http://www.linux-pam.org/ https://fedorahosted.org/linux-pam/"
31 +HOMEPAGE="http://www.linux-pam.org/"
32 SRC_URI="http://www.linux-pam.org/library/${MY_P}.tar.bz2
33 http://www.linux-pam.org/documentation/${MY_PN}-1.2.0-docs.tar.bz2"
34
35
36 diff --git a/sys-libs/pam/pam-1.3.0-r2.ebuild b/sys-libs/pam/pam-1.3.0-r2.ebuild
37 index bab9709b1fc..8b9be141a93 100644
38 --- a/sys-libs/pam/pam-1.3.0-r2.ebuild
39 +++ b/sys-libs/pam/pam-1.3.0-r2.ebuild
40 @@ -1,4 +1,4 @@
41 -# Copyright 1999-2017 Gentoo Foundation
42 +# Copyright 1999-2018 Gentoo Foundation
43 # Distributed under the terms of the GNU General Public License v2
44
45 EAPI="5"
46 @@ -9,7 +9,7 @@ MY_PN="Linux-PAM"
47 MY_P="${MY_PN}-${PV}"
48
49 DESCRIPTION="Linux-PAM (Pluggable Authentication Modules)"
50 -HOMEPAGE="http://www.linux-pam.org/ https://fedorahosted.org/linux-pam/"
51 +HOMEPAGE="http://www.linux-pam.org/"
52 SRC_URI="http://www.linux-pam.org/library/${MY_P}.tar.bz2
53 http://www.linux-pam.org/library/${MY_P}-docs.tar.bz2"