From d879d7a1ae01ae1e7401d0d469fdb2934fa95814 Mon Sep 17 00:00:00 2001 From: Sebastien Fabbro Date: Thu, 8 Nov 2007 09:27:40 +0000 Subject: Version bump. (Portage version: 2.1.3.16) --- sci-misc/nco/ChangeLog | 8 ++++- sci-misc/nco/files/digest-nco-3.2.0 | 3 -- sci-misc/nco/files/digest-nco-3.9.2 | 3 ++ sci-misc/nco/nco-3.2.0.ebuild | 63 ------------------------------------- sci-misc/nco/nco-3.9.2.ebuild | 58 ++++++++++++++++++++++++++++++++++ 5 files changed, 68 insertions(+), 67 deletions(-) delete mode 100644 sci-misc/nco/files/digest-nco-3.2.0 create mode 100644 sci-misc/nco/files/digest-nco-3.9.2 delete mode 100644 sci-misc/nco/nco-3.2.0.ebuild create mode 100644 sci-misc/nco/nco-3.9.2.ebuild (limited to 'sci-misc/nco') diff --git a/sci-misc/nco/ChangeLog b/sci-misc/nco/ChangeLog index 2cfaa5eaab3b..937423fc1bef 100644 --- a/sci-misc/nco/ChangeLog +++ b/sci-misc/nco/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sci-misc/nco # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-misc/nco/ChangeLog,v 1.9 2007/08/20 12:11:31 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-misc/nco/ChangeLog,v 1.10 2007/11/08 09:27:39 bicatali Exp $ + +*nco-3.9.2 (08 Nov 2007) + + 08 Nov 2007; Sébastien Fabbro -nco-3.2.0.ebuild, + +nco-3.9.2.ebuild: + Version bump. *nco-3.9.1 (20 Aug 2007) diff --git a/sci-misc/nco/files/digest-nco-3.2.0 b/sci-misc/nco/files/digest-nco-3.2.0 deleted file mode 100644 index ef6227c859e5..000000000000 --- a/sci-misc/nco/files/digest-nco-3.2.0 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 f2b17cc39a21416d44a8891851a53a37 nco-3.2.0.tar.gz 3239108 -RMD160 37bf10ad387036c2d05757dea0163ebdf128a5a6 nco-3.2.0.tar.gz 3239108 -SHA256 7804dfb2e40ea6fa2bdbd81cf69c1eb1e6027f60d7f1c3d62d58eb413c5d3159 nco-3.2.0.tar.gz 3239108 diff --git a/sci-misc/nco/files/digest-nco-3.9.2 b/sci-misc/nco/files/digest-nco-3.9.2 new file mode 100644 index 000000000000..f1ea98d6e5eb --- /dev/null +++ b/sci-misc/nco/files/digest-nco-3.9.2 @@ -0,0 +1,3 @@ +MD5 7119134c0a9cdb869799cb9f8b718c91 nco-3.9.2.tar.gz 3394035 +RMD160 63aa9e63b441b77c4180ec29d815031249cf3565 nco-3.9.2.tar.gz 3394035 +SHA256 b66b4e985afd632943e6aaec17bc158d0a566f15af5dda5c0aa48c3850d9deeb nco-3.9.2.tar.gz 3394035 diff --git a/sci-misc/nco/nco-3.2.0.ebuild b/sci-misc/nco/nco-3.2.0.ebuild deleted file mode 100644 index 82cf500aaa51..000000000000 --- a/sci-misc/nco/nco-3.2.0.ebuild +++ /dev/null @@ -1,63 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-misc/nco/nco-3.2.0.ebuild,v 1.3 2007/04/29 18:42:15 tove Exp $ - -DESCRIPTION="Command line utilities for operating on netCDF files" -SRC_URI="http://dust.ess.uci.edu/nco/src/${P}.tar.gz" -HOMEPAGE="http://nco.sourceforge.net/" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86 ~ppc" - -IUSE="mpi doc ncap2 udunits" - -RDEPEND="sci-libs/netcdf - mpi? ( virtual/mpi ) - udunits? ( sci-libs/udunits )" - -DEPEND="${RDEPEND} - ncap2? ( !mpi? ( dev-java/antlr ) ) - doc? ( virtual/tetex )" - -pkg_setup() { - if use mpi && use ncap2; then - elog - elog "mpi and ncap2 are still incompatible flags" - elog "nco configure will automatically disables ncap2" - elog - fi -} - -src_compile() { - # force disabling experimental and not implemented features - econf \ - --disable-dap \ - --disable-netcdf4 \ - --disable-i18n \ - --enable-regex \ - --enable-nco_cplusplus \ - $(use_enable ncap2 ncoxx) \ - $(use_enable udunits) \ - $(use_enable mpi) \ - || die "econf failed" - emake || die "emake failed" - cd "${S}"/doc - make clean info - if use doc; then - make html pdf || die "make doc failed" - fi -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - cd doc - dodoc ANNOUNCE ChangeLog MANIFEST NEWS README TAG TODO VERSION *.txt \ - || die "dodoc failed" - doinfo *.info* || die "doinfo failed" - if use doc; then - dohtml nco.html/* - insinto /usr/share/doc/${PF} - doins nco.pdf - fi -} diff --git a/sci-misc/nco/nco-3.9.2.ebuild b/sci-misc/nco/nco-3.9.2.ebuild new file mode 100644 index 000000000000..e2f7e1a1526e --- /dev/null +++ b/sci-misc/nco/nco-3.9.2.ebuild @@ -0,0 +1,58 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sci-misc/nco/nco-3.9.2.ebuild,v 1.1 2007/11/08 09:27:39 bicatali Exp $ + +DESCRIPTION="Command line utilities for operating on netCDF files" +SRC_URI="http://dust.ess.uci.edu/nco/src/${P}.tar.gz" +HOMEPAGE="http://nco.sourceforge.net/" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86 ~ppc" + +IUSE="mpi doc ncap2 udunits" + +RDEPEND="sci-libs/netcdf + mpi? ( virtual/mpi ) + udunits? ( sci-libs/udunits )" + +DEPEND="${RDEPEND} + ncap2? ( !mpi? ( dev-java/antlr ) ) + doc? ( virtual/latex-base )" + +pkg_setup() { + if use mpi && use ncap2; then + elog + elog "mpi and ncap2 are still incompatible flags" + elog "nco configure will automatically disables ncap2" + elog + fi +} + +src_compile() { + # let more experimental options enabling via EXTRA_ECONF + econf \ + $(use_enable ncap2 ncoxx) \ + $(use_enable udunits) \ + $(use_enable mpi) \ + || die "econf failed" + emake || die "emake failed" + cd doc + emake clean info + if use doc; then + emake html pdf || die "emake doc failed" + fi +} + +src_install() { + emake DESTDIR="${D}" install || die "emake install failed" + cd doc + dodoc ANNOUNCE ChangeLog MANIFEST NEWS README TAG TODO VERSION *.txt \ + || die "dodoc failed" + doinfo *.info* || die "doinfo failed" + if use doc; then + dohtml nco.html/* || die "dohtml failed" + insinto /usr/share/doc/${PF} + doins nco.pdf || die "pdf install failed" + fi +} -- cgit v1.2.3-65-gdbad