Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/byfl/
Date: Sun, 12 Jan 2020 17:57:46
Message-Id: 1578851858.be2c0df6d1518477b1cfb5165899f6e9ae8a7d2f.zlogene@gentoo
1 commit: be2c0df6d1518477b1cfb5165899f6e9ae8a7d2f
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 12 17:57:29 2020 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 12 17:57:38 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be2c0df6
7
8 sys-devel/byfl: remove last-rited pkg
9
10 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
11
12 sys-devel/byfl/Manifest | 1 -
13 sys-devel/byfl/byfl-1.6-r1.ebuild | 48 ---------------------------------------
14 sys-devel/byfl/byfl-9999.ebuild | 48 ---------------------------------------
15 sys-devel/byfl/metadata.xml | 11 ---------
16 4 files changed, 108 deletions(-)
17
18 diff --git a/sys-devel/byfl/Manifest b/sys-devel/byfl/Manifest
19 deleted file mode 100644
20 index b3401c02eb9..00000000000
21 --- a/sys-devel/byfl/Manifest
22 +++ /dev/null
23 @@ -1 +0,0 @@
24 -DIST byfl-1.6-llvm-6.0.0.tar.gz 556081 BLAKE2B 34e233d29aebc340a0dadfa2ca74b35fe8a8c90e8b7d79ebde0da877a2462144d3a82a5c63633786e177c52e04444cd623dd91db870b654f322ee1becbb1e336 SHA512 3b69eb98247cc4e3398788dfbf450624a918c4de731e1ec1b709a5e6aa0dd29988088827468f0bbf4397563b18aca51350cc947ddcbd2e513b51e1fce17ccc01
25
26 diff --git a/sys-devel/byfl/byfl-1.6-r1.ebuild b/sys-devel/byfl/byfl-1.6-r1.ebuild
27 deleted file mode 100644
28 index 721d35dbab4..00000000000
29 --- a/sys-devel/byfl/byfl-1.6-r1.ebuild
30 +++ /dev/null
31 @@ -1,48 +0,0 @@
32 -# Copyright 1999-2018 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=6
36 -
37 -inherit flag-o-matic llvm
38 -
39 -if [ "${PV}" = "9999" ]; then
40 - LLVM_VERSION="6.0.0"
41 - LLVM_SLOT=6
42 - EGIT_REPO_URI="https://github.com/lanl/Byfl.git"
43 - inherit autotools git-r3
44 - KEYWORDS=""
45 -else
46 - LLVM_VERSION="6.0.0"
47 - LLVM_SLOT=6
48 - MY_P="${P}-llvm-${LLVM_VERSION}"
49 - SRC_URI="https://github.com/lanl/Byfl/releases/download/v${MY_P#${PN}-}/${MY_P}.tar.gz"
50 - KEYWORDS="~amd64 ~amd64-linux"
51 -fi
52 -
53 -DESCRIPTION="Compiler-based Application Analysis"
54 -HOMEPAGE="https://github.com/lanl/Byfl"
55 -
56 -SLOT="0"
57 -LICENSE="BSD"
58 -IUSE="hdf5 static-libs sqlite"
59 -
60 -RDEPEND="
61 - >=sys-devel/clang-${LLVM_VERSION}:${LLVM_SLOT}
62 - >=sys-devel/llvm-${LLVM_VERSION}:${LLVM_SLOT}
63 - sys-devel/binutils:*
64 - dev-lang/perl:=
65 - dev-perl/Switch
66 - hdf5? ( sci-libs/hdf5[cxx] )
67 - sqlite? ( dev-db/sqlite:3 )"
68 -DEPEND="${RDEPEND}"
69 -
70 -src_prepare() {
71 - default
72 - [[ ${PV} = 9999 ]] && eautoreconf
73 -}
74 -
75 -src_configure() {
76 - append-cxxflags -std=c++11
77 - use sqlite || export ac_cv_lib_sqlite3_sqlite3_errstr=no
78 - econf H5CXX=$(usex hdf5 h5c++ no)
79 -}
80
81 diff --git a/sys-devel/byfl/byfl-9999.ebuild b/sys-devel/byfl/byfl-9999.ebuild
82 deleted file mode 100644
83 index 4d749435eab..00000000000
84 --- a/sys-devel/byfl/byfl-9999.ebuild
85 +++ /dev/null
86 @@ -1,48 +0,0 @@
87 -# Copyright 1999-2018 Gentoo Foundation
88 -# Distributed under the terms of the GNU General Public License v2
89 -
90 -EAPI=6
91 -
92 -inherit flag-o-matic llvm
93 -
94 -if [ "${PV}" = "9999" ]; then
95 - LLVM_VERSION="6.0.0"
96 - LLVM_SLOT=6
97 - EGIT_REPO_URI="https://github.com/lanl/Byfl.git"
98 - inherit autotools git-r3
99 - KEYWORDS=""
100 -else
101 - LLVM_VERSION="5.0.1"
102 - LLVM_SLOT=5
103 - MY_P="${P}-llvm-${LLVM_VERSION}"
104 - SRC_URI="https://github.com/lanl/Byfl/releases/download/v${MY_P#${PN}-}/${MY_P}.tar.gz"
105 - KEYWORDS="~amd64 ~amd64-linux"
106 -fi
107 -
108 -DESCRIPTION="Compiler-based Application Analysis"
109 -HOMEPAGE="https://github.com/lanl/Byfl"
110 -
111 -SLOT="0"
112 -LICENSE="BSD"
113 -IUSE="hdf5 static-libs sqlite"
114 -
115 -RDEPEND="
116 - >=sys-devel/clang-${LLVM_VERSION}:${LLVM_SLOT}
117 - >=sys-devel/llvm-${LLVM_VERSION}:${LLVM_SLOT}
118 - sys-devel/binutils:*
119 - dev-lang/perl:=
120 - dev-perl/Switch
121 - hdf5? ( sci-libs/hdf5[cxx] )
122 - sqlite? ( dev-db/sqlite:3 )"
123 -DEPEND="${RDEPEND}"
124 -
125 -src_prepare() {
126 - default
127 - [[ ${PV} = 9999 ]] && eautoreconf
128 -}
129 -
130 -src_configure() {
131 - append-cxxflags -std=c++11
132 - use sqlite || export ac_cv_lib_sqlite3_sqlite3_errstr=no
133 - econf H5CXX=$(usex hdf5 h5c++ no)
134 -}
135
136 diff --git a/sys-devel/byfl/metadata.xml b/sys-devel/byfl/metadata.xml
137 deleted file mode 100644
138 index 72ecaff33a5..00000000000
139 --- a/sys-devel/byfl/metadata.xml
140 +++ /dev/null
141 @@ -1,11 +0,0 @@
142 -<?xml version="1.0" encoding="UTF-8"?>
143 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
144 -<pkgmetadata>
145 - <maintainer type="person">
146 - <email>junghans@g.o</email>
147 - <name>Christoph Junghans</name>
148 - </maintainer>
149 - <upstream>
150 - <remote-id type="github">lanl/Byfl</remote-id>
151 - </upstream>
152 -</pkgmetadata>