summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-03-29 10:49:08 +0200
committerMichał Górny <mgorny@gentoo.org>2018-03-29 12:19:06 +0200
commitb846585f8ecbe862986218d54722aefd2bce293c (patch)
tree21959d0eb755536b1510a5b4f8c67a96bcf4ddd6 /dev-util/creduce/creduce-2.4.0.ebuild
parentdev-python/llvmlite: Drop 0.12.1 (requires LLVM 3.7) (diff)
downloadgentoo-b846585f8ecbe862986218d54722aefd2bce293c.tar.gz
gentoo-b846585f8ecbe862986218d54722aefd2bce293c.tar.bz2
gentoo-b846585f8ecbe862986218d54722aefd2bce293c.zip
dev-util/creduce: Drop 2.4.0 (requires LLVM 3.7)
Diffstat (limited to 'dev-util/creduce/creduce-2.4.0.ebuild')
-rw-r--r--dev-util/creduce/creduce-2.4.0.ebuild28
1 files changed, 0 insertions, 28 deletions
diff --git a/dev-util/creduce/creduce-2.4.0.ebuild b/dev-util/creduce/creduce-2.4.0.ebuild
deleted file mode 100644
index 2213cee8ce46..000000000000
--- a/dev-util/creduce/creduce-2.4.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-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=""
-
-DEPEND="
- >=dev-lang/perl-5.10.0
- app-text/delta
- dev-perl/Benchmark-Timer
- dev-perl/Exporter-Lite
- dev-perl/File-Which
- dev-perl/Getopt-Tabular
- dev-perl/Regexp-Common
- dev-perl/Sys-CPU
- dev-util/astyle
- dev-util/indent
- =sys-devel/clang-3.7*"
-
-RDEPEND="${DEPEND}"