jauhien 14/06/16 20:06:02
Modified: netcdf-4.3.0.ebuild netcdf-4.2.1.1.ebuild
netcdf-4.3.1.1.ebuild netcdf-4.1.3.ebuild
netcdf-4.3.2.ebuild ChangeLog
Log:
fix bug #512502: depend on <=sci-libs/hdf5-1.8.12, not touching stable version
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key
0xB2EFA1D4)
Revision Changes Path
1.2 sci-libs/netcdf/netcdf-4.3.0.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/netcdf/netcdf-4.3.0.ebuild?rev=1.2&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/netcdf/netcdf-4.3.0.ebuild?rev=1.2&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/netcdf/netcdf-4.3.0.ebuild?r1=1.1&r2=1.2
Index: netcdf-4.3.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/netcdf/netcdf-4.3.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- netcdf-4.3.0.ebuild 5 Jul 2013 16:33:34 -0000 1.1
+++ netcdf-4.3.0.ebuild 16 Jun 2014 20:06:02 -0000 1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# 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.0.ebuild,v 1.1
2013/07/05 16:33:34 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/netcdf/netcdf-4.3.0.ebuild,v 1.2
2014/06/16 20:06:02 jauhien Exp $
EAPI=5
@@ -18,8 +18,8 @@
RDEPEND="
dap? ( net-misc/curl )
- hdf? ( sci-libs/hdf >=sci-libs/hdf5-1.8.8 )
- hdf5? ( >=sci-libs/hdf5-1.8.8[mpi=,szip=,zlib] )"
+ hdf? ( sci-libs/hdf <=sci-libs/hdf5-1.8.12:0= )
+ hdf5? ( <=sci-libs/hdf5-1.8.12:0=[mpi=,szip=,zlib] )"
DEPEND="${RDEPEND}
doc? ( app-doc/doxygen )"
1.4 sci-libs/netcdf/netcdf-4.2.1.1.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/netcdf/netcdf-4.2.1.1.ebuild?rev=1.4&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/netcdf/netcdf-4.2.1.1.ebuild?rev=1.4&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/netcdf/netcdf-4.2.1.1.ebuild?r1=1.3&r2=1.4
Index: netcdf-4.2.1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/netcdf/netcdf-4.2.1.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- netcdf-4.2.1.1.ebuild 17 Dec 2012 16:32:26 -0000 1.3
+++ netcdf-4.2.1.1.ebuild 16 Jun 2014 20:06:02 -0000 1.4
@@ -1,8 +1,8 @@
-# Copyright 1999-2012 Gentoo Foundation
+# 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.2.1.1.ebuild,v 1.3
2012/12/17 16:32:26 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/netcdf/netcdf-4.2.1.1.ebuild,v 1.4
2014/06/16 20:06:02 jauhien Exp $
-EAPI=4
+EAPI=5
inherit autotools-utils
@@ -17,8 +17,8 @@
RDEPEND="
dap? ( net-misc/curl )
- hdf? ( sci-libs/hdf >=sci-libs/hdf5-1.8.8 )
- hdf5? ( >=sci-libs/hdf5-1.8.8[mpi=,szip=,zlib] )"
+ hdf? ( sci-libs/hdf <=sci-libs/hdf5-1.8.12:0= )
+ hdf5? ( <=sci-libs/hdf5-1.8.12:0=[mpi=,szip=,zlib] )"
DEPEND="${RDEPEND}
doc? ( app-doc/doxygen )"
1.2 sci-libs/netcdf/netcdf-4.3.1.1.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/netcdf/netcdf-4.3.1.1.ebuild?rev=1.2&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/netcdf/netcdf-4.3.1.1.ebuild?rev=1.2&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/netcdf/netcdf-4.3.1.1.ebuild?r1=1.1&r2=1.2
Index: netcdf-4.3.1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/netcdf/netcdf-4.3.1.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- netcdf-4.3.1.1.ebuild 27 Feb 2014 17:56:09 -0000 1.1
+++ netcdf-4.3.1.1.ebuild 16 Jun 2014 20:06:02 -0000 1.2
@@ -1,6 +1,6 @@
# 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.1.1.ebuild,v 1.1
2014/02/27 17:56:09 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/netcdf/netcdf-4.3.1.1.ebuild,v 1.2
2014/06/16 20:06:02 jauhien Exp $
EAPI=5
@@ -17,8 +17,8 @@
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] )"
+ hdf? ( sci-libs/hdf <=sci-libs/hdf5-1.8.12:0= )
+ hdf5? ( <=sci-libs/hdf5-1.8.12:0=[mpi=,szip=,zlib] )"
DEPEND="${RDEPEND}
doc? ( app-doc/doxygen )"
1.10 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.10&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/netcdf/netcdf-4.1.3.ebuild?rev=1.10&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/netcdf/netcdf-4.1.3.ebuild?r1=1.9&r2=1.10
Index: netcdf-4.1.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/netcdf/netcdf-4.1.3.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- netcdf-4.1.3.ebuild 21 Aug 2013 17:51:56 -0000 1.9
+++ netcdf-4.1.3.ebuild 16 Jun 2014 20:06:02 -0000 1.10
@@ -1,8 +1,8 @@
-# Copyright 1999-2013 Gentoo Foundation
+# 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.1.3.ebuild,v 1.9
2013/08/21 17:51:56 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/netcdf/netcdf-4.1.3.ebuild,v 1.10
2014/06/16 20:06:02 jauhien Exp $
-EAPI=4
+EAPI=5
AUTOTOOLS_AUTORECONF=true
FORTRAN_NEEDED=fortran
@@ -20,7 +20,7 @@
RDEPEND="
dap? ( net-misc/curl )
- hdf5? ( >=sci-libs/hdf5-1.8.6[zlib,szip,fortran?] )"
+ hdf5? ( <=sci-libs/hdf5-1.8.12:0=[zlib,szip,fortran?] )"
DEPEND="${RDEPEND}
>=sys-devel/libtool-2.4
1.3 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.3&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/netcdf/netcdf-4.3.2.ebuild?rev=1.3&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/netcdf/netcdf-4.3.2.ebuild?r1=1.2&r2=1.3
Index: netcdf-4.3.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/netcdf/netcdf-4.3.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- netcdf-4.3.2.ebuild 29 Apr 2014 23:29:13 -0000 1.2
+++ netcdf-4.3.2.ebuild 16 Jun 2014 20:06:02 -0000 1.3
@@ -1,6 +1,6 @@
# 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.2
2014/04/29 23:29:13 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/netcdf/netcdf-4.3.2.ebuild,v 1.3
2014/06/16 20:06:02 jauhien Exp $
EAPI=5
@@ -17,8 +17,8 @@
RDEPEND="
dap? ( net-misc/curl:0= )
- hdf? ( sci-libs/hdf:0= sci-libs/hdf5:0= )
- hdf5? ( sci-libs/hdf5:0=[mpi=,szip=,zlib] )"
+ hdf? ( sci-libs/hdf:0= <=sci-libs/hdf5-1.8.12:0= )
+ hdf5? ( <=sci-libs/hdf5-1.8.12:0=[mpi=,szip=,zlib] )"
DEPEND="${RDEPEND}"
# doc generation is missing many doxygen files in tar ball
# doc? ( app-doc/doxygen[dot] )"
1.114 sci-libs/netcdf/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/netcdf/ChangeLog?rev=1.114&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/netcdf/ChangeLog?rev=1.114&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/netcdf/ChangeLog?r1=1.113&r2=1.114
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/netcdf/ChangeLog,v
retrieving revision 1.113
retrieving revision 1.114
diff -u -r1.113 -r1.114
--- ChangeLog 29 Apr 2014 23:29:13 -0000 1.113
+++ ChangeLog 16 Jun 2014 20:06:02 -0000 1.114
@@ -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.113
2014/04/29 23:29:13 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/netcdf/ChangeLog,v 1.114
2014/06/16 20:06:02 jauhien Exp $
+
+ 16 Jun 2014; Jauhien Piatlicki <[email protected]> netcdf-4.1.3.ebuild,
+ netcdf-4.2.1.1.ebuild, netcdf-4.3.0.ebuild, netcdf-4.3.1.1.ebuild,
+ netcdf-4.3.2.ebuild:
+ fix bug #512502: depend on <=sci-libs/hdf5-1.8.12, not touching stable
version
29 Apr 2014; Sébastien Fabbro <[email protected]> netcdf-4.3.2.ebuild:
FDisable doc generation because of missing doxygen files, bug #509052