public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-util/directx-headers/
@ 2022-09-06 16:03 Matt Turner
  0 siblings, 0 replies; 19+ messages in thread
From: Matt Turner @ 2022-09-06 16:03 UTC (permalink / raw
  To: gentoo-commits

commit:     5731299155df8c5e614383a356813f04fd6bc082
Author:     Mike Lothian <mike <AT> fireburn <DOT> co <DOT> uk>
AuthorDate: Fri Aug  5 12:45:39 2022 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Tue Sep  6 16:03:23 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57312991

dev-util/directx-headers: Add new ebuild

This is required to enable the d3d12 and dozen drivers in mesa

This enables OpenGL and Vulkan support within WSL

Signed-off-by: Mike Lothian <mike <AT> fireburn.co.uk>
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 dev-util/directx-headers/Manifest                  |  1 +
 .../directx-headers/directx-headers-1.606.4.ebuild | 30 ++++++++++++++++++++++
 .../directx-headers/directx-headers-9999.ebuild    | 30 ++++++++++++++++++++++
 dev-util/directx-headers/metadata.xml              | 11 ++++++++
 4 files changed, 72 insertions(+)

diff --git a/dev-util/directx-headers/Manifest b/dev-util/directx-headers/Manifest
new file mode 100644
index 000000000000..5decfb8a8c84
--- /dev/null
+++ b/dev-util/directx-headers/Manifest
@@ -0,0 +1 @@
+DIST directx-headers-1.606.4.tar.gz 352341 BLAKE2B 5b79e5fb0f807c7766708ac3467f0f8bbf82aa68e3aa71abc84c6791742ffe625a5fed4c36dceded9b372af5349e41e431266cadf21b173e4a659b39f840b41c SHA512 3fb4142f8ceedd8484f5f7dae5804a7a0012951de344936fbf22991d6ae659d4e5093e1627bfe51c3cb0859340b13171c4f6aa68377ec26ac05038acaad8c540

diff --git a/dev-util/directx-headers/directx-headers-1.606.4.ebuild b/dev-util/directx-headers/directx-headers-1.606.4.ebuild
new file mode 100644
index 000000000000..e0d36de615c0
--- /dev/null
+++ b/dev-util/directx-headers/directx-headers-1.606.4.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2022 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
new file mode 100644
index 000000000000..e0d36de615c0
--- /dev/null
+++ b/dev-util/directx-headers/directx-headers-9999.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2022 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/metadata.xml b/dev-util/directx-headers/metadata.xml
new file mode 100644
index 000000000000..06575fa191e1
--- /dev/null
+++ b/dev-util/directx-headers/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="project">
+		<email>x11@gentoo.org</email>
+		<name>X11</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="github">microsoft/DirectX-Headers</remote-id>
+	</upstream>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 19+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-util/directx-headers/
@ 2023-02-19  5:35 Matt Turner
  0 siblings, 0 replies; 19+ messages in thread
From: Matt Turner @ 2023-02-19  5:35 UTC (permalink / raw
  To: gentoo-commits

commit:     fe0c7b48ed6b16447e9522911fdcc0e4505abf3d
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 19 05:34:33 2023 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sun Feb 19 05:35:27 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe0c7b48

dev-util/directx-headers: Version bump to 1.608.2b

Closes: https://bugs.gentoo.org/895234
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 dev-util/directx-headers/Manifest                  |  1 +
 .../directx-headers-1.608.2b.ebuild                | 30 ++++++++++++++++++++++
 2 files changed, 31 insertions(+)

diff --git a/dev-util/directx-headers/Manifest b/dev-util/directx-headers/Manifest
index 5decfb8a8c84..abdebfa037c1 100644
--- a/dev-util/directx-headers/Manifest
+++ b/dev-util/directx-headers/Manifest
@@ -1 +1,2 @@
 DIST directx-headers-1.606.4.tar.gz 352341 BLAKE2B 5b79e5fb0f807c7766708ac3467f0f8bbf82aa68e3aa71abc84c6791742ffe625a5fed4c36dceded9b372af5349e41e431266cadf21b173e4a659b39f840b41c SHA512 3fb4142f8ceedd8484f5f7dae5804a7a0012951de344936fbf22991d6ae659d4e5093e1627bfe51c3cb0859340b13171c4f6aa68377ec26ac05038acaad8c540
+DIST directx-headers-1.608.2b.tar.gz 395823 BLAKE2B 72bb71b75895afb0407af674d9877b680f77eb3133d2b23b833dff4b43230960f88fdc083d714fb09556d9babb530c34642dd3835b3fdc809473abb601ae8aab SHA512 d4e82615751d9ee46c456c676bfd6831c47d159ee58634531fc1acd09927f00c4e8d379cb233a1f89e3489a6a30d8edc0552b76945071badaed6a9c8591cbb0c

diff --git a/dev-util/directx-headers/directx-headers-1.608.2b.ebuild b/dev-util/directx-headers/directx-headers-1.608.2b.ebuild
new file mode 100644
index 000000000000..ad4198c30d5e
--- /dev/null
+++ b/dev-util/directx-headers/directx-headers-1.608.2b.ebuild
@@ -0,0 +1,30 @@
+# 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
+}


^ permalink raw reply related	[flat|nested] 19+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-util/directx-headers/
@ 2023-05-08 16:26 Matt Turner
  0 siblings, 0 replies; 19+ messages in thread
From: Matt Turner @ 2023-05-08 16:26 UTC (permalink / raw
  To: gentoo-commits

commit:     71a912fd930cd2b97699fa37aea74a3b7499efa2
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Mon May  8 16:22:31 2023 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Mon May  8 16:22:31 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71a912fd

dev-util/directx-headers: Version bump to 1.610.2

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

 dev-util/directx-headers/Manifest                  |  1 +
 .../directx-headers/directx-headers-1.610.2.ebuild | 30 ++++++++++++++++++++++
 2 files changed, 31 insertions(+)

diff --git a/dev-util/directx-headers/Manifest b/dev-util/directx-headers/Manifest
index 31330413718e..c10c2a6326ae 100644
--- a/dev-util/directx-headers/Manifest
+++ b/dev-util/directx-headers/Manifest
@@ -1 +1,2 @@
 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.610.2.ebuild b/dev-util/directx-headers/directx-headers-1.610.2.ebuild
new file mode 100644
index 000000000000..ad4198c30d5e
--- /dev/null
+++ b/dev-util/directx-headers/directx-headers-1.610.2.ebuild
@@ -0,0 +1,30 @@
+# 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
+}


^ permalink raw reply related	[flat|nested] 19+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-util/directx-headers/
@ 2023-06-01 16:41 Arthur Zamarin
  0 siblings, 0 replies; 19+ messages in thread
From: Arthur Zamarin @ 2023-06-01 16:41 UTC (permalink / raw
  To: gentoo-commits

commit:     ca1d08a6ae5475a801649f10a63777ee782e19ee
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Jun  1 16:40:20 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Jun  1 16:40:20 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca1d08a6

dev-util/directx-headers: Stabilize 1.610.2 x86, #907616

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-util/directx-headers/directx-headers-1.610.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/directx-headers/directx-headers-1.610.2.ebuild b/dev-util/directx-headers/directx-headers-1.610.2.ebuild
index c44a597f0465..45251a224f9d 100644
--- a/dev-util/directx-headers/directx-headers-1.610.2.ebuild
+++ b/dev-util/directx-headers/directx-headers-1.610.2.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == *9999* ]]; then
 	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"
