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 24484139083 for ; Sat, 9 Dec 2017 18:41:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 676EEE1122; Sat, 9 Dec 2017 18:41:49 +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 4224AE1121 for ; Sat, 9 Dec 2017 18:41:49 +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 5274A33C6B6 for ; Sat, 9 Dec 2017 18:41:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 211DEAE7E for ; Sat, 9 Dec 2017 18:41:45 +0000 (UTC) From: "Craig Andrews" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Craig Andrews" Message-ID: <1512844879.684adb614c24171ce50d520a628b16e1e1860a8d.candrews@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/x264/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/x264/x264-0.0.20160712.ebuild media-libs/x264/x264-0.0.20170701.ebuild media-libs/x264/x264-9999.ebuild X-VCS-Directories: media-libs/x264/ X-VCS-Committer: candrews X-VCS-Committer-Name: Craig Andrews X-VCS-Revision: 684adb614c24171ce50d520a628b16e1e1860a8d X-VCS-Branch: master Date: Sat, 9 Dec 2017 18: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-Archives-Salt: 52d77fc4-92cf-4a48-ae8d-ac4a8899bf1a X-Archives-Hash: e3001387c8063079e3fe6469aef8d9b4 commit: 684adb614c24171ce50d520a628b16e1e1860a8d Author: Craig Andrews gentoo org> AuthorDate: Sat Dec 9 18:26:39 2017 +0000 Commit: Craig Andrews gentoo org> CommitDate: Sat Dec 9 18:41:19 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=684adb61 media-libs/x264: use https for git repo media-libs/x264/x264-0.0.20160712.ebuild | 2 +- media-libs/x264/x264-0.0.20170701.ebuild | 2 +- media-libs/x264/x264-9999.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/media-libs/x264/x264-0.0.20160712.ebuild b/media-libs/x264/x264-0.0.20160712.ebuild index 9259709a64f..853a84945eb 100644 --- a/media-libs/x264/x264-0.0.20160712.ebuild +++ b/media-libs/x264/x264-0.0.20160712.ebuild @@ -9,7 +9,7 @@ DESCRIPTION="A free library for encoding X264/AVC streams" HOMEPAGE="https://www.videolan.org/developers/x264.html" if [[ ${PV} == 9999 ]]; then inherit git-2 - EGIT_REPO_URI="git://git.videolan.org/x264.git" + EGIT_REPO_URI="https://git.videolan.org/x264.git" else inherit versionator MY_P="x264-snapshot-$(get_version_component_range 3)-2245" diff --git a/media-libs/x264/x264-0.0.20170701.ebuild b/media-libs/x264/x264-0.0.20170701.ebuild index 1038f8e8723..3d55a45da84 100644 --- a/media-libs/x264/x264-0.0.20170701.ebuild +++ b/media-libs/x264/x264-0.0.20170701.ebuild @@ -9,7 +9,7 @@ DESCRIPTION="A free library for encoding X264/AVC streams" HOMEPAGE="https://www.videolan.org/developers/x264.html" if [[ ${PV} == 9999 ]]; then inherit git-2 - EGIT_REPO_URI="git://git.videolan.org/x264.git" + EGIT_REPO_URI="https://git.videolan.org/x264.git" else inherit versionator MY_P="x264-snapshot-$(get_version_component_range 3)-2245" diff --git a/media-libs/x264/x264-9999.ebuild b/media-libs/x264/x264-9999.ebuild index 1038f8e8723..3d55a45da84 100644 --- a/media-libs/x264/x264-9999.ebuild +++ b/media-libs/x264/x264-9999.ebuild @@ -9,7 +9,7 @@ DESCRIPTION="A free library for encoding X264/AVC streams" HOMEPAGE="https://www.videolan.org/developers/x264.html" if [[ ${PV} == 9999 ]]; then inherit git-2 - EGIT_REPO_URI="git://git.videolan.org/x264.git" + EGIT_REPO_URI="https://git.videolan.org/x264.git" else inherit versionator MY_P="x264-snapshot-$(get_version_component_range 3)-2245"