diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-02-03 16:43:59 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-02-03 17:14:14 +0100 |
commit | 2168560c5ae69247cd1b55faf7973501b6d2b0d9 (patch) | |
tree | 79bbf1fb7d5ebc6a841c112105956a0324e86680 /dev-db/sqlitestudio/files | |
parent | dev-db/sqlitestudio: eutils -> desktop (diff) | |
download | gentoo-2168560c5ae69247cd1b55faf7973501b6d2b0d9.tar.gz gentoo-2168560c5ae69247cd1b55faf7973501b6d2b0d9.tar.bz2 gentoo-2168560c5ae69247cd1b55faf7973501b6d2b0d9.zip |
dev-db/sqlitestudio: Drop 3.0.7
Package-Manager: Portage-2.3.59, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-db/sqlitestudio/files')
3 files changed, 0 insertions, 63 deletions
diff --git a/dev-db/sqlitestudio/files/sqlitestudio-3.0.6-portable.patch b/dev-db/sqlitestudio/files/sqlitestudio-3.0.6-portable.patch deleted file mode 100644 index 558a84231b81..000000000000 --- a/dev-db/sqlitestudio/files/sqlitestudio-3.0.6-portable.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/SQLiteStudio3/sqlitestudio/sqlitestudio.pro 2015-11-24 20:09:29.000000000 +0100 -+++ b/SQLiteStudio3/sqlitestudio/sqlitestudio.pro 2016-01-20 15:04:46.700926391 +0100 -@@ -25,7 +25,7 @@ - - CONFIG += c++11 - QMAKE_CXXFLAGS += -pedantic --linux|portable { -+portable { - QMAKE_LFLAGS += -Wl,-rpath,./lib - } - diff --git a/dev-db/sqlitestudio/files/sqlitestudio-3.0.6-qt5_5-QDataStream.patch b/dev-db/sqlitestudio/files/sqlitestudio-3.0.6-qt5_5-QDataStream.patch deleted file mode 100644 index c42160c52f07..000000000000 --- a/dev-db/sqlitestudio/files/sqlitestudio-3.0.6-qt5_5-QDataStream.patch +++ /dev/null @@ -1,30 +0,0 @@ ---- a/SQLiteStudio3/coreSQLiteStudio/db/db.cpp 2015-05-11 23:22:41.000000000 +0200 -+++ b/SQLiteStudio3/coreSQLiteStudio/db/db.cpp 2016-01-20 02:21:00.350160645 +0100 -@@ -1,6 +1,7 @@ - #include "db.h" - #include <QMetaEnum> - #include <QDebug> -+#include <QDataStream> - - Db::Db() - { ---- a/SQLiteStudio3/coreSQLiteStudio/common/utils.cpp 2015-05-11 23:22:41.000000000 +0200 -+++ b/SQLiteStudio3/coreSQLiteStudio/common/utils.cpp 2016-01-20 01:46:22.113263710 +0100 -@@ -11,6 +11,7 @@ - #include <QDebug> - #include <QRegularExpression> - #include <QDir> -+#include <QDataStream> - - #ifdef Q_OS_LINUX - #include <sys/utsname.h> ---- a/SQLiteStudio3/sqlitestudiocli/cli_config.h 2015-05-11 23:22:40.000000000 +0200 -+++ b/SQLiteStudio3/sqlitestudiocli/cli_config.h 2016-01-20 02:45:11.393819294 +0100 -@@ -2,6 +2,7 @@ - #define CLI_CONFIG_H - - #include "config_builder.h" -+#include <QDataStream> - - namespace CliResultsDisplay - { diff --git a/dev-db/sqlitestudio/files/sqlitestudio-3.0.7-paths.patch b/dev-db/sqlitestudio/files/sqlitestudio-3.0.7-paths.patch deleted file mode 100644 index 59d8c0f187aa..000000000000 --- a/dev-db/sqlitestudio/files/sqlitestudio-3.0.7-paths.patch +++ /dev/null @@ -1,22 +0,0 @@ ---- a/Plugins/DbAndroid/DbAndroid.pro 2015-11-24 20:09:41.000000000 +0100 -+++ a/Plugins/DbAndroid/DbAndroid.pro 2016-01-20 13:39:02.436869035 +0100 -@@ -6,7 +6,7 @@ - - QT += widgets network - --include($$PWD/../../../sqlitestudio/SQLiteStudio3/plugins.pri) -+include($$PWD/../../SQLiteStudio3/plugins.pri) - - TARGET = DbAndroid - TEMPLATE = lib ---- a/Plugins/ScriptingTcl/ScriptingTcl.pro -+++ b/Plugins/ScriptingTcl/ScriptingTcl.pro -@@ -35,7 +35,7 @@ linux: { - - # Find tclConfig.sh - TCL_CONFIG_DIR = $$system(echo "puts [info library]" | tclsh) -- TCL_CONFIG = $$TCL_CONFIG_DIR/tclConfig.sh -+ TCL_CONFIG = $$TCL_CONFIG_DIR/../tclConfig.sh - message("Looking for $$TCL_CONFIG") - !exists($$TCL_CONFIG) { - # Debian case |