summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-06-02 09:25:22 +0200
committerMichał Górny <mgorny@gentoo.org>2019-09-09 21:02:21 +0200
commit6080f6b16f9f0192b98ee89e6aa2320701482544 (patch)
tree758c575b659f3ca6596930a700cb3d8004c481e9
parentnet-irc/weechat: sync live ebuild (diff)
downloadgentoo-6080f6b1.tar.gz
gentoo-6080f6b1.tar.bz2
gentoo-6080f6b1.zip
dev-util/creduce: Remove 2.7.0-r1 (for LLVM 5)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-util/creduce/Manifest1
-rw-r--r--dev-util/creduce/creduce-2.7.0-r1.ebuild38
-rw-r--r--dev-util/creduce/files/creduce-2.7.0-llvm-5.patch54
3 files changed, 0 insertions, 93 deletions
diff --git a/dev-util/creduce/Manifest b/dev-util/creduce/Manifest
index 8972a844b600..adb070087c03 100644
--- a/dev-util/creduce/Manifest
+++ b/dev-util/creduce/Manifest
@@ -1,4 +1,3 @@
DIST creduce-095c551a5f9ccaf2986edb836e7be9872d36c233.tar.gz 724597 BLAKE2B 9d7a57349b8e14599c795a27bdf2cb4536f5b41f02faf10263c3d883bf94efd83ce7483bbf72aee0c2fe00d8515490e5f5a9c8df575abe80e90231a4373c9318 SHA512 a317bae5e47ee85b4be401d8dae490bd0ba86640aff6e7b0e9d6fe14d1f87199b4e12edbfa3eddcb5341b926a753dae17131f5e571362849c01377eda00407fa
-DIST creduce-2.7.0.tar.gz 768832 BLAKE2B ddc471b658a7feb8591dd4e402ac51d7c97a1705ef5b3787eec0b652bba64fb82cc39db21fa7c87ae0104977514f792b77802b6b35cf7afecb79b4cde16a5b52 SHA512 0ded47fdb4303d84619d63fbedd7bc12141b4857679dda8438683199dbdc98b985f848e797b9dc25a31dda591ee54bcb94580285890b23495fcf151aa3636226
DIST creduce-2.8.0.tar.gz 774668 BLAKE2B d799372d107c0cb45e9ed95f82c29634fd9de053c4eda1a2dfce8b2152ca84f7fff5e7b679e21e6dbe869d139e1cfd73963c02751ad30809a3470316ce10e077 SHA512 9d616dc421d0e932656ab0220ebfe1a4f20a08d46bf4ee004ef96a693ff37caeadf96c769262574a9789ac52c2bb4586e2b8602f7d44b627229b8eb45f5af0ea
DIST creduce-48e622ba74bc35c5a81299d3a34b9b14038d6a70.tar.gz 720872 BLAKE2B 031104f5e7ca3d3cfb41087f432ec0cf1b1c125171ffac31b6f3b0a9a4483b5ca8a667331aacae7f5acdaaf99e8b688bb62b332405c1266d2b114a4bdceca9cc SHA512 36cc12015d85acfa99f0d04440184517da1f766df7a804ee02719f1208f67aff4f4db7af4066817b17efdc89a6d2cf7ab62b0c622a611bc9b03a89b8d1b68d01
diff --git a/dev-util/creduce/creduce-2.7.0-r1.ebuild b/dev-util/creduce/creduce-2.7.0-r1.ebuild
deleted file mode 100644
index 617b8e64e48d..000000000000
--- a/dev-util/creduce/creduce-2.7.0-r1.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
-
-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=""
-
-LLVM_MAX_SLOT=5
-
-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"
-
-PATCHES=(
- "${FILESDIR}"/${P}-llvm-5.patch
-)
-
-llvm_check_deps() {
- has_version "sys-devel/clang:${LLVM_SLOT}"
-}
diff --git a/dev-util/creduce/files/creduce-2.7.0-llvm-5.patch b/dev-util/creduce/files/creduce-2.7.0-llvm-5.patch
deleted file mode 100644
index ecf2ac70fa81..000000000000
--- a/dev-util/creduce/files/creduce-2.7.0-llvm-5.patch
+++ /dev/null
@@ -1,54 +0,0 @@
-From 97e2b29956adbe61973228ef7d8bff28e83d04d4 Mon Sep 17 00:00:00 2001
-From: Yang Chen <chenyang@cs.utah.edu>
-Date: Thu, 27 Apr 2017 20:55:32 -0700
-Subject: [PATCH] Fix build failure with LLVM trunk
-
-Patch provided by Markus Trippelsdorf. Thanks!
-
-"InputKind was refactored in Clang r301442.
-
-The IK_Preprocessed* comparisons are superfluous now and can be dropped."
----
- clang_delta/TransformationManager.cpp | 16 ++++++++--------
- 1 file changed, 8 insertions(+), 8 deletions(-)
-
-diff --git a/clang_delta/TransformationManager.cpp b/clang_delta/TransformationManager.cpp
-index 8b6bdf454847..5db190cd71d1 100644
---- a/clang_delta/TransformationManager.cpp
-+++ b/clang_delta/TransformationManager.cpp
-@@ -101,16 +101,16 @@ bool TransformationManager::initializeCompilerInstance(std::string &ErrorMsg)
- CompilerInvocation &Invocation = ClangInstance->getInvocation();
- InputKind IK = FrontendOptions::getInputKindForExtension(
- StringRef(SrcFileName).rsplit('.').second);
-- if ((IK == IK_C) || (IK == IK_PreprocessedC)) {
-- Invocation.setLangDefaults(ClangInstance->getLangOpts(), IK_C, T, PPOpts);
-+ if (IK.getLanguage() == InputKind::C) {
-+ Invocation.setLangDefaults(ClangInstance->getLangOpts(), InputKind::C, T, PPOpts);
- }
-- else if ((IK == IK_CXX) || (IK == IK_PreprocessedCXX)) {
-+ else if (IK.getLanguage() == InputKind::CXX) {
- // ISSUE: it might cause some problems when building AST
-- // for a function which has a non-declared callee, e.g.,
-- // It results an empty AST for the caller.
-- Invocation.setLangDefaults(ClangInstance->getLangOpts(), IK_CXX, T, PPOpts);
-+ // for a function which has a non-declared callee, e.g.,
-+ // It results an empty AST for the caller.
-+ Invocation.setLangDefaults(ClangInstance->getLangOpts(), InputKind::CXX, T, PPOpts);
- }
-- else if(IK == IK_OpenCL) {
-+ else if(IK.getLanguage() == InputKind::OpenCL) {
- //Commandline parameters
- std::vector<const char*> Args;
- Args.push_back("-x");
-@@ -135,7 +135,7 @@ bool TransformationManager::initializeCompilerInstance(std::string &ErrorMsg)
- &Args[0], &Args[0] + Args.size(),
- ClangInstance->getDiagnostics());
- Invocation.setLangDefaults(ClangInstance->getLangOpts(),
-- IK_OpenCL, T, PPOpts);
-+ InputKind::OpenCL, T, PPOpts);
- }
- else {
- ErrorMsg = "Unsupported file type!";
---
-2.15.1
-