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 21D8C158083 for ; Tue, 17 Sep 2024 02:49:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C5C09E29B4; Tue, 17 Sep 2024 02:49:21 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AB0C3E29B4 for ; Tue, 17 Sep 2024 02:49:21 +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 92476343027 for ; Tue, 17 Sep 2024 02:49:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EE76627F1 for ; Tue, 17 Sep 2024 02:49:18 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1726541312.7e8d4af55bc464c229efc3441903a5a49947b808.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/volk/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/volk/Manifest dev-util/volk/volk-1.3.283.0.ebuild X-VCS-Directories: dev-util/volk/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 7e8d4af55bc464c229efc3441903a5a49947b808 X-VCS-Branch: master Date: Tue, 17 Sep 2024 02:49:18 +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: 7f978b35-83a3-4d19-874c-64091203056f X-Archives-Hash: 098812a5dd043de4ab676dd0f0c73dca commit: 7e8d4af55bc464c229efc3441903a5a49947b808 Author: Matt Turner gentoo org> AuthorDate: Tue Sep 17 02:46:16 2024 +0000 Commit: Matt Turner gentoo org> CommitDate: Tue Sep 17 02:48:32 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e8d4af5 dev-util/volk: Drop old versions Signed-off-by: Matt Turner gentoo.org> dev-util/volk/Manifest | 1 - dev-util/volk/volk-1.3.283.0.ebuild | 36 ------------------------------------ 2 files changed, 37 deletions(-) diff --git a/dev-util/volk/Manifest b/dev-util/volk/Manifest index ac9fbbb0c6e6..2dc9f745e419 100644 --- a/dev-util/volk/Manifest +++ b/dev-util/volk/Manifest @@ -1,2 +1 @@ -DIST volk-1.3.283.0.tar.gz 62563 BLAKE2B 08e7b1f442970a51b2a621e0eb0e0fc0b52a814aacfbb6e1bfbd670b9b1c2de043043620ac682e53bd1bde4436760cfa4ea32aadc5f24ab6631733e370ed57fd SHA512 c3c69bfd899bab6b6447534b0c7c82392679c903a5ed2cabd7506ccd96135f332735888f6e2fa71787f6c1eec930bd51aa014db84955d51b5f068af95dcaec4d DIST volk-1.3.290.0.tar.gz 62571 BLAKE2B be7495fa0b5509f10259842b5394a651a2b57eb6d607a04b69a43faac2ab10ccc259acbd8445970d12d4111362806b20bf9acc2459438ff15c903d3978f395d7 SHA512 1af3933ab18120ab9418282069ee5a1ba86e8333b6fb1cfc04c85132f9c54ba1d21bbd833fa9e35cfd08edf2867982f19c536c0744569c6a91b0be8b54986e09 diff --git a/dev-util/volk/volk-1.3.283.0.ebuild b/dev-util/volk/volk-1.3.283.0.ebuild deleted file mode 100644 index 0bc16cce4612..000000000000 --- a/dev-util/volk/volk-1.3.283.0.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit cmake-multilib - -if [[ ${PV} == *9999* ]]; then - EGIT_REPO_URI="https://github.com/zeux/volk.git" - inherit git-r3 -else - EGIT_COMMIT="vulkan-sdk-${PV}" - SRC_URI="https://github.com/zeux/volk/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz" - KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv" - S="${WORKDIR}"/${PN}-${EGIT_COMMIT} -fi - -DESCRIPTION="Meta loader for Vulkan API" -HOMEPAGE="https://github.com/zeux/volk" - -LICENSE="MIT" -SLOT="0" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND="~media-libs/vulkan-loader-${PV}:=[${MULTILIB_USEDEP}]" -DEPEND="${RDEPEND} - ~dev-util/vulkan-headers-${PV} -" - -multilib_src_configure() { - local mycmakeargs=( - -DVOLK_INSTALL=on - ) - cmake_src_configure -}