From: Craig Andrews Date: Sat, 9 Dec 2017 18:24:52 +0000 (-0500) Subject: media-libs/libbdplus: use https for SRC_URI, HOMEPAGE, and git repo X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=018ec8a7d841;p=gentoo.git media-libs/libbdplus: use https for SRC_URI, HOMEPAGE, and git repo --- 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"