+	KEYWORDS="amd64 x86"
 	S="${WORKDIR}"/${MY_PN}-${PV}
 fi
 


^ permalink raw reply related	[flat|nested] 19+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-util/directx-headers/
@ 2023-06-05 15:40 Matt Turner
  0 siblings, 0 replies; 19+ messages in thread
From: Matt Turner @ 2023-06-05 15:40 UTC (permalink / raw
  To: gentoo-commits

commit:     862b5a1b72a681d469280604d15f68cea7fecb8f
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Mon Jun  5 15:25:58 2023 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> 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 <mattst88 <AT> 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
-}


^ permalink raw reply related	[flat|nested] 19+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-util/directx-headers/
@ 2023-12-10 18:37 Matt Turner
  0 siblings, 0 replies; 19+ messages in thread
From: Matt Turner @ 2023-12-10 18:37 UTC (permalink / raw
  To: gentoo-commits

commit:     4ad5f7681b0370d7f26acef755e9f226ef76a130
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 10 18:21:15 2023 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sun Dec 10 18:36:56 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ad5f768

dev-util/directx-headers: Version bump to 1.611.0

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

 dev-util/directx-headers/Manifest                  |  1 +
 .../directx-headers/directx-headers-1.611.0.ebuild | 30 ++++++++++++++++++++++
 2 files changed, 31 insertions(+)

diff --git a/dev-util/directx-headers/Manifest b/dev-util/directx-headers/Manifest
index 62563d217403..8a2337fcd734 100644
--- a/dev-util/directx-headers/Manifest
+++ b/dev-util/directx-headers/Manifest
@@ -1 +1,2 @@
 DIST directx-headers-1.610.2.tar.gz 407869 BLAKE2B aacfaf056871f2df1b09dc8ead62af81bbd91071b6de6c2b014fdb54b6eaa39cf8cc7aafda0f2f06282bb1c0f272bd8a59aee662285a2507e9c119928f89cb92 SHA512 37781f20b533c68d2adacda36936e70d43cf83b108ec76b224b0633760f8e993467618e40b21dd4a71ff314f1b35e3812d7ec85663696bab7132222d1fb5b987
+DIST directx-headers-1.611.0.tar.gz 423078 BLAKE2B 445b06c33dad8d5c36181a15e2ebc1ca8e0a8c9b14b613d2468455d4a086e153acd005eea7b12cfd9a700408113f609f3ea4b8034467a8b866f92cf697471b0e SHA512 717ed37f6404d67a032f50358a17bcab6c6258eff321287e4a26cef203738d4e5c930a53afc43d8175637634d71dfbb7c25f13eedaa35a4626cb402fa5e56abc

diff --git a/dev-util/directx-headers/directx-headers-1.611.0.ebuild b/dev-util/directx-headers/directx-headers-1.611.0.ebuild
new file mode 100644
index 000000000000..ad4198c30d5e
--- /dev/null
+++ b/dev-util/directx-headers/directx-headers-1.611.0.ebuild
@@ -0,0 +1,30 @@
+# 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
+}


