Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/creduce/
Date: Sun, 02 Jun 2019 07:20:19
Message-Id: 1559459943.84303334785c6ac73fff2ba36cd64f73676dffed.mgorny@gentoo
1 commit: 84303334785c6ac73fff2ba36cd64f73676dffed
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 2 06:22:08 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 2 07:19:03 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84303334
7
8 dev-util/creduce: Remove 2.7.0 (for LLVM 4)
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-util/creduce/creduce-2.7.0.ebuild | 30 ------------------------------
13 1 file changed, 30 deletions(-)
14
15 diff --git a/dev-util/creduce/creduce-2.7.0.ebuild b/dev-util/creduce/creduce-2.7.0.ebuild
16 deleted file mode 100644
17 index 3d45da9f2c8..00000000000
18 --- a/dev-util/creduce/creduce-2.7.0.ebuild
19 +++ /dev/null
20 @@ -1,30 +0,0 @@
21 -# Copyright 1999-2019 Gentoo Authors
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI="6"
25 -
26 -: ${CMAKE_MAKEFILE_GENERATOR=ninja}
27 -inherit cmake-utils llvm
28 -
29 -DESCRIPTION="C-Reduce - a plugin-based C program reducer"
30 -HOMEPAGE="https://embed.cs.utah.edu/creduce/"
31 -SRC_URI="https://embed.cs.utah.edu/creduce/${P}.tar.gz"
32 -
33 -LICENSE="UoI-NCSA"
34 -SLOT="0"
35 -KEYWORDS="~amd64 ~x86"
36 -IUSE=""
37 -
38 -COMMON_DEPEND="
39 - >=dev-lang/perl-5.10.0
40 - sys-devel/clang:4"
41 -RDEPEND="${COMMON_DEPEND}
42 - dev-perl/Exporter-Lite
43 - dev-perl/File-Which
44 - dev-perl/Getopt-Tabular
45 - dev-perl/Regexp-Common
46 - dev-perl/Sys-CPU"
47 -DEPEND="${COMMON_DEPEND}
48 - sys-devel/flex"
49 -
50 -LLVM_MAX_SLOT=4