diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2007-11-08 09:27:40 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2007-11-08 09:27:40 +0000 |
commit | d879d7a1ae01ae1e7401d0d469fdb2934fa95814 (patch) | |
tree | c6cc4989dfe4e0234a39471202d86e767c171e3c /sci-misc/nco | |
parent | stable x86, security bug 198238 (diff) | |
download | gentoo-2-d879d7a1ae01ae1e7401d0d469fdb2934fa95814.tar.gz gentoo-2-d879d7a1ae01ae1e7401d0d469fdb2934fa95814.tar.bz2 gentoo-2-d879d7a1ae01ae1e7401d0d469fdb2934fa95814.zip |
Version bump.
(Portage version: 2.1.3.16)
Diffstat (limited to 'sci-misc/nco')
-rw-r--r-- | sci-misc/nco/ChangeLog | 8 | ||||
-rw-r--r-- | sci-misc/nco/files/digest-nco-3.2.0 | 3 | ||||
-rw-r--r-- | sci-misc/nco/files/digest-nco-3.9.2 | 3 | ||||
-rw-r--r-- | sci-misc/nco/nco-3.9.2.ebuild (renamed from sci-misc/nco/nco-3.2.0.ebuild) | 23 |
4 files changed, 19 insertions, 18 deletions
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 <bicatali@gentoo.org> -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.9.2.ebuild index 82cf500aaa51..e2f7e1a1526e 100644 --- a/sci-misc/nco/nco-3.2.0.ebuild +++ b/sci-misc/nco/nco-3.9.2.ebuild @@ -1,12 +1,12 @@ # 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 $ +# $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-2" +LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86 ~ppc" @@ -18,7 +18,7 @@ RDEPEND="sci-libs/netcdf DEPEND="${RDEPEND} ncap2? ( !mpi? ( dev-java/antlr ) ) - doc? ( virtual/tetex )" + doc? ( virtual/latex-base )" pkg_setup() { if use mpi && use ncap2; then @@ -30,22 +30,17 @@ pkg_setup() { } src_compile() { - # force disabling experimental and not implemented features + # let more experimental options enabling via EXTRA_ECONF 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 + cd doc + emake clean info if use doc; then - make html pdf || die "make doc failed" + emake html pdf || die "emake doc failed" fi } @@ -56,8 +51,8 @@ src_install() { || die "dodoc failed" doinfo *.info* || die "doinfo failed" if use doc; then - dohtml nco.html/* + dohtml nco.html/* || die "dohtml failed" insinto /usr/share/doc/${PF} - doins nco.pdf + doins nco.pdf || die "pdf install failed" fi } |