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/Manifest | 2 -- dev-cpp/highway/highway-0.15.0.ebuild | 27 --------------------------- dev-cpp/highway/highway-0.16.0.ebuild | 27 --------------------------- dev-cpp/highway/metadata.xml | 8 -------- 4 files changed, 64 deletions(-) delete mode 100644 dev-cpp/highway/Manifest delete mode 100644 dev-cpp/highway/highway-0.15.0.ebuild delete mode 100644 dev-cpp/highway/highway-0.16.0.ebuild delete mode 100644 dev-cpp/highway/metadata.xml (limited to 'dev-cpp') diff --git a/dev-cpp/highway/Manifest b/dev-cpp/highway/Manifest deleted file mode 100644 index a6b6bcb..0000000 --- a/dev-cpp/highway/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST highway-0.15.0.tar.gz 1598512 BLAKE2B f0ee61b5f19591d88d6fd3950072c9302b13e589ac9e8759444c0bcde2c804438313b1b37c2e3d9c40296898c8fc938a2ae57eba3e17d73a9388c21f20b97b59 SHA512 ed07e855721f87ea67d762b30e001643a76bd16d70372415023c8e6f1a43c58759a14a638e8eb20566863d8358d994153bf7a660fcf604e808adfea5f938a013 -DIST highway-0.16.0.tar.gz 1639388 BLAKE2B 660b0079b25a12a2e982b4ba16147b923d167989a7dc1c0cb65ebe5219577f2f02c8774a554fd3fe9e1c10ef7b1cf5db747500bd8acf454e26952722f7b5ac9e SHA512 c08e66f43d9d0b307737b016cfa6c3d3a1df9bd528de435d193388104f34c264866c5ff0da633fc0a6f8c50f21df1ac653e9dd3f6fbfaf227d636411ac14cd47 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 -} diff --git a/dev-cpp/highway/highway-0.16.0.ebuild b/dev-cpp/highway/highway-0.16.0.ebuild deleted file mode 100644 index 6111907..0000000 --- a/dev-cpp/highway/highway-0.16.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 -} diff --git a/dev-cpp/highway/metadata.xml b/dev-cpp/highway/metadata.xml deleted file mode 100644 index 004555a..0000000 --- a/dev-cpp/highway/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - alex_y_xu@yahoo.ca - Alex Xu (Hello71) - - -- cgit v1.2.3-54-g00ecf