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: 1512844877.018ec8a7d8411fb44a08b8e7882951537567cec7.candrews@gentoo
1 commit: 018ec8a7d8411fb44a08b8e7882951537567cec7
2 Author: Craig Andrews <candrews <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 9 18:24:52 2017 +0000
4 Commit: Craig Andrews <candrews <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 9 18:41:17 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=018ec8a7
7
8 media-libs/libbdplus: use https for SRC_URI, HOMEPAGE, and git repo
9
10 media-libs/libbdplus/libbdplus-0.1.2.ebuild | 6 +++---
11 media-libs/libbdplus/libbdplus-9999.ebuild | 6 +++---
12 2 files changed, 6 insertions(+), 6 deletions(-)
13
14 diff --git a/media-libs/libbdplus/libbdplus-0.1.2.ebuild b/media-libs/libbdplus/libbdplus-0.1.2.ebuild
15 index c63eb630260..3035e2372cf 100644
16 --- a/media-libs/libbdplus/libbdplus-0.1.2.ebuild
17 +++ b/media-libs/libbdplus/libbdplus-0.1.2.ebuild
18 @@ -6,14 +6,14 @@ inherit autotools-multilib
19
20 if [[ ${PV} == 9999 ]] ; then
21 inherit git-r3
22 - EGIT_REPO_URI="git://git.videolan.org/${PN}.git"
23 + EGIT_REPO_URI="https://git.videolan.org/${PN}.git"
24 else
25 - SRC_URI="http://downloads.videolan.org/pub/videolan/${PN}/${PV}/${P}.tar.bz2"
26 + SRC_URI="https://downloads.videolan.org/pub/videolan/${PN}/${PV}/${P}.tar.bz2"
27 KEYWORDS="amd64 ppc ppc64 sparc x86"
28 fi
29
30 DESCRIPTION="Blu-ray library for BD+ decryption"
31 -HOMEPAGE="http://www.videolan.org/developers/libbdplus.html"
32 +HOMEPAGE="https://www.videolan.org/developers/libbdplus.html"
33
34 LICENSE="LGPL-2.1"
35 SLOT="0"
36
37 diff --git a/media-libs/libbdplus/libbdplus-9999.ebuild b/media-libs/libbdplus/libbdplus-9999.ebuild
38 index be4a630f4b0..f9796986f40 100644
39 --- a/media-libs/libbdplus/libbdplus-9999.ebuild
40 +++ b/media-libs/libbdplus/libbdplus-9999.ebuild
41 @@ -6,14 +6,14 @@ inherit autotools-multilib
42
43 if [[ ${PV} == 9999 ]] ; then
44 inherit git-r3
45 - EGIT_REPO_URI="git://git.videolan.org/${PN}.git"
46 + EGIT_REPO_URI="https://git.videolan.org/${PN}.git"
47 else
48 - SRC_URI="http://downloads.videolan.org/pub/videolan/${PN}/${PV}/${P}.tar.bz2"
49 + SRC_URI="https://downloads.videolan.org/pub/videolan/${PN}/${PV}/${P}.tar.bz2"
50 KEYWORDS="~amd64 ~x86"
51 fi
52
53 DESCRIPTION="Blu-ray library for BD+ decryption"
54 -HOMEPAGE="http://www.videolan.org/developers/libbdplus.html"
55 +HOMEPAGE="https://www.videolan.org/developers/libbdplus.html"
56
57 LICENSE="LGPL-2.1"
58 SLOT="0"