diff options
author | Ilya Tumaykin <itumaykin@gmail.com> | 2016-06-01 10:00:28 +0300 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2016-06-01 07:05:41 +0000 |
commit | 450269496f1620204d770b3ff32a8b949cc2d6a9 (patch) | |
tree | 34091a8288f8c7c81db28ee631aeb7f451cae712 /dev-python/enzyme | |
parent | kde-misc/homerun: Remove 1.2.4 (diff) | |
download | gentoo-450269496f1620204d770b3ff32a8b949cc2d6a9.tar.gz gentoo-450269496f1620204d770b3ff32a8b949cc2d6a9.tar.bz2 gentoo-450269496f1620204d770b3ff32a8b949cc2d6a9.zip |
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@gentoo.org>
Diffstat (limited to 'dev-python/enzyme')
-rw-r--r-- | dev-python/enzyme/enzyme-0.4.1-r1.ebuild | 2 | ||||
-rw-r--r-- | 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 76c1719514f7..aba85f308978 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 9a62290a9beb..3e32fc379653 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" |