From 9c931322fcf42e5aea876defa760a82cef7afeb2 Mon Sep 17 00:00:00 2001 From: Peter Levine Date: Thu, 1 Jun 2017 22:18:34 -0400 Subject: 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 --- media-libs/avidemux-core/avidemux-core-2.6.8.ebuild | 2 +- media-libs/avidemux-core/avidemux-core-9999.ebuild | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'media-libs/avidemux-core') 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 -- cgit v1.2.3-65-gdbad