From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-983184-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 4D9F91396D9
	for <garchives@archives.gentoo.org>; Thu,  9 Nov 2017 22:05:23 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id A548BE0E83;
	Thu,  9 Nov 2017 22:05:21 +0000 (UTC)
Received: from smtp.gentoo.org (dev.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 706C6E0E62
	for <gentoo-commits@lists.gentoo.org>; Thu,  9 Nov 2017 22:05:20 +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 4579B33C770
	for <gentoo-commits@lists.gentoo.org>; Thu,  9 Nov 2017 22:05:19 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id C0D20989D
	for <gentoo-commits@lists.gentoo.org>; Thu,  9 Nov 2017 22:05:17 +0000 (UTC)
From: "Mike Gilbert" <floppym@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, "Mike Gilbert" <floppym@gentoo.org>
Message-ID: <1510264999.b9e649adc1be898ec5544eb5e13facd7a4fdde61.floppym@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/ccache/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-util/ccache/ccache-3.2.4.ebuild dev-util/ccache/ccache-3.2.5.ebuild dev-util/ccache/ccache-3.2.7.ebuild dev-util/ccache/ccache-3.3.3.ebuild dev-util/ccache/ccache-3.3.4-r1.ebuild dev-util/ccache/ccache-3.3.4.ebuild
X-VCS-Directories: dev-util/ccache/
X-VCS-Committer: floppym
X-VCS-Committer-Name: Mike Gilbert
X-VCS-Revision: b9e649adc1be898ec5544eb5e13facd7a4fdde61
X-VCS-Branch: master
Date: Thu,  9 Nov 2017 22:05:17 +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: 90868fd9-f916-4619-b95a-15547790e421
X-Archives-Hash: baaeb4de744964d42a950c7423fc2098

commit:     b9e649adc1be898ec5544eb5e13facd7a4fdde61
Author:     Francesco Turco <fturco <AT> fastmail <DOT> fm>
AuthorDate: Sat Sep  9 15:25:15 2017 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Thu Nov  9 22:03:19 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9e649ad

dev-util/ccache: use HTTPS for links to samba.org (bug #636916)

 dev-util/ccache/ccache-3.2.4.ebuild    | 6 +++---
 dev-util/ccache/ccache-3.2.5.ebuild    | 6 +++---
 dev-util/ccache/ccache-3.2.7.ebuild    | 6 +++---
 dev-util/ccache/ccache-3.3.3.ebuild    | 6 +++---
 dev-util/ccache/ccache-3.3.4-r1.ebuild | 4 ++--
 dev-util/ccache/ccache-3.3.4.ebuild    | 6 +++---
 6 files changed, 17 insertions(+), 17 deletions(-)

diff --git a/dev-util/ccache/ccache-3.2.4.ebuild b/dev-util/ccache/ccache-3.2.4.ebuild
index 3108ac512f5..41c25b6006e 100644
--- a/dev-util/ccache/ccache-3.2.4.ebuild
+++ b/dev-util/ccache/ccache-3.2.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -6,8 +6,8 @@ EAPI=5
 inherit eutils readme.gentoo
 
 DESCRIPTION="fast compiler cache"
-HOMEPAGE="http://ccache.samba.org/"
-SRC_URI="http://samba.org/ftp/ccache/${P}.tar.xz"
+HOMEPAGE="https://ccache.samba.org/"
+SRC_URI="https://www.samba.org/ftp/ccache/${P}.tar.xz"
 
 LICENSE="GPL-3"
 SLOT="0"

diff --git a/dev-util/ccache/ccache-3.2.5.ebuild b/dev-util/ccache/ccache-3.2.5.ebuild
index 8eae63e9070..7ca223a160b 100644
--- a/dev-util/ccache/ccache-3.2.5.ebuild
+++ b/dev-util/ccache/ccache-3.2.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -6,8 +6,8 @@ EAPI="5"
 inherit eutils readme.gentoo-r1
 
 DESCRIPTION="fast compiler cache"
-HOMEPAGE="http://ccache.samba.org/"
-SRC_URI="http://samba.org/ftp/ccache/${P}.tar.xz"
+HOMEPAGE="https://ccache.samba.org/"
+SRC_URI="https://www.samba.org/ftp/ccache/${P}.tar.xz"
 
 LICENSE="GPL-3"
 SLOT="0"

diff --git a/dev-util/ccache/ccache-3.2.7.ebuild b/dev-util/ccache/ccache-3.2.7.ebuild
index 8eae63e9070..7ca223a160b 100644
--- a/dev-util/ccache/ccache-3.2.7.ebuild
+++ b/dev-util/ccache/ccache-3.2.7.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -6,8 +6,8 @@ EAPI="5"
 inherit eutils readme.gentoo-r1
 
 DESCRIPTION="fast compiler cache"
-HOMEPAGE="http://ccache.samba.org/"
-SRC_URI="http://samba.org/ftp/ccache/${P}.tar.xz"
+HOMEPAGE="https://ccache.samba.org/"
+SRC_URI="https://www.samba.org/ftp/ccache/${P}.tar.xz"
 
 LICENSE="GPL-3"
 SLOT="0"

diff --git a/dev-util/ccache/ccache-3.3.3.ebuild b/dev-util/ccache/ccache-3.3.3.ebuild
index afb341d0612..e320f86f1d0 100644
--- a/dev-util/ccache/ccache-3.3.3.ebuild
+++ b/dev-util/ccache/ccache-3.3.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -6,8 +6,8 @@ EAPI="5"
 inherit eutils readme.gentoo-r1
 
 DESCRIPTION="fast compiler cache"
-HOMEPAGE="http://ccache.samba.org/"
-SRC_URI="https://samba.org/ftp/ccache/${P}.tar.xz"
+HOMEPAGE="https://ccache.samba.org/"
+SRC_URI="https://www.samba.org/ftp/ccache/${P}.tar.xz"
 
 LICENSE="GPL-3"
 SLOT="0"

diff --git a/dev-util/ccache/ccache-3.3.4-r1.ebuild b/dev-util/ccache/ccache-3.3.4-r1.ebuild
index 56fe73b6cea..d0c81ce1a56 100644
--- a/dev-util/ccache/ccache-3.3.4-r1.ebuild
+++ b/dev-util/ccache/ccache-3.3.4-r1.ebuild
@@ -6,8 +6,8 @@ EAPI=6
 inherit readme.gentoo-r1
 
 DESCRIPTION="fast compiler cache"
-HOMEPAGE="http://ccache.samba.org/"
-SRC_URI="https://samba.org/ftp/ccache/${P}.tar.xz"
+HOMEPAGE="https://ccache.samba.org/"
+SRC_URI="https://www.samba.org/ftp/ccache/${P}.tar.xz"
 
 LICENSE="GPL-3"
 SLOT="0"

diff --git a/dev-util/ccache/ccache-3.3.4.ebuild b/dev-util/ccache/ccache-3.3.4.ebuild
index afb341d0612..e320f86f1d0 100644
--- a/dev-util/ccache/ccache-3.3.4.ebuild
+++ b/dev-util/ccache/ccache-3.3.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -6,8 +6,8 @@ EAPI="5"
 inherit eutils readme.gentoo-r1
 
 DESCRIPTION="fast compiler cache"
-HOMEPAGE="http://ccache.samba.org/"
-SRC_URI="https://samba.org/ftp/ccache/${P}.tar.xz"
+HOMEPAGE="https://ccache.samba.org/"
+SRC_URI="https://www.samba.org/ftp/ccache/${P}.tar.xz"
 
 LICENSE="GPL-3"
 SLOT="0"