app-admin/packagekit-base: remove unused patches
authorMichael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com>
Tue, 28 Jun 2016 20:22:31 +0000 (22:22 +0200)
committerPatrice Clement <monsieurp@gentoo.org>
Wed, 29 Jun 2016 07:12:54 +0000 (07:12 +0000)
Closes: https://github.com/gentoo/gentoo/pull/1788

Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
app-admin/packagekit-base/files/packagekit-base-0.7.x-npapi-api-change.patch [deleted file]
app-admin/packagekit-base/files/packagekit-base-0.7.x-npapi-sdk.patch [deleted file]

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 (file)
index 5c96e51..0000000
+++ /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 (file)
index c3e034d..0000000
+++ /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                 \