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 BE16B1396D0 for ; Thu, 17 Aug 2017 17:06:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 056741FC053; Thu, 17 Aug 2017 17:06:07 +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 BA7311FC053 for ; Thu, 17 Aug 2017 17:06:06 +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 3A0233418C1 for ; Thu, 17 Aug 2017 17:06:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3F111791F for ; Thu, 17 Aug 2017 17:06:02 +0000 (UTC) From: "Michał Górny" 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" Message-ID: <1502989486.33b0cdb97d2969cc6a51ecc1721bbf756fbf8ce6.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/wayland-protocols/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/wayland-protocols/wayland-protocols-1.7.ebuild dev-libs/wayland-protocols/wayland-protocols-1.8.ebuild dev-libs/wayland-protocols/wayland-protocols-1.9.ebuild dev-libs/wayland-protocols/wayland-protocols-9999.ebuild X-VCS-Directories: dev-libs/wayland-protocols/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 33b0cdb97d2969cc6a51ecc1721bbf756fbf8ce6 X-VCS-Branch: master Date: Thu, 17 Aug 2017 17:06:02 +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: 77445b93-6afa-4923-bb86-bf30990c17b8 X-Archives-Hash: 7f8b5a5ff6abfbdb0d6af1b59def6b46 commit: 33b0cdb97d2969cc6a51ecc1721bbf756fbf8ce6 Author: David Hicks hicks id au> AuthorDate: Mon Jul 31 13:18:43 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Aug 17 17:04:46 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33b0cdb9 dev-libs/wayland-protocols: use HTTPS for freedesktop.org Package-Manager: Portage-2.3.6, Repoman-2.3.3 dev-libs/wayland-protocols/wayland-protocols-1.7.ebuild | 2 +- dev-libs/wayland-protocols/wayland-protocols-1.8.ebuild | 2 +- dev-libs/wayland-protocols/wayland-protocols-1.9.ebuild | 2 +- dev-libs/wayland-protocols/wayland-protocols-9999.ebuild | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-libs/wayland-protocols/wayland-protocols-1.7.ebuild b/dev-libs/wayland-protocols/wayland-protocols-1.7.ebuild index f57e0ca018d..bf2247666d7 100644 --- a/dev-libs/wayland-protocols/wayland-protocols-1.7.ebuild +++ b/dev-libs/wayland-protocols/wayland-protocols-1.7.ebuild @@ -4,7 +4,7 @@ EAPI=5 if [[ ${PV} = 9999* ]]; then - EGIT_REPO_URI="git://anongit.freedesktop.org/git/wayland/${PN}" + EGIT_REPO_URI="https://anongit.freedesktop.org/git/wayland/wayland-protocols.git" GIT_ECLASS="git-r3" EXPERIMENTAL="true" AUTOTOOLS_AUTORECONF=1 diff --git a/dev-libs/wayland-protocols/wayland-protocols-1.8.ebuild b/dev-libs/wayland-protocols/wayland-protocols-1.8.ebuild index 3c94786ff4b..15cac561d89 100644 --- a/dev-libs/wayland-protocols/wayland-protocols-1.8.ebuild +++ b/dev-libs/wayland-protocols/wayland-protocols-1.8.ebuild @@ -4,7 +4,7 @@ EAPI=5 if [[ ${PV} = 9999* ]]; then - EGIT_REPO_URI="git://anongit.freedesktop.org/git/wayland/${PN}" + EGIT_REPO_URI="https://anongit.freedesktop.org/git/wayland/wayland-protocols.git" GIT_ECLASS="git-r3" EXPERIMENTAL="true" AUTOTOOLS_AUTORECONF=1 diff --git a/dev-libs/wayland-protocols/wayland-protocols-1.9.ebuild b/dev-libs/wayland-protocols/wayland-protocols-1.9.ebuild index 3c94786ff4b..15cac561d89 100644 --- a/dev-libs/wayland-protocols/wayland-protocols-1.9.ebuild +++ b/dev-libs/wayland-protocols/wayland-protocols-1.9.ebuild @@ -4,7 +4,7 @@ EAPI=5 if [[ ${PV} = 9999* ]]; then - EGIT_REPO_URI="git://anongit.freedesktop.org/git/wayland/${PN}" + EGIT_REPO_URI="https://anongit.freedesktop.org/git/wayland/wayland-protocols.git" GIT_ECLASS="git-r3" EXPERIMENTAL="true" AUTOTOOLS_AUTORECONF=1 diff --git a/dev-libs/wayland-protocols/wayland-protocols-9999.ebuild b/dev-libs/wayland-protocols/wayland-protocols-9999.ebuild index d25cad183e7..70049b66d03 100644 --- a/dev-libs/wayland-protocols/wayland-protocols-9999.ebuild +++ b/dev-libs/wayland-protocols/wayland-protocols-9999.ebuild @@ -4,7 +4,7 @@ EAPI=5 if [[ ${PV} = 9999* ]]; then - EGIT_REPO_URI="git://anongit.freedesktop.org/git/wayland/${PN}" + EGIT_REPO_URI="https://anongit.freedesktop.org/git/wayland/wayland-protocols.git" GIT_ECLASS="git-r3" EXPERIMENTAL="true" AUTOTOOLS_AUTORECONF=1