Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/mpv/
Date: Thu, 28 Sep 2017 09:43:56
Message-Id: 1506591776.1c94a273c1235f63d3890faee1c106a88d69f4c0.monsieurp@gentoo
1 commit: 1c94a273c1235f63d3890faee1c106a88d69f4c0
2 Author: Ilya Tumaykin <itumaykin <AT> gmail <DOT> com>
3 AuthorDate: Sun Sep 24 17:15:23 2017 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 28 09:42:56 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c94a273
7
8 media-video/mpv: expand PN in URLs in 9999
9
10 Package-Manager: Portage-2.3.10, Repoman-2.3.3
11
12 media-video/mpv/mpv-9999.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild
16 index 164672738f8..6ee16874ace 100644
17 --- a/media-video/mpv/mpv-9999.ebuild
18 +++ b/media-video/mpv/mpv-9999.ebuild
19 @@ -14,11 +14,11 @@ DESCRIPTION="Media player based on MPlayer and mplayer2"
20 HOMEPAGE="https://mpv.io/"
21
22 if [[ ${PV} != *9999* ]]; then
23 - SRC_URI="https://github.com/mpv-player/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
24 + SRC_URI="https://github.com/mpv-player/mpv/archive/v${PV}.tar.gz -> ${P}.tar.gz"
25 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux"
26 DOCS=( RELEASE_NOTES )
27 else
28 - EGIT_REPO_URI="https://github.com/mpv-player/${PN}.git"
29 + EGIT_REPO_URI="https://github.com/mpv-player/mpv.git"
30 inherit git-r3
31 fi
32 SRC_URI+=" https://waf.io/waf-${WAF_PV}"