summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig Andrews <candrews@gentoo.org>2017-12-09 13:24:52 -0500
committerCraig Andrews <candrews@gentoo.org>2017-12-09 13:41:17 -0500
commit018ec8a7d8411fb44a08b8e7882951537567cec7 (patch)
treeb1a8e12e63d182562b71348037085f2561700167 /media-libs
parentmedia-libs/x265: Use downloads.videolan.org (diff)
downloadgentoo-018ec8a7d8411fb44a08b8e7882951537567cec7.tar.gz
gentoo-018ec8a7d8411fb44a08b8e7882951537567cec7.tar.bz2
gentoo-018ec8a7d8411fb44a08b8e7882951537567cec7.zip
media-libs/libbdplus: use https for SRC_URI, HOMEPAGE, and git repo
Diffstat (limited to 'media-libs')
-rw-r--r--media-libs/libbdplus/libbdplus-0.1.2.ebuild6
-rw-r--r--media-libs/libbdplus/libbdplus-9999.ebuild6
2 files changed, 6 insertions, 6 deletions
diff --git a/media-libs/libbdplus/libbdplus-0.1.2.ebuild b/media-libs/libbdplus/libbdplus-0.1.2.ebuild
index c63eb630260e..3035e2372cf3 100644
--- a/media-libs/libbdplus/libbdplus-0.1.2.ebuild
+++ b/media-libs/libbdplus/libbdplus-0.1.2.ebuild
@@ -6,14 +6,14 @@ inherit autotools-multilib
if [[ ${PV} == 9999 ]] ; then
inherit git-r3
- EGIT_REPO_URI="git://git.videolan.org/${PN}.git"
+ EGIT_REPO_URI="https://git.videolan.org/${PN}.git"
else
- SRC_URI="http://downloads.videolan.org/pub/videolan/${PN}/${PV}/${P}.tar.bz2"
+ SRC_URI="https://downloads.videolan.org/pub/videolan/${PN}/${PV}/${P}.tar.bz2"
KEYWORDS="amd64 ppc ppc64 sparc x86"
fi
DESCRIPTION="Blu-ray library for BD+ decryption"
-HOMEPAGE="http://www.videolan.org/developers/libbdplus.html"
+HOMEPAGE="https://www.videolan.org/developers/libbdplus.html"
LICENSE="LGPL-2.1"
SLOT="0"
diff --git a/media-libs/libbdplus/libbdplus-9999.ebuild b/media-libs/libbdplus/libbdplus-9999.ebuild
index be4a630f4b02..f9796986f408 100644
--- a/media-libs/libbdplus/libbdplus-9999.ebuild
+++ b/media-libs/libbdplus/libbdplus-9999.ebuild
@@ -6,14 +6,14 @@ inherit autotools-multilib
if [[ ${PV} == 9999 ]] ; then
inherit git-r3
- EGIT_REPO_URI="git://git.videolan.org/${PN}.git"
+ EGIT_REPO_URI="https://git.videolan.org/${PN}.git"
else
- SRC_URI="http://downloads.videolan.org/pub/videolan/${PN}/${PV}/${P}.tar.bz2"
+ SRC_URI="https://downloads.videolan.org/pub/videolan/${PN}/${PV}/${P}.tar.bz2"
KEYWORDS="~amd64 ~x86"
fi
DESCRIPTION="Blu-ray library for BD+ decryption"
-HOMEPAGE="http://www.videolan.org/developers/libbdplus.html"
+HOMEPAGE="https://www.videolan.org/developers/libbdplus.html"
LICENSE="LGPL-2.1"
SLOT="0"