ottxor 14/09/18 17:36:44 Modified: byfl-9999.ebuild ChangeLog Added: byfl-1.0.ebuild Log: version bump (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key C2000586)
Revision Changes Path 1.6 sys-devel/byfl/byfl-9999.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/byfl/byfl-9999.ebuild?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/byfl/byfl-9999.ebuild?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/byfl/byfl-9999.ebuild?r1=1.5&r2=1.6 Index: byfl-9999.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-devel/byfl/byfl-9999.ebuild,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- byfl-9999.ebuild 11 Feb 2014 15:37:26 -0000 1.5 +++ byfl-9999.ebuild 18 Sep 2014 17:36:44 -0000 1.6 @@ -1,18 +1,23 @@ # Copyright 1999-2014 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.5 2014/02/11 15:37:26 ottxor Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/byfl/byfl-9999.ebuild,v 1.6 2014/09/18 17:36:44 ottxor Exp $ EAPI=5 -inherit autotools-utils multilib +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 - SRC_URI="https://github.com/losalamos/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + LLVM_VERSION="3.5.0" + 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" + S="${WORKDIR}/${MY_P}" fi DESCRIPTION="Compiler-based Application Analysis" @@ -22,21 +27,12 @@ LICENSE="BSD" IUSE="" -RDEPEND=">=sys-devel/dragonegg-9999 - >=sys-devel/llvm-9999 - >=sys-devel/clang-9999" +RDEPEND="~sys-devel/dragonegg-${LLVM_VERSION} + ~sys-devel/clang-${LLVM_VERSION} + ~sys-devel/llvm-${LLVM_VERSION}" DEPEND="${RDEPEND}" -src_prepare() { - ln -s autoconf/configure.ac || die - eaclocal -I autoconf/m4 - eautoconf -} - src_configure() { - local myeconfargs=( - --enable-cxx11 - ) - autotools-utils_src_configure DRAGONEGG=/usr/$(get_libdir)/dragonegg.so - MAKEOPTS+=" VERBOSE=1 LOPT=$(type -p opt)" + append-cxxflags -std=c++11 + autotools-utils_src_configure } 1.6 sys-devel/byfl/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/byfl/ChangeLog?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/byfl/ChangeLog?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/byfl/ChangeLog?r1=1.5&r2=1.6 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-devel/byfl/ChangeLog,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- ChangeLog 11 Feb 2014 15:37:26 -0000 1.5 +++ ChangeLog 18 Sep 2014 17:36:44 -0000 1.6 @@ -1,6 +1,12 @@ # 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.5 2014/02/11 15:37:26 ottxor Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/byfl/ChangeLog,v 1.6 2014/09/18 17:36:44 ottxor Exp $ + +*byfl-1.0 (18 Sep 2014) + + 18 Sep 2014; Christoph Junghans <[email protected]> +byfl-1.0.ebuild, + byfl-9999.ebuild: + version bump 11 Feb 2014; Christoph Junghans <[email protected]> byfl-9999.ebuild: llvm bug#18358 got fixed 1.1 sys-devel/byfl/byfl-1.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/byfl/byfl-1.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/byfl/byfl-1.0.ebuild?rev=1.1&content-type=text/plain Index: byfl-1.0.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sys-devel/byfl/byfl-1.0.ebuild,v 1.1 2014/09/18 17:36:44 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.0" 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" S="${WORKDIR}/${MY_P}" 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 }
