diff options
author | 2017-07-30 03:34:23 +1000 | |
---|---|---|
committer | 2017-07-30 11:44:42 +0200 | |
commit | 45f7b931b4c79efa577d9312e4b117a6616965d8 (patch) | |
tree | 309a075d1b378a28f71b28543c13bad1195a4b86 /media-video/mpv | |
parent | media-video/simplescreenrecorder: use HTTPS for GitHub and HOMEPAGE (diff) | |
download | gentoo-45f7b931b4c79efa577d9312e4b117a6616965d8.tar.gz gentoo-45f7b931b4c79efa577d9312e4b117a6616965d8.tar.bz2 gentoo-45f7b931b4c79efa577d9312e4b117a6616965d8.zip |
media-video/mpv: use HTTPS for GitHub
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'media-video/mpv')
-rw-r--r-- | media-video/mpv/mpv-0.18.0-r1.ebuild | 4 | ||||
-rw-r--r-- | media-video/mpv/mpv-0.25.0-r2.ebuild | 4 | ||||
-rw-r--r-- | media-video/mpv/mpv-0.26.0.ebuild | 4 | ||||
-rw-r--r-- | 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 766511bbc7cc..b13860ffdf49 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 f7dc596b4380..94be8102058e 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 1ba306adcda4..164672738f85 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 1ba306adcda4..164672738f85 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}" |