dev-python/enzyme: use mirror://sourceforge/ for sourceforge links
authorIlya Tumaykin <itumaykin@gmail.com>
Wed, 1 Jun 2016 07:00:28 +0000 (10:00 +0300)
committerPatrice Clement <monsieurp@gentoo.org>
Wed, 1 Jun 2016 07:05:41 +0000 (07:05 +0000)
Closes: https://github.com/gentoo/gentoo/pull/1575
Package-Manager: portage-2.3.0_rc1

Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
dev-python/enzyme/enzyme-0.4.1-r1.ebuild
dev-python/enzyme/enzyme-9999.ebuild

index 76c1719514f759c9b18bc9f263ef8527cd489483..aba85f308978b3661701bee558a26ec38b249dec 100644 (file)
@@ -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"
index 9a62290a9beb3926922f7f195cfa95f5c8264e42..3e32fc379653267169098dd696a4000d28a9dad8 100644 (file)
@@ -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"