summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Fabbro <bicatali@gentoo.org>2010-03-15 21:51:25 +0000
committerSebastien Fabbro <bicatali@gentoo.org>2010-03-15 21:51:25 +0000
commite77b2191ec35d371c6504f79125aa8b0c6b9beda (patch)
treeda878300375d453c048a886a7ecfb5df493532cd /dev-python/scimath
parentFix tests for udev-149 and udev-151-r1, thanks to Myckel Habets for looking i... (diff)
downloadhistorical-e77b2191ec35d371c6504f79125aa8b0c6b9beda.tar.gz
historical-e77b2191ec35d371c6504f79125aa8b0c6b9beda.tar.bz2
historical-e77b2191ec35d371c6504f79125aa8b0c6b9beda.zip
Removed old with incorrect wxwindows flag
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
Diffstat (limited to 'dev-python/scimath')
-rw-r--r--dev-python/scimath/Manifest12
-rw-r--r--dev-python/scimath/scimath-3.0.3.ebuild40
2 files changed, 10 insertions, 42 deletions
diff --git a/dev-python/scimath/Manifest b/dev-python/scimath/Manifest
index 860df0cf15e1..69cdfeffaeae 100644
--- a/dev-python/scimath/Manifest
+++ b/dev-python/scimath/Manifest
@@ -1,6 +1,14 @@
-DIST SciMath-3.0.3.tar.gz 77724 RMD160 b64618b800fa7518f94e0c12d145a734f66b10c0 SHA1 b49d7d805e652a3e028d1e7d1469d0763da6d90e SHA256 d8a282dc6ae61ab3ebfc94cb2ba506da8ec46efbc94db99a414d26157e035ad3
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
DIST SciMath-3.0.4.tar.gz 77835 RMD160 95546fe5e8f7a318ebdd2d24b9aa160a923ce23f SHA1 2553d0e50734f4240efd02ece34b0feae1606916 SHA256 d11926d1c36599bda243e23cf192823b0318df49abcf8e5857a4f0741fa5b5f1
-EBUILD scimath-3.0.3.ebuild 1029 RMD160 cdff81c9886ffe93987476e2f73aa2f71213c65f SHA1 961b8dea9cef71f6391ff5df37588aa61ce78bdf SHA256 4dc033a2cac109cdae9dd54289835b030d6bcd6350f6e1bd835453da4c22e893
EBUILD scimath-3.0.4.ebuild 1133 RMD160 0afe33fd8d4f15e462ff45a12b96833046aea5af SHA1 990fca604143dbd99c9f4937986467495d93546a SHA256 0d9232f6c13bebe89df4d3f39e742db050ddfa41600f0e2f190db4ce54b2c61f
MISC ChangeLog 737 RMD160 99b98495071d8f3d80c330f1b4d0382d48542a49 SHA1 4646c6f9c0d0c3a4b8a9948f4ed4fd5c6b49cee5 SHA256 d1ec79eb2fa3679e4c328bb8d2828dd05e31c23420ce9c8eba6835c9a01ee29a
MISC metadata.xml 484 RMD160 5df2ecba9b862931d0c4260d408808d2a63bae63 SHA1 36ed802565365461f37de1b1842e5a28a91275ea SHA256 1494faa3973876b656be4baa81b31500bef823681c45e821c3e7cd1c0ca3188c
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2.0.14 (GNU/Linux)
+
+iEYEARECAAYFAkueq+YACgkQ1ycZbhPLE2ADUgCeNccMvMivpOshvGZgjsbZyJid
+O7oAoIehF157d2oCJWDb8tqnV2YpOEMB
+=fypD
+-----END PGP SIGNATURE-----
diff --git a/dev-python/scimath/scimath-3.0.3.ebuild b/dev-python/scimath/scimath-3.0.3.ebuild
deleted file mode 100644
index 5ef715bc9020..000000000000
--- a/dev-python/scimath/scimath-3.0.3.ebuild
+++ /dev/null
@@ -1,40 +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/scimath/scimath-3.0.3.ebuild,v 1.1 2009/03/27 10:53:43 bicatali Exp $
-
-EAPI=2
-inherit distutils
-
-MY_PN="SciMath"
-MY_P="${MY_PN}-${PV}"
-DESCRIPTION="Enthought Tool Suite scientific and mathematical tools"
-HOMEPAGE="http://code.enthought.com/projects/sci_math.php"
-SRC_URI="http://www.enthought.com/repo/ETS/${MY_P}.tar.gz"
-
-IUSE="test"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-LICENSE="BSD"
-
-RDEPEND=">=dev-python/numpy-1.1
- sci-libs/scipy
- >=dev-python/traits-3.1"
-
-DEPEND="dev-python/setuptools
- >=dev-python/numpy-1.1
- test? ( >=dev-python/nose-0.10.3
- >=dev-python/enthoughtbase-3.0.2
- >=dev-python/traitsgui-3.0.4[wxwindows]
- sci-libs/scipy )"
-
-S="${WORKDIR}/${MY_P}"
-
-PYTHON_MODNAME="enthought"
-
-src_prepare() {
- sed -i -e "/self.run_command('build_docs')/d" setup.py || die
-}
-
-src_test() {
- PYTHONPATH=$(dir -d build/lib*) "${python}" setup.py test || die "tests failed"
-}