From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C80D9158041 for ; Mon, 25 Mar 2024 13:00:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 91290E2A07; Mon, 25 Mar 2024 13:00:09 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 72EB4E2A07 for ; Mon, 25 Mar 2024 13:00:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 56DF433BDF5 for ; Mon, 25 Mar 2024 13:00:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8B0A2B29 for ; Mon, 25 Mar 2024 13:00:06 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1711370833.439ef75c462f3d2ca0af7226481c44b00c3015ae.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/simde/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/simde/Manifest dev-libs/simde/simde-0.7.6-r1.ebuild X-VCS-Directories: dev-libs/simde/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: 439ef75c462f3d2ca0af7226481c44b00c3015ae X-VCS-Branch: master Date: Mon, 25 Mar 2024 13:00:06 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c348b438-bf85-4317-b248-46398846ae30 X-Archives-Hash: e6f0b454c3d782f219c5c97aa1a64a23 commit: 439ef75c462f3d2ca0af7226481c44b00c3015ae Author: Ionen Wolkens gentoo org> AuthorDate: Mon Mar 25 12:47:13 2024 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Mon Mar 25 12:47:13 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=439ef75c dev-libs/simde: drop 0.7.6-r1 Signed-off-by: Ionen Wolkens gentoo.org> dev-libs/simde/Manifest | 1 - dev-libs/simde/simde-0.7.6-r1.ebuild | 45 ------------------------------------ 2 files changed, 46 deletions(-) diff --git a/dev-libs/simde/Manifest b/dev-libs/simde/Manifest index 7c1f18476515..01cd007712a6 100644 --- a/dev-libs/simde/Manifest +++ b/dev-libs/simde/Manifest @@ -1,2 +1 @@ -DIST simde-0.7.6.tar.gz 6125123 BLAKE2B 96378e81a2e2a2d797289d26b3d0c1ea72288b51094e8c5fde75ecbef34a0c1d4dc029d5974281e2f9f938b190b4a648225fcb486205cc496ba57b1ec528cee4 SHA512 de17fca563c4db6766881e1c73142ad129a57febe55fa8ea1ae780226e60a84891b13d387e75574f2722d77e4013176e3c7dfaf17bccd8682b7d3d3ec8e92a54 DIST simde-0.8.0.tar.gz 7455442 BLAKE2B 511f609e2588cc39b45a5a3e7f93648d9651e9e3f90220947b7f559ca6281a0db9f876d0692abf24d63528bb84e0ee49da1a165a16eeb91de84639a100a6527b SHA512 b0667583565ea9e59d18a07c7a3cb46710868c9572663e314278ca2004747e337e34f6b927c9c5d29e161caba8ec0428e5299b6e878e226b9f33597a1584b91d diff --git a/dev-libs/simde/simde-0.7.6-r1.ebuild b/dev-libs/simde/simde-0.7.6-r1.ebuild deleted file mode 100644 index 39b4251763c9..000000000000 --- a/dev-libs/simde/simde-0.7.6-r1.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit meson - -DESCRIPTION="Header-only library providing implementations of SIMD instruction sets" -HOMEPAGE="https://simd-everywhere.github.io/blog/" -SRC_URI=" - https://github.com/simd-everywhere/simde/archive/refs/tags/v${PV/_/-}.tar.gz - -> ${P}.tar.gz -" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86" -IUSE="test" -RESTRICT="!test? ( test )" - -PATCHES=( - "${FILESDIR}"/${PN}-0.7.6-musl.patch -) - -src_configure() { - # *FLAGS are only used for tests (nothing that is installed), and - # upstream tests with specific *FLAGS and is otherwise flaky with - # -march=native, -mno-*, and such -- unset to be spared headaches. - unset {C,CPP,CXX,LD}FLAGS - - local emesonargs=( - $(meson_use test tests) - ) - - meson_src_configure -} - -src_test() { - if use x86; then - # some --skip option for meson when - meson_src_test $(meson_src_test --list | grep -v dbsad) #926706 - else - meson_src_test - fi -}