public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Matt Turner" <mattst88@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/directx-headers/
Date: Thu,  4 Apr 2024 03:21:18 +0000 (UTC)	[thread overview]
Message-ID: <1712200356.7f5ebcd86e8134110542349e20dd1b0dd40cd71f.mattst88@gentoo> (raw)

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
-}


             reply	other threads:[~2024-04-04  3:21 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-04  3:21 Matt Turner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-17  2:49 [gentoo-commits] repo/gentoo:master commit in: dev-util/directx-headers/ Matt Turner
2024-09-10 18:17 Matt Turner
2024-09-02 17:52 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-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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1712200356.7f5ebcd86e8134110542349e20dd1b0dd40cd71f.mattst88@gentoo \
    --to=mattst88@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox