summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2009-11-26 21:02:27 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2009-11-26 21:02:27 +0000
commit09ebc1cf2b3c8d4ecf51dfb578f1c170f73f0ae9 (patch)
tree1827ec3e712d7ea8b5c192a541628d05132ec725 /dev-python/pyclimate
parentx86 stable, bug #294554 (diff)
downloadhistorical-09ebc1cf2b3c8d4ecf51dfb578f1c170f73f0ae9.tar.gz
historical-09ebc1cf2b3c8d4ecf51dfb578f1c170f73f0ae9.tar.bz2
historical-09ebc1cf2b3c8d4ecf51dfb578f1c170f73f0ae9.zip
Delete older ebuilds.
Diffstat (limited to 'dev-python/pyclimate')
-rw-r--r--dev-python/pyclimate/Manifest13
-rw-r--r--dev-python/pyclimate/pyclimate-1.2.1-r1.ebuild54
-rw-r--r--dev-python/pyclimate/pyclimate-1.2.1.ebuild35
3 files changed, 0 insertions, 102 deletions
diff --git a/dev-python/pyclimate/Manifest b/dev-python/pyclimate/Manifest
index 993bb68d22d1..2a07458a571c 100644
--- a/dev-python/pyclimate/Manifest
+++ b/dev-python/pyclimate/Manifest
@@ -1,17 +1,4 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
-DIST PyClimate-1.2.1.tar.gz 336090 RMD160 097d9855876391932a0155dfe72e7e963a72bcd7 SHA1 71920a306c48901ede5cd987ecd328f2472cac30 SHA256 c6ff73d5c5c4a9b9bfe9c77143cdac816ba7a7d6f3cdc2dd9923251fa6193232
DIST PyClimate-1.2.2.tar.gz 1417758 RMD160 170e39e2e30706823f78bb33456b5cd30e5ae165 SHA1 0e68f4e030ddb52c3e995f8876e5886d803a1763 SHA256 3ee4aadf3d072270aa179c8b2345f5e2136df91c7237a30540be146d7fda8c94
-EBUILD pyclimate-1.2.1-r1.ebuild 1341 RMD160 ed3df841bee8a63e10e2a568615c27080218c166 SHA1 dd2a7f0f12f19fd56b1e548eca02d9b111cafd72 SHA256 c22d37fed2542008c288b0016b62e382ae6c51542097db24735bc770a4a97d5d
-EBUILD pyclimate-1.2.1.ebuild 971 RMD160 e4516049a3e9aa3916c0800f4fe830d52f840ded SHA1 6c7440889ffb6aedde4089011edf39c08f36efc2 SHA256 56eca9efe2282263582c7759510cc005e7950c565df5a1abd008f118f13e2030
EBUILD pyclimate-1.2.2.ebuild 1289 RMD160 e313c88aac7c9d28bd18d1157700ec5ef3c6bbc9 SHA1 6244a2f1e31c4a4499fb531945c99969de2b8a91 SHA256 903764f8ca939c1c8f5ca411c1b7018cd63e76df2168c63ac3f003db79931d7c
MISC ChangeLog 2359 RMD160 19efaf2bdb028ccb8b81ea25d20f0d42198099bf SHA1 65587feb4661c837dc6b515539446d8c252e049f SHA256 4464c9518d062f6f75a4c57c69855e6bef28854d09e673082163bef8f6ba3f48
MISC metadata.xml 1320 RMD160 a4807fd7c6c43c37745e5c83ee341ad9902814a2 SHA1 d4257c16c14482d3dd6c8f31801e8eabee89affb SHA256 4a563ea67b57427d1e462fcd08f0e6a2bbe48fb4c920104e34fa969952c4edac
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v2.0.11 (GNU/Linux)
-
-iEYEARECAAYFAksOvIYACgkQkKaRLQcq0GJ2OACeNxRmWjZFt/51pmawO4Os2LMQ
-f/8AniXZuSAejmQZ3dPADTAsktXo5V2R
-=6Rx+
------END PGP SIGNATURE-----
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 eab6cbcc88dc..000000000000
--- a/dev-python/pyclimate/pyclimate-1.2.1-r1.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2007 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-r1.ebuild,v 1.8 2007/03/05 02:49:35 genone Exp $
-
-inherit eutils distutils
-
-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="~alpha ~ia64 ~ppc ~sparc ~x86"
-
-DEPEND="virtual/python
- >=dev-python/numeric-19.0
- dev-python/scientificpython
- >=sci-libs/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
- elog
- elog "Try the test script in /usr/share/${PF}/test."
- elog "See the examples in /usr/share/${PF}/examples."
- elog "Read the doc in /usr/share/doc/${PF}."
- elog
-}
-
-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 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/*
-}