public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/sci:master commit in: sci-geosciences/cdat-lite/
@ 2011-07-16  4:47 Tim Cera
  0 siblings, 0 replies; 2+ messages in thread
From: Tim Cera @ 2011-07-16  4:47 UTC (permalink / raw
  To: gentoo-commits

commit:     58af80a17fd6cc103ea76a49843fb30788fa9bcf
Author:     timcera <timcera <AT> earthlink <DOT> net>
AuthorDate: Sat Jul 16 00:48:52 2011 +0000
Commit:     Tim Cera <timcera <AT> earthlink <DOT> net>
CommitDate: Sat Jul 16 00:48:52 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=58af80a1

sci-geosciences/cdat-lite: Version bump.

---
 sci-geosciences/cdat-lite/ChangeLog                |    7 +++-
 sci-geosciences/cdat-lite/cdat-lite-6.0_rc2.ebuild |   43 ++++++++++++++++++++
 2 files changed, 49 insertions(+), 1 deletions(-)

diff --git a/sci-geosciences/cdat-lite/ChangeLog b/sci-geosciences/cdat-lite/ChangeLog
index 7855ade..90b6a9a 100644
--- a/sci-geosciences/cdat-lite/ChangeLog
+++ b/sci-geosciences/cdat-lite/ChangeLog
@@ -1,7 +1,12 @@
 # ChangeLog for sci-geosciences/cdat-lite
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*cdat-lite-6.0_rc2 (16 Jul 2011)
+
+  16 Jul 2011; Tim Cera <timcera@earthlink.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

diff --git a/sci-geosciences/cdat-lite/cdat-lite-6.0_rc2.ebuild b/sci-geosciences/cdat-lite/cdat-lite-6.0_rc2.ebuild
new file mode 100644
index 0000000..34d713c
--- /dev/null
+++ b/sci-geosciences/cdat-lite/cdat-lite-6.0_rc2.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="2"
+
+PYTHON_DEPEND="2:2.5"
+SUPPORT_PYTHON_ABIS="1"
+
+inherit distutils eutils 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/ndg/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"
+RDEPEND="${COMMON_DEPEND}
+	!sci-biology/ncbi-tools"
+
+RESTRICT_PYTHON_ABIS="3.*"
+
+S="${WORKDIR}/${MY_P}"
+
+src_prepare() {
+	find "${S}" -type l -exec rm '{}' \;
+	distutils_src_prepare
+}
+
+src_compile()(
+	tc-export CC
+	distutils_src_compile
+)



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] proj/sci:master commit in: sci-geosciences/cdat-lite/
@ 2013-12-04 15:00 Justin Lecher
  0 siblings, 0 replies; 2+ messages in thread
