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.
This commit is contained in:
Michał Górny
2015-12-19 23:16:07 +01:00
parent 5a828c932e
commit 2b72b0462b
31 changed files with 66 additions and 33 deletions

View File

@@ -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"