From c02d094889748ee6eaf0ce5f1a23049506b2641c Mon Sep 17 00:00:00 2001 From: Joonas Niilola Date: Fri, 20 May 2022 16:18:16 +0300 Subject: dev-lang/ispc: revbump 1.17.0 due to LLVM_SLOT update - as noted by sam. Signed-off-by: Joonas Niilola --- dev-lang/ispc/ispc-1.17.0-r1.ebuild | 78 ------------------------------------- dev-lang/ispc/ispc-1.17.0-r2.ebuild | 78 +++++++++++++++++++++++++++++++++++++ 2 files changed, 78 insertions(+), 78 deletions(-) delete mode 100644 dev-lang/ispc/ispc-1.17.0-r1.ebuild create mode 100644 dev-lang/ispc/ispc-1.17.0-r2.ebuild (limited to 'dev-lang/ispc') diff --git a/dev-lang/ispc/ispc-1.17.0-r1.ebuild b/dev-lang/ispc/ispc-1.17.0-r1.ebuild deleted file mode 100644 index b195585f3de7..000000000000 --- a/dev-lang/ispc/ispc-1.17.0-r1.ebuild +++ /dev/null @@ -1,78 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{8..10} ) -LLVM_MAX_SLOT=14 -inherit cmake python-any-r1 llvm - -DESCRIPTION="Intel SPMD Program Compiler" -HOMEPAGE="https://ispc.github.io/" - -if [[ ${PV} == 9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/ispc/ispc.git" -else - SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86" -fi - -LICENSE="BSD BSD-2 UoI-NCSA" -SLOT="0" -IUSE="examples" - -RDEPEND="