public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-devel/byfl: byfl-9999.ebuild byfl-1.1.ebuild ChangeLog
@ 2015-02-10 21:04 Christoph Junghans (ottxor)
  0 siblings, 0 replies; 2+ messages in thread
From: Christoph Junghans (ottxor) @ 2015-02-10 21:04 UTC (permalink / raw
  To: gentoo-commits

ottxor      15/02/10 21:04:46

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

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

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

Index: byfl-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/byfl/byfl-9999.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- byfl-9999.ebuild	5 Dec 2014 16:26:47 -0000	1.7
+++ byfl-9999.ebuild	10 Feb 2015 21:04:46 -0000	1.8
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# 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.7 2014/12/05 16:26:47 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/byfl/byfl-9999.ebuild,v 1.8 2015/02/10 21:04:46 ottxor Exp $
 
 EAPI=5
 
@@ -13,11 +13,10 @@
 	AUTOTOOLS_AUTORECONF=1
 	LLVM_VERSION="9999"
 else
-	LLVM_VERSION="3.5.0"
+	LLVM_VERSION="3.5.1"
 	MY_P="${P}-llvm-${LLVM_VERSION}"
 	SRC_URI="https://github.com/losalamos/Byfl/releases/download/v${MY_P#${PN}-}/${MY_P}.tar.gz"
 	KEYWORDS="~amd64 ~amd64-linux"
-	S="${WORKDIR}/${MY_P}"
 fi
 
 DESCRIPTION="Compiler-based Application Analysis"
@@ -29,7 +28,9 @@
 
 RDEPEND="~sys-devel/dragonegg-${LLVM_VERSION}
 	~sys-devel/clang-${LLVM_VERSION}
-	~sys-devel/llvm-${LLVM_VERSION}"
+	~sys-devel/llvm-${LLVM_VERSION}
+	dev-lang/perl:=
+	dev-perl/Switch"
 DEPEND="${RDEPEND}"
 
 src_configure() {



1.2                  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.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/byfl/byfl-1.1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/byfl/byfl-1.1.ebuild?r1=1.1&r2=1.2

Index: byfl-1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/byfl/byfl-1.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- byfl-1.1.ebuild	3 Feb 2015 20:57:33 -0000	1.1
+++ byfl-1.1.ebuild	10 Feb 2015 21:04:46 -0000	1.2
@@ -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.1 2015/02/03 20:57:33 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/byfl/byfl-1.1.ebuild,v 1.2 2015/02/10 21:04:46 ottxor Exp $
 
 EAPI=5
 
@@ -28,7 +28,9 @@
 
 RDEPEND="~sys-devel/dragonegg-${LLVM_VERSION}
 	~sys-devel/clang-${LLVM_VERSION}
-	~sys-devel/llvm-${LLVM_VERSION}"
+	~sys-devel/llvm-${LLVM_VERSION}
+	dev-lang/perl:=
+	dev-perl/Switch"
 DEPEND="${RDEPEND}"
 
 src_configure() {



1.9                  sys-devel/byfl/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/byfl/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	3 Feb 2015 20:57:33 -0000	1.8
+++ ChangeLog	10 Feb 2015 21:04:46 -0000	1.9
@@ -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.8 2015/02/03 20:57:33 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/byfl/ChangeLog,v 1.9 2015/02/10 21:04:46 ottxor Exp $
+
+  10 Feb 2015; Christoph Junghans <ottxor@gentoo.org> byfl-1.1.ebuild,
+  byfl-9999.ebuild:
+  fixed deps
 
 *byfl-1.1 (03 Feb 2015)
 





^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-devel/byfl: byfl-9999.ebuild byfl-1.1.ebuild ChangeLog
@ 2015-02-10 22:07 Christoph Junghans (ottxor)
  0 siblings, 0 replies; 2+ messages in thread
From: Christoph Junghans (ottxor) @ 2015-02-10 22:07 UTC (permalink / raw
  To: gentoo-commits

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 <ottxor@gentoo.org> byfl-1.1.ebuild,
+  byfl-9999.ebuild:
+  Added hdf5 support
 
   10 Feb 2015; Christoph Junghans <ottxor@gentoo.org> -byfl-1.0.ebuild,
   byfl-1.1.ebuild:





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-02-10 22:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-10 22:07 [gentoo-commits] gentoo-x86 commit in sys-devel/byfl: byfl-9999.ebuild byfl-1.1.ebuild ChangeLog Christoph Junghans (ottxor)
  -- strict thread matches above, loose matches on Subject: below --
2015-02-10 21:04 Christoph Junghans (ottxor)

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