media-libs/opus: move from git-2 to git-r3 and use https for git repo
authorTim Harder <radhermit@gentoo.org>
Thu, 31 Aug 2017 12:47:44 +0000 (08:47 -0400)
committerTim Harder <radhermit@gentoo.org>
Thu, 31 Aug 2017 12:56:03 +0000 (08:56 -0400)
media-libs/opus/opus-1.1.3-r1.ebuild
media-libs/opus/opus-1.2.1.ebuild

index 525d3bf812b5c5a93d7a60070e5d6bae6f22bdb5..03fade57597955f391a938921ba930cc01c6faac 100644 (file)
@@ -5,8 +5,8 @@ EAPI=6
 inherit multilib-minimal
 
 if [[ ${PV} == *9999 ]] ; then
-       inherit git-2
-       EGIT_REPO_URI="git://git.opus-codec.org/opus.git"
+       inherit git-r3
+       EGIT_REPO_URI="https://git.xiph.org/opus.git"
 else
        SRC_URI="http://downloads.xiph.org/releases/${PN}/${P}.tar.gz"
        KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~amd64-fbsd"
index 513796aba7b03803d5aebebe808de78db7763d7d..ea49b691cc38c1dab55da3bcd52780a8e41383c7 100644 (file)
@@ -5,8 +5,8 @@ EAPI=6
 inherit autotools multilib-minimal
 
 if [[ ${PV} == *9999 ]] ; then
-       inherit git-2
-       EGIT_REPO_URI="git://git.opus-codec.org/opus.git"
+       inherit git-r3
+       EGIT_REPO_URI="https://git.xiph.org/opus.git"
 else
        SRC_URI="https://github.com/xiph/opus/archive/v${PV/_/-}.tar.gz -> ${P}.tar.gz"
        if [[ "${PV}" != *_alpha* ]] &&  [[ "${PV}" != *_beta* ]] ; then