ottxor      15/02/10 22:07:53

  Modified:             byfl-9999.ebuild byfl-1.1.ebuild ChangeLog
  Log:
  Added hdf5 support
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
C2000586)

Revision  Changes    Path
1.9                  sys-devel/byfl/byfl-9999.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/byfl/byfl-9999.ebuild?rev=1.9&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/byfl/byfl-9999.ebuild?rev=1.9&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/byfl/byfl-9999.ebuild?r1=1.8&r2=1.9

Index: byfl-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/byfl/byfl-9999.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- byfl-9999.ebuild    10 Feb 2015 21:04:46 -0000      1.8
+++ byfl-9999.ebuild    10 Feb 2015 22:07:53 -0000      1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/byfl/byfl-9999.ebuild,v 1.8 
2015/02/10 21:04:46 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/byfl/byfl-9999.ebuild,v 1.9 
2015/02/10 22:07:53 ottxor Exp $
 
 EAPI=5
 
@@ -24,16 +24,17 @@
 
 SLOT="0"
 LICENSE="BSD"
-IUSE=""
+IUSE="hdf5"
 
 RDEPEND="~sys-devel/dragonegg-${LLVM_VERSION}
        ~sys-devel/clang-${LLVM_VERSION}
        ~sys-devel/llvm-${LLVM_VERSION}
        dev-lang/perl:=
-       dev-perl/Switch"
+       dev-perl/Switch
+       hdf5? ( sci-libs/hdf5 )"
 DEPEND="${RDEPEND}"
 
 src_configure() {
        append-cxxflags -std=c++11
-       autotools-utils_src_configure
+       autotools-utils_src_configure H5CXX=$(usex hdf5 h5c++ no)
 }



1.3                  sys-devel/byfl/byfl-1.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/byfl/byfl-1.1.ebuild?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/byfl/byfl-1.1.ebuild?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/byfl/byfl-1.1.ebuild?r1=1.2&r2=1.3

Index: byfl-1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/byfl/byfl-1.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- byfl-1.1.ebuild     10 Feb 2015 21:04:46 -0000      1.2
+++ byfl-1.1.ebuild     10 Feb 2015 22:07:53 -0000      1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/byfl/byfl-1.1.ebuild,v 1.2 
2015/02/10 21:04:46 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/byfl/byfl-1.1.ebuild,v 1.3 
2015/02/10 22:07:53 ottxor Exp $
 
 EAPI=5
 
@@ -24,16 +24,17 @@
 
 SLOT="0"
 LICENSE="BSD"
-IUSE=""
+IUSE="hdf5"
 
 RDEPEND="~sys-devel/dragonegg-${LLVM_VERSION}
        ~sys-devel/clang-${LLVM_VERSION}
        ~sys-devel/llvm-${LLVM_VERSION}
        dev-lang/perl:=
-       dev-perl/Switch"
+       dev-perl/Switch
+       hdf5? ( sci-libs/hdf5 )"
 DEPEND="${RDEPEND}"
 
 src_configure() {
        append-cxxflags -std=c++11
-       autotools-utils_src_configure
+       autotools-utils_src_configure H5CXX=$(usex hdf5 h5c++ no)
 }



1.11                 sys-devel/byfl/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/byfl/ChangeLog?rev=1.11&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/byfl/ChangeLog?rev=1.11&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/byfl/ChangeLog?r1=1.10&r2=1.11

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/byfl/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog   10 Feb 2015 21:18:46 -0000      1.10
+++ ChangeLog   10 Feb 2015 22:07:53 -0000      1.11
@@ -1,6 +1,10 @@
 # ChangeLog for sys-devel/byfl
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/byfl/ChangeLog,v 1.10 2015/02/10 
21:18:46 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/byfl/ChangeLog,v 1.11 2015/02/10 
22:07:53 ottxor Exp $
+
+  10 Feb 2015; Christoph Junghans <[email protected]> byfl-1.1.ebuild,
+  byfl-9999.ebuild:
+  Added hdf5 support
 
   10 Feb 2015; Christoph Junghans <[email protected]> -byfl-1.0.ebuild,
   byfl-1.1.ebuild:




Reply via email to