diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2009-02-17 15:55:14 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2009-02-17 15:55:14 +0000 |
commit | 31075eb32e593cbd404a84062ca3006bf70c377c (patch) | |
tree | 191cbacc196daf4210ca8adc432cc3ae6ba4fb02 /sci-libs/netcdf | |
parent | arm/ia64/s390/sh/sparc stable wrt #242270 (diff) | |
download | gentoo-2-31075eb32e593cbd404a84062ca3006bf70c377c.tar.gz gentoo-2-31075eb32e593cbd404a84062ca3006bf70c377c.tar.bz2 gentoo-2-31075eb32e593cbd404a84062ca3006bf70c377c.zip |
Added dependency on libtool >= 2.2, fixing bug #258976
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs/netcdf')
-rw-r--r-- | sci-libs/netcdf/ChangeLog | 6 | ||||
-rw-r--r-- | sci-libs/netcdf/metadata.xml | 12 | ||||
-rw-r--r-- | sci-libs/netcdf/netcdf-3.6.3.ebuild | 5 |
3 files changed, 15 insertions, 8 deletions
diff --git a/sci-libs/netcdf/ChangeLog b/sci-libs/netcdf/ChangeLog index c4d41b712b2a..885feb58e523 100644 --- a/sci-libs/netcdf/ChangeLog +++ b/sci-libs/netcdf/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-libs/netcdf # Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/netcdf/ChangeLog,v 1.53 2009/01/18 21:48:04 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/netcdf/ChangeLog,v 1.54 2009/02/17 15:55:14 bicatali Exp $ + + 17 Feb 2009; Sébastien Fabbro <bicatali@gentoo.org> metadata.xml, + netcdf-3.6.3.ebuild: + Added dependency on libtool >= 2.2, fixing bug #258976 18 Jan 2009; Sébastien Fabbro <bicatali@gentoo.org> netcdf-3.6.3.ebuild: Patch for parallel building not needed after all. diff --git a/sci-libs/netcdf/metadata.xml b/sci-libs/netcdf/metadata.xml index 27285af7fd97..d1109f322c2c 100644 --- a/sci-libs/netcdf/metadata.xml +++ b/sci-libs/netcdf/metadata.xml @@ -3,11 +3,11 @@ <pkgmetadata> <herd>sci</herd> <longdescription lang="en"> -NetCDF (network Common Data Form) is an interface for scientific -data access and a freely-distributed software library that provides an -implementation of the interface. The netCDF library also defines a -machine-independent format for representing scientific data. -Together, the interface, library, and format support the creation, -access, and sharing of scientific data. + NetCDF (network Common Data Form) is an interface for scientific + data access and a freely-distributed software library that provides an + implementation of the interface. The netCDF library also defines a + machine-independent format for representing scientific data. + Together, the interface, library, and format support the creation, + access, and sharing of scientific data. </longdescription> </pkgmetadata> diff --git a/sci-libs/netcdf/netcdf-3.6.3.ebuild b/sci-libs/netcdf/netcdf-3.6.3.ebuild index 9dcc04cf1fa0..71cb60b0221d 100644 --- a/sci-libs/netcdf/netcdf-3.6.3.ebuild +++ b/sci-libs/netcdf/netcdf-3.6.3.ebuild @@ -1,8 +1,9 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/netcdf/netcdf-3.6.3.ebuild,v 1.2 2009/01/18 21:48:04 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/netcdf/netcdf-3.6.3.ebuild,v 1.3 2009/02/17 15:55:14 bicatali Exp $ EAPI=2 + inherit fortran eutils toolchain-funcs flag-o-matic autotools DESCRIPTION="Scientific library and interface for array oriented data access" @@ -16,6 +17,7 @@ KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" RDEPEND="" DEPEND="${RDEPEND} + >=sys-devel/libtool-2.2 doc? ( virtual/latex-base )" pkg_setup() { @@ -27,6 +29,7 @@ pkg_setup() { src_prepare() { epatch "${FILESDIR}"/${P}-as-needed.patch + #epatch "${FILESDIR}"/${P}-libtool.patch eautoreconf } |