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 A6314138334 for ; Sun, 21 Apr 2019 18:04:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4DDACE08D3; Sun, 21 Apr 2019 18:04:23 +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 1CA8AE08D3 for ; Sun, 21 Apr 2019 18:04:22 +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 5D193341D47 for ; Sun, 21 Apr 2019 18:04:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C06AA58A for ; Sun, 21 Apr 2019 18:04:19 +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: <1555869854.e8c54fedd85efb1d25b15003e5347ae585107828.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-r1.ebuild dev-util/creduce/creduce-2.7.0.ebuild dev-util/creduce/creduce-2.8.0.ebuild dev-util/creduce/creduce-2.8.0_pre20180411-r1.ebuild dev-util/creduce/creduce-2.8.0_pre20180411.ebuild dev-util/creduce/creduce-2.9.0_pre20190414-r1.ebuild dev-util/creduce/creduce-2.9.0_pre20190414.ebuild dev-util/creduce/creduce-9999.ebuild X-VCS-Directories: dev-util/creduce/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: e8c54fedd85efb1d25b15003e5347ae585107828 X-VCS-Branch: master Date: Sun, 21 Apr 2019 18:04:19 +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: ca803e48-e54e-487a-bb6a-88a4cf567740 X-Archives-Hash: ce2ca3a847f4c8289fedf557bfc0e820 commit: e8c54fedd85efb1d25b15003e5347ae585107828 Author: Michał Górny gentoo org> AuthorDate: Sun Apr 21 18:02:00 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Apr 21 18:04:14 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8c54fed dev-util/creduce: Correct dependencies in all versions Account for dependency changes in all versions of creduce. Reported by Alexander Miller. Signed-off-by: Michał Górny gentoo.org> dev-util/creduce/creduce-2.7.0-r1.ebuild | 10 ++++------ dev-util/creduce/creduce-2.7.0.ebuild | 10 ++++------ dev-util/creduce/creduce-2.8.0.ebuild | 9 +++------ dev-util/creduce/creduce-2.8.0_pre20180411-r1.ebuild | 10 ++++------ dev-util/creduce/creduce-2.8.0_pre20180411.ebuild | 10 ++++------ ..._pre20190414.ebuild => creduce-2.9.0_pre20190414-r1.ebuild} | 10 +++------- dev-util/creduce/creduce-9999.ebuild | 9 +++------ 7 files changed, 25 insertions(+), 43 deletions(-) diff --git a/dev-util/creduce/creduce-2.7.0-r1.ebuild b/dev-util/creduce/creduce-2.7.0-r1.ebuild index 85c8633fbf6..617b8e64e48 100644 --- a/dev-util/creduce/creduce-2.7.0-r1.ebuild +++ b/dev-util/creduce/creduce-2.7.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -21,15 +21,13 @@ COMMON_DEPEND=" >=dev-lang/perl-5.10.0 sys-devel/clang:${LLVM_MAX_SLOT}" RDEPEND="${COMMON_DEPEND} - 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" -DEPEND="${COMMON_DEPEND}" + dev-perl/Sys-CPU" +DEPEND="${COMMON_DEPEND} + sys-devel/flex" PATCHES=( "${FILESDIR}"/${P}-llvm-5.patch diff --git a/dev-util/creduce/creduce-2.7.0.ebuild b/dev-util/creduce/creduce-2.7.0.ebuild index 9fae9a665c8..3d45da9f2c8 100644 --- a/dev-util/creduce/creduce-2.7.0.ebuild +++ b/dev-util/creduce/creduce-2.7.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -19,14 +19,12 @@ COMMON_DEPEND=" >=dev-lang/perl-5.10.0 sys-devel/clang:4" RDEPEND="${COMMON_DEPEND} - 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" -DEPEND="${COMMON_DEPEND}" + dev-perl/Sys-CPU" +DEPEND="${COMMON_DEPEND} + sys-devel/flex" LLVM_MAX_SLOT=4 diff --git a/dev-util/creduce/creduce-2.8.0.ebuild b/dev-util/creduce/creduce-2.8.0.ebuild index 5d6570d88f6..78b23f9fd6b 100644 --- a/dev-util/creduce/creduce-2.8.0.ebuild +++ b/dev-util/creduce/creduce-2.8.0.ebuild @@ -21,15 +21,12 @@ COMMON_DEPEND=" >=dev-lang/perl-5.10.0 sys-devel/clang:${LLVM_MAX_SLOT}" RDEPEND="${COMMON_DEPEND} - 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" -DEPEND="${COMMON_DEPEND}" + dev-perl/Regexp-Common" +DEPEND="${COMMON_DEPEND} + sys-devel/flex" PATCHES=( "${FILESDIR}"/creduce-llvm-7.patch diff --git a/dev-util/creduce/creduce-2.8.0_pre20180411-r1.ebuild b/dev-util/creduce/creduce-2.8.0_pre20180411-r1.ebuild index fec31d8e891..0249ee3b93d 100644 --- a/dev-util/creduce/creduce-2.8.0_pre20180411-r1.ebuild +++ b/dev-util/creduce/creduce-2.8.0_pre20180411-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -23,15 +23,13 @@ COMMON_DEPEND=" >=dev-lang/perl-5.10.0 sys-devel/clang:${LLVM_MAX_SLOT}" RDEPEND="${COMMON_DEPEND} - 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" -DEPEND="${COMMON_DEPEND}" + dev-perl/Sys-CPU" +DEPEND="${COMMON_DEPEND} + sys-devel/flex" S="${WORKDIR}/${PN}-${EGIT_COMMIT}" diff --git a/dev-util/creduce/creduce-2.8.0_pre20180411.ebuild b/dev-util/creduce/creduce-2.8.0_pre20180411.ebuild index e7964cd3685..b3bc269e1c6 100644 --- a/dev-util/creduce/creduce-2.8.0_pre20180411.ebuild +++ b/dev-util/creduce/creduce-2.8.0_pre20180411.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -23,15 +23,13 @@ COMMON_DEPEND=" >=dev-lang/perl-5.10.0 sys-devel/clang:${LLVM_MAX_SLOT}" RDEPEND="${COMMON_DEPEND} - 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" -DEPEND="${COMMON_DEPEND}" + dev-perl/Sys-CPU" +DEPEND="${COMMON_DEPEND} + sys-devel/flex" S="${WORKDIR}/${PN}-${EGIT_COMMIT}" diff --git a/dev-util/creduce/creduce-2.9.0_pre20190414.ebuild b/dev-util/creduce/creduce-2.9.0_pre20190414-r1.ebuild similarity index 86% rename from dev-util/creduce/creduce-2.9.0_pre20190414.ebuild rename to dev-util/creduce/creduce-2.9.0_pre20190414-r1.ebuild index 23325b2083c..15624685b35 100644 --- a/dev-util/creduce/creduce-2.9.0_pre20190414.ebuild +++ b/dev-util/creduce/creduce-2.9.0_pre20190414-r1.ebuild @@ -22,16 +22,12 @@ COMMON_DEPEND=" >=dev-lang/perl-5.10.0 sys-devel/clang:${LLVM_MAX_SLOT}" RDEPEND="${COMMON_DEPEND} - 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" -DEPEND="${COMMON_DEPEND}" - + dev-perl/Regexp-Common" +DEPEND="${COMMON_DEPEND} + sys-devel/flex" S="${WORKDIR}/${PN}-${EGIT_COMMIT}" PATCHES=( diff --git a/dev-util/creduce/creduce-9999.ebuild b/dev-util/creduce/creduce-9999.ebuild index a6b6f66dbe3..8b8470de887 100644 --- a/dev-util/creduce/creduce-9999.ebuild +++ b/dev-util/creduce/creduce-9999.ebuild @@ -23,15 +23,12 @@ COMMON_DEPEND=" >=dev-lang/perl-5.10.0 sys-devel/clang:${LLVM_MAX_SLOT}" RDEPEND="${COMMON_DEPEND} - 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" -DEPEND="${COMMON_DEPEND}" + dev-perl/Regexp-Common" +DEPEND="${COMMON_DEPEND} + sys-devel/flex" PATCHES=( "${FILESDIR}"/creduce-2.8.0-link-libs.patch