Skip to content

Commit

Permalink
media-libs/libbluray: use https for SRC_URI, HOMEPAGE, and git repo
Browse files Browse the repository at this point in the history
  • Loading branch information
radhermit committed Aug 31, 2017
1 parent 5ac4411 commit 98c9df7
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 16 deletions.
7 changes: 3 additions & 4 deletions media-libs/libbluray/libbluray-0.9.3.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,16 @@ EAPI=6

if [[ "${PV#9999}" != "${PV}" ]] ; then
inherit git-r3
EGIT_REPO_URI="git://git.videolan.org/libbluray.git"
SRC_URI=""
EGIT_REPO_URI="https://git.videolan.org/git/libbluray.git"
else
KEYWORDS="amd64 arm ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd"
SRC_URI="http://ftp.videolan.org/pub/videolan/libbluray/${PV}/${P}.tar.bz2"
SRC_URI="https://ftp.videolan.org/pub/videolan/libbluray/${PV}/${P}.tar.bz2"
fi

inherit autotools java-pkg-opt-2 flag-o-matic eutils multilib-minimal

DESCRIPTION="Blu-ray playback libraries"
HOMEPAGE="http://www.videolan.org/developers/libbluray.html"
HOMEPAGE="https://www.videolan.org/developers/libbluray.html"

LICENSE="LGPL-2.1"
SLOT="0"
Expand Down
7 changes: 3 additions & 4 deletions media-libs/libbluray/libbluray-1.0.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,16 @@ EAPI=6

if [[ "${PV#9999}" != "${PV}" ]] ; then
inherit git-r3
EGIT_REPO_URI="git://git.videolan.org/libbluray.git"
SRC_URI=""
EGIT_REPO_URI="https://git.videolan.org/git/libbluray.git"
else
KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
SRC_URI="http://ftp.videolan.org/pub/videolan/libbluray/${PV}/${P}.tar.bz2"
SRC_URI="https://ftp.videolan.org/pub/videolan/libbluray/${PV}/${P}.tar.bz2"
fi

inherit autotools java-pkg-opt-2 flag-o-matic eutils multilib-minimal

DESCRIPTION="Blu-ray playback libraries"
HOMEPAGE="http://www.videolan.org/developers/libbluray.html"
HOMEPAGE="https://www.videolan.org/developers/libbluray.html"

LICENSE="LGPL-2.1"
SLOT="0/2"
Expand Down
7 changes: 3 additions & 4 deletions media-libs/libbluray/libbluray-1.0.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,16 @@ EAPI=6

if [[ "${PV#9999}" != "${PV}" ]] ; then
inherit git-r3
EGIT_REPO_URI="git://git.videolan.org/libbluray.git"
SRC_URI=""
EGIT_REPO_URI="https://git.videolan.org/git/libbluray.git"
else
KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
SRC_URI="http://ftp.videolan.org/pub/videolan/libbluray/${PV}/${P}.tar.bz2"
SRC_URI="https://ftp.videolan.org/pub/videolan/libbluray/${PV}/${P}.tar.bz2"
fi

inherit autotools java-pkg-opt-2 flag-o-matic eutils multilib-minimal

DESCRIPTION="Blu-ray playback libraries"
HOMEPAGE="http://www.videolan.org/developers/libbluray.html"
HOMEPAGE="https://www.videolan.org/developers/libbluray.html"

LICENSE="LGPL-2.1"
SLOT="0/2"
Expand Down
7 changes: 3 additions & 4 deletions media-libs/libbluray/libbluray-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,16 @@ EAPI=6

if [[ "${PV#9999}" != "${PV}" ]] ; then
inherit git-r3
EGIT_REPO_URI="git://git.videolan.org/libbluray.git"
SRC_URI=""
EGIT_REPO_URI="https://git.videolan.org/git/libbluray.git"
else
KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
SRC_URI="http://ftp.videolan.org/pub/videolan/libbluray/${PV}/${P}.tar.bz2"
SRC_URI="https://ftp.videolan.org/pub/videolan/libbluray/${PV}/${P}.tar.bz2"
fi

inherit autotools java-pkg-opt-2 flag-o-matic eutils multilib-minimal

DESCRIPTION="Blu-ray playback libraries"
HOMEPAGE="http://www.videolan.org/developers/libbluray.html"
HOMEPAGE="https://www.videolan.org/developers/libbluray.html"

LICENSE="LGPL-2.1"
SLOT="0/2"
Expand Down

0 comments on commit 98c9df7

Please sign in to comment.