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

@@ -12,7 +12,8 @@ MY_P="uTidylib-${PV}"
DESCRIPTION="TidyLib Python wrapper"
HOMEPAGE="http://sourceforge.net/projects/utidylib/"
SRC_URI="mirror://berlios/${PN}/${MY_P}.zip"
#SRC_URI="mirror://berlios/${PN}/${MY_P}.zip"
SRC_URI="mirror://gentoo/${MY_P}.zip"
LICENSE="MIT"
SLOT="0"