commit:     a866b8366ef2a523b649f73d8d45408a53fed560
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 14 03:20:47 2026 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sat Feb 14 03:20:47 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a866b836

dev-util/directx-headers: Drop old versions

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 dev-util/directx-headers/Manifest                  |  1 -
 .../directx-headers/directx-headers-1.616.0.ebuild | 38 ----------------------
 2 files changed, 39 deletions(-)

diff --git a/dev-util/directx-headers/Manifest 
b/dev-util/directx-headers/Manifest
index 9b429bf28ffc..fc43ae8de347 100644
--- a/dev-util/directx-headers/Manifest
+++ b/dev-util/directx-headers/Manifest
@@ -1,2 +1 @@
-DIST directx-headers-1.616.0.tar.gz 468730 BLAKE2B 
552716522b340e806a172ac79873f51cc7fabdb0ff130ccfac08b7843707c559399216f690b3753fa793ef51a4a53c0d9c4a040ea299b47fc6670e239aaa0cb8
 SHA512 
538e5d348991b314e3511143807bd0a5ccd753bbaf5cdea2bd2620edeec7ca8c76c51e8915b4532102a1105f58da3d9c97da331b3691ba8d6f1073fe58822a57
 DIST directx-headers-1.618.2.tar.gz 500351 BLAKE2B 
f827189c428e16a5d6456b27103d455a29850718ca168420bff30beab78948dbc50ba404874d4a96a783f03c8e7a7bfbf3a13b910614e80f7e271773f2ec06fe
 SHA512 
4d75cc0fdedc16b8c8e9361400da69afc728aef70818051239e4519837682aefa30d10fc816595f5f45bf5244c59632d4e29ffd4efe80c3b6f50d756586d3b36

diff --git a/dev-util/directx-headers/directx-headers-1.616.0.ebuild 
b/dev-util/directx-headers/directx-headers-1.616.0.ebuild
deleted file mode 100644
index a6a696ef86b1..000000000000
--- a/dev-util/directx-headers/directx-headers-1.616.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-MY_PN=DirectX-Headers
-inherit dot-a 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 arm64 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() {
-       lto-guarantee-fat
-
-       local emesonargs=(
-               -Dbuild-test=false
-       )
-
-       meson_src_configure
-}
-
-multilib_src_install_all() {
-       strip-lto-bytecode
-       einstalldocs
-
-}

Reply via email to