From 2b72b0462bea5b34bbe4d767ccc44866df81515e Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Sat, 19 Dec 2015 23:16:07 +0100 Subject: Replace all remaining mirror://berlios with mirror://gentoo The berlios thirdpartymirrors entry was removed on 2015-01-25, therefore making all its references invalid. Replace all the offending SRC_URI entries with mirror://gentoo to keep the ebuilds working. --- dev-python/iconvcodec/iconvcodec-1.1.2-r1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'dev-python/iconvcodec') diff --git a/dev-python/iconvcodec/iconvcodec-1.1.2-r1.ebuild b/dev-python/iconvcodec/iconvcodec-1.1.2-r1.ebuild index 424779891137..4b00808bb8fa 100644 --- a/dev-python/iconvcodec/iconvcodec-1.1.2-r1.ebuild +++ b/dev-python/iconvcodec/iconvcodec-1.1.2-r1.ebuild @@ -9,7 +9,8 @@ inherit distutils-r1 DESCRIPTION="Python Codecs for Iconv Encodings" HOMEPAGE="http://cjkpython.i18n.org/" -SRC_URI="mirror://berlios/cjkpython/${P}.tar.gz" +#SRC_URI="mirror://berlios/cjkpython/${P}.tar.gz" +SRC_URI="mirror://gentoo/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -- cgit v1.2.3-65-gdbad