From: Justin Lecher @ 2013-12-04 15:00 UTC (permalink / raw
  To: gentoo-commits

commit:     a3bbf05165e268675f2e2de982e4aaa4666c5cac
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Wed Dec  4 13:14:18 2013 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Dec  4 13:14:18 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=a3bbf051

sci-geosciences/cdat-lite: Bump to distutils-r1 eclass

Package-Manager: portage-2.2.7

---
 sci-geosciences/cdat-lite/ChangeLog                |  6 +++-
 sci-geosciences/cdat-lite/cdat-lite-5.2.ebuild     | 38 +++++++++++-----------
 sci-geosciences/cdat-lite/cdat-lite-6.0_rc2.ebuild | 31 ++++++++----------
 sci-geosciences/cdat-lite/metadata.xml             | 12 +++----
 4 files changed, 44 insertions(+), 43 deletions(-)

diff --git a/sci-geosciences/cdat-lite/ChangeLog b/sci-geosciences/cdat-lite/ChangeLog
index 51a2e62..242e267 100644
--- a/sci-geosciences/cdat-lite/ChangeLog
+++ b/sci-geosciences/cdat-lite/ChangeLog
@@ -1,7 +1,11 @@
 # ChangeLog for sci-geosciences/cdat-lite
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# 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:

diff --git a/sci-geosciences/cdat-lite/cdat-lite-5.2.ebuild b/sci-geosciences/cdat-lite/cdat-lite-5.2.ebuild
index 0390f82..4f544cd 100644
--- a/sci-geosciences/cdat-lite/cdat-lite-5.2.ebuild
+++ b/sci-geosciences/cdat-lite/cdat-lite-5.2.ebuild
@@ -1,18 +1,17 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI="2"
+EAPI=5
 
-PYTHON_DEPEND="2:2.5"
-SUPPORT_PYTHON_ABIS="1"
+PYTHON_COMPAT=( python{2_6,2_7} )
 
-inherit distutils eutils toolchain-funcs
+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/ndg/wiki/CdatLite"
+HOMEPAGE="http://proj.badc.rl.ac.uk/cedaservices/wiki/CdatLite"
 SRC_URI="http://ndg.nerc.ac.uk/dist/${MY_P}.tar.gz"
 
 LICENSE="BSD"
@@ -20,25 +19,26 @@ SLOT="0"
 KEYWORDS="~amd64"
 IUSE=""
 
-COMMON_DEPEND=">=sci-libs/netcdf-4.0.1
+COMMON_DEPEND="
+	>=sci-libs/netcdf-4.0.1
 	>=sci-libs/hdf5-1.6.4"
 DEPEND="${COMMON_DEPEND}
-	dev-python/setuptools"
+	dev-python/setuptools[${PYTHON_USEDEP}]"
 RDEPEND="${COMMON_DEPEND}
 	!sci-biology/ncbi-tools"
 
-RESTRICT_PYTHON_ABIS="3.*"
+S="${WORKDIR}"/${MY_P}
 
-S="${WORKDIR}/${MY_P}"
+PATCHES=(
+	"${FILESDIR}"/${PV}-shared-lib.patch
+	"${FILESDIR}"/${PV}-impl-dec.patch
+	)
 
-src_prepare() {
-	epatch "${FILESDIR}"/${PV}-shared-lib.patch
-	epatch "${FILESDIR}"/${PV}-impl-dec.patch
+python_prepare_all() {
 	find "${S}" -type l -exec rm '{}' \;
-	distutils_src_prepare
-}
-
-src_compile()(
 	tc-export CC
-	distutils_src_compile
-)
+	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
index 34d713c..4016346 100644
--- a/sci-geosciences/cdat-lite/cdat-lite-6.0_rc2.ebuild
+++ b/sci-geosciences/cdat-lite/cdat-lite-6.0_rc2.ebuild
@@ -1,19 +1,18 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI="2"
+EAPI=5
 
-PYTHON_DEPEND="2:2.5"
-SUPPORT_PYTHON_ABIS="1"
+PYTHON_COMPAT=( python{2_6,2_7} )
 
-inherit distutils eutils toolchain-funcs
+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/ndg/wiki/CdatLite"
+HOMEPAGE="http://proj.badc.rl.ac.uk/cedaservices/wiki/CdatLite"
 SRC_URI="http://ndg.nerc.ac.uk/dist/${MY_P}.tar.gz"
 
 LICENSE="BSD"
@@ -21,23 +20,21 @@ SLOT="0"
 KEYWORDS="~amd64"
 IUSE=""
 
-COMMON_DEPEND=">=sci-libs/netcdf-4.0.1
+COMMON_DEPEND="
+	>=sci-libs/netcdf-4.0.1
 	>=sci-libs/hdf5-1.6.4"
 DEPEND="${COMMON_DEPEND}
-	dev-python/setuptools"
+	dev-python/setuptools[${PYTHON_USEDEP}]"
 RDEPEND="${COMMON_DEPEND}
 	!sci-biology/ncbi-tools"
 
-RESTRICT_PYTHON_ABIS="3.*"
-
 S="${WORKDIR}/${MY_P}"
 
-src_prepare() {
+python_prepare_all() {
 	find "${S}" -type l -exec rm '{}' \;
-	distutils_src_prepare
-}
-
-src_compile()(
 	tc-export CC
-	distutils_src_compile
-)
+	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/metadata.xml b/sci-geosciences/cdat-lite/metadata.xml
index 91bea76..50f2b52 100644
--- a/sci-geosciences/cdat-lite/metadata.xml
+++ b/sci-geosciences/cdat-lite/metadata.xml
@@ -1,12 +1,12 @@
 <?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">
+  <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>


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-12-04 15:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-16  4:47 [gentoo-commits] proj/sci:master commit in: sci-geosciences/cdat-lite/ Tim Cera
  -- strict thread matches above, loose matches on Subject: below --
2013-12-04 15:00 Justin Lecher

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox