summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Xu (Hello71) <alex_y_xu@yahoo.ca>2020-12-04 13:33:10 -0500
committerAlex Xu (Hello71) <alex_y_xu@yahoo.ca>2020-12-04 13:33:10 -0500
commita333270ed05f9591529eb6f04fc5c7e6f792e48b (patch)
tree693c04cc373c493708d49b36c8aebdb68f0dddc4
parent6c4a37892bd074782aef54f6dfe79ce79dcd4054 (diff)
downloadgentoo-overlay-a333270ed05f9591529eb6f04fc5c7e6f792e48b.tar.xz
gentoo-overlay-a333270ed05f9591529eb6f04fc5c7e6f792e48b.zip
app-emulation/dxvk-bin: drop
use guru instead
-rw-r--r--app-emulation/dxvk-bin/Manifest1
-rw-r--r--app-emulation/dxvk-bin/dxvk-bin-1.7.2.ebuild39
-rw-r--r--app-emulation/dxvk-bin/metadata.xml8
3 files changed, 0 insertions, 48 deletions
diff --git a/app-emulation/dxvk-bin/Manifest b/app-emulation/dxvk-bin/Manifest
deleted file mode 100644
index 3a5aabf..0000000
--- a/app-emulation/dxvk-bin/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST dxvk-bin-1.7.2.tar.gz 7881987 BLAKE2B 5f9a9bab7807b37cd56108a36c4c00f52897d07c4a5b50a61f97d3d5f6ea1f14d5b5effdbf2bc8faf78c965449b41d9792b6f20c2233e7ae6912dad5dc117ef3 SHA512 88ce06c3a37384341906b1f1082c4ddcfdcb13032909414f922600da2c9d1b6697f0fe0fcf1b8a46e60c30f2391f5a01d042606cf3cd161d5f0632de610ff929
diff --git a/app-emulation/dxvk-bin/dxvk-bin-1.7.2.ebuild b/app-emulation/dxvk-bin/dxvk-bin-1.7.2.ebuild
deleted file mode 100644
index bc0b42a..0000000
--- a/app-emulation/dxvk-bin/dxvk-bin-1.7.2.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Vulkan-based D3D11 and D3D10 implementation for Linux / Wine"
-HOMEPAGE="https://github.com/doitsujin/dxvk"
-SRC_URI="https://github.com/doitsujin/dxvk/releases/download/v${PV}/dxvk-${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="ZLIB"
-SLOT="0"
-# x86 is fine except for the stupid vulkan package.use.mask...
-KEYWORDS="-* ~amd64"
-IUSE="+abi_x86_32 +abi_x86_64"
-
-RDEPEND="
- !app-emulation/dxvk
- || (
- app-emulation/wine-vanilla[abi_x86_32?,abi_x86_64?,vulkan]
- app-emulation/wine-staging[abi_x86_32?,abi_x86_64?,vulkan]
- )
-"
-
-REQUIRED_USE="|| ( abi_x86_32 abi_x86_64 )"
-
-S=${WORKDIR}/dxvk-${PV}
-
-src_compile() {
- sed -i -e 's#"x32"#"../'$(ABI=x86 get_libdir)/dxvk'"#' setup_dxvk.sh || die
- sed -i -e 's#"x64"#"../'$(ABI=amd64 get_libdir)/dxvk'"#' setup_dxvk.sh || die
-}
-
-src_install() {
- dobin setup_dxvk.sh
- dodir usr/$(ABI=x86 get_libdir)
- dodir usr/$(ABI=amd64 get_libdir)
- mv x32 "${ED}"/usr/$(ABI=x86 get_libdir)/dxvk || die
- mv x64 "${ED}"/usr/$(ABI=amd64 get_libdir)/dxvk || die
-}
diff --git a/app-emulation/dxvk-bin/metadata.xml b/app-emulation/dxvk-bin/metadata.xml
deleted file mode 100644
index 004555a..0000000
--- a/app-emulation/dxvk-bin/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>alex_y_xu@yahoo.ca</email>
- <name>Alex Xu (Hello71)</name>
- </maintainer>
-</pkgmetadata>