diff options
author | Matt Turner <mattst88@gentoo.org> | 2023-04-08 23:57:03 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2023-04-09 00:05:40 -0400 |
commit | 2a3ee8fe59cb821c75a1f808d54e129272323916 (patch) | |
tree | bbc07dc57c3fe8fe38ea1ae3cf65182e81762a57 /dev-util/directx-headers | |
parent | dev-vcs/git: fix musl build (diff) | |
download | gentoo-2a3ee8fe59cb821c75a1f808d54e129272323916.tar.gz gentoo-2a3ee8fe59cb821c75a1f808d54e129272323916.tar.bz2 gentoo-2a3ee8fe59cb821c75a1f808d54e129272323916.zip |
dev-util/directx-headers: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'dev-util/directx-headers')
-rw-r--r-- | dev-util/directx-headers/Manifest | 1 | ||||
-rw-r--r-- | dev-util/directx-headers/directx-headers-1.606.4.ebuild | 30 |
2 files changed, 0 insertions, 31 deletions
diff --git a/dev-util/directx-headers/Manifest b/dev-util/directx-headers/Manifest index abdebfa037c1..31330413718e 100644 --- a/dev-util/directx-headers/Manifest +++ b/dev-util/directx-headers/Manifest @@ -1,2 +1 @@ -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.606.4.ebuild b/dev-util/directx-headers/directx-headers-1.606.4.ebuild deleted file mode 100644 index 859631ad8fb0..000000000000 --- a/dev-util/directx-headers/directx-headers-1.606.4.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# 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 -} |