app-admin/packagekit-base: remove unused patches
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>
Sun, 1 Oct 2017 13:27:51 +0000 (15:27 +0200)
committerMart Raudsepp <leio@gentoo.org>
Mon, 30 Oct 2017 22:34:01 +0000 (00:34 +0200)
app-admin/packagekit-base/files/0001-entropy-PackageKitEntropyClient.output-API-update.patch [deleted file]
app-admin/packagekit-base/files/packagekit-base-0.8.15-qtdbus-annotate.patch [deleted file]
app-admin/packagekit-base/files/packagekit-base-0.8.x-npapi-sdk.patch [deleted file]

diff --git a/app-admin/packagekit-base/files/0001-entropy-PackageKitEntropyClient.output-API-update.patch b/app-admin/packagekit-base/files/0001-entropy-PackageKitEntropyClient.output-API-update.patch
deleted file mode 100644 (file)
index e24faee..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-From ee2dfacb275e8145c7ae1ba8da86779054adf902 Mon Sep 17 00:00:00 2001
-From: Fabio Erculiani <lxnay@sabayon.org>
-Date: Fri, 6 Dec 2013 07:40:15 +0100
-Subject: [PATCH] entropy: PackageKitEntropyClient.output API update
-
----
- backends/entropy/entropyBackend.py | 3 ++-
- 1 file changed, 2 insertions(+), 1 deletion(-)
-
-diff --git a/backends/entropy/entropyBackend.py b/backends/entropy/entropyBackend.py
-index 57b6c59..bec8ef6 100755
---- a/backends/entropy/entropyBackend.py
-+++ b/backends/entropy/entropyBackend.py
-@@ -776,7 +776,8 @@ class PackageKitEntropyClient(Client):
-     def init_singleton(self):
-         Client.init_singleton(self, url_fetcher = PkUrlFetcher)
--    def output(self, text, header = "", footer = "", back = False,
-+    @classmethod
-+    def output(cls, text, header = "", footer = "", back = False,
-         importance = 0, level = "info", count = None, percent = False):
-         """
-         Reimplemented from entropy.output.TextInterface.
--- 
-1.8.4.4
-
diff --git a/app-admin/packagekit-base/files/packagekit-base-0.8.15-qtdbus-annotate.patch b/app-admin/packagekit-base/files/packagekit-base-0.8.15-qtdbus-annotate.patch
deleted file mode 100644 (file)
index 69a0fd7..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-Index: PackageKit-0.8.12/src/org.freedesktop.PackageKit.xml
-===================================================================
---- PackageKit-0.8.12.orig/src/org.freedesktop.PackageKit.xml
-+++ PackageKit-0.8.12/src/org.freedesktop.PackageKit.xml
-@@ -317,6 +317,7 @@
-     <!--*****************************************************************************************-->
-     <method name="GetPackageHistory">
-+      <annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="QVariant"/>
-       <doc:doc>
-         <doc:description>
-           <doc:para>
diff --git a/app-admin/packagekit-base/files/packagekit-base-0.8.x-npapi-sdk.patch b/app-admin/packagekit-base/files/packagekit-base-0.8.x-npapi-sdk.patch
deleted file mode 100644 (file)
index 59b3ab1..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/configure.ac b/configure.ac
-index 3e8d301..7ba7f4b 100644
---- a/configure.ac
-+++ b/configure.ac
-@@ -361,7 +361,7 @@ AC_ARG_ENABLE(browser_plugin, AS_HELP_STRING([--enable-browser-plugin],[Build br
-             enable_browser_plugin=$enableval,enable_browser_plugin=yes)
- if test x$enable_browser_plugin = xyes; then
-       PKG_CHECK_MODULES(PK_BROWSER_PLUGIN,    \
--                        mozilla-plugin >= 8.0 \
-+                        npapi-sdk             \
-                         gio-unix-2.0          \
-                         nspr >= 4.8           \
-                         cairo                 \