commit:     45f7b931b4c79efa577d9312e4b117a6616965d8
Author:     David Hicks <david <AT> hicks <DOT> id <DOT> au>
AuthorDate: Sat Jul 29 17:34:23 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jul 30 09:44:42 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45f7b931

media-video/mpv: use HTTPS for GitHub

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 media-video/mpv/mpv-0.18.0-r1.ebuild | 4 ++--
 media-video/mpv/mpv-0.25.0-r2.ebuild | 4 ++--
 media-video/mpv/mpv-0.26.0.ebuild    | 4 ++--
 media-video/mpv/mpv-9999.ebuild      | 4 ++--
 4 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/media-video/mpv/mpv-0.18.0-r1.ebuild 
b/media-video/mpv/mpv-0.18.0-r1.ebuild
index 766511bbc7c..b13860ffdf4 100644
--- a/media-video/mpv/mpv-0.18.0-r1.ebuild
+++ b/media-video/mpv/mpv-0.18.0-r1.ebuild
@@ -14,11 +14,11 @@ DESCRIPTION="Media player based on MPlayer and mplayer2"
 HOMEPAGE="https://mpv.io/";
 
 if [[ ${PV} != *9999* ]]; then
-       SRC_URI="https://github.com/mpv-player/mpv/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+       SRC_URI="https://github.com/mpv-player/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
        KEYWORDS="alpha amd64 ~arm hppa ppc ppc64 x86 ~amd64-linux"
        DOCS=( RELEASE_NOTES )
 else
-       EGIT_REPO_URI="git://github.com/mpv-player/mpv.git"
+       EGIT_REPO_URI="https://github.com/mpv-player/${PN}.git";
        inherit git-r3
 fi
 SRC_URI+=" https://waf.io/waf-${WAF_PV}";

diff --git a/media-video/mpv/mpv-0.25.0-r2.ebuild 
b/media-video/mpv/mpv-0.25.0-r2.ebuild
index f7dc596b438..94be8102058 100644
--- a/media-video/mpv/mpv-0.25.0-r2.ebuild
+++ b/media-video/mpv/mpv-0.25.0-r2.ebuild
@@ -15,13 +15,13 @@ HOMEPAGE="https://mpv.io/";
 
 if [[ ${PV} != *9999* ]]; then
        SRC_URI="
-               https://github.com/mpv-player/mpv/archive/v${PV}.tar.gz -> 
${P}.tar.gz
+               https://github.com/mpv-player/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz
                
https://dev.gentoo.org/~kensington/distfiles/${P}-patches-${PR}.tar.xz
        "
        KEYWORDS="~alpha amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux"
        DOCS=( RELEASE_NOTES )
 else
-       EGIT_REPO_URI=( {https,git}://github.com/mpv-player/mpv.git )
+       EGIT_REPO_URI="https://github.com/mpv-player/${PN}.git";
        inherit git-r3
 fi
 SRC_URI+=" https://waf.io/waf-${WAF_PV}";

diff --git a/media-video/mpv/mpv-0.26.0.ebuild 
b/media-video/mpv/mpv-0.26.0.ebuild
index 1ba306adcda..164672738f8 100644
--- a/media-video/mpv/mpv-0.26.0.ebuild
+++ b/media-video/mpv/mpv-0.26.0.ebuild
@@ -14,11 +14,11 @@ DESCRIPTION="Media player based on MPlayer and mplayer2"
 HOMEPAGE="https://mpv.io/";
 
 if [[ ${PV} != *9999* ]]; then
-       SRC_URI="https://github.com/mpv-player/mpv/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+       SRC_URI="https://github.com/mpv-player/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
        KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux"
        DOCS=( RELEASE_NOTES )
 else
-       EGIT_REPO_URI=( {https,git}://github.com/mpv-player/mpv.git )
+       EGIT_REPO_URI="https://github.com/mpv-player/${PN}.git";
        inherit git-r3
 fi
 SRC_URI+=" https://waf.io/waf-${WAF_PV}";

diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild
index 1ba306adcda..164672738f8 100644
--- a/media-video/mpv/mpv-9999.ebuild
+++ b/media-video/mpv/mpv-9999.ebuild
@@ -14,11 +14,11 @@ DESCRIPTION="Media player based on MPlayer and mplayer2"
 HOMEPAGE="https://mpv.io/";
 
 if [[ ${PV} != *9999* ]]; then
-       SRC_URI="https://github.com/mpv-player/mpv/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+       SRC_URI="https://github.com/mpv-player/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
        KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux"
        DOCS=( RELEASE_NOTES )
 else
-       EGIT_REPO_URI=( {https,git}://github.com/mpv-player/mpv.git )
+       EGIT_REPO_URI="https://github.com/mpv-player/${PN}.git";
        inherit git-r3
 fi
 SRC_URI+=" https://waf.io/waf-${WAF_PV}";

Reply via email to