From c5c9134c484c5d00f1159ef26066a72daa277b28 Mon Sep 17 00:00:00 2001 From: "Michael Mair-Keimberger (asterix)" Date: Tue, 28 Jun 2016 22:22:31 +0200 Subject: app-admin/packagekit-base: remove unused patches Closes: https://github.com/gentoo/gentoo/pull/1788 Signed-off-by: Patrice Clement --- .../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(-) delete mode 100644 app-admin/packagekit-base/files/packagekit-base-0.7.x-npapi-api-change.patch delete mode 100644 app-admin/packagekit-base/files/packagekit-base-0.7.x-npapi-sdk.patch (limited to 'app-admin') 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 5c96e51a60ec..000000000000 --- 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 c3e034d75ff6..000000000000 --- 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 \ -- cgit v1.2.3