summaryrefslogtreecommitdiff
path: root/dev-util/directx-headers
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2024-03-19 00:54:39 -0400
committerMatt Turner <mattst88@gentoo.org>2024-03-19 01:06:16 -0400
commitde4f94762318f119c7df1155346fa31a83bd13bf (patch)
tree0e885d1dbe0ba02b8d40d0be96831f976f981d4d /dev-util/directx-headers
parent128496a4717fb4085ea09066b92f53ae47e0341a (diff)
downloadgentoo-de4f94762318f119c7df1155346fa31a83bd13bf.tar.gz
gentoo-de4f94762318f119c7df1155346fa31a83bd13bf.tar.bz2
gentoo-de4f94762318f119c7df1155346fa31a83bd13bf.zip
dev-util/directx-headers: Version bump to 1.613.0
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'dev-util/directx-headers')
-rw-r--r--dev-util/directx-headers/Manifest1
-rw-r--r--dev-util/directx-headers/directx-headers-1.613.0.ebuild30
-rw-r--r--dev-util/directx-headers/directx-headers-9999.ebuild2
3 files changed, 32 insertions, 1 deletions
diff --git a/dev-util/directx-headers/Manifest b/dev-util/directx-headers/Manifest
index 02793bc5edf5..85d66814da95 100644
--- a/dev-util/directx-headers/Manifest
+++ b/dev-util/directx-headers/Manifest
@@ -1 +1,2 @@
DIST directx-headers-1.611.0.tar.gz 423078 BLAKE2B 445b06c33dad8d5c36181a15e2ebc1ca8e0a8c9b14b613d2468455d4a086e153acd005eea7b12cfd9a700408113f609f3ea4b8034467a8b866f92cf697471b0e SHA512 717ed37f6404d67a032f50358a17bcab6c6258eff321287e4a26cef203738d4e5c930a53afc43d8175637634d71dfbb7c25f13eedaa35a4626cb402fa5e56abc
+DIST directx-headers-1.613.0.tar.gz 449101 BLAKE2B 4968c25537ae0f7715f4bbb6964fb06e38daa7b7d6dcfc66af430430d4786ee7ed3930f4773f8e0e62e0409bc7adda64c7f3ab84a037daff881e79a29a991b7d SHA512 2a87d52d34720555eaff0e983afe80149649de5c82535411a2c3f61b83f49d9ce27976b20d65f2b348cd9933ec5ed93aa3716f9b831ed664116158418e26fb44
diff --git a/dev-util/directx-headers/directx-headers-1.613.0.ebuild b/dev-util/directx-headers/directx-headers-1.613.0.ebuild
new file mode 100644
index 000000000000..e59d2038d4d6
--- /dev/null
+++ b/dev-util/directx-headers/directx-headers-1.613.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2024 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
+}
diff --git a/dev-util/directx-headers/directx-headers-9999.ebuild b/dev-util/directx-headers/directx-headers-9999.ebuild
index e0d36de615c0..e59d2038d4d6 100644
--- a/dev-util/directx-headers/directx-headers-9999.ebuild
+++ b/dev-util/directx-headers/directx-headers-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8