commit:     c5c9134c484c5d00f1159ef26066a72daa277b28
Author:     Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail 
<DOT> com>
AuthorDate: Tue Jun 28 20:22:31 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Wed Jun 29 07:12:54 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5c9134c

app-admin/packagekit-base: remove unused patches

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

Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>

 .../packagekit-base-0.7.x-npapi-api-change.patch   | 17 -----
 .../files/packagekit-base-0.7.x-npapi-sdk.patch    | 72 ----------------------
 2 files changed, 89 deletions(-)

diff --git 
a/app-admin/packagekit-base/files/packagekit-base-0.7.x-npapi-api-change.patch 
b/app-admin/packagekit-base/files/packagekit-base-0.7.x-npapi-api-change.patch
deleted file mode 100644
index 5c96e51..0000000
--- 
a/app-admin/packagekit-base/files/packagekit-base-0.7.x-npapi-api-change.patch
+++ /dev/null
@@ -1,17 +0,0 @@
---- a/contrib/browser-plugin/pk-main.c
-+++ b/contrib/browser-plugin/pk-main.c
-@@ -503,11 +503,11 @@ NP_Shutdown ()
- /**
-  * NP_GetMIMEDescription:
-  **/
--const char *
-+char *
- NP_GetMIMEDescription (void)
- {
-       g_debug ("NP_GetMIMEDescription");
--      return (const gchar*) "application/x-packagekit-plugin:bsc:PackageKit 
Plugin";
-+      return (gchar*) "application/x-packagekit-plugin:bsc:PackageKit Plugin";
- }
- 
- /**
-

diff --git 
a/app-admin/packagekit-base/files/packagekit-base-0.7.x-npapi-sdk.patch 
b/app-admin/packagekit-base/files/packagekit-base-0.7.x-npapi-sdk.patch
deleted file mode 100644
index c3e034d..0000000
--- a/app-admin/packagekit-base/files/packagekit-base-0.7.x-npapi-sdk.patch
+++ /dev/null
@@ -1,72 +0,0 @@
---- PackageKit-0.7.4.orig/configure
-+++ PackageKit-0.7.4/configure
-@@ -20283,14 +20283,14 @@ if test -n "$PK_BROWSER_PLUGIN_CFLAGS";
-  elif test -n "$PKG_CONFIG"; then
-     if test -n "$PKG_CONFIG" && \
-     { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists 
--print-errors \"\\
--                        mozilla-plugin >= 8.0 \\
-+                        npapi-sdk     \\
-                         gio-unix-2.0          \\
-                         nspr >= 4.8           \\
-                         cairo                 \\
-                         pango                 \\
-                         gtk+-2.0 >= 2.14.0\""; } >&5
-   ($PKG_CONFIG --exists --print-errors "\
--                        mozilla-plugin >= 8.0 \
-+                        npapi-sdk     \
-                         gio-unix-2.0          \
-                         nspr >= 4.8           \
-                         cairo                 \
-@@ -20300,7 +20300,7 @@ if test -n "$PK_BROWSER_PLUGIN_CFLAGS";
-   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-   test $ac_status = 0; }; then
-   pkg_cv_PK_BROWSER_PLUGIN_CFLAGS=`$PKG_CONFIG --cflags "\
--                        mozilla-plugin >= 8.0 \
-+                        npapi-sdk     \
-                         gio-unix-2.0          \
-                         nspr >= 4.8           \
-                         cairo                 \
-@@ -20317,14 +20317,14 @@ if test -n "$PK_BROWSER_PLUGIN_LIBS"; th
-  elif test -n "$PKG_CONFIG"; then
-     if test -n "$PKG_CONFIG" && \
-     { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists 
--print-errors \"\\
--                        mozilla-plugin >= 8.0 \\
-+                        npapi-sdk     \\
-                         gio-unix-2.0          \\
-                         nspr >= 4.8           \\
-                         cairo                 \\
-                         pango                 \\
-                         gtk+-2.0 >= 2.14.0\""; } >&5
-   ($PKG_CONFIG --exists --print-errors "\
--                        mozilla-plugin >= 8.0 \
-+                        npapi-sdk     \
-                         gio-unix-2.0          \
-                         nspr >= 4.8           \
-                         cairo                 \
-@@ -20334,7 +20334,7 @@ if test -n "$PK_BROWSER_PLUGIN_LIBS"; th
-   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-   test $ac_status = 0; }; then
-   pkg_cv_PK_BROWSER_PLUGIN_LIBS=`$PKG_CONFIG --libs "\
--                        mozilla-plugin >= 8.0 \
-+                        npapi-sdk     \
-                         gio-unix-2.0          \
-                         nspr >= 4.8           \
-                         cairo                 \
-@@ -20360,7 +20360,7 @@ else
- fi
-         if test $_pkg_short_errors_supported = yes; then
-               PK_BROWSER_PLUGIN_PKG_ERRORS=`$PKG_CONFIG --short-errors 
--print-errors "\
--                        mozilla-plugin >= 8.0 \
-+                        npapi-sdk     \
-                         gio-unix-2.0          \
-                         nspr >= 4.8           \
-                         cairo                 \
-@@ -20368,7 +20368,7 @@ fi
-                         gtk+-2.0 >= 2.14.0" 2>&1`
-         else
-               PK_BROWSER_PLUGIN_PKG_ERRORS=`$PKG_CONFIG --print-errors "\
--                        mozilla-plugin >= 8.0 \
-+                        npapi-sdk     \
-                         gio-unix-2.0          \
-                         nspr >= 4.8           \
-                         cairo                 \

Reply via email to