diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-06-02 08:22:08 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-06-02 09:19:03 +0200 |
commit | 84303334785c6ac73fff2ba36cd64f73676dffed (patch) | |
tree | d89285c7c7ededca094e5d0edfc96177e8dc7f75 /dev-util | |
parent | dev-util/include-what-you-use: Remove 4.0 (diff) | |
download | gentoo-84303334785c6ac73fff2ba36cd64f73676dffed.tar.gz gentoo-84303334785c6ac73fff2ba36cd64f73676dffed.tar.bz2 gentoo-84303334785c6ac73fff2ba36cd64f73676dffed.zip |
dev-util/creduce: Remove 2.7.0 (for LLVM 4)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/creduce/creduce-2.7.0.ebuild | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/dev-util/creduce/creduce-2.7.0.ebuild b/dev-util/creduce/creduce-2.7.0.ebuild deleted file mode 100644 index 3d45da9f2c81..000000000000 --- a/dev-util/creduce/creduce-2.7.0.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="6" - -: ${CMAKE_MAKEFILE_GENERATOR=ninja} -inherit cmake-utils llvm - -DESCRIPTION="C-Reduce - a plugin-based C program reducer" -HOMEPAGE="https://embed.cs.utah.edu/creduce/" -SRC_URI="https://embed.cs.utah.edu/creduce/${P}.tar.gz" - -LICENSE="UoI-NCSA" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -COMMON_DEPEND=" - >=dev-lang/perl-5.10.0 - sys-devel/clang:4" -RDEPEND="${COMMON_DEPEND} - dev-perl/Exporter-Lite - dev-perl/File-Which - dev-perl/Getopt-Tabular - dev-perl/Regexp-Common - dev-perl/Sys-CPU" -DEPEND="${COMMON_DEPEND} - sys-devel/flex" - -LLVM_MAX_SLOT=4 |