diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2006-02-07 17:00:52 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2006-02-07 17:00:52 +0000 |
commit | f8e4974b0701c0d3da4d7451d6e1fc95bda008a1 (patch) | |
tree | f9687110dfb5d16eac032c15fe9ad68ec5e6ef03 /dev-python/numpy | |
parent | Dup of crypt-des-ede3, fixed pointing deps (diff) | |
download | historical-f8e4974b0701c0d3da4d7451d6e1fc95bda008a1.tar.gz historical-f8e4974b0701c0d3da4d7451d6e1fc95bda008a1.tar.bz2 historical-f8e4974b0701c0d3da4d7451d6e1fc95bda008a1.zip |
repoman: Trim trailing whitespace
Package-Manager: portage-2.0.54
Diffstat (limited to 'dev-python/numpy')
-rw-r--r-- | dev-python/numpy/Manifest | 12 | ||||
-rw-r--r-- | dev-python/numpy/numpy-0.9.4.ebuild | 6 |
2 files changed, 4 insertions, 14 deletions
diff --git a/dev-python/numpy/Manifest b/dev-python/numpy/Manifest index 08aacf8dda1e..3cd381a94825 100644 --- a/dev-python/numpy/Manifest +++ b/dev-python/numpy/Manifest @@ -1,14 +1,4 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - MD5 b09317a5c235fb501c713cac7f2fb5dc ChangeLog 355 MD5 22d45be0cf5e365559a44bf0d4f5d512 files/digest-numpy-0.9.4 63 MD5 485ea1fb2083d4705baa1e4efb747e95 metadata.xml 600 -MD5 94c5b949541bcce1eb89e86a79a3ad3c numpy-0.9.4.ebuild 719 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.2 (GNU/Linux) - -iD8DBQFD5+aJ9ZFPrqoILX8RArVxAJ4ykmBT5t62Qf2uJCC3ltgIWbyp1ACfQTA7 -UB+zibt907k/tpcv3abeufQ= -=mKKW ------END PGP SIGNATURE----- +MD5 27f6cc96fb0bb0543f15da2f66aaac51 numpy-0.9.4.ebuild 719 diff --git a/dev-python/numpy/numpy-0.9.4.ebuild b/dev-python/numpy/numpy-0.9.4.ebuild index d1970af034fb..32146785bfa7 100644 --- a/dev-python/numpy/numpy-0.9.4.ebuild +++ b/dev-python/numpy/numpy-0.9.4.ebuild @@ -1,14 +1,14 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/numpy/numpy-0.9.4.ebuild,v 1.1 2006/02/07 00:14:44 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/numpy/numpy-0.9.4.ebuild,v 1.2 2006/02/07 17:00:52 mr_bones_ Exp $ inherit distutils DESCRIPTION="Numpy contains a powerful N-dimensional array object for Python." SRC_URI="mirror://sourceforge/numpy/${P}.tar.gz" HOMEPAGE="http://numeric.scipy.org/" -DEPEND=">=dev-lang/python-2.3 - virtual/lapack +DEPEND=">=dev-lang/python-2.3 + virtual/lapack virtual/blas" IUSE="" SLOT="0" |