diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-02-24 20:35:56 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2018-02-26 22:45:49 +0100 |
commit | 0af143d7f3db967c768fef9b51935bc632fb37dd (patch) | |
tree | 049cf1f68636f04713ffe1b03a45216bfad0617f /sys-libs/pam | |
parent | www-apps/piwigo: drop security vulnerable versions (diff) | |
download | gentoo-0af143d7f3db967c768fef9b51935bc632fb37dd.tar.gz gentoo-0af143d7f3db967c768fef9b51935bc632fb37dd.tar.bz2 gentoo-0af143d7f3db967c768fef9b51935bc632fb37dd.zip |
sys-libs/pam: remove dead HOMEPAGE.
Closes: https://github.com/gentoo/gentoo/pull/7276
Diffstat (limited to 'sys-libs/pam')
-rw-r--r-- | sys-libs/pam/pam-1.2.1-r2.ebuild | 4 | ||||
-rw-r--r-- | sys-libs/pam/pam-1.3.0-r2.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys-libs/pam/pam-1.2.1-r2.ebuild b/sys-libs/pam/pam-1.2.1-r2.ebuild index 9da0651bcd3d..8abbce599950 100644 --- a/sys-libs/pam/pam-1.2.1-r2.ebuild +++ b/sys-libs/pam/pam-1.2.1-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -9,7 +9,7 @@ MY_PN="Linux-PAM" MY_P="${MY_PN}-${PV}" DESCRIPTION="Linux-PAM (Pluggable Authentication Modules)" -HOMEPAGE="http://www.linux-pam.org/ https://fedorahosted.org/linux-pam/" +HOMEPAGE="http://www.linux-pam.org/" SRC_URI="http://www.linux-pam.org/library/${MY_P}.tar.bz2 http://www.linux-pam.org/documentation/${MY_PN}-1.2.0-docs.tar.bz2" diff --git a/sys-libs/pam/pam-1.3.0-r2.ebuild b/sys-libs/pam/pam-1.3.0-r2.ebuild index bab9709b1fc1..8b9be141a931 100644 --- a/sys-libs/pam/pam-1.3.0-r2.ebuild +++ b/sys-libs/pam/pam-1.3.0-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -9,7 +9,7 @@ MY_PN="Linux-PAM" MY_P="${MY_PN}-${PV}" DESCRIPTION="Linux-PAM (Pluggable Authentication Modules)" -HOMEPAGE="http://www.linux-pam.org/ https://fedorahosted.org/linux-pam/" +HOMEPAGE="http://www.linux-pam.org/" SRC_URI="http://www.linux-pam.org/library/${MY_P}.tar.bz2 http://www.linux-pam.org/library/${MY_P}-docs.tar.bz2" |