Gentoo Archives: gentoo-commits

From: Craig Andrews <candrews@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/x264/
Date: Sat, 09 Dec 2017 18:41:50
Message-Id: 1512844879.684adb614c24171ce50d520a628b16e1e1860a8d.candrews@gentoo
1 commit: 684adb614c24171ce50d520a628b16e1e1860a8d
2 Author: Craig Andrews <candrews <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 9 18:26:39 2017 +0000
4 Commit: Craig Andrews <candrews <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 9 18:41:19 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=684adb61
7
8 media-libs/x264: use https for git repo
9
10 media-libs/x264/x264-0.0.20160712.ebuild | 2 +-
11 media-libs/x264/x264-0.0.20170701.ebuild | 2 +-
12 media-libs/x264/x264-9999.ebuild | 2 +-
13 3 files changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/media-libs/x264/x264-0.0.20160712.ebuild b/media-libs/x264/x264-0.0.20160712.ebuild
16 index 9259709a64f..853a84945eb 100644
17 --- a/media-libs/x264/x264-0.0.20160712.ebuild
18 +++ b/media-libs/x264/x264-0.0.20160712.ebuild
19 @@ -9,7 +9,7 @@ DESCRIPTION="A free library for encoding X264/AVC streams"
20 HOMEPAGE="https://www.videolan.org/developers/x264.html"
21 if [[ ${PV} == 9999 ]]; then
22 inherit git-2
23 - EGIT_REPO_URI="git://git.videolan.org/x264.git"
24 + EGIT_REPO_URI="https://git.videolan.org/x264.git"
25 else
26 inherit versionator
27 MY_P="x264-snapshot-$(get_version_component_range 3)-2245"
28
29 diff --git a/media-libs/x264/x264-0.0.20170701.ebuild b/media-libs/x264/x264-0.0.20170701.ebuild
30 index 1038f8e8723..3d55a45da84 100644
31 --- a/media-libs/x264/x264-0.0.20170701.ebuild
32 +++ b/media-libs/x264/x264-0.0.20170701.ebuild
33 @@ -9,7 +9,7 @@ DESCRIPTION="A free library for encoding X264/AVC streams"
34 HOMEPAGE="https://www.videolan.org/developers/x264.html"
35 if [[ ${PV} == 9999 ]]; then
36 inherit git-2
37 - EGIT_REPO_URI="git://git.videolan.org/x264.git"
38 + EGIT_REPO_URI="https://git.videolan.org/x264.git"
39 else
40 inherit versionator
41 MY_P="x264-snapshot-$(get_version_component_range 3)-2245"
42
43 diff --git a/media-libs/x264/x264-9999.ebuild b/media-libs/x264/x264-9999.ebuild
44 index 1038f8e8723..3d55a45da84 100644
45 --- a/media-libs/x264/x264-9999.ebuild
46 +++ b/media-libs/x264/x264-9999.ebuild
47 @@ -9,7 +9,7 @@ DESCRIPTION="A free library for encoding X264/AVC streams"
48 HOMEPAGE="https://www.videolan.org/developers/x264.html"
49 if [[ ${PV} == 9999 ]]; then
50 inherit git-2
51 - EGIT_REPO_URI="git://git.videolan.org/x264.git"
52 + EGIT_REPO_URI="https://git.videolan.org/x264.git"
53 else
54 inherit versionator
55 MY_P="x264-snapshot-$(get_version_component_range 3)-2245"