diff options
author | Patrick Kursawe <phosphan@gentoo.org> | 2004-03-26 12:22:50 +0000 |
---|---|---|
committer | Patrick Kursawe <phosphan@gentoo.org> | 2004-03-26 12:22:50 +0000 |
commit | e8a1f671941ad8ee226b1e697f24e9dc637ada71 (patch) | |
tree | ef675b4494993e85eaa38faa499fa4a16ba59655 /app-sci/netcdf | |
parent | Adding IUSE (Manifest recommit) (diff) | |
download | gentoo-2-e8a1f671941ad8ee226b1e697f24e9dc637ada71.tar.gz gentoo-2-e8a1f671941ad8ee226b1e697f24e9dc637ada71.tar.bz2 gentoo-2-e8a1f671941ad8ee226b1e697f24e9dc637ada71.zip |
Adding IUSE and inherit eutils
Diffstat (limited to 'app-sci/netcdf')
-rw-r--r-- | app-sci/netcdf/ChangeLog | 6 | ||||
-rw-r--r-- | app-sci/netcdf/files/digest-netcdf-3.5.0-r2 | 1 | ||||
-rw-r--r-- | app-sci/netcdf/netcdf-3.5.0-r2.ebuild | 39 | ||||
-rw-r--r-- | app-sci/netcdf/netcdf-3.5.0-r3.ebuild | 5 |
4 files changed, 9 insertions, 42 deletions
diff --git a/app-sci/netcdf/ChangeLog b/app-sci/netcdf/ChangeLog index c5d530637506..6f5b9a11faab 100644 --- a/app-sci/netcdf/ChangeLog +++ b/app-sci/netcdf/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-sci/netcdf # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/netcdf/ChangeLog,v 1.10 2004/03/03 13:37:45 phosphan Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/netcdf/ChangeLog,v 1.11 2004/03/26 12:22:50 phosphan Exp $ + + 26 Mar 2004; Patrick Kursawe <phosphan@gentoo.org> netcdf-3.5.0-r2.ebuild, + netcdf-3.5.0-r3.ebuild: + Adding IUSE and inherit eutils 03 Mar 2004; Patrick Kursawe <phosphan@gentoo.org> netcdf-3.5.0-r3.ebuild: Some arches were missing in -r3 that were added to -r2, assume it was a diff --git a/app-sci/netcdf/files/digest-netcdf-3.5.0-r2 b/app-sci/netcdf/files/digest-netcdf-3.5.0-r2 deleted file mode 100644 index 25d6e8d0de3d..000000000000 --- a/app-sci/netcdf/files/digest-netcdf-3.5.0-r2 +++ /dev/null @@ -1 +0,0 @@ -MD5 28640a40a44f982f90f5eeb15e917a1f netcdf-3.5.0.tar.Z 1319419 diff --git a/app-sci/netcdf/netcdf-3.5.0-r2.ebuild b/app-sci/netcdf/netcdf-3.5.0-r2.ebuild deleted file mode 100644 index 42e73bc7f9d6..000000000000 --- a/app-sci/netcdf/netcdf-3.5.0-r2.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2004 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/netcdf/netcdf-3.5.0-r2.ebuild,v 1.7 2004/03/10 08:20:41 phosphan Exp $ - -DESCRIPTION="Scientific library and interface for array oriented data access" -SRC_URI="ftp://ftp.unidata.ucar.edu/pub/netcdf/${P}.tar.Z" -HOMEPAGE="http://www.unidata.ucar.edu/packages/netcdf/" - -LICENSE="UCAR-Unidata" -SLOT="0" -KEYWORDS="x86 ~ppc ~sparc ~alpha ~mips ~hppa" - -S=${WORKDIR}/${P}/src - -src_unpack() { - unpack ${A} - cd ${S} - # welcome to ANSI C++ coding with sed - sed \ - -e 's/iostream\.h/iostream/g' \ - -e 's/cout/std::cout/g' \ - -e 's/^extern "C".*//g' -i configure || die - - cd cxx && epatch ${FILESDIR}/gcc3-gentoo.patch -} - -src_compile() { - export CPPFLAGS=-Df2cFortran - econf - make || die - make test || die -} - -src_install() { - dodir /usr/{lib,share} - einstall MANDIR=${D}/usr/share/man - dodoc COMPATIBILITY COPYRIGHT MANIFEST README RELEASE_NOTES VERSION - dohtml -r . -} diff --git a/app-sci/netcdf/netcdf-3.5.0-r3.ebuild b/app-sci/netcdf/netcdf-3.5.0-r3.ebuild index 004ccc48d271..4e40c899b90e 100644 --- a/app-sci/netcdf/netcdf-3.5.0-r3.ebuild +++ b/app-sci/netcdf/netcdf-3.5.0-r3.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/netcdf/netcdf-3.5.0-r3.ebuild,v 1.8 2004/03/10 08:20:41 phosphan Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/netcdf/netcdf-3.5.0-r3.ebuild,v 1.9 2004/03/26 12:22:50 phosphan Exp $ + +inherit eutils DESCRIPTION="Scientific library and interface for array oriented data access" SRC_URI="ftp://ftp.unidata.ucar.edu/pub/netcdf/${P}.tar.Z" @@ -8,6 +10,7 @@ HOMEPAGE="http://www.unidata.ucar.edu/packages/netcdf/" LICENSE="UCAR-Unidata" SLOT="0" +IUSE="" KEYWORDS="x86 sparc amd64 alpha ia64 ~ppc ~mips ~hppa" S=${WORKDIR}/${P}/src |