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 <[email protected]> byfl-1.1.ebuild,
+  byfl-9999.ebuild:
+  fixed deps
 
 *byfl-1.1 (03 Feb 2015)
 




Reply via email to