From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 95CCA1382C5 for ; Mon, 26 Feb 2018 21:56:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D8E98E0A53; Mon, 26 Feb 2018 21:56:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BA285E0A53 for ; Mon, 26 Feb 2018 21:56:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 61998335C39 for ; Mon, 26 Feb 2018 21:56:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E22331E8 for ; Mon, 26 Feb 2018 21:56:34 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1519681549.0af143d7f3db967c768fef9b51935bc632fb37dd.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/pam/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/pam/pam-1.2.1-r2.ebuild sys-libs/pam/pam-1.3.0-r2.ebuild X-VCS-Directories: sys-libs/pam/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 0af143d7f3db967c768fef9b51935bc632fb37dd X-VCS-Branch: master Date: Mon, 26 Feb 2018 21:56:34 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: bb6c653a-4156-4c0e-be20-9e002c03470f X-Archives-Hash: 0cb196fe4338a7ac3f850f92cfd354c0 commit: 0af143d7f3db967c768fef9b51935bc632fb37dd Author: Michael Mair-Keimberger gmail com> AuthorDate: Sat Feb 24 19:35:56 2018 +0000 Commit: Patrice Clement gentoo org> CommitDate: Mon Feb 26 21:45:49 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0af143d7 sys-libs/pam: remove dead HOMEPAGE. Closes: https://github.com/gentoo/gentoo/pull/7276 sys-libs/pam/pam-1.2.1-r2.ebuild | 4 ++-- 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 9da0651bcd3..8abbce59995 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 bab9709b1fc..8b9be141a93 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"