diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-09-18 11:28:47 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-09-18 11:38:00 +0200 |
commit | 6f33187ab34013d62fee3b39bba7830e8b07316d (patch) | |
tree | d21581128d419de2c25a35caa5b6a38bd6dfcb25 /dev-util | |
parent | dev-python/hypothesis: Remove old (diff) | |
download | gentoo-6f33187ab34013d62fee3b39bba7830e8b07316d.tar.gz gentoo-6f33187ab34013d62fee3b39bba7830e8b07316d.tar.bz2 gentoo-6f33187ab34013d62fee3b39bba7830e8b07316d.zip |
dev-util/cvise: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/cvise/Manifest | 1 | ||||
-rw-r--r-- | dev-util/cvise/cvise-1.1.0.ebuild | 48 |
2 files changed, 0 insertions, 49 deletions
diff --git a/dev-util/cvise/Manifest b/dev-util/cvise/Manifest index 7f952238977a..575d3a7861ff 100644 --- a/dev-util/cvise/Manifest +++ b/dev-util/cvise/Manifest @@ -1,2 +1 @@ -DIST cvise-1.1.0.tar.gz 228867 BLAKE2B 08becb5ad00ef08a1f511c0bdb0cb649af1406dd035fe61f737ec6dfb5151215ae363272fc3676ce76e17234a88866ee1dd0664d82326f3ddb2ced2f1982aacf SHA512 66c09cb7e088fc36b0c36928e2eda19e7bef4fad4573fcedc06f2070136e74d7878f8056f406c2ade22fc465a75bf13dca9f4a1a319cd183187a2d66a441e661 DIST cvise-1.6.0.tar.gz 243050 BLAKE2B 64c305426dbeaf2e3f3a92a902209b35fcc76b5f5a6d2e48fcc8e24d1325badc0839e70afa1381c6d1412c22a7e9dd41ca03d6ca714fa5082958378cc8863000 SHA512 9d4ee043c34748b600b49ac4f00463b853faff2809f8b581e9b07433a8f3bef4436d0e5d5a9dbff1b2d7c3a8ab1d6d4823e78787eb3e911a683808703b2e24b6 diff --git a/dev-util/cvise/cvise-1.1.0.ebuild b/dev-util/cvise/cvise-1.1.0.ebuild deleted file mode 100644 index dd6cb68eb87c..000000000000 --- a/dev-util/cvise/cvise-1.1.0.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -: ${CMAKE_MAKEFILE_GENERATOR=ninja} -PYTHON_COMPAT=( python3_{6,7,8} ) -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 ~x86" -IUSE="test" -RESTRICT="!test? ( test )" -REQUIRED_USE=${PYTHON_REQUIRED_USE} - -LLVM_MAX_SLOT=10 -DEPEND="sys-devel/clang:${LLVM_MAX_SLOT}" -RDEPEND="${DEPEND} - ${PYTHON_DEPS} - $(python_gen_cond_dep ' - dev-python/pebble[${PYTHON_USEDEP}] - ') - dev-util/unifdef - sys-devel/flex" -BDEPEND=" - ${PYTHON_DEPS} - sys-devel/flex - test? ( - $(python_gen_cond_dep ' - dev-python/pebble[${PYTHON_USEDEP}] - dev-python/pytest[${PYTHON_USEDEP}] - ') - )" - -llvm_check_deps() { - has_version "sys-devel/clang:${LLVM_SLOT}" -} - -src_test() { - cd "${BUILD_DIR}" || die - pytest -vv || die -} |