ottxor      15/02/03 20:57:33

  Modified:             ChangeLog
  Added:                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.8                  sys-devel/byfl/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/byfl/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog   5 Dec 2014 16:26:47 -0000       1.7
+++ ChangeLog   3 Feb 2015 20:57:33 -0000       1.8
@@ -1,6 +1,11 @@
 # ChangeLog for sys-devel/byfl
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/byfl/ChangeLog,v 1.7 2014/12/05 
16:26:47 ottxor Exp $
+# 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 $
+
+*byfl-1.1 (03 Feb 2015)
+
+  03 Feb 2015; Christoph Junghans <[email protected]> +byfl-1.1.ebuild:
+  version bump
 
   05 Dec 2014; Christoph Junghans <[email protected]> byfl-1.0.ebuild,
   byfl-9999.ebuild:



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

Index: byfl-1.1.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.1.ebuild,v 1.1 
2015/02/03 20:57:33 ottxor Exp $

EAPI=5

inherit autotools-utils flag-o-matic

if [ "${PV}" = "9999" ]; then
        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}"
        
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=""

RDEPEND="~sys-devel/dragonegg-${LLVM_VERSION}
        ~sys-devel/clang-${LLVM_VERSION}
        ~sys-devel/llvm-${LLVM_VERSION}"
DEPEND="${RDEPEND}"

src_configure() {
        append-cxxflags -std=c++11
        autotools-utils_src_configure
}




Reply via email to