summaryrefslogtreecommitdiff
path: root/app-editors/qhexedit2/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
commitd87262dd706fec50cd150aab3e93883b6337466d (patch)
tree246b44c33ad7a57550430b0a60fa0df86a3c9e68 /app-editors/qhexedit2/files
parent71bc00c87bba1ce31de0dac6c3b7fd1aee6917fc (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'app-editors/qhexedit2/files')
-rw-r--r--app-editors/qhexedit2/files/qhexedit2-0.8.4-fixtest.patch12
-rw-r--r--app-editors/qhexedit2/files/qhexedit2-0.8.4-setup.py.patch11
2 files changed, 0 insertions, 23 deletions
diff --git a/app-editors/qhexedit2/files/qhexedit2-0.8.4-fixtest.patch b/app-editors/qhexedit2/files/qhexedit2-0.8.4-fixtest.patch
deleted file mode 100644
index 339ef99477ee..000000000000
--- a/app-editors/qhexedit2/files/qhexedit2-0.8.4-fixtest.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- qhexedit2-0.8.4/test/testchunks.cpp- 2017-01-17 02:32:54.000000000 +0300
-+++ qhexedit2-0.8.4/test/testchunks.cpp 2018-01-03 21:34:24.988555308 +0300
-@@ -1,8 +1,7 @@
- #include "testchunks.h"
- #include <cstdlib>
-
--
--TestChunks::TestChunks(QTextStream &log, QString tName, int size, bool random, int saveFile)
-+TestChunks::TestChunks(QTextStream &log, QString tName, int size, bool random, int saveFile): _chunks(nullptr)
- {
- char hex[] = "0123456789abcdef";
- srand(0);
diff --git a/app-editors/qhexedit2/files/qhexedit2-0.8.4-setup.py.patch b/app-editors/qhexedit2/files/qhexedit2-0.8.4-setup.py.patch
deleted file mode 100644
index 83d9183fcdbe..000000000000
--- a/app-editors/qhexedit2/files/qhexedit2-0.8.4-setup.py.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- qhexedit2-0.8.4/setup.py- 2018-01-02 19:40:57.542961661 +0300
-+++ qhexedit2-0.8.4/setup.py 2017-01-17 02:32:54.000000000 +0300
-@@ -98,7 +98,7 @@
- lib + ".framework", "Headers")]
- else:
- if PyQt_Version == 'PyQt5':
-- for qt_inc_dir in ('/usr/include/qt', '/usr/include/x86_64-linux-gnu/qt5'):
-+ for qt_inc_dir in ('/usr/include/qt', '/usr/include/qt5'):
- include_dirs.append(qt_inc_dir)
- include_dirs += [os.path.join(qt_inc_dir, lib) for lib in qt_libs]
- libraries = ["Qt5" + lib[2:] for lib in qt_libs]