aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-04-16 08:29:39 +0200
committerJustin Lecher <jlec@gentoo.org>2015-04-16 08:29:39 +0200
commit8a6a3ba3790230189b2d38000056f2cff889782a (patch)
treef510c49891ea87b0399ee51e4b226bbb865cc284 /sci-geosciences
parentIn CVS (diff)
downloadsci-8a6a3ba3790230189b2d38000056f2cff889782a.tar.gz
sci-8a6a3ba3790230189b2d38000056f2cff889782a.tar.bz2
sci-8a6a3ba3790230189b2d38000056f2cff889782a.zip
In CVS
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'sci-geosciences')
-rw-r--r--sci-geosciences/cdat-lite/ChangeLog26
-rw-r--r--sci-geosciences/cdat-lite/Manifest2
-rw-r--r--sci-geosciences/cdat-lite/cdat-lite-5.2.ebuild44
-rw-r--r--sci-geosciences/cdat-lite/cdat-lite-6.0_rc2.ebuild40
-rw-r--r--sci-geosciences/cdat-lite/files/5.2-impl-dec.patch60
-rw-r--r--sci-geosciences/cdat-lite/files/5.2-shared-lib.patch13
-rw-r--r--sci-geosciences/cdat-lite/metadata.xml12
7 files changed, 0 insertions, 197 deletions
diff --git a/sci-geosciences/cdat-lite/ChangeLog b/sci-geosciences/cdat-lite/ChangeLog
deleted file mode 100644
index 242e26723..000000000
--- a/sci-geosciences/cdat-lite/ChangeLog
+++ /dev/null
@@ -1,26 +0,0 @@
-# ChangeLog for sci-geosciences/cdat-lite
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
- 04 Dec 2013; Justin Lecher <jlec@gentoo.org> cdat-lite-5.2.ebuild,
- cdat-lite-6.0_rc2.ebuild, metadata.xml:
- Bump to distutils-r1 eclass
-
-*cdat-lite-6.0_rc2 (16 Jul 2011)
-
- 16 Jul 2011; Tim Cera <tim@cerazone.net> +cdat-lite-6.0_rc2.ebuild:
- Version bump.
-
- 29 Jun 2010; Justin Lecher <jlec@gentoo.org> +files/5.2-impl-dec.patch,
- cdat-lite-5.2.ebuild, +files/5.2-shared-lib.patch:
- Python ABI fixes, implicit declaration fixes
-
- 24 Apr 2010; Tim Cera <tim@cerazone.net> cdat-lite-5.2.ebuild:
- Updated to latest style for Python ebuilds.
-
-*cdat-lite-5.2 (24 Jan 2010)
-
- 24 Jan 2010; Tim Cera <tim@cerazone.net> +cdat-lite-5.2.ebuild,
- +metadata.xml:
- Initial ebuild.
-
diff --git a/sci-geosciences/cdat-lite/Manifest b/sci-geosciences/cdat-lite/Manifest
deleted file mode 100644
index a8e187dde..000000000
--- a/sci-geosciences/cdat-lite/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST cdat_lite-5.2.tar.gz 3454154 SHA256 72e851d61d9f8be5d744b346ccbb16a757809f723e332ed09703bfaeb8c84bd7 SHA512 84ddd0f75bda999cea15c1dfa25c11e1cc1f94b163821e43ffdf18a0cf58e7561a7d771180dd32a01a5e70cfb4e8db25b12252f9b50276a6bb54602366efe758 WHIRLPOOL c52e908a14296ef519713976336d5bd402848e06f6f333288e862811133d91fd01be0096e413236d192efd7aa8804640ecf4782c3f3d9d408003e6645e396f14
-DIST cdat_lite-6.0rc2.tar.gz 3563402 SHA256 6cbfdf9b47fdbc189ca7d2819dafb6cf958116e0f6077b325c375a0ddfab2a95
diff --git a/sci-geosciences/cdat-lite/cdat-lite-5.2.ebuild b/sci-geosciences/cdat-lite/cdat-lite-5.2.ebuild
deleted file mode 100644
index 6da749ea5..000000000
--- a/sci-geosciences/cdat-lite/cdat-lite-5.2.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1 toolchain-funcs
-
-MY_P=${P/-/_}
-
-DESCRIPTION="Large suite of open source tools for the management and analysis of climate data"
-HOMEPAGE="http://proj.badc.rl.ac.uk/cedaservices/wiki/CdatLite"
-SRC_URI="http://ndg.nerc.ac.uk/dist/${MY_P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-COMMON_DEPEND="
- >=sci-libs/netcdf-4.0.1
- >=sci-libs/hdf5-1.6.4"
-DEPEND="${COMMON_DEPEND}
- dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND="${COMMON_DEPEND}
- !sci-biology/ncbi-tools"
-
-S="${WORKDIR}"/${MY_P}
-
-PATCHES=(
- "${FILESDIR}"/${PV}-shared-lib.patch
- "${FILESDIR}"/${PV}-impl-dec.patch
- )
-
-python_prepare_all() {
- find "${S}" -type l -exec rm '{}' \;
- tc-export CC
- sed \
- -e 's:libhdf5.a:libhdf5.so:g' \
- -i setup_util.py || die
- distutils-r1_python_prepare_all
-}
diff --git a/sci-geosciences/cdat-lite/cdat-lite-6.0_rc2.ebuild b/sci-geosciences/cdat-lite/cdat-lite-6.0_rc2.ebuild
deleted file mode 100644
index a2f8d48ce..000000000
--- a/sci-geosciences/cdat-lite/cdat-lite-6.0_rc2.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1 toolchain-funcs
-
-MY_P=${P/-/_}
-MY_P=${MY_P/_rc/rc}
-
-DESCRIPTION="Large suite of open source tools for the management and analysis of climate data"
-HOMEPAGE="http://proj.badc.rl.ac.uk/cedaservices/wiki/CdatLite"
-SRC_URI="http://ndg.nerc.ac.uk/dist/${MY_P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-COMMON_DEPEND="
- >=sci-libs/netcdf-4.0.1
- >=sci-libs/hdf5-1.6.4"
-DEPEND="${COMMON_DEPEND}
- dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND="${COMMON_DEPEND}
- !sci-biology/ncbi-tools"
-
-S="${WORKDIR}/${MY_P}"
-
-python_prepare_all() {
- find "${S}" -type l -exec rm '{}' \;
- tc-export CC
- sed \
- -e 's:libhdf5.a:libhdf5.so:g' \
- -i setup_util.py || die
- distutils-r1_python_prepare_all
-}
diff --git a/sci-geosciences/cdat-lite/files/5.2-impl-dec.patch b/sci-geosciences/cdat-lite/files/5.2-impl-dec.patch
deleted file mode 100644
index 866ae72c3..000000000
--- a/sci-geosciences/cdat-lite/files/5.2-impl-dec.patch
+++ /dev/null
@@ -1,60 +0,0 @@
-diff --git a/Packages/cdms2/Src/bindex.c b/Packages/cdms2/Src/bindex.c
-index 9a91a3b..d8e6e4d 100644
---- a/Packages/cdms2/Src/bindex.c
-+++ b/Packages/cdms2/Src/bindex.c
-@@ -2,6 +2,7 @@
- with data on non-rectilinear grids.
- */
- #include <math.h>
-+#include <stdio.h>
- /* NBINI, NBINJ should match definition in bindex.bindexHorizontalGrid */
- #define NBINI 720 /* number of bins in the i (longitude) direction */
- #define NBINJ 360 /* number of bins in the j (latitude) direction */
-diff --git a/libcdms/src/cdunif/cdunifnc.c b/libcdms/src/cdunif/cdunifnc.c
-index 75f2b2f..8af93e1 100644
---- a/libcdms/src/cdunif/cdunifnc.c
-+++ b/libcdms/src/cdunif/cdunifnc.c
-@@ -28,6 +28,7 @@
-
- #ifdef netcdf
- #include <stdlib.h>
-+#include <string.h>
- #include "netcdf.h"
- #include "cdunifint.h"
-
-diff --git a/libcdms/src/cdunif/gaddes.c b/libcdms/src/cdunif/gaddes.c
-index aac8152..0dcd634 100644
---- a/libcdms/src/cdunif/gaddes.c
-+++ b/libcdms/src/cdunif/gaddes.c
-@@ -20,6 +20,7 @@
- #include <stdio.h>
- #include <math.h>
- #include <ctype.h>
-+#include <string.h>
- #ifndef __APPLE__
- #include <malloc.h>
- #endif
-diff --git a/libcdms/src/cdunif/gaio.c b/libcdms/src/cdunif/gaio.c
-index c64ae83..21b61f8 100644
---- a/libcdms/src/cdunif/gaio.c
-+++ b/libcdms/src/cdunif/gaio.c
-@@ -4,6 +4,7 @@
-
- #include <math.h>
- #include <stdio.h>
-+#include <string.h>
- #ifndef __APPLE__
- #include <malloc.h>
- #endif
-diff --git a/libcdms/src/db_util/cdRegTrfm.c b/libcdms/src/db_util/cdRegTrfm.c
-index cd88441..97d0185 100644
---- a/libcdms/src/db_util/cdRegTrfm.c
-+++ b/libcdms/src/db_util/cdRegTrfm.c
-@@ -32,6 +32,7 @@
- */
-
- #include <stdio.h>
-+#include <string.h>
- #include <cdmsint.h>
- #include <isdb.h>
- /* copy CDMS geom to NEONS ngeom */
diff --git a/sci-geosciences/cdat-lite/files/5.2-shared-lib.patch b/sci-geosciences/cdat-lite/files/5.2-shared-lib.patch
deleted file mode 100644
index 81bec96a6..000000000
--- a/sci-geosciences/cdat-lite/files/5.2-shared-lib.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/setup_util.py b/setup_util.py
-index 1eea295..e17342a 100644
---- a/setup_util.py
-+++ b/setup_util.py
-@@ -116,7 +116,7 @@ def check_ifnetcdf4(netcdf4_incdir):
-
- netcdf_incdir, netcdf_libdir = DepFinder('NetCDF', 'NETCDF_HOME',
- includefile='netcdf.h',
-- libfile='libnetcdf.a').find()
-+ libfile='libnetcdf.so').find()
- # If using NetCDF4 find the HDF5 libraries
- if check_ifnetcdf4(netcdf_incdir):
- print 'NetCDF4 detected. Including HDF libraries'
diff --git a/sci-geosciences/cdat-lite/metadata.xml b/sci-geosciences/cdat-lite/metadata.xml
deleted file mode 100644
index 50f2b52a9..000000000
--- a/sci-geosciences/cdat-lite/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <herd>sci-geosciences</herd>
- <maintainer>
- <email>tim@cerazone.net</email>
- <name>Tim Cera</name>
- </maintainer>
- <longdescription lang="en">
-CDAT-Lite is a large suite of open source tools for the management and analysis of climate data.
-</longdescription>
-</pkgmetadata>