From 54fec07e295015109b12f59526938847b9fcbca2 Mon Sep 17 00:00:00 2001 From: Sam James Date: Tue, 30 Aug 2022 17:32:38 +0100 Subject: dev-util/cvise: drop -Werror, respect CFLAGS Closes: https://bugs.gentoo.org/867424 Signed-off-by: Sam James --- dev-util/cvise/cvise-2.5.0-r1.ebuild | 76 ++++++++++++++++++++++ dev-util/cvise/cvise-2.5.0.ebuild | 72 -------------------- .../cvise/files/cvise-2.5.0-no-werror-cflags.patch | 34 ++++++++++ 3 files changed, 110 insertions(+), 72 deletions(-) create mode 100644 dev-util/cvise/cvise-2.5.0-r1.ebuild delete mode 100644 dev-util/cvise/cvise-2.5.0.ebuild create mode 100644 dev-util/cvise/files/cvise-2.5.0-no-werror-cflags.patch (limited to 'dev-util/cvise') diff --git a/dev-util/cvise/cvise-2.5.0-r1.ebuild b/dev-util/cvise/cvise-2.5.0-r1.ebuild new file mode 100644 index 000000000000..ed819e732b93 --- /dev/null +++ b/dev-util/cvise/cvise-2.5.0-r1.ebuild @@ -0,0 +1,76 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{8..11} ) + +inherit cmake llvm python-single-r1 + +DESCRIPTION="Super-parallel Python port of the C-Reduce" +HOMEPAGE="https://github.com/marxin/cvise/" +SRC_URI=" + https://github.com/marxin/cvise/archive/v${PV}.tar.gz -> ${P}.tar.gz +" + +LICENSE="UoI-NCSA" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~x86" +IUSE="test" +RESTRICT="!test? ( test )" +REQUIRED_USE=${PYTHON_REQUIRED_USE} + +LLVM_MAX_SLOT=15 +DEPEND=" + || ( + sys-devel/clang:15 + sys-devel/clang:14 + sys-devel/clang:13 + ) +