summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Fabbro <bicatali@gentoo.org>2008-01-04 14:20:33 +0000
committerSebastien Fabbro <bicatali@gentoo.org>2008-01-04 14:20:33 +0000
commitbc7e8e8bb1b84e5d3586a037faf4edb00e174838 (patch)
treec84f333fa84529077575be3ed3ce362586027800 /dev-python/numeric
parentRemoved obsolete versions (diff)
downloadgentoo-2-bc7e8e8bb1b84e5d3586a037faf4edb00e174838.tar.gz
gentoo-2-bc7e8e8bb1b84e5d3586a037faf4edb00e174838.tar.bz2
gentoo-2-bc7e8e8bb1b84e5d3586a037faf4edb00e174838.zip
Removed obsolete versions
(Portage version: 2.1.4_rc14)
Diffstat (limited to 'dev-python/numeric')
-rw-r--r--dev-python/numeric/ChangeLog8
-rw-r--r--dev-python/numeric/files/digest-numeric-23.83
-rw-r--r--dev-python/numeric/files/digest-numeric-24.23
-rw-r--r--dev-python/numeric/numeric-23.8.ebuild29
-rw-r--r--dev-python/numeric/numeric-24.2.ebuild28
5 files changed, 6 insertions, 65 deletions
diff --git a/dev-python/numeric/ChangeLog b/dev-python/numeric/ChangeLog
index 6c3640720c54..24a973487058 100644
--- a/dev-python/numeric/ChangeLog
+++ b/dev-python/numeric/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/numeric
-# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/numeric/ChangeLog,v 1.44 2007/11/17 15:09:05 drac Exp $
+# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/numeric/ChangeLog,v 1.45 2008/01/04 14:20:32 bicatali Exp $
+
+ 04 Jan 2008; Sébastien Fabbro <bicatali@gentoo.org> -numeric-23.8.ebuild,
+ -numeric-24.2.ebuild:
+ Removed obsolete versions
17 Nov 2007; Samuli Suominen <drac@gentoo.org> numeric-24.2-r6.ebuild:
amd64 stable wrt #182392
diff --git a/dev-python/numeric/files/digest-numeric-23.8 b/dev-python/numeric/files/digest-numeric-23.8
deleted file mode 100644
index c187ccf33504..000000000000
--- a/dev-python/numeric/files/digest-numeric-23.8
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 0b3aa8453d4912368b980ddcff19f6d1 Numeric-23.8.tar.gz 725817
-RMD160 c97297adaa8652dfc8e661fc9b28fac2b227c002 Numeric-23.8.tar.gz 725817
-SHA256 16d88e7dcf5a6967cd2782edff2e355a6abebd7881fcf99fe79eef7fd9e163ae Numeric-23.8.tar.gz 725817
diff --git a/dev-python/numeric/files/digest-numeric-24.2 b/dev-python/numeric/files/digest-numeric-24.2
deleted file mode 100644
index b891af10ea95..000000000000
--- a/dev-python/numeric/files/digest-numeric-24.2
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 2ae672656e06716a149acb048cca3093 Numeric-24.2.tar.gz 743800
-RMD160 c9502db28663558c535e236392c9beddec9743bb Numeric-24.2.tar.gz 743800
-SHA256 5f72e729eb6ff57442f2a38bfc9931738b59e5077928e2e70d22b4610ff15258 Numeric-24.2.tar.gz 743800
diff --git a/dev-python/numeric/numeric-23.8.ebuild b/dev-python/numeric/numeric-23.8.ebuild
deleted file mode 100644
index 4b22784768d2..000000000000
--- a/dev-python/numeric/numeric-23.8.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/numeric/numeric-23.8.ebuild,v 1.5 2006/07/05 05:25:10 vapier Exp $
-
-inherit distutils eutils
-
-MY_P=Numeric-${PV}
-S=${WORKDIR}/${MY_P}
-
-DESCRIPTION="Numerical Python adds a fast, compact, multidimensional array language facility to Python."
-HOMEPAGE="http://numeric.scipy.org/"
-SRC_URI="mirror://sourceforge/numpy/${MY_P}.tar.gz"
-
-LICENSE="as-is"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
-IUSE=""
-
-# 2.1 gave sandbox violations see #21
-DEPEND=">=dev-lang/python-2.2"
-
-src_install() {
- distutils_src_install
- distutils_python_version
-
- #Numerical Tutorial is nice for testing and learning
- insinto /usr/lib/python${PYVER}/site-packages/NumTut
- doins Demo/NumTut/*
-}
diff --git a/dev-python/numeric/numeric-24.2.ebuild b/dev-python/numeric/numeric-24.2.ebuild
deleted file mode 100644
index c6f7a0bd5afa..000000000000
--- a/dev-python/numeric/numeric-24.2.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/numeric/numeric-24.2.ebuild,v 1.4 2006/07/28 20:05:01 the_paya Exp $
-
-inherit distutils eutils
-
-MY_P=Numeric-${PV}
-S=${WORKDIR}/${MY_P}
-
-DESCRIPTION="Numerical Python adds a fast, compact, multidimensional array language facility to Python."
-HOMEPAGE="http://numeric.scipy.org/"
-SRC_URI="mirror://sourceforge/numpy/${MY_P}.tar.gz"
-
-LICENSE="as-is"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
-IUSE=""
-
-DEPEND=">=dev-lang/python-2.3"
-
-src_install() {
- distutils_src_install
- distutils_python_version
-
- # Numerical Tutorial is nice for testing and learning
- insinto /usr/lib/python${PYVER}/site-packages/NumTut
- doins Demo/NumTut/* || die
-}