From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0B65A1382C5 for ; Thu, 29 Mar 2018 10:20:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1F62AE0822; Thu, 29 Mar 2018 10:20:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EB2CCE0822 for ; Thu, 29 Mar 2018 10:20:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 37035335D1A for ; Thu, 29 Mar 2018 10:19:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 98191272 for ; Thu, 29 Mar 2018 10:19:31 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1522318746.96eeeed516be3c8e5fe424df70dba2f275179f19.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/byfl/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/byfl/Manifest sys-devel/byfl/byfl-1.4-r1.ebuild X-VCS-Directories: sys-devel/byfl/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 96eeeed516be3c8e5fe424df70dba2f275179f19 X-VCS-Branch: master Date: Thu, 29 Mar 2018 10:19:31 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 6f21161d-d444-460f-8db0-0d68d0a9f69c X-Archives-Hash: 59578589d474a169c17f718ec7f90165 commit: 96eeeed516be3c8e5fe424df70dba2f275179f19 Author: Michał Górny gentoo org> AuthorDate: Thu Mar 29 08:50:00 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Mar 29 10:19:06 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96eeeed5 sys-devel/byfl: Drop 1.4-r1 (requires LLVM 3.7) sys-devel/byfl/Manifest | 1 - sys-devel/byfl/byfl-1.4-r1.ebuild | 48 --------------------------------------- 2 files changed, 49 deletions(-) diff --git a/sys-devel/byfl/Manifest b/sys-devel/byfl/Manifest index 1f35d7613f8..075558bf257 100644 --- a/sys-devel/byfl/Manifest +++ b/sys-devel/byfl/Manifest @@ -1,2 +1 @@ -DIST byfl-1.4-llvm-3.7.0.tar.gz 544669 BLAKE2B f440581fc8ca04f346c3877b572d2f3f69059450a4b404b631dab094857e5afe7a3ef84e2d6792e10ff4e0f03aa39355b11afc25e513d8316b55a7ad3e1e1632 SHA512 6fb204cf704d3f20e3d408f4cbe8071e1198b75615757c1877a8886753ff9087d9ff04a8279540b26805ed9a0e7cea6543a08de491990c9c912b40f1984bdcb4 DIST byfl-1.5-llvm-3.8.0.tar.gz 544478 BLAKE2B 2396d7524a5e34a897a2bbd902e3dd54c5986a16db8598284821f5a4b143ed3722126b7aec0b5ea6bdc6134497bac650639af5cccfc0afaf850f8633d3717d6b SHA512 f1718a6bc43fed74e4d9907c8ff0a407c800176f2bfd2f68bfac2e6626cfe1d0be6835c91375d6ffe6a5a428da7ce80c3eb42a25c36ff69aab65600308dbdd7d 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 5ee59bf9b95..00000000000 --- 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 -