diff options
author | Michał Górny <mgorny@gentoo.org> | 2015-12-19 23:16:07 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2015-12-20 00:02:14 +0100 |
commit | 2b72b0462bea5b34bbe4d767ccc44866df81515e (patch) | |
tree | a3977bc1adbbdab4baac657833ced2ccb1d72744 /sci-mathematics | |
parent | dev-perl/GraphViz: Version bump (diff) | |
download | gentoo-2b72b0462bea5b34bbe4d767ccc44866df81515e.tar.gz gentoo-2b72b0462bea5b34bbe4d767ccc44866df81515e.tar.bz2 gentoo-2b72b0462bea5b34bbe4d767ccc44866df81515e.zip |
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.
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/snns/snns-4.2-r8.ebuild | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/sci-mathematics/snns/snns-4.2-r8.ebuild b/sci-mathematics/snns/snns-4.2-r8.ebuild index 15da02f7ae69..06b77c1f3f93 100644 --- a/sci-mathematics/snns/snns-4.2-r8.ebuild +++ b/sci-mathematics/snns/snns-4.2-r8.ebuild @@ -16,11 +16,14 @@ MYPYTHONPATCH="PythonFunctionSupport-20050210.patch" DESCRIPTION="Stuttgart Neural Network Simulator" HOMEPAGE="http://www-ra.informatik.uni-tuebingen.de/SNNS/" +# mirror://berlios/snns-dev/${MYPATCH}.patch.gz +# python? ( mirror://berlios/snns-dev/${MYPYTHONEXT}.tar.gz +# mirror://berlios/snns-dev/${MYPYTHONPATCH}.gz )" SRC_URI="http://www-ra.informatik.uni-tuebingen.de/downloads/SNNS/${MY_P}.tar.gz - mirror://berlios/snns-dev/${MYPATCH}.patch.gz + mirror://gentoo/${MYPATCH}.patch.gz doc? ( http://www-ra.informatik.uni-tuebingen.de/downloads/SNNS/${MY_P}.Manual.pdf ) - python? ( mirror://berlios/snns-dev/${MYPYTHONEXT}.tar.gz - mirror://berlios/snns-dev/${MYPYTHONPATCH}.gz )" + python? ( mirror://gentoo/${MYPYTHONEXT}.tar.gz + mirror://gentoo/${MYPYTHONPATCH}.gz )" LICENSE="SNNS-${PV}" KEYWORDS="amd64 ppc x86" |