summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-01-18 18:21:44 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-01-18 18:21:44 +0000
commit8a01339fe4947cde45b89b8c00358f14925ea43f (patch)
tree268d1da405c9a3b1dd24133743a54235a337113e /dev-python/scientificpython
parentstable ppc64, bug 300133 (diff)
downloadgentoo-2-8a01339fe4947cde45b89b8c00358f14925ea43f.tar.gz
gentoo-2-8a01339fe4947cde45b89b8c00358f14925ea43f.tar.bz2
gentoo-2-8a01339fe4947cde45b89b8c00358f14925ea43f.zip
Delete older ebuild.
Diffstat (limited to 'dev-python/scientificpython')
-rw-r--r--dev-python/scientificpython/Manifest3
-rw-r--r--dev-python/scientificpython/files/scientificpython-2.8-mpi.patch14
-rw-r--r--dev-python/scientificpython/scientificpython-2.8.ebuild60
3 files changed, 0 insertions, 77 deletions
diff --git a/dev-python/scientificpython/Manifest b/dev-python/scientificpython/Manifest
index 5232d29ce629..485a4007b161 100644
--- a/dev-python/scientificpython/Manifest
+++ b/dev-python/scientificpython/Manifest
@@ -1,8 +1,5 @@
-AUX scientificpython-2.8-mpi.patch 530 RMD160 9ce4b864391bae5ec5365af17b8199899191625d SHA1 f1f40e2f354ea2210d6070abba5fd38168712be3 SHA256 fc327506ebdfd5e3a7e5e1351b6575039748ff9d1650b0e64a9efa57b799dacc
AUX scientificpython-2.9-mpi.patch 1176 RMD160 cad462654d528591ce8dbf185cf21c14a58c31e0 SHA1 1f327805854e76ac8123f2b4f9ac0ce4cf05375b SHA256 de665a5fbf474253a1fff8b5a929cd68165e5d6dd0d9e0fe52b4ecd39bedc43f
-DIST ScientificPython-2.8.tar.gz 559613 RMD160 0501829586253fe3986458529c436b6d93e6667f SHA1 c0847eac6359d70b0e4687c5c65af49b3986e55b SHA256 4de6c8d1b28526d0f2db02f30e99a28a8340ee4cc06fa0a5c0d4b20096806908
DIST ScientificPython-2.9.tar.gz 593720 RMD160 2533879b64fcb17027b11784fc0cff4351284c98 SHA1 60fb1ec7c31c86b7e7a068ccda780197e1e95ad8 SHA256 4ffc33f211b9dc811af0aa82b74453f73c7f415c04352ac1cef92b95b12b74be
-EBUILD scientificpython-2.8.ebuild 1581 RMD160 a454b528c0e2413ab6dd481d3e42feb7c8401691 SHA1 da39555ea610a51b8e7cceabe8187f5d0dbf2d04 SHA256 070c7f0c30a8c4d6f766b8610d924581aa3bd10651dc9b938d3ef55470d5a211
EBUILD scientificpython-2.9.ebuild 2127 RMD160 443a96a7fdf15aad9266c607e9972fd8a91b14be SHA1 a8cb8c19408c73cb78acad3ee58b8fb6d18efc14 SHA256 0de0f5f14f69e71e6060b2f5037628a2b70c55517364ad537215be453fb5df23
MISC ChangeLog 6395 RMD160 21fae71562d3f85554ce54da334346703b0a7475 SHA1 81f622f72ed7c02004bfb7df7242aff9bd12db1d SHA256 e900e259cad3596ca86f707c44ca4cea74224ca177cd0f8316547220e21376df
MISC metadata.xml 734 RMD160 47baa4ca9756eff5e19c8f7b18f18054d5c3e1aa SHA1 aa3adb4221bc8997d68d01afa2ca8528ab579baf SHA256 6749ecfd7ae3f2ed8e9da27ad372d9f35023cdf3ea7ab0976b829460b1d03b2f
diff --git a/dev-python/scientificpython/files/scientificpython-2.8-mpi.patch b/dev-python/scientificpython/files/scientificpython-2.8-mpi.patch
deleted file mode 100644
index 38e050dcc720..000000000000
--- a/dev-python/scientificpython/files/scientificpython-2.8-mpi.patch
+++ /dev/null
@@ -1,14 +0,0 @@
---- Src/MPI/compile.py.orig 2008-12-08 22:20:48.087256819 +0000
-+++ Src/MPI/compile.py 2008-12-08 22:52:29.115141699 +0000
-@@ -32,9 +32,10 @@
- items[i] = os.path.join(frameworkdir[0], items[i])
- linkforshared = ' '.join(items)
-
--cmd = '%s %s -o mpipython -I%s %s %s -L%s -lpython%s %s %s' % \
-+cmd = '%s %s %s -o mpipython -I%s -I../../Include %s %s -L%s -lpython%s %s %s' % \
- (mpicompiler,
- linkforshared,
-+ cfgDict['LDFLAGS'],
- cfgDict['INCLUDEPY'],
- extra_compile_args,
- sources,
diff --git a/dev-python/scientificpython/scientificpython-2.8.ebuild b/dev-python/scientificpython/scientificpython-2.8.ebuild
deleted file mode 100644
index 119395786635..000000000000
--- a/dev-python/scientificpython/scientificpython-2.8.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/scientificpython/scientificpython-2.8.ebuild,v 1.6 2009/11/26 17:35:18 maekke Exp $
-
-MY_PN=ScientificPython
-DV=2309 # hardcoded download version
-
-inherit eutils distutils
-
-DESCRIPTION="Scientific Module for Python"
-SRC_URI="http://sourcesup.cru.fr/frs/download.php/${DV}/${MY_PN}-${PV}.tar.gz"
-HOMEPAGE="http://sourcesup.cru.fr/projects/scientific-py/"
-SLOT="0"
-LICENSE="CeCILL-2"
-KEYWORDS="alpha amd64 ia64 ppc sparc x86"
-
-IUSE="mpi doc"
-
-DEPEND="dev-python/numpy
- sci-libs/netcdf
- mpi? ( virtual/mpi )"
-
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}"/${P}-mpi.patch
-}
-
-src_compile() {
- distutils_src_compile
- if use mpi; then
- cd Src/MPI
- PYTHONPATH=$(ls -d "${S}"/build/lib*) \
- "${python}" compile.py || die "compile mpi failed"
- fi
-}
-
-src_test() {
- cd "${S}"/build/lib*
- for t in "${S}"/Tests/*tests.py; do
- PYTHONPATH=. "${python}" ${t} || die "test $(basename ${t}) failed"
- done
-}
-
-src_install() {
- distutils_src_install
- # do not install bsp related stuff, since we don't compile the interface
- dodoc README README.MPI Doc/CHANGELOG || die "dodoc failed"
- insinto /usr/share/doc/${PF}
- doins Examples/{demomodule.c,netcdf_demo.py} || die "doins examples failed"
- if use mpi; then
- dobin Src/MPI/mpipython || die "dobin failed"
- doins Examples/mpi.py || die "doins mpi example failed failed"
- fi
- if use doc; then
- dohtml Doc/Reference/* || die "dohtml failed"
- fi
-}