From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id ED8EB138336 for ; Sun, 2 Jun 2019 07:20:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DA0F3E0825; Sun, 2 Jun 2019 07:20:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 64B30E0822 for ; Sun, 2 Jun 2019 07:20:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 12323345529 for ; Sun, 2 Jun 2019 07:20:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A2942600 for ; Sun, 2 Jun 2019 07:20:04 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1559459943.84303334785c6ac73fff2ba36cd64f73676dffed.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/creduce/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/creduce/creduce-2.7.0.ebuild X-VCS-Directories: dev-util/creduce/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 84303334785c6ac73fff2ba36cd64f73676dffed X-VCS-Branch: master Date: Sun, 2 Jun 2019 07:20:04 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 43aead20-329d-4a87-8187-7ff32a1f5e09 X-Archives-Hash: a96ad3e7630c358e8142e859bdf3936f commit: 84303334785c6ac73fff2ba36cd64f73676dffed Author: Michał Górny gentoo org> AuthorDate: Sun Jun 2 06:22:08 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Jun 2 07:19:03 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84303334 dev-util/creduce: Remove 2.7.0 (for LLVM 4) Signed-off-by: Michał Górny gentoo.org> dev-util/creduce/creduce-2.7.0.ebuild | 30 ------------------------------ 1 file changed, 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 3d45da9f2c8..00000000000 --- 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