From 8f9a1379b12f43da62aed30ebac3abc73c08142a Mon Sep 17 00:00:00 2001 From: "Alex Xu (Hello71)" Date: Sat, 2 Apr 2022 11:24:27 -0400 Subject: dev-cpp/highway: drop --- dev-cpp/highway/highway-0.15.0.ebuild | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 dev-cpp/highway/highway-0.15.0.ebuild (limited to 'dev-cpp/highway/highway-0.15.0.ebuild') diff --git a/dev-cpp/highway/highway-0.15.0.ebuild b/dev-cpp/highway/highway-0.15.0.ebuild deleted file mode 100644 index 6111907..0000000 --- a/dev-cpp/highway/highway-0.15.0.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit cmake-multilib - -DESCRIPTION="Performance-portable, length-agnostic SIMD with runtime dispatch" -HOMEPAGE="https://github.com/google/highway" -SRC_URI="https://github.com/google/highway/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux" -IUSE="test" - -DEPEND="test? ( dev-cpp/gtest[${MULTILIB_USEDEP}] )" -RDEPEND="" -BDEPEND="" - -multilib_src_configure() { - local mycmakeargs=( - -DBUILD_TESTING=$(usex test ON OFF) - -DHWY_SYSTEM_GTEST=ON - ) - cmake_src_configure -} -- cgit v1.2.3-54-g00ecf