From 96eeeed516be3c8e5fe424df70dba2f275179f19 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Thu, 29 Mar 2018 10:50:00 +0200 Subject: sys-devel/byfl: Drop 1.4-r1 (requires LLVM 3.7) --- sys-devel/byfl/byfl-1.4-r1.ebuild | 48 --------------------------------------- 1 file changed, 48 deletions(-) delete mode 100644 sys-devel/byfl/byfl-1.4-r1.ebuild (limited to 'sys-devel/byfl/byfl-1.4-r1.ebuild') diff --git a/sys-devel/byfl/byfl-1.4-r1.ebuild b/sys-devel/byfl/byfl-1.4-r1.ebuild deleted file mode 100644 index 5ee59bf9b956..000000000000 --- a/sys-devel/byfl/byfl-1.4-r1.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit flag-o-matic - -if [ "${PV}" = "9999" ]; then - LLVM_VERSION="3.8.0" - EGIT_REPO_URI="https://github.com/lanl/Byfl.git" - inherit autotools git-r3 - KEYWORDS="" -else - LLVM_VERSION="3.7.0" - MY_P="${P}-llvm-${LLVM_VERSION}" - SRC_URI="https://github.com/lanl/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" -HOMEPAGE="https://github.com/lanl/Byfl" - -SLOT="0" -LICENSE="BSD" -IUSE="hdf5 static-libs sqlite" - -RDEPEND=" - >=sys-devel/clang-${LLVM_VERSION}:0 - >=sys-devel/llvm-${LLVM_VERSION}:0 -