summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2020-07-14 21:30:57 +0200
committerJames Le Cuirot <chewi@gentoo.org>2020-07-14 21:37:40 +0100
commitcc1f4a8a034e9c7452678313789782dcf8971b35 (patch)
tree1f85d44472eb5b2cce26b70226e90d69b828fb33 /games-board
parentx11-wm/icewm: stable 1.6.6 for ppc (diff)
downloadgentoo-cc1f4a8a034e9c7452678313789782dcf8971b35.tar.gz
gentoo-cc1f4a8a034e9c7452678313789782dcf8971b35.tar.bz2
gentoo-cc1f4a8a034e9c7452678313789782dcf8971b35.zip
games-board/chessx: remove unused patches
Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/16700 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'games-board')
-rw-r--r--games-board/chessx/files/chessx-1.4.0-zlib.patch35
-rw-r--r--games-board/chessx/files/chessx-1.4.6-qt-5.11.patch44
2 files changed, 0 insertions, 79 deletions
diff --git a/games-board/chessx/files/chessx-1.4.0-zlib.patch b/games-board/chessx/files/chessx-1.4.0-zlib.patch
deleted file mode 100644
index fe6bfb39d508..000000000000
--- a/games-board/chessx/files/chessx-1.4.0-zlib.patch
+++ /dev/null
@@ -1,35 +0,0 @@
---- a/src/quazip/ioapi.h
-+++ b/src/quazip/ioapi.h
-@@ -1,3 +1,4 @@
-+#define OF(x) x
- /* ioapi.h -- IO base function header for compress/uncompress .zip
- files using zlib + zip or unzip API
-
---- a/src/quazip/unzip.c
-+++ b/src/quazip/unzip.c
-@@ -1,3 +1,4 @@
-+#define OF(x) x
- /* unzip.c -- IO for uncompress .zip files using zlib
- Version 1.01e, February 12th, 2005
-
---- a/src/quazip/unzip.h
-+++ b/src/quazip/unzip.h
-@@ -1,3 +1,4 @@
-+#define OF(x) x
- /* unzip.h -- IO for uncompress .zip files using zlib
- Version 1.01e, February 12th, 2005
-
---- a/src/quazip/zip.c
-+++ b/src/quazip/zip.c
-@@ -1,3 +1,4 @@
-+#define OF(x) x
- /* zip.c -- IO on .zip files using zlib
- Version 1.01e, February 12th, 2005
-
---- a/src/quazip/zip.h
-+++ b/src/quazip/zip.h
-@@ -1,3 +1,4 @@
-+#define OF(x) x
- /* zip.h -- IO for compress .zip files using zlib
- Version 1.01e, February 12th, 2005
-
diff --git a/games-board/chessx/files/chessx-1.4.6-qt-5.11.patch b/games-board/chessx/files/chessx-1.4.6-qt-5.11.patch
deleted file mode 100644
index 379de8836b94..000000000000
--- a/games-board/chessx/files/chessx-1.4.6-qt-5.11.patch
+++ /dev/null
@@ -1,44 +0,0 @@
-From: Luigi Baldoni <aloisio@gmx.com>
-Date: 2018-06-18 13:16:31 +0200
-Subject: Add missing include statements
-References: https://sourceforge.net/p/chessx/bugs/254
-Upstream: submitted
-
-A few explicit include statements are required with Qt 5.11
----
-Index: chessx-1.4.6/src/gui/gamewindow.cpp
-===================================================================
---- chessx-1.4.6.orig/src/gui/gamewindow.cpp
-+++ chessx-1.4.6/src/gui/gamewindow.cpp
-@@ -9,6 +9,7 @@
- #include "settings.h"
-
- #include <QToolButton>
-+#include <QAction>
-
- #if defined(_MSC_VER) && defined(_DEBUG)
- #define DEBUG_NEW new( _NORMAL_BLOCK, __FILE__, __LINE__ )
-Index: chessx-1.4.6/src/dialogs/savedialog.cpp
-===================================================================
---- chessx-1.4.6.orig/src/dialogs/savedialog.cpp
-+++ chessx-1.4.6/src/dialogs/savedialog.cpp
-@@ -24,6 +24,7 @@
-
- #include <QLineEdit>
- #include <QCompleter>
-+#include <QButtonGroup>
-
- #if defined(_MSC_VER) && defined(_DEBUG)
- #define DEBUG_NEW new( _NORMAL_BLOCK, __FILE__, __LINE__ )
-Index: chessx-1.4.6/src/dialogs/preferences.cpp
-===================================================================
---- chessx-1.4.6.orig/src/dialogs/preferences.cpp
-+++ chessx-1.4.6/src/dialogs/preferences.cpp
-@@ -33,6 +33,7 @@
- #include <QFileDialog>
- #include <QDesktopServices>
- #include <QTextStream>
-+#include <QAction>
-
- #if defined(_MSC_VER) && defined(_DEBUG)
- #define DEBUG_NEW new( _NORMAL_BLOCK, __FILE__, __LINE__ )