^ permalink raw reply related	[flat|nested] 19+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-util/directx-headers/
@ 2024-01-14 20:17 Sam James
  0 siblings, 0 replies; 19+ messages in thread
From: Sam James @ 2024-01-14 20:17 UTC (permalink / raw
  To: gentoo-commits

commit:     5d37968ac94a47babbe92a2b85ddf7ae22bbebbc
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 14 20:16:45 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jan 14 20:16:45 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d37968a

dev-util/directx-headers: Stabilize 1.611.0 amd64, #922127

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-util/directx-headers/directx-headers-1.611.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/directx-headers/directx-headers-1.611.0.ebuild b/dev-util/directx-headers/directx-headers-1.611.0.ebuild
index 55af70558e2f..e0c416ab2167 100644
--- a/dev-util/directx-headers/directx-headers-1.611.0.ebuild
+++ b/dev-util/directx-headers/directx-headers-1.611.0.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == *9999* ]]; then
 	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"
+	KEYWORDS="amd64 x86"
 	S="${WORKDIR}"/${MY_PN}-${PV}
 fi
 


^ permalink raw reply related	[flat|nested] 19+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-util/directx-headers/
@ 2024-01-14 20:17 Sam James
  0 siblings, 0 replies; 19+ messages in thread
From: Sam James @ 2024-01-14 20:17 UTC (permalink / raw
  To: gentoo-commits

commit:     210278954cac3f07c332a4c4bd9d85e77ad794c1
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 14 20:16:44 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jan 14 20:16:44 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21027895

dev-util/directx-headers: Stabilize 1.611.0 x86, #922127

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-util/directx-headers/directx-headers-1.611.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-util/directx-headers/directx-headers-1.611.0.ebuild b/dev-util/directx-headers/directx-headers-1.611.0.ebuild
index ad4198c30d5e..55af70558e2f 100644
--- a/dev-util/directx-headers/directx-headers-1.611.0.ebuild
+++ b/dev-util/directx-headers/directx-headers-1.611.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -11,7 +11,7 @@ if [[ ${PV} == *9999* ]]; then
 	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"
+	KEYWORDS="~amd64 x86"
 	S="${WORKDIR}"/${MY_PN}-${PV}
 fi
 


^ permalink raw reply related	[flat|nested] 19+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-util/directx-headers/
@ 2024-01-24 17:00 Matt Turner
  0 siblings, 0 replies; 19+ messages in thread
From: Matt Turner @ 2024-01-24 17:00 UTC (permalink / raw
  To: gentoo-commits

commit:     7add69572c1a4d1654d210cc00b67dc65ad22519
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 24 16:51:32 2024 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Wed Jan 24 17:00:42 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7add6957

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.610.2.ebuild | 30 ----------------------
 2 files changed, 31 deletions(-)

diff --git a/dev-util/directx-headers/Manifest b/dev-util/directx-headers/Manifest
index 8a2337fcd734..02793bc5edf5 100644
--- a/dev-util/directx-headers/Manifest
+++ b/dev-util/directx-headers/Manifest
@@ -1,2 +1 @@
-DIST directx-headers-1.610.2.tar.gz 407869 BLAKE2B aacfaf056871f2df1b09dc8ead62af81bbd91071b6de6c2b014fdb54b6eaa39cf8cc7aafda0f2f06282bb1c0f272bd8a59aee662285a2507e9c119928f89cb92 SHA512 37781f20b533c68d2adacda36936e70d43cf83b108ec76b224b0633760f8e993467618e40b21dd4a71ff314f1b35e3812d7ec85663696bab7132222d1fb5b987
 DIST directx-headers-1.611.0.tar.gz 423078 BLAKE2B 445b06c33dad8d5c36181a15e2ebc1ca8e0a8c9b14b613d2468455d4a086e153acd005eea7b12cfd9a700408113f609f3ea4b8034467a8b866f92cf697471b0e SHA512 717ed37f6404d67a032f50358a17bcab6c6258eff321287e4a26cef203738d4e5c930a53afc43d8175637634d71dfbb7c25f13eedaa35a4626cb402fa5e56abc

diff --git a/dev-util/directx-headers/directx-headers-1.610.2.ebuild b/dev-util/directx-headers/directx-headers-1.610.2.ebuild
deleted file mode 100644
index 45251a224f9d..000000000000
--- a/dev-util/directx-headers/directx-headers-1.610.2.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
-}


^ permalink raw reply related	[flat|nested] 19+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-util/directx-headers/
@ 2024-03-19  5:06 Matt Turner
  0 siblings, 0 replies; 19+ messages in thread
From: Matt Turner @ 2024-03-19  5:06 UTC (permalink / raw
  To: gentoo-commits

commit:     de4f94762318f119c7df1155346fa31a83bd13bf
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 19 04:54:39 2024 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Tue Mar 19 05:06:16 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de4f9476

dev-util/directx-headers: Version bump to 1.613.0

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

 dev-util/directx-headers/Manifest                                       | 1 +
 .../{directx-headers-9999.ebuild => directx-headers-1.613.0.ebuild}     | 2 +-
 dev-util/directx-headers/directx-headers-9999.ebuild                    | 2 +-
 3 files changed, 3 insertions(+), 2 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-9999.ebuild b/dev-util/directx-headers/directx-headers-1.613.0.ebuild
similarity index 94%
copy from dev-util/directx-headers/directx-headers-9999.ebuild
copy to dev-util/directx-headers/directx-headers-1.613.0.ebuild
index e0d36de615c0..e59d2038d4d6 100644
--- a/dev-util/directx-headers/directx-headers-9999.ebuild
+++ b/dev-util/directx-headers/directx-headers-1.613.0.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

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


^ permalink raw reply related	[flat|nested] 19+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-util/directx-headers/
@ 2024-03-22 14:53 Matt Turner
  0 siblings, 0 replies; 19+ messages in thread
From: Matt Turner @ 2024-03-22 14:53 UTC (permalink / raw
  To: gentoo-commits

commit:     d130fc0e8df8ff8ce55bc9ec8474bb3fcca959e5
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 22 14:51:53 2024 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Fri Mar 22 14:51:53 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d130fc0e

dev-util/directx-headers: Version bump to 1.613.1

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

 dev-util/directx-headers/Manifest                  |  1 +
 .../directx-headers/directx-headers-1.613.1.ebuild | 30 ++++++++++++++++++++++
 2 files changed, 31 insertions(+)

diff --git a/dev-util/directx-headers/Manifest b/dev-util/directx-headers/Manifest
index 85d66814da95..d3f08d900aad 100644
--- a/dev-util/directx-headers/Manifest
+++ b/dev-util/directx-headers/Manifest
@@ -1,2 +1,3 @@
 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
+DIST directx-headers-1.613.1.tar.gz 449088 BLAKE2B 64e19960029842bd9c3b03b00718b12ab44b2f2b04678e4190b2f03fb57c559b2ce54692dd04278c10aeb5b3c9078a31793ff530c4011691f859ed444c9a9ac5 SHA512 a450b989f1a066f81ef24d269b0415e2f0256bcecb14a4efa75416acb97c56e036faa0db3a0d2dac7fb87d47193adc1a4a34b22c6c0019dfbf89e015d727e374

diff --git a/dev-util/directx-headers/directx-headers-1.613.1.ebuild b/dev-util/directx-headers/directx-headers-1.613.1.ebuild
new file mode 100644
index 000000000000..e59d2038d4d6
--- /dev/null
+++ b/dev-util/directx-headers/directx-headers-1.613.1.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
+}


^ permalink raw reply related	[flat|nested] 19+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-util/directx-headers/
@ 2024-04-04  3:21 Matt Turner
  0 siblings, 0 replies; 19+ messages in thread
From: Matt Turner @ 2024-04-04  3:21 UTC (permalink / raw
  To: gentoo-commits

commit:     7f5ebcd86e8134110542349e20dd1b0dd40cd71f
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Thu Apr  4 03:12:36 2024 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Thu Apr  4 03:12:36 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f5ebcd8

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.613.0.ebuild | 30 ----------------------
 2 files changed, 31 deletions(-)

diff --git a/dev-util/directx-headers/Manifest b/dev-util/directx-headers/Manifest
index d3f08d900aad..58511cb625aa 100644
--- a/dev-util/directx-headers/Manifest
+++ b/dev-util/directx-headers/Manifest
@@ -1,3 +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
 DIST directx-headers-1.613.1.tar.gz 449088 BLAKE2B 64e19960029842bd9c3b03b00718b12ab44b2f2b04678e4190b2f03fb57c559b2ce54692dd04278c10aeb5b3c9078a31793ff530c4011691f859ed444c9a9ac5 SHA512 a450b989f1a066f81ef24d269b0415e2f0256bcecb14a4efa75416acb97c56e036faa0db3a0d2dac7fb87d47193adc1a4a34b22c6c0019dfbf89e015d727e374

diff --git a/dev-util/directx-headers/directx-headers-1.613.0.ebuild b/dev-util/directx-headers/directx-headers-1.613.0.ebuild
deleted file mode 100644
index e59d2038d4d6..000000000000
--- a/dev-util/directx-headers/directx-headers-1.613.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# 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
-}


^ permalink raw reply related	[flat|nested] 19+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-util/directx-headers/
@ 2024-04-24 17:16 Sam James
  0 siblings, 0 replies; 19+ messages in thread
From: Sam James @ 2024-04-24 17:16 UTC (permalink / raw
  To: gentoo-commits

commit:     89d68f12c815287417960dc699882334ac54bb9e
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 24 17:16:00 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Apr 24 17:16:00 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89d68f12

dev-util/directx-headers: Stabilize 1.613.1 amd64, #930620

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-util/directx-headers/directx-headers-1.613.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/directx-headers/directx-headers-1.613.1.ebuild b/dev-util/directx-headers/directx-headers-1.613.1.ebuild
index e59d2038d4d6..345a7bd72010 100644
--- a/dev-util/directx-headers/directx-headers-1.613.1.ebuild
+++ b/dev-util/directx-headers/directx-headers-1.613.1.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == *9999* ]]; then
 	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"
+	KEYWORDS="amd64 ~x86"
 	S="${WORKDIR}"/${MY_PN}-${PV}
 fi
 


^ permalink raw reply related	[flat|nested] 19+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-util/directx-headers/
@ 2024-04-24 18:22 Arthur Zamarin
  0 siblings, 0 replies; 19+ messages in thread
From: Arthur Zamarin @ 2024-04-24 18:22 UTC (permalink / raw
  To: gentoo-commits

commit:     50533e4453c64fb55f4c834a42bf2bddbbec8862
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 24 18:22:15 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed Apr 24 18:22:15 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50533e44

dev-util/directx-headers: Stabilize 1.613.1 x86, #930620

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-util/directx-headers/directx-headers-1.613.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/directx-headers/directx-headers-1.613.1.ebuild b/dev-util/directx-headers/directx-headers-1.613.1.ebuild
index 345a7bd72010..e0c416ab2167 100644
--- a/dev-util/directx-headers/directx-headers-1.613.1.ebuild
+++ b/dev-util/directx-headers/directx-headers-1.613.1.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == *9999* ]]; then
 	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"
