commit:     450269496f1620204d770b3ff32a8b949cc2d6a9
Author:     Ilya Tumaykin <itumaykin <AT> gmail <DOT> com>
AuthorDate: Wed Jun  1 07:00:28 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Wed Jun  1 07:05:41 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45026949

dev-python/enzyme: use mirror://sourceforge/ for sourceforge links

Closes: https://github.com/gentoo/gentoo/pull/1575
Package-Manager: portage-2.3.0_rc1

Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>

 dev-python/enzyme/enzyme-0.4.1-r1.ebuild | 2 +-
 dev-python/enzyme/enzyme-9999.ebuild     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/enzyme/enzyme-0.4.1-r1.ebuild 
b/dev-python/enzyme/enzyme-0.4.1-r1.ebuild
index 76c1719..aba85f3 100644
--- a/dev-python/enzyme/enzyme-0.4.1-r1.ebuild
+++ b/dev-python/enzyme/enzyme-0.4.1-r1.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="Python video metadata parser"
 HOMEPAGE="https://github.com/Diaoul/enzyme https://pypi.python.org/pypi/enzyme";
 SRC_URI="
        mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz
-       test? ( 
http://downloads.sourceforge.net/project/matroska/test_files/matroska_test_w1_1.zip
 )
+       test? ( mirror://sourceforge/matroska/test_files/matroska_test_w1_1.zip 
)
 "
 
 LICENSE="Apache-2.0"

diff --git a/dev-python/enzyme/enzyme-9999.ebuild 
b/dev-python/enzyme/enzyme-9999.ebuild
index 9a62290..3e32fc3 100644
--- a/dev-python/enzyme/enzyme-9999.ebuild
+++ b/dev-python/enzyme/enzyme-9999.ebuild
@@ -11,7 +11,7 @@ inherit distutils-r1 git-r3
 DESCRIPTION="Python video metadata parser"
 HOMEPAGE="https://github.com/Diaoul/enzyme https://pypi.python.org/pypi/enzyme";
 EGIT_REPO_URI="git://github.com/Diaoul/${PN}.git"
-SRC_URI="test? ( 
http://downloads.sourceforge.net/project/matroska/test_files/matroska_test_w1_1.zip
 )"
+SRC_URI="test? ( 
mirror://sourceforge/matroska/test_files/matroska_test_w1_1.zip )"
 
 LICENSE="Apache-2.0"
 SLOT="0"

Reply via email to