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 EAAC7139694 for ; Thu, 23 Feb 2017 12:16:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 24C30E0C4B; Thu, 23 Feb 2017 12:16:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 02167E0C4B for ; Thu, 23 Feb 2017 12:16:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CCD78341648 for ; Thu, 23 Feb 2017 12:16:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0CE6B51A1 for ; Thu, 23 Feb 2017 12:16:09 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1487852154.d71c942fd9964cb0b3d4d59ebee9a8f62f7d971a.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-nds/gss-proxy/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-nds/gss-proxy/gss-proxy-0.6.2.ebuild X-VCS-Directories: net-nds/gss-proxy/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: d71c942fd9964cb0b3d4d59ebee9a8f62f7d971a X-VCS-Branch: master Date: Thu, 23 Feb 2017 12:16:09 +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: 2f0320eb-091a-49b3-acba-6b5aaaf84453 X-Archives-Hash: 50201b2afa6348d2e1052946b78c29c6 commit: d71c942fd9964cb0b3d4d59ebee9a8f62f7d971a Author: Lars Wendler gentoo org> AuthorDate: Thu Feb 23 12:15:54 2017 +0000 Commit: Lars Wendler gentoo org> CommitDate: Thu Feb 23 12:15:54 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d71c942f net-nds/gss-proxy: Changed HOMEPAGE from fedorahosted to pagure. Package-Manager: Portage-2.3.3, Repoman-2.3.1 net-nds/gss-proxy/gss-proxy-0.6.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-nds/gss-proxy/gss-proxy-0.6.2.ebuild b/net-nds/gss-proxy/gss-proxy-0.6.2.ebuild index 33aae39172..3c1721bf36 100644 --- a/net-nds/gss-proxy/gss-proxy-0.6.2.ebuild +++ b/net-nds/gss-proxy/gss-proxy-0.6.2.ebuild @@ -6,8 +6,8 @@ EAPI="5" MY_P="${PN/-}-${PV}" DESCRIPTION="daemon to proxy GSSAPI context establishment and channel handling" -HOMEPAGE="https://fedorahosted.org/gss-proxy/" -SRC_URI="https://fedorahosted.org/released/gss-proxy/${MY_P}.tar.gz" +HOMEPAGE="https://pagure.io/gssproxy" +SRC_URI="http://releases.pagure.org/gssproxy/${MY_P}.tar.gz" LICENSE="BSD-1" SLOT="0"