commit: 26793a6b80d7df9cc162c0352dccd3ecf31427ce
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 8 09:29:50 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Dec 9 19:20:15 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26793a6b
dev-util/creduce: Remove old (for llvm:6)
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-util/creduce/creduce-2.8.0_pre20180411.ebuild | 38 -----------------------
1 file changed, 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 b3bc269e1c6..00000000000
--- 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}"
-}