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 A782913835A for ; Thu, 8 Oct 2020 22:41:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0979AE085B; Thu, 8 Oct 2020 22:41:52 +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 B9B31E085B for ; Thu, 8 Oct 2020 22:41:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 649EC340E7C for ; Thu, 8 Oct 2020 22:41:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3ED02332 for ; Thu, 8 Oct 2020 22:41:45 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1602196827.db940ac2bdac8ebb3e39378cbbb8186adaedab00.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/sks/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/sks/metadata.xml net-misc/sks/sks-1.1.6-r5.ebuild X-VCS-Directories: net-misc/sks/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: db940ac2bdac8ebb3e39378cbbb8186adaedab00 X-VCS-Branch: master Date: Thu, 8 Oct 2020 22:41:45 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: dc3ed8ca-6197-4b01-b0f1-f1e262f5d0e8 X-Archives-Hash: 4e0b8537b330f05321551aa6027a136c commit: db940ac2bdac8ebb3e39378cbbb8186adaedab00 Author: Azamat H. Hackimov gmail com> AuthorDate: Mon Aug 24 10:07:30 2020 +0000 Commit: Sam James gentoo org> CommitDate: Thu Oct 8 22:40:27 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db940ac2 net-misc/sks: update HOMEPAGE and SRC_URI Update HOMEPAGE and SRC_URI to Github URL Closes: https://bugs.gentoo.org/738804 Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Azamat H. Hackimov gmail.com> Closes: https://github.com/gentoo/gentoo/pull/17250 Signed-off-by: Sam James gentoo.org> net-misc/sks/metadata.xml | 2 +- net-misc/sks/sks-1.1.6-r5.ebuild | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/net-misc/sks/metadata.xml b/net-misc/sks/metadata.xml index 7bc958a5ed9..5b240d62d85 100644 --- a/net-misc/sks/metadata.xml +++ b/net-misc/sks/metadata.xml @@ -6,6 +6,6 @@ Enables bytecode optimization - skskeyserver/sks-keyserver + SKS-Keyserver/sks-keyserver diff --git a/net-misc/sks/sks-1.1.6-r5.ebuild b/net-misc/sks/sks-1.1.6-r5.ebuild index 6555ea2c8bf..f47c3888abe 100644 --- a/net-misc/sks/sks-1.1.6-r5.ebuild +++ b/net-misc/sks/sks-1.1.6-r5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,8 +6,8 @@ EAPI=6 inherit multilib user readme.gentoo-r1 systemd DESCRIPTION="An OpenPGP keyserver which is decentralized with highly reliable synchronization" -HOMEPAGE="https://bitbucket.org/skskeyserver/sks-keyserver" -SRC_URI="https://bitbucket.org/skskeyserver/sks-keyserver/downloads/${P}.tgz" +HOMEPAGE="https://github.com/SKS-Keyserver/sks-keyserver" +SRC_URI="https://github.com/SKS-Keyserver/sks-keyserver/releases/download/${PV}/${P}.tgz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86"