diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2004-06-21 00:52:02 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2004-06-21 00:52:02 +0000 |
commit | 411cfa30f54ff436e017d9ea2b37141df7309da2 (patch) | |
tree | 3b890672fe1d85092ea13a4a0d05dc6ca2633f0b /dev-python | |
parent | QA, added IUSE="" and removed S=${WORKDIR}/${P} (Manifest recommit) (diff) | |
download | gentoo-2-411cfa30f54ff436e017d9ea2b37141df7309da2.tar.gz gentoo-2-411cfa30f54ff436e017d9ea2b37141df7309da2.tar.bz2 gentoo-2-411cfa30f54ff436e017d9ea2b37141df7309da2.zip |
Moved to dev-python/pyclimate.
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/PyClimate/ChangeLog | 15 | ||||
-rw-r--r-- | dev-python/PyClimate/Manifest | 6 | ||||
-rw-r--r-- | dev-python/PyClimate/PyClimate-1.2.1-r1.ebuild | 51 | ||||
-rw-r--r-- | dev-python/PyClimate/PyClimate-1.2.1.ebuild | 32 | ||||
-rw-r--r-- | dev-python/PyClimate/files/digest-PyClimate-1.2.1 | 1 | ||||
-rw-r--r-- | dev-python/PyClimate/files/digest-PyClimate-1.2.1-r1 | 1 | ||||
-rw-r--r-- | dev-python/PyClimate/metadata.xml | 18 |
7 files changed, 0 insertions, 124 deletions
diff --git a/dev-python/PyClimate/ChangeLog b/dev-python/PyClimate/ChangeLog deleted file mode 100644 index 92461e1a2126..000000000000 --- a/dev-python/PyClimate/ChangeLog +++ /dev/null @@ -1,15 +0,0 @@ -# ChangeLog for dev-python/PyClimate -# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/PyClimate/ChangeLog,v 1.2 2004/06/01 02:36:05 nerdboy Exp $ - -*PyClimate-1.2.1-r1 (31 May 2004) - - 31 May 2004; Steve Arnold <nerdboy@gentoo.org> PyClimate-1.2.1-r1.ebuild: - updated to use distutils and install the test script and data - -*PyClimate-1.2.1 (31 May 2004) - - 31 May 2004; Steve Arnold <nerdboy@gentoo.org> PyClimate-1.2.1.ebuild, - metadata.xml: - new ebuild for climate analysis stuff in python - diff --git a/dev-python/PyClimate/Manifest b/dev-python/PyClimate/Manifest deleted file mode 100644 index 340aaae3b630..000000000000 --- a/dev-python/PyClimate/Manifest +++ /dev/null @@ -1,6 +0,0 @@ -MD5 d704534b86e2653d25b4e2f4c6b9e1e1 PyClimate-1.2.1.ebuild 921 -MD5 5711f48155e6a9f7f569dab40265e627 metadata.xml 729 -MD5 022fe00c44f0d72528c372b2caf31e73 ChangeLog 571 -MD5 7f35de7c2d3e747f4108114649c9f79b PyClimate-1.2.1-r1.ebuild 1290 -MD5 f8ee275409815fba5c7c815d370748bf files/digest-PyClimate-1.2.1 67 -MD5 f8ee275409815fba5c7c815d370748bf files/digest-PyClimate-1.2.1-r1 67 diff --git a/dev-python/PyClimate/PyClimate-1.2.1-r1.ebuild b/dev-python/PyClimate/PyClimate-1.2.1-r1.ebuild deleted file mode 100644 index e625a03b2feb..000000000000 --- a/dev-python/PyClimate/PyClimate-1.2.1-r1.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2004 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/PyClimate/PyClimate-1.2.1-r1.ebuild,v 1.1 2004/06/01 02:36:05 nerdboy Exp $ - -inherit eutils distutils - -IUSE="" -DESCRIPTION="Climate Data Analysis Module for Python" -SRC_URI="http://starship.python.net/crew/jsaenz/pyclimate/downloads/${P}.tar.gz" -HOMEPAGE="http://starship.python.net/crew/jsaenz/pyclimate/index.html" -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="~x86 ~sparc ~alpha ~ppc" - -DEPEND="virtual/python - >=dev-python/numeric-19.0 - dev-python/ScientificPython - >=app-sci/netcdf-3.0" - -src_install() { - - distutils_src_install - - dodir /usr/share/doc/${PF}/doc - insinto /usr/share/doc/${PF}/doc - doins doc/* - doins doc/dcdflib_doc/dcdflib* - - dodir /usr/share/${PF}/examples - insinto /usr/share/${PF}/examples - doins examples/* - - dodir /usr/share/${PF}/test - insinto /usr/share/${PF}/test - doins test/* -} - -pkg_postinst() { - python_version - python_mod_optimize /usr/lib/python${PYVER}/site-packages/pyclimate - einfo - einfo "Try the test script in /usr/share/${PF}/test." - einfo "See the examples in /usr/share/${PF}/examples." - einfo "Read the doc in /usr/share/doc/${PF}." - einfo -} - -pkg_postrm() { - python_version - python_mod_cleanup -} diff --git a/dev-python/PyClimate/PyClimate-1.2.1.ebuild b/dev-python/PyClimate/PyClimate-1.2.1.ebuild deleted file mode 100644 index db829133e637..000000000000 --- a/dev-python/PyClimate/PyClimate-1.2.1.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2004 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/PyClimate/PyClimate-1.2.1.ebuild,v 1.1 2004/05/31 18:11:31 nerdboy Exp $ - -inherit eutils - -IUSE="" -DESCRIPTION="Climate Data Analysis Module for Python" -SRC_URI="http://starship.python.net/crew/jsaenz/pyclimate/downloads/${P}.tar.gz" -HOMEPAGE="http://starship.python.net/crew/jsaenz/pyclimate/index.html" -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="~x86 ~sparc ~alpha ~ppc" - -DEPEND="virtual/python - >=dev-python/numeric-19.0 - dev-python/ScientificPython - >=app-sci/netcdf-3.0" - -src_install() { - python setup.py install --prefix=${D}/usr || die "Python Install Failed" - - dodoc README PKG-INFO - - dodir /usr/share/doc/${PF}/doc - insinto /usr/share/doc/${PF}/doc - doins doc/* - - dodir /usr/share/doc/${PF}/examples - insinto /usr/share/doc/${PF}/examples - doins examples/* -} diff --git a/dev-python/PyClimate/files/digest-PyClimate-1.2.1 b/dev-python/PyClimate/files/digest-PyClimate-1.2.1 deleted file mode 100644 index b4eada622105..000000000000 --- a/dev-python/PyClimate/files/digest-PyClimate-1.2.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 2d19f9622cdc5f3107b90157fcd9266c PyClimate-1.2.1.tar.gz 336090 diff --git a/dev-python/PyClimate/files/digest-PyClimate-1.2.1-r1 b/dev-python/PyClimate/files/digest-PyClimate-1.2.1-r1 deleted file mode 100644 index b4eada622105..000000000000 --- a/dev-python/PyClimate/files/digest-PyClimate-1.2.1-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 2d19f9622cdc5f3107b90157fcd9266c PyClimate-1.2.1.tar.gz 336090 diff --git a/dev-python/PyClimate/metadata.xml b/dev-python/PyClimate/metadata.xml deleted file mode 100644 index 823827079d0b..000000000000 --- a/dev-python/PyClimate/metadata.xml +++ /dev/null @@ -1,18 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<herd>sci</herd> -<maintainer> - <email>nerdboy@gentoo.org</email> - <name>Steve Arnold</name> - <description>Primary Maintainer</description> -</maintainer> -<longdescription> - A package designed to accomplish some usual tasks during the analysis of - climate variability using Python. It provides functions to perform some - simple IO operations, operations with COARDS-compliant netCDF files, EOF - analysis, SVD and CCA analysis of coupled data sets, some linear digital - filters, kernel based probability density function estimation and access - to DCDFLIB.C library. -</longdescription> -</pkgmetadata> |