ottxor      15/04/03 19:46:52

  Modified:             metadata.xml byfl-9999.ebuild ChangeLog
  Added:                byfl-1.2.ebuild
  Removed:              byfl-1.1.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
C2000586)

Revision  Changes    Path
1.2                  sys-devel/byfl/metadata.xml

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

Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/byfl/metadata.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- metadata.xml        5 Nov 2013 20:38:23 -0000       1.1
+++ metadata.xml        3 Apr 2015 19:46:52 -0000       1.2
@@ -5,4 +5,7 @@
                <email>[email protected]</email>
                <name>Christoph Junghans</name>
        </maintainer>
+       <use>
+               <flag name='dragonegg'>Add support for non C languages through 
<pkg>sys-devel/dragonegg</pkg></flag>
+       </use>
 </pkgmetadata>



1.10                 sys-devel/byfl/byfl-9999.ebuild

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

Index: byfl-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/byfl/byfl-9999.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- byfl-9999.ebuild    10 Feb 2015 22:07:53 -0000      1.9
+++ byfl-9999.ebuild    3 Apr 2015 19:46:52 -0000       1.10
@@ -1,17 +1,17 @@
 # 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.9 
2015/02/10 22:07:53 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/byfl/byfl-9999.ebuild,v 1.10 
2015/04/03 19:46:52 ottxor Exp $
 
 EAPI=5
 
 inherit autotools-utils flag-o-matic
 
 if [ "${PV}" = "9999" ]; then
+       LLVM_VERSION="3.6"
        EGIT_REPO_URI="git://github.com/losalamos/${PN^b}.git 
http://github.com/losalamos/${PN}.git";
        inherit git-2
        KEYWORDS=""
        AUTOTOOLS_AUTORECONF=1
-       LLVM_VERSION="9999"
 else
        LLVM_VERSION="3.5.1"
        MY_P="${P}-llvm-${LLVM_VERSION}"
@@ -24,17 +24,21 @@
 
 SLOT="0"
 LICENSE="BSD"
-IUSE="hdf5"
+IUSE="dragonegg hdf5 static-libs sqlite"
 
-RDEPEND="~sys-devel/dragonegg-${LLVM_VERSION}
-       ~sys-devel/clang-${LLVM_VERSION}
-       ~sys-devel/llvm-${LLVM_VERSION}
+RDEPEND="dragonegg? ( >=sys-devel/dragonegg-${LLVM_VERSION} )
+       >=sys-devel/clang-${LLVM_VERSION}
+       >=sys-devel/llvm-${LLVM_VERSION}
+       sys-devel/binutils
        dev-lang/perl:=
        dev-perl/Switch
-       hdf5? ( sci-libs/hdf5 )"
+       hdf5? ( sci-libs/hdf5[cxx] )
+       sqlite? ( dev-db/sqlite:3 )"
 DEPEND="${RDEPEND}"
 
 src_configure() {
        append-cxxflags -std=c++11
+       use dragonegg || export ax_cv_file_dragonegg_so=no
+       use sqlite || export ac_cv_lib_sqlite3_sqlite3_errstr=no
        autotools-utils_src_configure H5CXX=$(usex hdf5 h5c++ no)
 }



1.12                 sys-devel/byfl/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/byfl/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog   10 Feb 2015 22:07:53 -0000      1.11
+++ ChangeLog   3 Apr 2015 19:46:52 -0000       1.12
@@ -1,6 +1,12 @@
 # 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.11 2015/02/10 
22:07:53 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/byfl/ChangeLog,v 1.12 2015/04/03 
19:46:52 ottxor Exp $
+
+*byfl-1.2 (03 Apr 2015)
+
+  03 Apr 2015; Christoph Junghans <[email protected]> +byfl-1.2.ebuild,
+  -byfl-1.1.ebuild, byfl-9999.ebuild, metadata.xml:
+  version bump
 
   10 Feb 2015; Christoph Junghans <[email protected]> byfl-1.1.ebuild,
   byfl-9999.ebuild:



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

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

Index: byfl-1.2.ebuild
===================================================================
# 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.2.ebuild,v 1.1 
2015/04/03 19:46:52 ottxor Exp $

EAPI=5

inherit autotools-utils flag-o-matic

if [ "${PV}" = "9999" ]; then
        LLVM_VERSION="3.6"
        EGIT_REPO_URI="git://github.com/losalamos/${PN^b}.git 
http://github.com/losalamos/${PN}.git";
        inherit git-2
        KEYWORDS=""
        AUTOTOOLS_AUTORECONF=1
else
        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"
fi

DESCRIPTION="Compiler-based Application Analysis"
HOMEPAGE="https://github.com/losalamos/Byfl";

SLOT="0"
LICENSE="BSD"
IUSE="dragonegg hdf5 static-libs sqlite"

RDEPEND="dragonegg? ( >=sys-devel/dragonegg-${LLVM_VERSION} )
        >=sys-devel/clang-${LLVM_VERSION}
        >=sys-devel/llvm-${LLVM_VERSION}
        sys-devel/binutils
        dev-lang/perl:=
        dev-perl/Switch
        hdf5? ( sci-libs/hdf5[cxx] )
        sqlite? ( dev-db/sqlite:3 )"
DEPEND="${RDEPEND}"

src_configure() {
        append-cxxflags -std=c++11
        use dragonegg || export ax_cv_file_dragonegg_so=no
        use sqlite || export ac_cv_lib_sqlite3_sqlite3_errstr=no
        autotools-utils_src_configure H5CXX=$(usex hdf5 h5c++ no)
}




Reply via email to