media-libs/libbdplus: use https for SRC_URI, HOMEPAGE, and git repo
authorCraig Andrews <candrews@gentoo.org>
Sat, 9 Dec 2017 18:24:52 +0000 (13:24 -0500)
committerCraig Andrews <candrews@gentoo.org>
Sat, 9 Dec 2017 18:41:17 +0000 (13:41 -0500)
media-libs/libbdplus/libbdplus-0.1.2.ebuild
media-libs/libbdplus/libbdplus-9999.ebuild

index c63eb630260ee460f6ba582b5d9b716d5b295fd0..3035e2372cf3aa7cfcbbd46f2fade2417b883e32 100644 (file)
@@ -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"
index be4a630f4b02f017f81934e90c7c1748ae1fa213..f9796986f408d76fe7c3df81b7255996be2df32f 100644 (file)
@@ -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"