diff options
author | Tim Harder <radhermit@gentoo.org> | 2017-08-23 07:14:01 -0400 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2017-08-23 07:14:01 -0400 |
commit | 28670f0ea1f3c962728f5034e39309e4c5d716a2 (patch) | |
tree | 5bcc10e3843b23c468b724c1be26a710c549fc61 /media-libs/libdvdnav | |
parent | media-libs/libdvdread: use https for git repo (diff) | |
download | gentoo-28670f0ea1f3c962728f5034e39309e4c5d716a2.tar.gz gentoo-28670f0ea1f3c962728f5034e39309e4c5d716a2.tar.bz2 gentoo-28670f0ea1f3c962728f5034e39309e4c5d716a2.zip |
media-libs/libdvdnav: use https for git repo
Diffstat (limited to 'media-libs/libdvdnav')
-rw-r--r-- | media-libs/libdvdnav/libdvdnav-5.0.3.ebuild | 2 | ||||
-rw-r--r-- | media-libs/libdvdnav/libdvdnav-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/libdvdnav/libdvdnav-5.0.3.ebuild b/media-libs/libdvdnav/libdvdnav-5.0.3.ebuild index 16ae0d9729db..6a62a003f8f4 100644 --- a/media-libs/libdvdnav/libdvdnav-5.0.3.ebuild +++ b/media-libs/libdvdnav/libdvdnav-5.0.3.ebuild @@ -10,7 +10,7 @@ DESCRIPTION="Library for DVD navigation tools" HOMEPAGE="https://www.videolan.org/developers/libdvdnav.html" if [[ ${PV} = 9999 ]]; then inherit git-r3 - EGIT_REPO_URI="git://git.videolan.org/libdvdnav.git" + EGIT_REPO_URI="https://code.videolan.org/videolan/libdvdnav.git" else SRC_URI="https://downloads.videolan.org/pub/videolan/libdvdnav/${PV}/${P}.tar.bz2" KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" diff --git a/media-libs/libdvdnav/libdvdnav-9999.ebuild b/media-libs/libdvdnav/libdvdnav-9999.ebuild index 3f031ba4e534..af3c795d7a55 100644 --- a/media-libs/libdvdnav/libdvdnav-9999.ebuild +++ b/media-libs/libdvdnav/libdvdnav-9999.ebuild @@ -10,7 +10,7 @@ DESCRIPTION="Library for DVD navigation tools" HOMEPAGE="https://www.videolan.org/developers/libdvdnav.html" if [[ ${PV} = 9999 ]]; then inherit git-r3 - EGIT_REPO_URI="git://git.videolan.org/libdvdnav.git" + EGIT_REPO_URI="https://code.videolan.org/videolan/libdvdnav.git" else SRC_URI="https://downloads.videolan.org/pub/videolan/libdvdnav/${PV}/${P}.tar.bz2" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" |