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/libbdplus/
Date: Sat, 09 Dec 2017 18:41:48
Message-Id: 1512844872.003a40e100a9b60def59cd9aadc6fa3ddcd9b61c.candrews@gentoo
1 commit: 003a40e100a9b60def59cd9aadc6fa3ddcd9b61c
2 Author: Craig Andrews <candrews <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 9 18:20:42 2017 +0000
4 Commit: Craig Andrews <candrews <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 9 18:41:12 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=003a40e1
7
8 media-libs/libbdplus: Use downloads.videolan.org
9
10 ftp.videolan.org now serves an invalid certificate
11
12 media-libs/libbdplus/libbdplus-0.1.2.ebuild | 2 +-
13 media-libs/libbdplus/libbdplus-9999.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/media-libs/libbdplus/libbdplus-0.1.2.ebuild b/media-libs/libbdplus/libbdplus-0.1.2.ebuild
17 index 8580551688b..c63eb630260 100644
18 --- a/media-libs/libbdplus/libbdplus-0.1.2.ebuild
19 +++ b/media-libs/libbdplus/libbdplus-0.1.2.ebuild
20 @@ -8,7 +8,7 @@ if [[ ${PV} == 9999 ]] ; then
21 inherit git-r3
22 EGIT_REPO_URI="git://git.videolan.org/${PN}.git"
23 else
24 - SRC_URI="http://ftp.videolan.org/pub/videolan/${PN}/${PV}/${P}.tar.bz2"
25 + SRC_URI="http://downloads.videolan.org/pub/videolan/${PN}/${PV}/${P}.tar.bz2"
26 KEYWORDS="amd64 ppc ppc64 sparc x86"
27 fi
28
29
30 diff --git a/media-libs/libbdplus/libbdplus-9999.ebuild b/media-libs/libbdplus/libbdplus-9999.ebuild
31 index df4dd68a47a..be4a630f4b0 100644
32 --- a/media-libs/libbdplus/libbdplus-9999.ebuild
33 +++ b/media-libs/libbdplus/libbdplus-9999.ebuild
34 @@ -8,7 +8,7 @@ if [[ ${PV} == 9999 ]] ; then
35 inherit git-r3
36 EGIT_REPO_URI="git://git.videolan.org/${PN}.git"
37 else
38 - SRC_URI="http://ftp.videolan.org/pub/videolan/${PN}/${PV}/${P}.tar.bz2"
39 + SRC_URI="http://downloads.videolan.org/pub/videolan/${PN}/${PV}/${P}.tar.bz2"
40 KEYWORDS="~amd64 ~x86"
41 fi