Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/avidemux-core/
Date: Fri, 23 Jun 2017 05:58:18
Message-Id: 1498196134.9c931322fcf42e5aea876defa760a82cef7afeb2.aballier@gentoo
1 commit: 9c931322fcf42e5aea876defa760a82cef7afeb2
2 Author: Peter Levine <plevine457 <AT> gmail <DOT> com>
3 AuthorDate: Fri Jun 2 02:18:34 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 23 05:35:34 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c931322
7
8 media-libs/avidemux-core: Update EGIT_REPO_URI to GitHub
9
10 Gitorious is dead. The project appears to have moved to GitHub.
11
12 Package-Manager: Portage-2.3.6, Repoman-2.3.2
13
14 media-libs/avidemux-core/avidemux-core-2.6.8.ebuild | 2 +-
15 media-libs/avidemux-core/avidemux-core-9999.ebuild | 4 ++--
16 2 files changed, 3 insertions(+), 3 deletions(-)
17
18 diff --git a/media-libs/avidemux-core/avidemux-core-2.6.8.ebuild b/media-libs/avidemux-core/avidemux-core-2.6.8.ebuild
19 index f7dde42a475..7f039651d76 100644
20 --- a/media-libs/avidemux-core/avidemux-core-2.6.8.ebuild
21 +++ b/media-libs/avidemux-core/avidemux-core-2.6.8.ebuild
22 @@ -18,7 +18,7 @@ KEYWORDS="~amd64 ~x86"
23 MY_PN="${PN/-core/}"
24 if [[ ${PV} == *9999* ]] ; then
25 KEYWORDS=""
26 - EGIT_REPO_URI="git://gitorious.org/${MY_PN}2-6/${MY_PN}2-6.git https://git.gitorious.org/${MY_PN}2-6/${MY_PN}2-6.git"
27 + EGIT_REPO_URI="https://github.com/mean00/avidemux2.git"
28
29 inherit git-2
30 else
31
32 diff --git a/media-libs/avidemux-core/avidemux-core-9999.ebuild b/media-libs/avidemux-core/avidemux-core-9999.ebuild
33 index 914e5acbb15..ce548ea31ba 100644
34 --- a/media-libs/avidemux-core/avidemux-core-9999.ebuild
35 +++ b/media-libs/avidemux-core/avidemux-core-9999.ebuild
36 @@ -1,4 +1,4 @@
37 -# Copyright 1999-2015 Gentoo Foundation
38 +# Copyright 1999-2017 Gentoo Foundation
39 # Distributed under the terms of the GNU General Public License v2
40
41 EAPI="5"
42 @@ -18,7 +18,7 @@ KEYWORDS="~amd64 ~x86"
43 MY_PN="${PN/-core/}"
44 if [[ ${PV} == *9999* ]] ; then
45 KEYWORDS=""
46 - EGIT_REPO_URI="git://gitorious.org/${MY_PN}2-6/${MY_PN}2-6.git https://git.gitorious.org/${MY_PN}2-6/${MY_PN}2-6.git"
47 + EGIT_REPO_URI="https://github.com/mean00/avidemux2.git"
48
49 inherit git-2
50 else