summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com>2016-07-16 10:29:05 +0200
committerPatrice Clement <monsieurp@gentoo.org>2016-07-17 15:28:50 +0200
commita4243567a99c5ef11405250c59014afa5ec83a96 (patch)
tree8e2897b3f97fcf2ae3934278087b437e6f44c391 /app-text
parentapp-text/po4a: remove unused patches (diff)
downloadgentoo-a4243567a99c5ef11405250c59014afa5ec83a96.tar.gz
gentoo-a4243567a99c5ef11405250c59014afa5ec83a96.tar.bz2
gentoo-a4243567a99c5ef11405250c59014afa5ec83a96.zip
app-text/qpdfview: remove unused patches
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r--app-text/qpdfview/files/qpdfview-0.4.12-no_sql.patch14
-rw-r--r--app-text/qpdfview/files/qpdfview-0.4.7-fix-sqlite-build.patch21
2 files changed, 0 insertions, 35 deletions
diff --git a/app-text/qpdfview/files/qpdfview-0.4.12-no_sql.patch b/app-text/qpdfview/files/qpdfview-0.4.12-no_sql.patch
deleted file mode 100644
index 874c89357e34..000000000000
--- a/app-text/qpdfview/files/qpdfview-0.4.12-no_sql.patch
+++ /dev/null
@@ -1,14 +0,0 @@
---- sources/database.cpp.org 2014-10-22 12:28:30.305031435 +0200
-+++ sources/database.cpp 2014-10-22 12:29:14.735028437 +0200
-@@ -366,11 +366,6 @@
-
- transaction.commit();
- }
--
--#else
--
-- Q_UNUSED(bookmarks);
--
- #endif // WITH_SQL
- }
-
diff --git a/app-text/qpdfview/files/qpdfview-0.4.7-fix-sqlite-build.patch b/app-text/qpdfview/files/qpdfview-0.4.7-fix-sqlite-build.patch
deleted file mode 100644
index 1a5e16124807..000000000000
--- a/app-text/qpdfview/files/qpdfview-0.4.7-fix-sqlite-build.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-Upstream:
-http://bazaar.launchpad.net/~adamreichold/qpdfview/trunk/revision/1391
-Gentoo bugzilla:
-https://bugs.gentoo.org/show_bug.cgi?id=493514
-=== modified file 'sources/database.h'
---- sources/database.h 2013-11-25 16:06:34 +0000
-+++ sources/database.h 2013-12-07 12:28:03 +0000
-@@ -64,10 +64,10 @@
- static Database* s_instance;
- Database(QObject* parent = 0);
-
--#ifdef WITH_SQL
--
- static QString instanceName();
-
-+#ifdef WITH_SQL
-+
- void migrateTabs_v1_v2();
- void migrateBookmarks_v1_v2();
-
-