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 CD7F11396D0 for ; Thu, 17 Aug 2017 17:06:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 48AA41FC003; Thu, 17 Aug 2017 17:06:06 +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 0BF141FC003 for ; Thu, 17 Aug 2017 17:06:05 +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 2BB9F3418BD 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 521D87920 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: <1502989488.eee1c4cbcf15db1a79b84ce379889ca52bcea5e0.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/weston/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/weston/weston-1.11.0.ebuild dev-libs/weston/weston-1.12.0.ebuild dev-libs/weston/weston-1.9.0.ebuild dev-libs/weston/weston-9999.ebuild X-VCS-Directories: dev-libs/weston/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: eee1c4cbcf15db1a79b84ce379889ca52bcea5e0 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: d7f19c7c-577b-4a8c-9132-c808e932a454 X-Archives-Hash: e4ea79f705e5ef15ac5e9150e4cd04d1 commit: eee1c4cbcf15db1a79b84ce379889ca52bcea5e0 Author: David Hicks hicks id au> AuthorDate: Mon Jul 31 13:20:19 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Aug 17 17:04:48 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eee1c4cb dev-libs/weston: use HTTPS for freedesktop.org Package-Manager: Portage-2.3.6, Repoman-2.3.3 dev-libs/weston/weston-1.11.0.ebuild | 2 +- dev-libs/weston/weston-1.12.0.ebuild | 2 +- dev-libs/weston/weston-1.9.0.ebuild | 4 ++-- dev-libs/weston/weston-9999.ebuild | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dev-libs/weston/weston-1.11.0.ebuild b/dev-libs/weston/weston-1.11.0.ebuild index 0ccaf51ed0b..9574ec16fc7 100644 --- a/dev-libs/weston/weston-1.11.0.ebuild +++ b/dev-libs/weston/weston-1.11.0.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/weston.git" GIT_ECLASS="git-r3" EXPERIMENTAL="true" fi diff --git a/dev-libs/weston/weston-1.12.0.ebuild b/dev-libs/weston/weston-1.12.0.ebuild index b63753841a8..c990f2b15ef 100644 --- a/dev-libs/weston/weston-1.12.0.ebuild +++ b/dev-libs/weston/weston-1.12.0.ebuild @@ -4,7 +4,7 @@ EAPI=6 if [[ ${PV} = 9999* ]]; then - EGIT_REPO_URI="git://anongit.freedesktop.org/git/wayland/${PN}" + EGIT_REPO_URI="https://anongit.freedesktop.org/git/wayland/weston.git" GIT_ECLASS="git-r3" EXPERIMENTAL="true" fi diff --git a/dev-libs/weston/weston-1.9.0.ebuild b/dev-libs/weston/weston-1.9.0.ebuild index c7550e3c92d..9a3663c34e7 100644 --- a/dev-libs/weston/weston-1.9.0.ebuild +++ b/dev-libs/weston/weston-1.9.0.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 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/weston.git" GIT_ECLASS="git-r3" EXPERIMENTAL="true" fi diff --git a/dev-libs/weston/weston-9999.ebuild b/dev-libs/weston/weston-9999.ebuild index b63753841a8..c990f2b15ef 100644 --- a/dev-libs/weston/weston-9999.ebuild +++ b/dev-libs/weston/weston-9999.ebuild @@ -4,7 +4,7 @@ EAPI=6 if [[ ${PV} = 9999* ]]; then - EGIT_REPO_URI="git://anongit.freedesktop.org/git/wayland/${PN}" + EGIT_REPO_URI="https://anongit.freedesktop.org/git/wayland/weston.git" GIT_ECLASS="git-r3" EXPERIMENTAL="true" fi