summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/pyclimate/pyclimate-1.2.1.ebuild')
-rw-r--r--dev-python/pyclimate/pyclimate-1.2.1.ebuild35
1 files changed, 0 insertions, 35 deletions
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 58a17894b485..000000000000
--- a/dev-python/pyclimate/pyclimate-1.2.1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# 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.5 2004/12/28 19:08:52 ribosome Exp $
-
-inherit eutils
-
-MY_P="${P/pyclimate/PyClimate}"
-S=${WORKDIR}/${MY_P}
-
-IUSE=""
-DESCRIPTION="Climate Data Analysis Module for Python"
-SRC_URI="http://starship.python.net/crew/jsaenz/pyclimate/downloads/${MY_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
- >=sci-libs/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/*
-}