+	KEYWORDS="amd64 x86"
 	S="${WORKDIR}"/${MY_PN}-${PV}
 fi
 


^ permalink raw reply related	[flat|nested] 19+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-util/directx-headers/
@ 2024-04-25 16:10 Matt Turner
  0 siblings, 0 replies; 19+ messages in thread
From: Matt Turner @ 2024-04-25 16:10 UTC (permalink / raw
  To: gentoo-commits

commit:     70196667b4a86948a24bcf8ac7e5e647402cdfb4
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 25 16:03:16 2024 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Thu Apr 25 16:09:38 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70196667

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.611.0.ebuild | 30 ----------------------
 2 files changed, 31 deletions(-)

diff --git a/dev-util/directx-headers/Manifest b/dev-util/directx-headers/Manifest
index 58511cb625aa..8a8197ebfb0e 100644
--- a/dev-util/directx-headers/Manifest
+++ b/dev-util/directx-headers/Manifest
@@ -1,2 +1 @@
-DIST directx-headers-1.611.0.tar.gz 423078 BLAKE2B 445b06c33dad8d5c36181a15e2ebc1ca8e0a8c9b14b613d2468455d4a086e153acd005eea7b12cfd9a700408113f609f3ea4b8034467a8b866f92cf697471b0e SHA512 717ed37f6404d67a032f50358a17bcab6c6258eff321287e4a26cef203738d4e5c930a53afc43d8175637634d71dfbb7c25f13eedaa35a4626cb402fa5e56abc
 DIST directx-headers-1.613.1.tar.gz 449088 BLAKE2B 64e19960029842bd9c3b03b00718b12ab44b2f2b04678e4190b2f03fb57c559b2ce54692dd04278c10aeb5b3c9078a31793ff530c4011691f859ed444c9a9ac5 SHA512 a450b989f1a066f81ef24d269b0415e2f0256bcecb14a4efa75416acb97c56e036faa0db3a0d2dac7fb87d47193adc1a4a34b22c6c0019dfbf89e015d727e374

diff --git a/dev-util/directx-headers/directx-headers-1.611.0.ebuild b/dev-util/directx-headers/directx-headers-1.611.0.ebuild
deleted file mode 100644
index e0c416ab2167..000000000000
--- a/dev-util/directx-headers/directx-headers-1.611.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# 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
-}


