commit:     b3b537f99d93301532ee4220783d37cb45b1f41c
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 11 09:38:15 2023 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Wed Jan 11 11:25:29 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3b537f9

app-emulation/vkd3d: drop 1.5

Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 app-emulation/vkd3d/Manifest         |  1 -
 app-emulation/vkd3d/vkd3d-1.5.ebuild | 44 ------------------------------------
 2 files changed, 45 deletions(-)

diff --git a/app-emulation/vkd3d/Manifest b/app-emulation/vkd3d/Manifest
index 7e6b76791c9c..02a02405b934 100644
--- a/app-emulation/vkd3d/Manifest
+++ b/app-emulation/vkd3d/Manifest
@@ -1,2 +1 @@
-DIST vkd3d-1.5.tar.xz 776260 BLAKE2B 
c021dd03b120f3ad8da61147a12f9d581a85aaf458f34308f06a648167562adedd670444473cbc5ca66c1ff6242b2add21396bbc5cce308c39482451aa5b45e5
 SHA512 
69ec33bef28334a9a55da34621c71623843995279fb5267cc56228cd343c8cf292deb848596e6f850dfee6d07cc35206fc034fc4ce2a911652a9c42c032cdc08
 DIST vkd3d-1.6.tar.xz 785844 BLAKE2B 
6dff7aaad966b378809c87969a54568b943c52bec072fa03becdb40c4ff098168924c363e642aa42049f4468ff75013175fb847cc213278a4e10ea54e906a288
 SHA512 
0f640c1b139f5ccce8e6d1986d1439c2b0d14e7ac533216d2408dbeee07172eee51549311db22464c2ae89070ca15191aaffd967749676586984561ce1d4b38f

diff --git a/app-emulation/vkd3d/vkd3d-1.5.ebuild 
b/app-emulation/vkd3d/vkd3d-1.5.ebuild
deleted file mode 100644
index 5767baa70c2a..000000000000
--- a/app-emulation/vkd3d/vkd3d-1.5.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit multilib-minimal
-
-DESCRIPTION="D3D12 to Vulkan translation library"
-HOMEPAGE="https://gitlab.winehq.org/wine/vkd3d/";
-SRC_URI="https://dl.winehq.org/vkd3d/source/${P}.tar.xz";
-
-LICENSE="LGPL-2.1+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="ncurses spirv-tools"
-RESTRICT="test" #838655
-
-RDEPEND="
-       media-libs/vulkan-loader[${MULTILIB_USEDEP}]
-       ncurses? ( sys-libs/ncurses:= )
-       spirv-tools? ( dev-util/spirv-tools[${MULTILIB_USEDEP}] )"
-DEPEND="
-       ${RDEPEND}
-       dev-util/spirv-headers
-       dev-util/vulkan-headers"
-BDEPEND="
-       sys-devel/flex
-       sys-devel/bison
-       virtual/pkgconfig"
-
-multilib_src_configure() {
-       local conf=(
-               $(multilib_native_use_with ncurses)
-               $(use_with spirv-tools)
-               --disable-doxygen-pdf
-               --without-xcb
-       )
-
-       ECONF_SOURCE=${S} econf "${conf[@]}"
-}
-
-multilib_src_install_all() {
-       find "${ED}" -type f -name '*.la' -delete || die
-}

Reply via email to