summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Levine <plevine457@gmail.com>2017-06-01 22:18:34 -0400
committerAlexis Ballier <aballier@gentoo.org>2017-06-23 07:35:34 +0200
commit9c931322fcf42e5aea876defa760a82cef7afeb2 (patch)
treeb34dfad54d3fad442ebc936b6c72d39fd0f113cd /media-libs
parentmedia-libs/avidemux-core: Fix building with GCC-6 (diff)
downloadgentoo-9c931322fcf42e5aea876defa760a82cef7afeb2.tar.gz
gentoo-9c931322fcf42e5aea876defa760a82cef7afeb2.tar.bz2
gentoo-9c931322fcf42e5aea876defa760a82cef7afeb2.zip
media-libs/avidemux-core: Update EGIT_REPO_URI to GitHub
Gitorious is dead. The project appears to have moved to GitHub. Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'media-libs')
-rw-r--r--media-libs/avidemux-core/avidemux-core-2.6.8.ebuild2
-rw-r--r--media-libs/avidemux-core/avidemux-core-9999.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/media-libs/avidemux-core/avidemux-core-2.6.8.ebuild b/media-libs/avidemux-core/avidemux-core-2.6.8.ebuild
index f7dde42a4753..7f039651d769 100644
--- a/media-libs/avidemux-core/avidemux-core-2.6.8.ebuild
+++ b/media-libs/avidemux-core/avidemux-core-2.6.8.ebuild
@@ -18,7 +18,7 @@ KEYWORDS="~amd64 ~x86"
MY_PN="${PN/-core/}"
if [[ ${PV} == *9999* ]] ; then
KEYWORDS=""
- 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"
+ EGIT_REPO_URI="https://github.com/mean00/avidemux2.git"
inherit git-2
else
diff --git a/media-libs/avidemux-core/avidemux-core-9999.ebuild b/media-libs/avidemux-core/avidemux-core-9999.ebuild
index 914e5acbb151..ce548ea31bad 100644
--- a/media-libs/avidemux-core/avidemux-core-9999.ebuild
+++ b/media-libs/avidemux-core/avidemux-core-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="5"
@@ -18,7 +18,7 @@ KEYWORDS="~amd64 ~x86"
MY_PN="${PN/-core/}"
if [[ ${PV} == *9999* ]] ; then
KEYWORDS=""
- 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"
+ EGIT_REPO_URI="https://github.com/mean00/avidemux2.git"
inherit git-2
else