^ permalink raw reply related	[flat|nested] 19+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-util/directx-headers/
@ 2024-05-09 20:19 Sam James
  0 siblings, 0 replies; 19+ messages in thread
From: Sam James @ 2024-05-09 20:19 UTC (permalink / raw
  To: gentoo-commits

commit:     5ee55f4e1cc2e95ca77284310bf003e9c04c0c8a
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu May  9 20:19:11 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu May  9 20:19:11 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ee55f4e

dev-util/directx-headers: Keyword 1.613.1 arm64, #931635

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-util/directx-headers/directx-headers-1.613.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/directx-headers/directx-headers-1.613.1.ebuild b/dev-util/directx-headers/directx-headers-1.613.1.ebuild
index e0c416ab2167..4766cc43b9ea 100644
--- a/dev-util/directx-headers/directx-headers-1.613.1.ebuild
+++ b/dev-util/directx-headers/directx-headers-1.613.1.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == *9999* ]]; then
 	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"
+	KEYWORDS="amd64 ~arm64 x86"
 	S="${WORKDIR}"/${MY_PN}-${PV}
 fi
 


^ permalink raw reply related	[flat|nested] 19+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-util/directx-headers/
@ 2024-09-02 17:52 Matt Turner
  0 siblings, 0 replies; 19+ messages in thread
