From bc3875d3a71ac3fdb07c0fcf863843b4fdfcf0c0 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 2 Jun 2023 09:28:30 +0100 Subject: gentoo auto-resync : 02:06:2023 - 09:28:30 --- dev-util/cvise/cvise-2.7.0-r1.ebuild | 81 ------------------------------------ 1 file changed, 81 deletions(-) delete mode 100644 dev-util/cvise/cvise-2.7.0-r1.ebuild (limited to 'dev-util/cvise/cvise-2.7.0-r1.ebuild') diff --git a/dev-util/cvise/cvise-2.7.0-r1.ebuild b/dev-util/cvise/cvise-2.7.0-r1.ebuild deleted file mode 100644 index 0c599e87daf6..000000000000 --- a/dev-util/cvise/cvise-2.7.0-r1.ebuild +++ /dev/null @@ -1,81 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{9..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 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="test" -RESTRICT="!test? ( test )" -REQUIRED_USE=${PYTHON_REQUIRED_USE} - -LLVM_MAX_SLOT=16 -DEPEND=" - || ( - sys-devel/clang:16 - sys-devel/clang:15 - sys-devel/clang:14 - ) -