dev-util/creduce: Correct dependencies in all versions
authorMichał Górny <mgorny@gentoo.org>
Sun, 21 Apr 2019 18:02:00 +0000 (20:02 +0200)
committerMichał Górny <mgorny@gentoo.org>
Sun, 21 Apr 2019 18:04:14 +0000 (20:04 +0200)
Account for dependency changes in all versions of creduce.  Reported
by Alexander Miller.

Signed-off-by: Michał Górny <mgorny@gentoo.org>
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 [moved from dev-util/creduce/creduce-2.9.0_pre20190414.ebuild with 86% similarity]
dev-util/creduce/creduce-9999.ebuild

index 85c8633fbf6ef7bdfd2e10bb00e85eb1e6fc5fd2..617b8e64e48d3b851fe39fbe653c7f8dcd742f31 100644 (file)
@@ -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
index 9fae9a665c8bd33a36949d1ba2daa52303c7c535..3d45da9f2c81efdbfd9e86fc79ad842b9d1987d5 100644 (file)
@@ -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
index 5d6570d88f66e3d38e0795d069937253515e3f20..78b23f9fd6b8642ddc0d4eec675da79e642caffa 100644 (file)
@@ -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
index fec31d8e8913b5b7ef836bcc4f214e2d7a5eb441..0249ee3b93d2dd511ef6c927f193ff7db22c343c 100644 (file)
@@ -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}"
 
index e7964cd3685d4772ba73e192d786215d49d1e10e..b3bc269e1c6e5b78f6b4e680c2bf7485aa1f3aef 100644 (file)
@@ -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}"
 
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 23325b2083c9ccb3c074257fa2283eb47a5f29a3..15624685b357d29a8f973030e96ed319fe797098 100644 (file)
@@ -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=(
index a6b6f66dbe3204beee789db4de294ec938b1563a..8b8470de887c6135d1e94603babdf242c9eb3017 100644 (file)
@@ -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