public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-libs/netcdf: metadata.xml ChangeLog netcdf-4.1.1-r4.ebuild netcdf-4.1.3.ebuild
@ 2012-03-25 10:35 Justin Lecher (jlec)
  0 siblings, 0 replies; only message in thread
From: Justin Lecher (jlec) @ 2012-03-25 10:35 UTC (permalink / raw
  To: gentoo-commits

jlec        12/03/25 10:35:22

  Modified:             metadata.xml ChangeLog netcdf-4.1.1-r4.ebuild
                        netcdf-4.1.3.ebuild
  Log:
  Fix eautoreconf handling by autotools_utils.eclass
  
  (Portage version: 2.2.0_alpha95/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  sci-libs/netcdf/metadata.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/netcdf/metadata.xml?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/netcdf/metadata.xml?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/netcdf/metadata.xml?r1=1.4&r2=1.5

Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/netcdf/metadata.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- metadata.xml	27 Apr 2010 16:13:14 -0000	1.4
+++ metadata.xml	25 Mar 2012 10:35:22 -0000	1.5
@@ -1,8 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<herd>sci</herd>
-<longdescription lang="en">
+	<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
@@ -10,7 +10,7 @@
   Together, the interface, library, and format support the creation,
   access, and sharing of scientific data.
 </longdescription>
-<use>
-	<flag name="dap">Support for remote data access with the built-in OPeNDAP client</flag>
-</use>
+	<use>
+		<flag name="dap">Support for remote data access with the built-in OPeNDAP client</flag>
+	</use>
 </pkgmetadata>



1.94                 sci-libs/netcdf/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/netcdf/ChangeLog?rev=1.94&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/netcdf/ChangeLog?rev=1.94&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/netcdf/ChangeLog?r1=1.93&r2=1.94

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/netcdf/ChangeLog,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -r1.93 -r1.94
--- ChangeLog	4 Aug 2011 17:01:52 -0000	1.93
+++ ChangeLog	25 Mar 2012 10:35:22 -0000	1.94
@@ -1,6 +1,10 @@
 # ChangeLog for sci-libs/netcdf
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/netcdf/ChangeLog,v 1.93 2011/08/04 17:01:52 bicatali Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/netcdf/ChangeLog,v 1.94 2012/03/25 10:35:22 jlec Exp $
+
+  25 Mar 2012; Justin Lecher <jlec@gentoo.org> netcdf-4.1.1-r4.ebuild,
+  netcdf-4.1.3.ebuild, metadata.xml:
+  Fix eautoreconf handling by autotools_utils.eclass
 
 *netcdf-4.1.3 (04 Aug 2011)
 



1.13                 sci-libs/netcdf/netcdf-4.1.1-r4.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/netcdf/netcdf-4.1.1-r4.ebuild?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/netcdf/netcdf-4.1.1-r4.ebuild?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/netcdf/netcdf-4.1.1-r4.ebuild?r1=1.12&r2=1.13

Index: netcdf-4.1.1-r4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/netcdf/netcdf-4.1.1-r4.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- netcdf-4.1.1-r4.ebuild	21 Jun 2011 15:08:50 -0000	1.12
+++ netcdf-4.1.1-r4.ebuild	25 Mar 2012 10:35:22 -0000	1.13
@@ -1,10 +1,12 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/netcdf/netcdf-4.1.1-r4.ebuild,v 1.12 2011/06/21 15:08:50 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/netcdf/netcdf-4.1.1-r4.ebuild,v 1.13 2012/03/25 10:35:22 jlec Exp $
 
 EAPI=3
 
-inherit autotools autotools-utils fortran-2
+AUTOTOOLS_AUTORECONF=true
+
+inherit autotools-utils fortran-2
 
 DESCRIPTION="Scientific library and interface for array oriented data access"
 HOMEPAGE="http://www.unidata.ucar.edu/software/netcdf/"
@@ -57,7 +59,6 @@
 		sed -i -e "/\$(NC_TEST4)/ s/man4//" Makefile.am || die
 	fi
 	autotools-utils_src_prepare
-	eautoreconf
 }
 
 src_configure() {



1.2                  sci-libs/netcdf/netcdf-4.1.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/netcdf/netcdf-4.1.3.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/netcdf/netcdf-4.1.3.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/netcdf/netcdf-4.1.3.ebuild?r1=1.1&r2=1.2

Index: netcdf-4.1.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/netcdf/netcdf-4.1.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- netcdf-4.1.3.ebuild	4 Aug 2011 17:01:54 -0000	1.1
+++ netcdf-4.1.3.ebuild	25 Mar 2012 10:35:22 -0000	1.2
@@ -1,10 +1,12 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/netcdf/netcdf-4.1.3.ebuild,v 1.1 2011/08/04 17:01:54 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/netcdf/netcdf-4.1.3.ebuild,v 1.2 2012/03/25 10:35:22 jlec Exp $
 
 EAPI=4
 
-inherit autotools autotools-utils fortran-2
+AUTOTOOLS_AUTORECONF=true
+
+inherit autotools-utils fortran-2
 
 DESCRIPTION="Scientific library and interface for array oriented data access"
 HOMEPAGE="http://www.unidata.ucar.edu/software/netcdf/"
@@ -15,7 +17,8 @@
 KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris"
 IUSE="cxx dap doc fortran hdf5 static-libs"
 
-RDEPEND="fortran? ( virtual/fortran )
+RDEPEND="
+	fortran? ( virtual/fortran )
 	dap? ( net-misc/curl )
 	hdf5? ( >=sci-libs/hdf5-1.8.6[zlib,szip,fortran?] )"
 
@@ -54,7 +57,6 @@
 		sed -i -e "/\$(NC_TEST4)/ s/man4//" Makefile.am || die
 	fi
 	autotools-utils_src_prepare
-	eautoreconf
 }
 
 src_configure() {






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-03-25 10:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-25 10:35 [gentoo-commits] gentoo-x86 commit in sci-libs/netcdf: metadata.xml ChangeLog netcdf-4.1.1-r4.ebuild netcdf-4.1.3.ebuild Justin Lecher (jlec)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox