summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Kursawe <phosphan@gentoo.org>2009-08-27 13:02:54 +0000
committerPatrick Kursawe <phosphan@gentoo.org>2009-08-27 13:02:54 +0000
commitbf6e78b23003ef0c3a67be089f83f5d3980f576b (patch)
tree6d4913fc44f9b4e48d7e5e46e02bb254081b80a8 /sci-mathematics
parentstable x86, bug 280151 (diff)
downloadgentoo-2-bf6e78b23003ef0c3a67be089f83f5d3980f576b.tar.gz
gentoo-2-bf6e78b23003ef0c3a67be089f83f5d3980f576b.tar.bz2
gentoo-2-bf6e78b23003ef0c3a67be089f83f5d3980f576b.zip
Using mirror:// for berlios, adding a few missing quotes and removing sed from RDEPEND. Bug #248322.
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'sci-mathematics')
-rw-r--r--sci-mathematics/snns/ChangeLog6
-rw-r--r--sci-mathematics/snns/snns-4.2-r8.ebuild18
2 files changed, 15 insertions, 9 deletions
diff --git a/sci-mathematics/snns/ChangeLog b/sci-mathematics/snns/ChangeLog
index 5ad66f76e3fd..3ee4638ab6d6 100644
--- a/sci-mathematics/snns/ChangeLog
+++ b/sci-mathematics/snns/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-mathematics/snns
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/snns/ChangeLog,v 1.15 2009/08/27 12:38:41 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/snns/ChangeLog,v 1.16 2009/08/27 13:02:54 phosphan Exp $
+
+ 27 Aug 2009; Patrick Kursawe <phosphan@gentoo.org> snns-4.2-r8.ebuild:
+ Using mirror:// for berlios, adding a few missing quotes and removing sed
+ from RDEPEND. Bug #248322.
27 Aug 2009; Christian Faulhammer <fauli@gentoo.org> snns-4.2-r8.ebuild:
stable x86, bug 248322
diff --git a/sci-mathematics/snns/snns-4.2-r8.ebuild b/sci-mathematics/snns/snns-4.2-r8.ebuild
index b5800ab54400..f1f4ec4f29f4 100644
--- a/sci-mathematics/snns/snns-4.2-r8.ebuild
+++ b/sci-mathematics/snns/snns-4.2-r8.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/snns/snns-4.2-r8.ebuild,v 1.4 2009/08/27 12:38:41 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/snns/snns-4.2-r8.ebuild,v 1.5 2009/08/27 13:02:54 phosphan Exp $
inherit eutils python multilib
@@ -12,21 +12,23 @@ MYPYTHONPATCH="PythonFunctionSupport-20050210.patch"
DESCRIPTION="Stuttgart Neural Network Simulator"
HOMEPAGE="http://www-ra.informatik.uni-tuebingen.de/SNNS/"
SRC_URI="http://www-ra.informatik.uni-tuebingen.de/downloads/SNNS/${MY_P}.tar.gz
- http://download.berlios.de/snns-dev/${MYPATCH}.patch.gz
+ mirror://berlios/snns-dev/${MYPATCH}.patch.gz
doc? ( http://www-ra.informatik.uni-tuebingen.de/downloads/SNNS/${MY_P}.Manual.pdf )
- python? ( http://download.berlios.de/snns-dev/${MYPYTHONEXT}.tar.gz
- http://download.berlios.de/snns-dev/${MYPYTHONPATCH}.gz )"
+ python? ( mirror://berlios/snns-dev/${MYPYTHONEXT}.tar.gz
+ mirror://berlios/snns-dev/${MYPYTHONPATCH}.gz )"
LICENSE="SNNS-${PV}"
KEYWORDS="~amd64 ~ppc x86"
SLOT="0"
IUSE="X doc python"
-DEPEND="X? ( x11-proto/xproto
- x11-libs/Xaw3d )
- >=sys-apps/sed-4
+RDEPEND="X? ( x11-libs/Xaw3d )
python? ( >=dev-lang/python-2.3 )"
+DEPEND="${RDEPEND}
+ >=sys-apps/sed-4
+ X? ( x11-proto/xproto )"
+
S="${WORKDIR}/${MY_P}"
src_unpack() {
@@ -76,7 +78,7 @@ src_install() {
dobin $file
done
- mv ${D}/usr/bin/netperf ${D}/usr/bin/snns-netperf
+ mv "${D}/usr/bin/netperf" "${D}/usr/bin/snns-netperf"
if use X; then
newbin xgui/sources/xgui snns