Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/mplayer/
Date: Mon, 25 Feb 2019 21:25:14
Message-Id: 1551129895.6dc56f40692d0aa69e4419805d8b8efd6c7cb7ac.floppym@gentoo
1 commit: 6dc56f40692d0aa69e4419805d8b8efd6c7cb7ac
2 Author: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache <DOT> Org>
3 AuthorDate: Mon Feb 25 02:02:29 2019 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 25 21:24:55 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6dc56f40
7
8 media-video/mplayer: Use the same EGIT_REPO_URI for ffmpeg as value used in media-video/ffmpeg.
9
10 Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache.Org>
11 Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
12
13 media-video/mplayer/mplayer-1.3.0-r5.ebuild | 4 ++--
14 media-video/mplayer/mplayer-9999.ebuild | 4 ++--
15 2 files changed, 4 insertions(+), 4 deletions(-)
16
17 diff --git a/media-video/mplayer/mplayer-1.3.0-r5.ebuild b/media-video/mplayer/mplayer-1.3.0-r5.ebuild
18 index b5a27b3c40e..b7f1b8d3f16 100644
19 --- a/media-video/mplayer/mplayer-1.3.0-r5.ebuild
20 +++ b/media-video/mplayer/mplayer-1.3.0-r5.ebuild
21 @@ -1,9 +1,9 @@
22 -# Copyright 1999-2018 Gentoo Authors
23 +# Copyright 1999-2019 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27
28 -EGIT_REPO_URI="git://git.videolan.org/ffmpeg.git"
29 +EGIT_REPO_URI="https://git.ffmpeg.org/ffmpeg.git"
30 ESVN_REPO_URI="svn://svn.mplayerhq.hu/mplayer/trunk"
31 [[ ${PV} = *9999* ]] && SVN_ECLASS="subversion git-2" || SVN_ECLASS=""
32
33
34 diff --git a/media-video/mplayer/mplayer-9999.ebuild b/media-video/mplayer/mplayer-9999.ebuild
35 index 248afbd492b..8d1ad1c2a30 100644
36 --- a/media-video/mplayer/mplayer-9999.ebuild
37 +++ b/media-video/mplayer/mplayer-9999.ebuild
38 @@ -1,9 +1,9 @@
39 -# Copyright 1999-2018 Gentoo Authors
40 +# Copyright 1999-2019 Gentoo Authors
41 # Distributed under the terms of the GNU General Public License v2
42
43 EAPI=6
44
45 -EGIT_REPO_URI="https://git.videolan.org/git/ffmpeg.git"
46 +EGIT_REPO_URI="https://git.ffmpeg.org/ffmpeg.git"
47 ESVN_REPO_URI="svn://svn.mplayerhq.hu/mplayer/trunk"
48 [[ ${PV} = *9999* ]] && SVN_ECLASS="subversion git-r3"