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 CF1221581FB for ; Sat, 24 Aug 2024 20:56:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EB952E2A18; Sat, 24 Aug 2024 20:56:36 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 CD472E2A18 for ; Sat, 24 Aug 2024 20:56:36 +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 02D4534307B for ; Sat, 24 Aug 2024 20:56:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 38AAF1F13 for ; Sat, 24 Aug 2024 20:56:34 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1724434202.c73555d635c1f7713dc276dc4862274df3525f6d.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-cpp/simdutf/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-cpp/simdutf/Manifest dev-cpp/simdutf/simdutf-5.3.1.ebuild X-VCS-Directories: dev-cpp/simdutf/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: c73555d635c1f7713dc276dc4862274df3525f6d X-VCS-Branch: master Date: Sat, 24 Aug 2024 20:56:34 +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: 65a0128d-e2c9-492c-8ff3-a706d1fc2622 X-Archives-Hash: 14e02b03b824fe013795fb95264ec0db commit: c73555d635c1f7713dc276dc4862274df3525f6d Author: Steffen Winter proton me> AuthorDate: Fri Aug 23 17:30:02 2024 +0000 Commit: David Roman gmail com> CommitDate: Fri Aug 23 17:30:02 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c73555d6 dev-cpp/simdutf: drop 5.3.1 Signed-off-by: Steffen Winter proton.me> dev-cpp/simdutf/Manifest | 1 - dev-cpp/simdutf/simdutf-5.3.1.ebuild | 26 -------------------------- 2 files changed, 27 deletions(-) diff --git a/dev-cpp/simdutf/Manifest b/dev-cpp/simdutf/Manifest index 7f08e6ed0..baba8807d 100644 --- a/dev-cpp/simdutf/Manifest +++ b/dev-cpp/simdutf/Manifest @@ -1,2 +1 @@ -DIST simdutf-5.3.1.tar.gz 1945706 BLAKE2B df71b5c93e40f09a111e2ba0c895f957c782a464d7f627168abe01f0df341fe8c295b99d6bfd438afb05e79f694f4ae89f6945eeadd37854ddaf2664849aa5f4 SHA512 fed58a74bff878668cff9612143153512a029b225b06a335395117bd606e45878e0839a7fe4f7d8f3d7d98f3652b6548ab65cbe2baf2cf2df0d6899ace01f8e5 DIST simdutf-5.4.14.tar.gz 1983854 BLAKE2B 478ca647657574f4528f8e61611b44f9a6c76e806d58e07a9eed31b367331643479c0464cfe9cf6e10dceaa3aab8210a7a7286477a7f3f58ddd5a1fb49263321 SHA512 18078e876b15d464b6fe30fca3796a9ac751e7823a7b384dcb6c54dac4622984529d22c30cad7dc9a8ebbb53cff8dda2e46963d532a96b258b75e63d8c8aea0a diff --git a/dev-cpp/simdutf/simdutf-5.3.1.ebuild b/dev-cpp/simdutf/simdutf-5.3.1.ebuild deleted file mode 100644 index 629fb4557..000000000 --- a/dev-cpp/simdutf/simdutf-5.3.1.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{10..13} ) - -inherit cmake python-any-r1 - -DESCRIPTION="simdutf: Unicode validation and transcoding at billions of characters per second" -HOMEPAGE="https://simdutf.github.io/simdutf/" -SRC_URI="https://github.com/simdutf/simdutf/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="|| ( Apache-2.0 MIT )" -SLOT="0" -KEYWORDS="~amd64" -IUSE="test" - -BDEPEND="${PYTHON_DEPS}" - -RESTRICT="!test? ( test )" - -src_configure() { - local mycmakeargs=( -DSIMDUTF_TESTS=$(usex test ON OFF) ) - cmake_src_configure -}