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 14896158091 for ; Sun, 12 Jun 2022 19:36:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4A65FE0878; Sun, 12 Jun 2022 19:36:33 +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 32DEEE0878 for ; Sun, 12 Jun 2022 19:36:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 4CF6D341715 for ; Sun, 12 Jun 2022 19:36:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B71DA4FA for ; Sun, 12 Jun 2022 19:36:30 +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: <1655062579.02a476d206ee68e9d37531c9d5178a301ce8f5cb.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/spirv-headers/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/spirv-headers/Manifest dev-util/spirv-headers/spirv-headers-1.3.204.ebuild X-VCS-Directories: dev-util/spirv-headers/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 02a476d206ee68e9d37531c9d5178a301ce8f5cb X-VCS-Branch: master Date: Sun, 12 Jun 2022 19:36:30 +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: 45b4eebf-b441-4d1f-bbf9-8776849362bc X-Archives-Hash: 458849a5b2bbb657a24b0c40017c66b0 commit: 02a476d206ee68e9d37531c9d5178a301ce8f5cb Author: Matt Turner gentoo org> AuthorDate: Sun Jun 12 19:20:33 2022 +0000 Commit: Matt Turner gentoo org> CommitDate: Sun Jun 12 19:36:19 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02a476d2 dev-util/spirv-headers: Drop old versions Signed-off-by: Matt Turner gentoo.org> dev-util/spirv-headers/Manifest | 1 - dev-util/spirv-headers/spirv-headers-1.3.204.ebuild | 17 ----------------- 2 files changed, 18 deletions(-) diff --git a/dev-util/spirv-headers/Manifest b/dev-util/spirv-headers/Manifest index 0626574f03cf..c7e636a0e8bc 100644 --- a/dev-util/spirv-headers/Manifest +++ b/dev-util/spirv-headers/Manifest @@ -1,2 +1 @@ -DIST spirv-headers-1.3.204.tar.gz 417559 BLAKE2B b979ef5a830f0f76744555db830bb0e1184e84af1acddfc97907c562633faa1c62a7e1ebc193d8a0d2433c8d5a0be67d89a4da46b5889461524fbd183e7cdda5 SHA512 52411a51f4b54b86f4120d625c1e24271a106e07bfc1b0a4a7280e51f2a3dc471a03546ac07d89938f85005eeb16176cd731d4ae11bd9d0438791859afc4a5e7 DIST spirv-headers-1.3.211.tar.gz 420022 BLAKE2B 4feea5f566401aef8c1aa6d677301b6871f8af5213d1f3d257719182b4109fef37c21342e38c6170bc4252a92ea9c2c45470bb9b23425a58f0d6d883982350a9 SHA512 39357d060c9bf030e8df71e734c2adb47832d7fa1a29825305cc92b3e87770a4fe383b534b798da008168bbeedc9f659f97b58a7b13c141d4f8ac94fc329f25f diff --git a/dev-util/spirv-headers/spirv-headers-1.3.204.ebuild b/dev-util/spirv-headers/spirv-headers-1.3.204.ebuild deleted file mode 100644 index 6b52689081a6..000000000000 --- a/dev-util/spirv-headers/spirv-headers-1.3.204.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit cmake - -DESCRIPTION="Machine-readable files for the SPIR-V Registry" -HOMEPAGE="https://www.khronos.org/registry/spir-v/" -EGIT_COMMIT="sdk-${PV}.0" -SRC_URI="https://github.com/KhronosGroup/SPIRV-Headers/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv x86" - -S="${WORKDIR}/SPIRV-Headers-${EGIT_COMMIT}"