From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-964258-garchives=archives.gentoo.org@lists.gentoo.org>
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 6FB89139694
	for <garchives@archives.gentoo.org>; Sun, 30 Jul 2017 09:23:08 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id BCAAA1FC254;
	Sun, 30 Jul 2017 09:23:04 +0000 (UTC)
Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(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 8A4F81FC247
	for <gentoo-commits@lists.gentoo.org>; Sun, 30 Jul 2017 09:23:04 +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 B8AD0341A72
	for <gentoo-commits@lists.gentoo.org>; Sun, 30 Jul 2017 09:23:03 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id C10E974CB
	for <gentoo-commits@lists.gentoo.org>; Sun, 30 Jul 2017 09:23:00 +0000 (UTC)
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" <mgorny@gentoo.org>
Message-ID: <1501406566.8905f083f8599e878f92f78f6a6173fbc1e7528e.mgorny@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/ceph/
X-VCS-Repository: repo/gentoo
X-VCS-Files: sys-cluster/ceph/ceph-0.94.9.ebuild sys-cluster/ceph/ceph-10.2.3-r2.ebuild sys-cluster/ceph/ceph-10.2.7-r1.ebuild sys-cluster/ceph/ceph-10.2.8.ebuild sys-cluster/ceph/ceph-10.2.9.ebuild sys-cluster/ceph/ceph-9.2.1-r2.ebuild
X-VCS-Directories: sys-cluster/ceph/
X-VCS-Committer: mgorny
X-VCS-Committer-Name: Michał Górny
X-VCS-Revision: 8905f083f8599e878f92f78f6a6173fbc1e7528e
X-VCS-Branch: master
Date: Sun, 30 Jul 2017 09:23:00 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: 9bf96dfb-d92a-45c7-901e-f6bcd990720f
X-Archives-Hash: cbb148842df48e399991522a452173ef

commit:     8905f083f8599e878f92f78f6a6173fbc1e7528e
Author:     David Hicks <david <AT> hicks <DOT> id <DOT> au>
AuthorDate: Sat Jul 29 14:56:06 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jul 30 09:22:46 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8905f083

sys-cluster/ceph: use HTTPS for GitHub, HOMEPAGE and SRC_URI

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 sys-cluster/ceph/ceph-0.94.9.ebuild    | 8 +++-----
 sys-cluster/ceph/ceph-10.2.3-r2.ebuild | 8 +++-----
 sys-cluster/ceph/ceph-10.2.7-r1.ebuild | 8 +++-----
 sys-cluster/ceph/ceph-10.2.8.ebuild    | 8 +++-----
 sys-cluster/ceph/ceph-10.2.9.ebuild    | 8 +++-----
 sys-cluster/ceph/ceph-9.2.1-r2.ebuild  | 8 +++-----
 6 files changed, 18 insertions(+), 30 deletions(-)

diff --git a/sys-cluster/ceph/ceph-0.94.9.ebuild b/sys-cluster/ceph/ceph-0.94.9.ebuild
index 8ee34507772..1d7eef4c590 100644
--- a/sys-cluster/ceph/ceph-0.94.9.ebuild
+++ b/sys-cluster/ceph/ceph-0.94.9.ebuild
@@ -6,15 +6,13 @@ PYTHON_COMPAT=( python2_7 )
 
 if [[ $PV = *9999* ]]; then
 	scm_eclass=git-r3
-	EGIT_REPO_URI="
-		git://github.com/ceph/ceph.git
-		https://github.com/ceph/ceph.git"
+	EGIT_REPO_URI="https://github.com/ceph/ceph.git"
 	SRC_URI=""
 else
 	[[ -n ${UPSTREAM_VER} ]] && \
 		UPSTREAM_PATCHSET_URI="https://dev.gentoo.org/~dlan/distfiles/${P}-upstream-patches-${UPSTREAM_VER}.tar.xz"
 
-	SRC_URI="http://ceph.com/download/${P}.tar.gz
+	SRC_URI="https://download.ceph.com/tarballs/${P}.tar.gz
 		${UPSTREAM_PATCHSET_URI}"
 fi
 KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
@@ -22,7 +20,7 @@ KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
 inherit check-reqs autotools eutils multilib python-single-r1 udev readme.gentoo-r1 systemd ${scm_eclass}
 
 DESCRIPTION="Ceph distributed filesystem"
-HOMEPAGE="http://ceph.com/"
+HOMEPAGE="https://ceph.com/"
 
 LICENSE="LGPL-2.1"
 SLOT="0"

diff --git a/sys-cluster/ceph/ceph-10.2.3-r2.ebuild b/sys-cluster/ceph/ceph-10.2.3-r2.ebuild
index 48ba0a48e0d..9453bf66abc 100644
--- a/sys-cluster/ceph/ceph-10.2.3-r2.ebuild
+++ b/sys-cluster/ceph/ceph-10.2.3-r2.ebuild
@@ -9,17 +9,15 @@ inherit check-reqs autotools eutils python-r1 udev user \
 
 if [[ ${PV} == *9999* ]]; then
 	inherit git-r3
-	EGIT_REPO_URI="
-		git://github.com/ceph/ceph.git
-		https://github.com/ceph/ceph.git"
+	EGIT_REPO_URI="https://github.com/ceph/ceph.git"
 	SRC_URI=""
 else
-	SRC_URI="http://ceph.com/download/${P}.tar.gz"
+	SRC_URI="https://download.ceph.com/tarballs/${P}.tar.gz"
 	KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86"
 fi
 
 DESCRIPTION="Ceph distributed filesystem"
-HOMEPAGE="http://ceph.com/"
+HOMEPAGE="https://ceph.com/"
 
 LICENSE="LGPL-2.1"
 SLOT="0"

diff --git a/sys-cluster/ceph/ceph-10.2.7-r1.ebuild b/sys-cluster/ceph/ceph-10.2.7-r1.ebuild
index 089ebfd6a98..e77e546d7b3 100644
--- a/sys-cluster/ceph/ceph-10.2.7-r1.ebuild
+++ b/sys-cluster/ceph/ceph-10.2.7-r1.ebuild
@@ -9,17 +9,15 @@ inherit check-reqs autotools eutils python-r1 udev user \
 
 if [[ ${PV} == *9999* ]]; then
 	inherit git-r3
-	EGIT_REPO_URI="
-		git://github.com/ceph/ceph.git
-		https://github.com/ceph/ceph.git"
+	EGIT_REPO_URI="https://github.com/ceph/ceph.git"
 	SRC_URI=""
 else
-	SRC_URI="http://download.ceph.com/tarballs/${P}.tar.gz"
+	SRC_URI="https://download.ceph.com/tarballs/${P}.tar.gz"
 	KEYWORDS="~amd64 ~arm64 ~x86"
 fi
 
 DESCRIPTION="Ceph distributed filesystem"
-HOMEPAGE="http://ceph.com/"
+HOMEPAGE="https://ceph.com/"
 
 LICENSE="LGPL-2.1"
 SLOT="0"

diff --git a/sys-cluster/ceph/ceph-10.2.8.ebuild b/sys-cluster/ceph/ceph-10.2.8.ebuild
index 1dff5e6b0d1..90cd7f880ef 100644
--- a/sys-cluster/ceph/ceph-10.2.8.ebuild
+++ b/sys-cluster/ceph/ceph-10.2.8.ebuild
@@ -9,17 +9,15 @@ inherit check-reqs autotools eutils python-r1 udev user \
 
 if [[ ${PV} == *9999* ]]; then
 	inherit git-r3
-	EGIT_REPO_URI="
-		git://github.com/ceph/ceph.git
-		https://github.com/ceph/ceph.git"
+	EGIT_REPO_URI="https://github.com/ceph/ceph.git"
 	SRC_URI=""
 else
-	SRC_URI="http://download.ceph.com/tarballs/${P}.tar.gz"
+	SRC_URI="https://download.ceph.com/tarballs/${P}.tar.gz"
 	KEYWORDS="~amd64 ~arm64 ~x86"
 fi
 
 DESCRIPTION="Ceph distributed filesystem"
-HOMEPAGE="http://ceph.com/"
+HOMEPAGE="https://ceph.com/"
 
 LICENSE="LGPL-2.1"
 SLOT="0"

diff --git a/sys-cluster/ceph/ceph-10.2.9.ebuild b/sys-cluster/ceph/ceph-10.2.9.ebuild
index 1dff5e6b0d1..90cd7f880ef 100644
--- a/sys-cluster/ceph/ceph-10.2.9.ebuild
+++ b/sys-cluster/ceph/ceph-10.2.9.ebuild
@@ -9,17 +9,15 @@ inherit check-reqs autotools eutils python-r1 udev user \
 
 if [[ ${PV} == *9999* ]]; then
 	inherit git-r3
-	EGIT_REPO_URI="
-		git://github.com/ceph/ceph.git
-		https://github.com/ceph/ceph.git"
+	EGIT_REPO_URI="https://github.com/ceph/ceph.git"
 	SRC_URI=""
 else
-	SRC_URI="http://download.ceph.com/tarballs/${P}.tar.gz"
+	SRC_URI="https://download.ceph.com/tarballs/${P}.tar.gz"
 	KEYWORDS="~amd64 ~arm64 ~x86"
 fi
 
 DESCRIPTION="Ceph distributed filesystem"
-HOMEPAGE="http://ceph.com/"
+HOMEPAGE="https://ceph.com/"
 
 LICENSE="LGPL-2.1"
 SLOT="0"

diff --git a/sys-cluster/ceph/ceph-9.2.1-r2.ebuild b/sys-cluster/ceph/ceph-9.2.1-r2.ebuild
index a77b780b22c..529686284af 100644
--- a/sys-cluster/ceph/ceph-9.2.1-r2.ebuild
+++ b/sys-cluster/ceph/ceph-9.2.1-r2.ebuild
@@ -6,19 +6,17 @@ PYTHON_COMPAT=( python2_7 )
 
 if [[ $PV = *9999* ]]; then
 	scm_eclass=git-r3
-	EGIT_REPO_URI="
-		git://github.com/ceph/ceph.git
-		https://github.com/ceph/ceph.git"
+	EGIT_REPO_URI="https://github.com/ceph/ceph.git"
 	SRC_URI=""
 else
-	SRC_URI="http://ceph.com/download/${P}.tar.gz"
+	SRC_URI="https://download.ceph.com/tarballs/${P}.tar.gz"
 fi
 KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86"
 
 inherit check-reqs autotools eutils multilib python-single-r1 udev user readme.gentoo systemd versionator ${scm_eclass}
 
 DESCRIPTION="Ceph distributed filesystem"
-HOMEPAGE="http://ceph.com/"
+HOMEPAGE="https://ceph.com/"
 
 LICENSE="LGPL-2.1"
 SLOT="0"