Skip to content

Commit

Permalink
media-video/mpv: use HTTPS for GitHub
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.6, Repoman-2.3.3
  • Loading branch information
davidhicks authored and mgorny committed Jul 30, 2017
1 parent a39afba commit 45f7b93
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions media-video/mpv/mpv-0.18.0-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down
4 changes: 2 additions & 2 deletions media-video/mpv/mpv-0.25.0-r2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down
4 changes: 2 additions & 2 deletions media-video/mpv/mpv-0.26.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down
4 changes: 2 additions & 2 deletions media-video/mpv/mpv-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down

0 comments on commit 45f7b93

Please sign in to comment.