Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/x264/
Date: Sun, 05 May 2019 19:05:45
Message-Id: 1557083043.753bca5c6d5099cc78184aac33b24e519f13bd47.floppym@gentoo
1 commit: 753bca5c6d5099cc78184aac33b24e519f13bd47
2 Author: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache <DOT> Org>
3 AuthorDate: Sun May 5 03:05:01 2019 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Sun May 5 19:04:03 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=753bca5c
7
8 media-libs/x264: Update EGIT_REPO_URI.
9
10 Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache.Org>
11 Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
12
13 media-libs/x264/x264-0.0.20170701.ebuild | 4 ++--
14 media-libs/x264/x264-0.0.20190214.ebuild | 2 +-
15 media-libs/x264/x264-9999.ebuild | 2 +-
16 3 files changed, 4 insertions(+), 4 deletions(-)
17
18 diff --git a/media-libs/x264/x264-0.0.20170701.ebuild b/media-libs/x264/x264-0.0.20170701.ebuild
19 index 64b8d68e5bb..284bd9ada4b 100644
20 --- a/media-libs/x264/x264-0.0.20170701.ebuild
21 +++ b/media-libs/x264/x264-0.0.20170701.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2018 Gentoo Foundation
24 +# Copyright 1999-2019 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=6
28 @@ -9,7 +9,7 @@ DESCRIPTION="A free library for encoding X264/AVC streams"
29 HOMEPAGE="https://www.videolan.org/developers/x264.html"
30 if [[ ${PV} == 9999 ]]; then
31 inherit git-r3
32 - EGIT_REPO_URI="https://git.videolan.org/git/x264.git"
33 + EGIT_REPO_URI="https://code.videolan.org/videolan/x264.git"
34 else
35 inherit versionator
36 MY_P="x264-snapshot-$(get_version_component_range 3)-2245"
37
38 diff --git a/media-libs/x264/x264-0.0.20190214.ebuild b/media-libs/x264/x264-0.0.20190214.ebuild
39 index 0128bcd158b..ee5e6ace2cd 100644
40 --- a/media-libs/x264/x264-0.0.20190214.ebuild
41 +++ b/media-libs/x264/x264-0.0.20190214.ebuild
42 @@ -9,7 +9,7 @@ DESCRIPTION="A free library for encoding X264/AVC streams"
43 HOMEPAGE="https://www.videolan.org/developers/x264.html"
44 if [[ ${PV} == 9999 ]]; then
45 inherit git-r3
46 - EGIT_REPO_URI="https://git.videolan.org/git/x264.git"
47 + EGIT_REPO_URI="https://code.videolan.org/videolan/x264.git"
48 else
49 MY_P="x264-snapshot-$(ver_cut 3)-2245"
50 SRC_URI="https://download.videolan.org/pub/videolan/x264/snapshots/${MY_P}.tar.bz2"
51
52 diff --git a/media-libs/x264/x264-9999.ebuild b/media-libs/x264/x264-9999.ebuild
53 index 0128bcd158b..ee5e6ace2cd 100644
54 --- a/media-libs/x264/x264-9999.ebuild
55 +++ b/media-libs/x264/x264-9999.ebuild
56 @@ -9,7 +9,7 @@ DESCRIPTION="A free library for encoding X264/AVC streams"
57 HOMEPAGE="https://www.videolan.org/developers/x264.html"
58 if [[ ${PV} == 9999 ]]; then
59 inherit git-r3
60 - EGIT_REPO_URI="https://git.videolan.org/git/x264.git"
61 + EGIT_REPO_URI="https://code.videolan.org/videolan/x264.git"
62 else
63 MY_P="x264-snapshot-$(ver_cut 3)-2245"
64 SRC_URI="https://download.videolan.org/pub/videolan/x264/snapshots/${MY_P}.tar.bz2"