diff options
author | Steve Arnold <nerdboy@gentoo.org> | 2009-04-27 01:54:33 +0000 |
---|---|---|
committer | Steve Arnold <nerdboy@gentoo.org> | 2009-04-27 01:54:33 +0000 |
commit | 00307e500cb45a852ba6f3ac07750aa9a073078f (patch) | |
tree | a488b83ab9a33023c5b09299832d7e33e9e89084 /sci-libs/libnc-dap | |
parent | Automated update of use.local.desc (diff) | |
download | gentoo-2-00307e500cb45a852ba6f3ac07750aa9a073078f.tar.gz gentoo-2-00307e500cb45a852ba6f3ac07750aa9a073078f.tar.bz2 gentoo-2-00307e500cb45a852ba6f3ac07750aa9a073078f.zip |
Updated to allow libnc-dap's ncdump to coexist with netcdf.
(Portage version: 2.2_rc31/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs/libnc-dap')
-rw-r--r-- | sci-libs/libnc-dap/ChangeLog | 10 | ||||
-rw-r--r-- | sci-libs/libnc-dap/libnc-dap-3.7.3-r1.ebuild (renamed from sci-libs/libnc-dap/libnc-dap-3.7.3.ebuild) | 8 |
2 files changed, 14 insertions, 4 deletions
diff --git a/sci-libs/libnc-dap/ChangeLog b/sci-libs/libnc-dap/ChangeLog index bd9195f28608..2f2442820786 100644 --- a/sci-libs/libnc-dap/ChangeLog +++ b/sci-libs/libnc-dap/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for sci-libs/libnc-dap # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/libnc-dap/ChangeLog,v 1.2 2009/04/20 01:01:54 nerdboy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/libnc-dap/ChangeLog,v 1.3 2009/04/27 01:54:33 nerdboy Exp $ + +*libnc-dap-3.7.3-r1 (27 Apr 2009) + + 27 Apr 2009; Steve Arnold <nerdboy@gentoo.org> -libnc-dap-3.7.3.ebuild, + +libnc-dap-3.7.3-r1.ebuild: + Updated to allow libnc-dap's ncdump to coexist with netcdf. Ferret + will require both libnc-dap and netcdf until netcdf-4 is out (at + which time netcdf-4 will block libnc-dap). 20 Apr 2009; Steve Arnold <nerdboy@gentoo.org> libnc-dap-3.7.3.ebuild: Enabled additional 64bit configure option for large NetCDF files. diff --git a/sci-libs/libnc-dap/libnc-dap-3.7.3.ebuild b/sci-libs/libnc-dap/libnc-dap-3.7.3-r1.ebuild index 0a9bb3dbe680..04d7ececde23 100644 --- a/sci-libs/libnc-dap/libnc-dap-3.7.3.ebuild +++ b/sci-libs/libnc-dap/libnc-dap-3.7.3-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/libnc-dap/libnc-dap-3.7.3.ebuild,v 1.2 2009/04/20 01:01:54 nerdboy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/libnc-dap/libnc-dap-3.7.3-r1.ebuild,v 1.1 2009/04/27 01:54:33 nerdboy Exp $ inherit eutils flag-o-matic fortran @@ -20,8 +20,7 @@ DEPEND="${RDEPEND} sys-libs/zlib >=dev-libs/libxml2-2.5.7 >=net-misc/curl-7.10.6 - <=sci-libs/libdap-3.8.2 - !sci-libs/netcdf" + <=sci-libs/libdap-3.8.2" pkg_setup() { if use full-test; then @@ -82,6 +81,9 @@ src_test() { src_install() { emake DESTDIR="${D}" install || die "emake install failed" + mv "${D}"usr/bin/ncdump "${D}"usr/bin/dncdump + # this is just the netcdf ncdump man page... + #newman ncdump/ncdump.1 dncdump.1 dodoc README NEWS README.translation } |