From: Matt Turner @ 2024-09-02 17:52 UTC (permalink / raw
  To: gentoo-commits

commit:     43e5cd2e0c6736d8a69c1da41455b98bf52ece61
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Mon Sep  2 17:29:59 2024 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Mon Sep  2 17:52:19 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43e5cd2e

dev-util/directx-headers: Version bump to 1.614.0

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

 dev-util/directx-headers/Manifest                  |  1 +
 .../directx-headers/directx-headers-1.614.0.ebuild | 30 ++++++++++++++++++++++
 2 files changed, 31 insertions(+)

diff --git a/dev-util/directx-headers/Manifest b/dev-util/directx-headers/Manifest
index 8a8197ebfb0e..e73624ddf7a2 100644
--- a/dev-util/directx-headers/Manifest
+++ b/dev-util/directx-headers/Manifest
@@ -1 +1,2 @@
 DIST directx-headers-1.613.1.tar.gz 449088 BLAKE2B 64e19960029842bd9c3b03b00718b12ab44b2f2b04678e4190b2f03fb57c559b2ce54692dd04278c10aeb5b3c9078a31793ff530c4011691f859ed444c9a9ac5 SHA512 a450b989f1a066f81ef24d269b0415e2f0256bcecb14a4efa75416acb97c56e036faa0db3a0d2dac7fb87d47193adc1a4a34b22c6c0019dfbf89e015d727e374
+DIST directx-headers-1.614.0.tar.gz 458121 BLAKE2B b81c9f904c50178dc794dd57cc5d406340cdbd3f53a9f5f542bd396080adc6cf83d5ed175ba8f2ce70cce9e995e7daa84bed2bfa35181098718808b9d476b605 SHA512 5f78c8d47d02c1620b4ef4b379f0598e000c7aef367d694d37f796978019383911d0778434bff5a635f8d1c688595896337dbd31dacdca3e37af91b51be98b08

diff --git a/dev-util/directx-headers/directx-headers-1.614.0.ebuild b/dev-util/directx-headers/directx-headers-1.614.0.ebuild
new file mode 100644
index 000000000000..a206503ba728
--- /dev/null
+++ b/dev-util/directx-headers/directx-headers-1.614.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 ~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() {
+	local emesonargs=(
+		-Dbuild-test=false
+	)
+
+	meson_src_configure
+}


^ permalink raw reply related	[flat|nested] 19+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-util/directx-headers/
@ 2024-09-10 18:17 Matt Turner
  0 siblings, 0 replies; 19+ messages in thread
From: Matt Turner @ 2024-09-10 18:17 UTC (permalink / raw
  To: gentoo-commits

commit:     011932f6490ea35e5c29379e46782b7515dab449
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 10 18:17:01 2024 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Tue Sep 10 18:17:39 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=011932f6

dev-util/directx-headers: Version bump to 1.614.1

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

 dev-util/directx-headers/Manifest                  |  1 +
 .../directx-headers/directx-headers-1.614.1.ebuild | 30 ++++++++++++++++++++++
 2 files changed, 31 insertions(+)

diff --git a/dev-util/directx-headers/Manifest b/dev-util/directx-headers/Manifest
index e73624ddf7a2..3a8619f2cf66 100644
--- a/dev-util/directx-headers/Manifest
+++ b/dev-util/directx-headers/Manifest
@@ -1,2 +1,3 @@
 DIST directx-headers-1.613.1.tar.gz 449088 BLAKE2B 64e19960029842bd9c3b03b00718b12ab44b2f2b04678e4190b2f03fb57c559b2ce54692dd04278c10aeb5b3c9078a31793ff530c4011691f859ed444c9a9ac5 SHA512 a450b989f1a066f81ef24d269b0415e2f0256bcecb14a4efa75416acb97c56e036faa0db3a0d2dac7fb87d47193adc1a4a34b22c6c0019dfbf89e015d727e374
 DIST directx-headers-1.614.0.tar.gz 458121 BLAKE2B b81c9f904c50178dc794dd57cc5d406340cdbd3f53a9f5f542bd396080adc6cf83d5ed175ba8f2ce70cce9e995e7daa84bed2bfa35181098718808b9d476b605 SHA512 5f78c8d47d02c1620b4ef4b379f0598e000c7aef367d694d37f796978019383911d0778434bff5a635f8d1c688595896337dbd31dacdca3e37af91b51be98b08
+DIST directx-headers-1.614.1.tar.gz 458944 BLAKE2B 7c23727450d98e2dc4dcdc04119c380683c6789bb969bf3a4e29dc1b44479f3cb063238f18805332171227e41f8a8539d6f87ec26ba7a6c8cb3a394f0f818cc2 SHA512 934108052b9aa54b888c301f358a9d5b8f9ce1a5902e33b80c3273c963d10984faa7da167f1fed203462fe016e30443cb5e0d014de63fc9c0a81a674f757a7a9

diff --git a/dev-util/directx-headers/directx-headers-1.614.1.ebuild b/dev-util/directx-headers/directx-headers-1.614.1.ebuild
new file mode 100644
index 000000000000..a206503ba728
--- /dev/null
+++ b/dev-util/directx-headers/directx-headers-1.614.1.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 ~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() {
+	local emesonargs=(
+		-Dbuild-test=false
+	)
+
+	meson_src_configure
+}


^ permalink raw reply related	[flat|nested] 19+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-util/directx-headers/
@ 2024-09-17  2:49 Matt Turner
  0 siblings, 0 replies; 19+ messages in thread
From: Matt Turner @ 2024-09-17  2:49 UTC (permalink / raw
  To: gentoo-commits

commit:     71ccfec3164ce8352da3a6436767bc20ce949cd0
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 17 02:46:15 2024 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Tue Sep 17 02:46:15 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71ccfec3

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.614.0.ebuild | 30 ----------------------
 2 files changed, 31 deletions(-)

diff --git a/dev-util/directx-headers/Manifest b/dev-util/directx-headers/Manifest
index 3a8619f2cf66..4815e3a3cff8 100644
--- a/dev-util/directx-headers/Manifest
+++ b/dev-util/directx-headers/Manifest
@@ -1,3 +1,2 @@
 DIST directx-headers-1.613.1.tar.gz 449088 BLAKE2B 64e19960029842bd9c3b03b00718b12ab44b2f2b04678e4190b2f03fb57c559b2ce54692dd04278c10aeb5b3c9078a31793ff530c4011691f859ed444c9a9ac5 SHA512 a450b989f1a066f81ef24d269b0415e2f0256bcecb14a4efa75416acb97c56e036faa0db3a0d2dac7fb87d47193adc1a4a34b22c6c0019dfbf89e015d727e374
-DIST directx-headers-1.614.0.tar.gz 458121 BLAKE2B b81c9f904c50178dc794dd57cc5d406340cdbd3f53a9f5f542bd396080adc6cf83d5ed175ba8f2ce70cce9e995e7daa84bed2bfa35181098718808b9d476b605 SHA512 5f78c8d47d02c1620b4ef4b379f0598e000c7aef367d694d37f796978019383911d0778434bff5a635f8d1c688595896337dbd31dacdca3e37af91b51be98b08
 DIST directx-headers-1.614.1.tar.gz 458944 BLAKE2B 7c23727450d98e2dc4dcdc04119c380683c6789bb969bf3a4e29dc1b44479f3cb063238f18805332171227e41f8a8539d6f87ec26ba7a6c8cb3a394f0f818cc2 SHA512 934108052b9aa54b888c301f358a9d5b8f9ce1a5902e33b80c3273c963d10984faa7da167f1fed203462fe016e30443cb5e0d014de63fc9c0a81a674f757a7a9

diff --git a/dev-util/directx-headers/directx-headers-1.614.0.ebuild b/dev-util/directx-headers/directx-headers-1.614.0.ebuild
deleted file mode 100644
index a206503ba728..000000000000
--- a/dev-util/directx-headers/directx-headers-1.614.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# 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 ~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() {
-	local emesonargs=(
-		-Dbuild-test=false
-	)
-
-	meson_src_configure
-}


^ permalink raw reply related	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2024-09-17  2:49 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-02 17:52 [gentoo-commits] repo/gentoo:master commit in: dev-util/directx-headers/ Matt Turner
  -- strict thread matches above, loose matches on Subject: below --
2024-09-17  2:49 Matt Turner
2024-09-10 18:17 Matt Turner
2024-05-09 20:19 Sam James
2024-04-25 16:10 Matt Turner
2024-04-24 18:22 Arthur Zamarin
2024-04-24 17:16 Sam James
2024-04-04  3:21 Matt Turner
2024-03-22 14:53 Matt Turner
2024-03-19  5:06 Matt Turner
2024-01-24 17:00 Matt Turner
2024-01-14 20:17 Sam James
2024-01-14 20:17 Sam James
2023-12-10 18:37 Matt Turner
2023-06-05 15:40 Matt Turner
2023-06-01 16:41 Arthur Zamarin
2023-05-08 16:26 Matt Turner
2023-02-19  5:35 Matt Turner
2022-09-06 16:03 Matt Turner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox