From 9b3a0c0d53745f7f639def3688651e3a9cb7abd3 Mon Sep 17 00:00:00 2001 From: Alastair Tse Date: Tue, 2 Sep 2003 22:48:00 +0000 Subject: moved dev-python/Numeric to dev-python/numeric --- dev-python/Numeric/ChangeLog | 38 ----------------------- dev-python/Numeric/Manifest | 6 ---- dev-python/Numeric/Numeric-22.0.ebuild | 45 ---------------------------- dev-python/Numeric/Numeric-23.0.ebuild | 37 ----------------------- dev-python/Numeric/files/digest-Numeric-22.0 | 1 - dev-python/Numeric/files/digest-Numeric-23.0 | 1 - dev-python/Numeric/metadata.xml | 5 ---- 7 files changed, 133 deletions(-) delete mode 100644 dev-python/Numeric/ChangeLog delete mode 100644 dev-python/Numeric/Manifest delete mode 100644 dev-python/Numeric/Numeric-22.0.ebuild delete mode 100644 dev-python/Numeric/Numeric-23.0.ebuild delete mode 100644 dev-python/Numeric/files/digest-Numeric-22.0 delete mode 100644 dev-python/Numeric/files/digest-Numeric-23.0 delete mode 100644 dev-python/Numeric/metadata.xml (limited to 'dev-python') diff --git a/dev-python/Numeric/ChangeLog b/dev-python/Numeric/ChangeLog deleted file mode 100644 index 26f9d330fd64..000000000000 --- a/dev-python/Numeric/ChangeLog +++ /dev/null @@ -1,38 +0,0 @@ -# ChangeLog for dev-python/Numeric -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/Numeric/ChangeLog,v 1.9 2003/04/03 18:46:33 liquidx Exp $ - -*Numeric-23.0 (03 Apr 2003) - - 03 Apr 2003; Alastair Tse Numeric-23.0.ebuild: - version bump - -*Numeric-22.0 (17 Dec 2002) - - 17 Dec 2002; B.Lauwers : - Version bump. - - 06 Dec 2002; Rodney Rees : changed sparc ~sparc keywords - -*Numeric-21.0 (14 Mar 2002) - - 7 Sep 2002; Owen Stampflee : - Added PPC to KEYWORDS. - - 26 Jul 2002; George Shapovalov Numeric-19.0.0.ebuild, Numeric-20.3.ebuild, Numeric-21.0.ebuild : - added KEYWORDS,SLOT,LICENSE; corrected the header - - - 14 Mar 2002; T.Neidt ChangeLog, Numeric-21.0.ebuild : - - Updated version. - -*Numeric-20.3 (1 Feb 2002) - - 1 Feb 2002; G.Bevin ChangeLog : - - Added initial ChangeLog which should be updated whenever the package is - updated in any way. This changelog is targetted to users. This means that the - comments should well explained and written in clean English. The details about - writing correct changelogs are explained in the skel.ChangeLog file which you - can find in the root directory of the portage repository. diff --git a/dev-python/Numeric/Manifest b/dev-python/Numeric/Manifest deleted file mode 100644 index 30cb3b11046c..000000000000 --- a/dev-python/Numeric/Manifest +++ /dev/null @@ -1,6 +0,0 @@ -MD5 1bbfd6024c1a372499b3774b2b91b5ab files/digest-Numeric-23.0 64 -MD5 543b62c79215183872d1f43ee1033c0b files/digest-Numeric-22.0 64 -MD5 3f257bc3ce30ae4febd57ad5b7de7b3c Numeric-23.0.ebuild 841 -MD5 71c4638c9c88af75b58e5f5cb54fe008 metadata.xml 159 -MD5 99e5d4a1bd7cce4ac9a9bf94252c18ec Numeric-22.0.ebuild 1135 -MD5 58cbce626fcf7a4b952028a424670e8d ChangeLog 1343 diff --git a/dev-python/Numeric/Numeric-22.0.ebuild b/dev-python/Numeric/Numeric-22.0.ebuild deleted file mode 100644 index 04b5c0d7d631..000000000000 --- a/dev-python/Numeric/Numeric-22.0.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/Numeric/Numeric-22.0.ebuild,v 1.4 2003/06/22 12:15:59 liquidx Exp $ - -S=${WORKDIR}/${P} -DESCRIPTION="numerical python module" -SRC_URI="mirror://sourceforge/numpy/${P}.tar.gz" -HOMEPAGE="http://www.pfdubois.com/numpy/" - -# 2.1 gave sandbox violations see #21 -DEPEND=">=dev-lang/python-2.2" - -SLOT="0" -KEYWORDS="x86 ppc sparc alpha" -LICENSE="as-is" - -src_compile() { - -#The ebuild as is uses a small local version of BLAS and LAPACK provided -#by the Numeric package. If I ever get ATLAS and LAPACK ebuilds finished, -#we'll need to edit (sed) setup.py to use the real libraries. - - python setup.py build || die - -} - -src_install() { - - python setup.py install --prefix=${D}/usr || die - - dodoc MANIFEST PKG-INFO README - -#grab python verision so ebuild doesn't depend on it - local pv - pv=$(python -V 2>&1 | sed -e 's:Python \([0-9].[0-9]\).*:\1:') - -#Numerical Tutorial is nice for testing and learning - insinto /usr/lib/python${pv}/site-packages/NumTut - doins Demo/NumTut/* - -} - - - - diff --git a/dev-python/Numeric/Numeric-23.0.ebuild b/dev-python/Numeric/Numeric-23.0.ebuild deleted file mode 100644 index 83054806be34..000000000000 --- a/dev-python/Numeric/Numeric-23.0.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/Numeric/Numeric-23.0.ebuild,v 1.4 2003/07/12 12:49:25 aliz Exp $ - -IUSE="" - -inherit distutils - -S=${WORKDIR}/${P} -DESCRIPTION="numerical python module" -SRC_URI="mirror://sourceforge/numpy/${P}.tar.gz" -HOMEPAGE="http://www.pfdubois.com/numpy/" - -# 2.1 gave sandbox violations see #21 -DEPEND=">=dev-lang/python-2.2" - -SLOT="0" -KEYWORDS="x86 ~ppc ~sparc ~alpha" -LICENSE="as-is" - -src_install() { - - distutils_src_install - - #grab python verision so ebuild doesn't depend on it - local pv - pv=$(python -V 2>&1 | sed -e 's:Python \([0-9].[0-9]\).*:\1:') - - #Numerical Tutorial is nice for testing and learning - insinto /usr/lib/python${pv}/site-packages/NumTut - doins Demo/NumTut/* - -} - - - - diff --git a/dev-python/Numeric/files/digest-Numeric-22.0 b/dev-python/Numeric/files/digest-Numeric-22.0 deleted file mode 100644 index 12e3cad6bd11..000000000000 --- a/dev-python/Numeric/files/digest-Numeric-22.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 222b71d150efa9be52622a288547d9d7 Numeric-22.0.tar.gz 722237 diff --git a/dev-python/Numeric/files/digest-Numeric-23.0 b/dev-python/Numeric/files/digest-Numeric-23.0 deleted file mode 100644 index cc2aa609b30d..000000000000 --- a/dev-python/Numeric/files/digest-Numeric-23.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 2f8c3c5d0703ce12f55f04f43d1a9ab3 Numeric-23.0.tar.gz 723250 diff --git a/dev-python/Numeric/metadata.xml b/dev-python/Numeric/metadata.xml deleted file mode 100644 index de483c53568f..000000000000 --- a/dev-python/Numeric/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - -python - -- cgit v1.2.3-65-gdbad