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 15FD71581C1 for ; Thu, 11 Jul 2024 15:41:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 58EF42BC045; Thu, 11 Jul 2024 15:41:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3E52A2BC045 for ; Thu, 11 Jul 2024 15:41:42 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 853A7341214 for ; Thu, 11 Jul 2024 15:41:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B84441E24 for ; Thu, 11 Jul 2024 15:41:38 +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: <1720712273.a92bd903aa518d59c51459f86d29eb4dee094c7e.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/vulkan-headers/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/vulkan-headers/Manifest dev-util/vulkan-headers/vulkan-headers-1.3.280.0.ebuild X-VCS-Directories: dev-util/vulkan-headers/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: a92bd903aa518d59c51459f86d29eb4dee094c7e X-VCS-Branch: master Date: Thu, 11 Jul 2024 15:41:38 +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: cb6b2fc2-3bd0-48a7-86ff-0dba8fdad22d X-Archives-Hash: 1082886e9cbfcb8b290accf968650a8b commit: a92bd903aa518d59c51459f86d29eb4dee094c7e Author: Matt Turner gentoo org> AuthorDate: Thu Jul 11 15:33:32 2024 +0000 Commit: Matt Turner gentoo org> CommitDate: Thu Jul 11 15:37:53 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a92bd903 dev-util/vulkan-headers: Drop old versions Signed-off-by: Matt Turner gentoo.org> dev-util/vulkan-headers/Manifest | 1 - .../vulkan-headers/vulkan-headers-1.3.280.0.ebuild | 22 ---------------------- 2 files changed, 23 deletions(-) diff --git a/dev-util/vulkan-headers/Manifest b/dev-util/vulkan-headers/Manifest index 046fcfab35c4..5ed9862209bd 100644 --- a/dev-util/vulkan-headers/Manifest +++ b/dev-util/vulkan-headers/Manifest @@ -1,2 +1 @@ -DIST vulkan-headers-1.3.280.0.tar.gz 2264882 BLAKE2B b13fea7158cf9b7e8e1c0880538f1b5c4f467c903671d9fa51264086e5df9dc3261aaba09d3cb1a1c827aac693b02aba4f3c65faf52b58856515769563581ef5 SHA512 d1295776ecda323ba472660110eccd9ac2cae20827aec498dcbac3754c0192297345e5499b8b8441081ebcf8333d24dc7218afb84b730c17ed7578f6757f3c78 DIST vulkan-headers-1.3.283.0.tar.gz 2271561 BLAKE2B 3701754f9d40f4078da491713310d0c615ae0df494b793a8e9ab0db5930a73dfa7876de16d2a93a3e128c922bfceee7651cbda8e51603ff32c687cfa13d300f1 SHA512 317a8b6051da86822c67c110ab41dcc222822e5502391813618c6258ba08e50d8b047605e4567421f47b4bc82f2c1b396bc6d8f2f0a3e202dc164d6c8db96627 diff --git a/dev-util/vulkan-headers/vulkan-headers-1.3.280.0.ebuild b/dev-util/vulkan-headers/vulkan-headers-1.3.280.0.ebuild deleted file mode 100644 index 6ffbb7981c6b..000000000000 --- a/dev-util/vulkan-headers/vulkan-headers-1.3.280.0.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -MY_PN=Vulkan-Headers -inherit cmake - -if [[ ${PV} == *9999* ]]; then - EGIT_REPO_URI="https://github.com/KhronosGroup/${MY_PN}.git" - inherit git-r3 -else - SRC_URI="https://github.com/KhronosGroup/${MY_PN}/archive/vulkan-sdk-${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv x86" - S="${WORKDIR}"/${MY_PN}-vulkan-sdk-${PV} -fi - -DESCRIPTION="Vulkan Header files and API registry" -HOMEPAGE="https://github.com/KhronosGroup/Vulkan-Headers" - -LICENSE="Apache-2.0" -SLOT="0"