summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-12-08 10:29:50 +0100
committerMichał Górny <mgorny@gentoo.org>2019-12-09 20:20:15 +0100
commit26793a6b80d7df9cc162c0352dccd3ecf31427ce (patch)
tree6ad3608aad698777ad8fba29f625c892d674620a
parentpackage.deprecated: Add dev-python/pycrypto (diff)
downloadgentoo-26793a6b80d7df9cc162c0352dccd3ecf31427ce.tar.gz
gentoo-26793a6b80d7df9cc162c0352dccd3ecf31427ce.tar.bz2
gentoo-26793a6b80d7df9cc162c0352dccd3ecf31427ce.zip
dev-util/creduce: Remove old (for llvm:6)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-util/creduce/creduce-2.8.0_pre20180411.ebuild38
1 files changed, 0 insertions, 38 deletions
diff --git a/dev-util/creduce/creduce-2.8.0_pre20180411.ebuild b/dev-util/creduce/creduce-2.8.0_pre20180411.ebuild
deleted file mode 100644
index b3bc269e1c6e..000000000000
--- a/dev-util/creduce/creduce-2.8.0_pre20180411.ebuild
+++ /dev/null
@@ -1,38 +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
-
-EGIT_COMMIT="48e622ba74bc35c5a81299d3a34b9b14038d6a70"
-
-DESCRIPTION="C-Reduce - a plugin-based C program reducer"
-HOMEPAGE="https://embed.cs.utah.edu/creduce/"
-SRC_URI="https://github.com/csmith-project/${PN}/archive/${EGIT_COMMIT}.tar.gz -> ${PN}-${EGIT_COMMIT}.tar.gz"
-
-LICENSE="UoI-NCSA"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-LLVM_MAX_SLOT=6
-
-COMMON_DEPEND="
- >=dev-lang/perl-5.10.0
- sys-devel/clang:${LLVM_MAX_SLOT}"
-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"
-
-S="${WORKDIR}/${PN}-${EGIT_COMMIT}"
-
-llvm_check_deps() {
- has_version "sys-devel/clang:${LLVM_SLOT}"
-}