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 7BA58138335 for ; Mon, 9 Sep 2019 19:02:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C49C4E096F; Mon, 9 Sep 2019 19:02:45 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 96535E096F for ; Mon, 9 Sep 2019 19:02:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 8452334AF2D for ; Mon, 9 Sep 2019 19:02:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 03B3F7E9 for ; Mon, 9 Sep 2019 19:02:43 +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: <1568055744.9148c62ef4b6c037794867e5cd7194f061cc7f02.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.6.ebuild X-VCS-Directories: sys-devel/byfl/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 9148c62ef4b6c037794867e5cd7194f061cc7f02 X-VCS-Branch: master Date: Mon, 9 Sep 2019 19:02:43 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 6dbad92e-1ba1-4b53-a41a-04a04d173a52 X-Archives-Hash: f47955ae840efd6564825d4970d0d536 commit: 9148c62ef4b6c037794867e5cd7194f061cc7f02 Author: Michał Górny gentoo org> AuthorDate: Sun Jun 2 15:02:01 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Sep 9 19:02:24 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9148c62e sys-devel/byfl: Remove 1.6 (for LLVM 5) Signed-off-by: Michał Górny gentoo.org> sys-devel/byfl/Manifest | 1 - sys-devel/byfl/byfl-1.6.ebuild | 48 ------------------------------------------ 2 files changed, 49 deletions(-) diff --git a/sys-devel/byfl/Manifest b/sys-devel/byfl/Manifest index cbcbf504d25..b3401c02eb9 100644 --- a/sys-devel/byfl/Manifest +++ b/sys-devel/byfl/Manifest @@ -1,2 +1 @@ -DIST byfl-1.6-llvm-5.0.1.tar.gz 556083 BLAKE2B fbbd158d0a60674db22a74b30e8410817d7cf6202f34e2ae5906cbed3188661de301cb9b9c6488840b6f0f4e3fcdc121a237decce5ffbb1db9827c6be40f1fe7 SHA512 b63db13d686a7b3c0bf69eae62b3a344c4e9e11c4a5c5da2188091e6037c0e9e5f7fb89c37f1256596c9aaefa8fbcd537ab41f48b27f7f2d1ce4a018a788e36d DIST byfl-1.6-llvm-6.0.0.tar.gz 556081 BLAKE2B 34e233d29aebc340a0dadfa2ca74b35fe8a8c90e8b7d79ebde0da877a2462144d3a82a5c63633786e177c52e04444cd623dd91db870b654f322ee1becbb1e336 SHA512 3b69eb98247cc4e3398788dfbf450624a918c4de731e1ec1b709a5e6aa0dd29988088827468f0bbf4397563b18aca51350cc947ddcbd2e513b51e1fce17ccc01 diff --git a/sys-devel/byfl/byfl-1.6.ebuild b/sys-devel/byfl/byfl-1.6.ebuild deleted file mode 100644 index 4d749435eab..00000000000 --- a/sys-devel/byfl/byfl-1.6.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit flag-o-matic llvm - -if [ "${PV}" = "9999" ]; then - LLVM_VERSION="6.0.0" - LLVM_SLOT=6 - EGIT_REPO_URI="https://github.com/lanl/Byfl.git" - inherit autotools git-r3 - KEYWORDS="" -else - LLVM_VERSION="5.0.1" - LLVM_SLOT=5 - 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" -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}:${LLVM_SLOT} - >=sys-devel/llvm-${LLVM_VERSION}:${LLVM_SLOT} - sys-devel/binutils:* - dev-lang/perl:= - dev-perl/Switch - hdf5? ( sci-libs/hdf5[cxx] ) - sqlite? ( dev-db/sqlite:3 )" -DEPEND="${RDEPEND}" - -src_prepare() { - default - [[ ${PV} = 9999 ]] && eautoreconf -} - -src_configure() { - append-cxxflags -std=c++11 - use sqlite || export ac_cv_lib_sqlite3_sqlite3_errstr=no - econf H5CXX=$(usex hdf5 h5c++ no) -}