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 5036A15806E for ; Mon, 5 Jun 2023 15:40:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 29283E081A; Mon, 5 Jun 2023 15:40:20 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 12CCAE081A for ; Mon, 5 Jun 2023 15:40:20 +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 4694C335D66 for ; Mon, 5 Jun 2023 15:40:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9FE79A5C for ; Mon, 5 Jun 2023 15:40:17 +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: <1685978758.862b5a1b72a681d469280604d15f68cea7fecb8f.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/directx-headers/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/directx-headers/Manifest dev-util/directx-headers/directx-headers-1.608.2b.ebuild X-VCS-Directories: dev-util/directx-headers/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 862b5a1b72a681d469280604d15f68cea7fecb8f X-VCS-Branch: master Date: Mon, 5 Jun 2023 15:40:17 +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: 5db91343-5fcb-44f0-853a-e6333697ed36 X-Archives-Hash: c91ec28c4f2b62cbb86fa2118137f7d0 commit: 862b5a1b72a681d469280604d15f68cea7fecb8f Author: Matt Turner gentoo org> AuthorDate: Mon Jun 5 15:25:58 2023 +0000 Commit: Matt Turner gentoo org> CommitDate: Mon Jun 5 15:25:58 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=862b5a1b dev-util/directx-headers: Drop old versions Signed-off-by: Matt Turner gentoo.org> dev-util/directx-headers/Manifest | 1 - .../directx-headers-1.608.2b.ebuild | 30 ---------------------- 2 files changed, 31 deletions(-) diff --git a/dev-util/directx-headers/Manifest b/dev-util/directx-headers/Manifest index c10c2a6326ae..62563d217403 100644 --- a/dev-util/directx-headers/Manifest +++ b/dev-util/directx-headers/Manifest @@ -1,2 +1 @@ -DIST directx-headers-1.608.2b.tar.gz 395823 BLAKE2B 72bb71b75895afb0407af674d9877b680f77eb3133d2b23b833dff4b43230960f88fdc083d714fb09556d9babb530c34642dd3835b3fdc809473abb601ae8aab SHA512 d4e82615751d9ee46c456c676bfd6831c47d159ee58634531fc1acd09927f00c4e8d379cb233a1f89e3489a6a30d8edc0552b76945071badaed6a9c8591cbb0c DIST directx-headers-1.610.2.tar.gz 407869 BLAKE2B aacfaf056871f2df1b09dc8ead62af81bbd91071b6de6c2b014fdb54b6eaa39cf8cc7aafda0f2f06282bb1c0f272bd8a59aee662285a2507e9c119928f89cb92 SHA512 37781f20b533c68d2adacda36936e70d43cf83b108ec76b224b0633760f8e993467618e40b21dd4a71ff314f1b35e3812d7ec85663696bab7132222d1fb5b987 diff --git a/dev-util/directx-headers/directx-headers-1.608.2b.ebuild b/dev-util/directx-headers/directx-headers-1.608.2b.ebuild deleted file mode 100644 index 45251a224f9d..000000000000 --- a/dev-util/directx-headers/directx-headers-1.608.2b.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -MY_PN=DirectX-Headers -inherit meson-multilib - -if [[ ${PV} == *9999* ]]; then - EGIT_REPO_URI="https://github.com/microsoft/${MY_PN}.git" - inherit git-r3 -else - SRC_URI="https://github.com/microsoft/${MY_PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="amd64 x86" - S="${WORKDIR}"/${MY_PN}-${PV} -fi - -DESCRIPTION="DirectX header files and WSL stubs" -HOMEPAGE="https://github.com/microsoft/DirectX-Headers" - -LICENSE="MIT" -SLOT="0" - -multilib_src_configure() { - local emesonargs=( - -Dbuild-test=false - ) - - meson_src_configure -}