commit:     a1915ce8aa822360ea720bdbb4bb3ad2cf9bb6f2
Author:     Paul Zander <negril.nx <AT> gmail <DOT> com>
AuthorDate: Tue Apr 23 16:03:53 2024 +0000
Commit:     Paul Zander <negril.nx+gentoo <AT> gmail <DOT> com>
CommitDate: Tue Apr 23 16:15:47 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a1915ce8

games-emulation/rpcs3: 9999 drop obsolete patch

Dropped in 
https://github.com/RPCS3/rpcs3/commit/94431a7a33e7a3b04d83f62ce94d8d11b47cc698

Signed-off-by: Paul Zander <negril.nx+gentoo <AT> gmail.com>

 ...-0001-gui_pad_thread-add-missing-unistd-h.patch | 29 ----------------------
 games-emulation/rpcs3/rpcs3-9999.ebuild            |  6 -----
 2 files changed, 35 deletions(-)

diff --git 
a/games-emulation/rpcs3/files/rpcs3-0001-gui_pad_thread-add-missing-unistd-h.patch
 
b/games-emulation/rpcs3/files/rpcs3-0001-gui_pad_thread-add-missing-unistd-h.patch
deleted file mode 100644
index 7bd67c06e3..0000000000
--- 
a/games-emulation/rpcs3/files/rpcs3-0001-gui_pad_thread-add-missing-unistd-h.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-From 5d3427acaad0084caee0051c846efe9a333e5428 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Gon=C3=A7alo=20Negrier=20Duarte?=
- <[email protected]>
-Date: Sun, 14 Apr 2024 17:58:50 +0100
-Subject: [PATCH] rpcs3-gui_pad_thread-add-missing-unistd-h
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-Signed-off-by: Gonçalo Negrier Duarte <[email protected]>
----
- rpcs3/Input/gui_pad_thread.cpp | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/rpcs3/Input/gui_pad_thread.cpp b/rpcs3/Input/gui_pad_thread.cpp
-index 92fb23367..e3dbae518 100644
---- a/rpcs3/Input/gui_pad_thread.cpp
-+++ b/rpcs3/Input/gui_pad_thread.cpp
-@@ -22,6 +22,7 @@
- #ifdef __linux__
- #include <linux/uinput.h>
- #include <fcntl.h>
-+#include <unistd.h>
- #define CHECK_IOCTRL_RET(res) if (res == -1) { gui_log.error("gui_pad_thread: 
ioctl failed (errno=%d=%s)", res, strerror(errno)); }
- #elif defined(__APPLE__)
- #pragma GCC diagnostic push
--- 
-2.44.0
-

diff --git a/games-emulation/rpcs3/rpcs3-9999.ebuild 
b/games-emulation/rpcs3/rpcs3-9999.ebuild
index ec248dd211..27d67610bc 100644
--- a/games-emulation/rpcs3/rpcs3-9999.ebuild
+++ b/games-emulation/rpcs3/rpcs3-9999.ebuild
@@ -68,11 +68,6 @@ RDEPEND="${DEPEND}"
 QA_PREBUILT="usr/share/rpcs3/test/.*"
 QA_WX_LOAD="usr/share/rpcs3/test/*"
 
-PATCHES=(
-       "${FILESDIR}/${PN}-0001-gui_pad_thread-add-missing-unistd-h.patch"
-)
-
-
 src_prepare() {
        if [[ ${PV} != "9999" ]]; then
                rmdir "${S}/3rdparty/asmjit/asmjit" || die
@@ -96,7 +91,6 @@ src_prepare() {
                rmdir "${S}/3rdparty/yaml-cpp/yaml-cpp" || die
                mv "${WORKDIR}/yaml-cpp-${YAMLCPP_COMMIT}" 
"${S}/3rdparty/SoundTouch/soundtouch" || die
 
-
                #Define RPCS3 Version
                { echo "#define RPCS3_GIT_VERSION \"${PV}\""
                echo '#define RPCS3_GIT_BRANCH "master"'

Reply via email to