commit:     929b17507cd9bf4d308ca590f9311b96a5363b4d
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sun Oct  1 13:27:51 2017 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Mon Oct 30 21:26:06 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=929b1750

app-admin/packagekit-base: remove unused patches.

Closes: https://github.com/gentoo/gentoo/pull/5828

 ...PackageKitEntropyClient.output-API-update.patch | 26 ----------------------
 .../packagekit-base-0.8.15-qtdbus-annotate.patch   | 12 ----------
 .../files/packagekit-base-0.8.x-npapi-sdk.patch    | 13 -----------
 3 files changed, 51 deletions(-)

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
index e24faeec9a5..00000000000
--- 
a/app-admin/packagekit-base/files/0001-entropy-PackageKitEntropyClient.output-API-update.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-From ee2dfacb275e8145c7ae1ba8da86779054adf902 Mon Sep 17 00:00:00 2001
-From: Fabio Erculiani <[email protected]>
-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
index 69a0fd7e5f4..00000000000
--- 
a/app-admin/packagekit-base/files/packagekit-base-0.8.15-qtdbus-annotate.patch
+++ /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
index 59b3ab10964..00000000000
--- a/app-admin/packagekit-base/files/packagekit-base-0.8.x-npapi-sdk.patch
+++ /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                 \

Reply via email to