bicatali 14/04/28 22:46:11 Modified: ChangeLog Added: netcdf-4.3.2.ebuild Log: Version bump (Portage version: 2.2.8-prefix/cvs/Linux x86_64, signed Manifest commit with key 0x13CB1360)
Revision Changes Path 1.112 sci-libs/netcdf/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/netcdf/ChangeLog?rev=1.112&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/netcdf/ChangeLog?rev=1.112&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/netcdf/ChangeLog?r1=1.111&r2=1.112 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sci-libs/netcdf/ChangeLog,v retrieving revision 1.111 retrieving revision 1.112 diff -u -r1.111 -r1.112 --- ChangeLog 27 Feb 2014 17:56:09 -0000 1.111 +++ ChangeLog 28 Apr 2014 22:46:11 -0000 1.112 @@ -1,6 +1,11 @@ # ChangeLog for sci-libs/netcdf # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/netcdf/ChangeLog,v 1.111 2014/02/27 17:56:09 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/netcdf/ChangeLog,v 1.112 2014/04/28 22:46:11 bicatali Exp $ + +*netcdf-4.3.2 (28 Apr 2014) + + 28 Apr 2014; Sébastien Fabbro <bicat...@gentoo.org> +netcdf-4.3.2.ebuild: + Version bump *netcdf-4.3.1.1 (27 Feb 2014) 1.1 sci-libs/netcdf/netcdf-4.3.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/netcdf/netcdf-4.3.2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/netcdf/netcdf-4.3.2.ebuild?rev=1.1&content-type=text/plain Index: netcdf-4.3.2.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sci-libs/netcdf/netcdf-4.3.2.ebuild,v 1.1 2014/04/28 22:46:11 bicatali Exp $ EAPI=5 inherit autotools-utils DESCRIPTION="Scientific library and interface for array oriented data access" HOMEPAGE="http://www.unidata.ucar.edu/software/netcdf/" SRC_URI="ftp://ftp.unidata.ucar.edu/pub/netcdf/${P}.tar.gz" LICENSE="UCAR-Unidata" SLOT="0/7" KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" IUSE="+dap doc examples hdf +hdf5 mpi static-libs szip test tools" RDEPEND=" dap? ( net-misc/curl ) hdf? ( sci-libs/hdf >=sci-libs/hdf5-1.8.8 ) hdf5? ( >=sci-libs/hdf5-1.8.9[mpi=,szip=,zlib] )" DEPEND="${RDEPEND} doc? ( app-doc/doxygen )" REQUIRED_USE="test? ( tools )" src_configure() { local myeconfargs=( --docdir="${EPREFIX}"/usr/share/doc/${PF} --disable-examples $(use_enable dap) $(use_enable doc doxygen) $(use_enable hdf hdf4) $(use_enable hdf5 netcdf-4) $(use_enable tools utilities) ) autotools-utils_src_configure } src_test() { autotools-utils_src_test -j1 } src_install() { autotools-utils_src_install if use examples; then insinto /usr/share/doc/${PF} doins -r examples fi }