From deba8115d2c2af26df42966b91ef04ff4dd79cde Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 14 May 2020 11:09:11 +0100 Subject: gentoo resync : 14.05.2020 --- ...tification-5.4-remove-ubuntu-special-case.patch | 33 ---------------------- ...notification-dont-link-against-bsd-compat.patch | 10 ------- .../files/mail-notification-jb-gcc-format.patch | 15 ---------- 3 files changed, 58 deletions(-) delete mode 100644 mail-client/mail-notification/files/mail-notification-5.4-remove-ubuntu-special-case.patch delete mode 100644 mail-client/mail-notification/files/mail-notification-dont-link-against-bsd-compat.patch delete mode 100644 mail-client/mail-notification/files/mail-notification-jb-gcc-format.patch (limited to 'mail-client/mail-notification/files') diff --git a/mail-client/mail-notification/files/mail-notification-5.4-remove-ubuntu-special-case.patch b/mail-client/mail-notification/files/mail-notification-5.4-remove-ubuntu-special-case.patch deleted file mode 100644 index b3501c863625..000000000000 --- a/mail-client/mail-notification/files/mail-notification-5.4-remove-ubuntu-special-case.patch +++ /dev/null @@ -1,33 +0,0 @@ ---- a/jbsrc/lib/src/core/jb-feature.c.~1~ 2008-04-27 16:47:27.000000000 +0200 -+++ b/jbsrc/lib/src/core/jb-feature.c 2008-07-22 11:40:50.856886210 +0200 -@@ -164,8 +164,6 @@ - static void - gconf_configure (void) - { -- JBVariable *variable; -- - jb_require_program("gconftool-2"); - - if (! strcmp(jb_variable_get_string("gconf-config-source"), "autodetect")) -@@ -178,21 +176,6 @@ - jb_variable_set_string("gconf-config-source", config_source); - g_free(config_source); - } -- -- /* fix the default schemas dir on Ubuntu */ -- variable = jb_variable_get_variable_or_error("gconf-schemas-dir"); -- if (! variable->user_set) -- { -- static const char *ubuntu_dir = "$datadir/gconf/schemas"; -- char *expanded; -- -- expanded = jb_variable_expand(ubuntu_dir, NULL); -- -- if (g_file_test(expanded, G_FILE_TEST_IS_DIR)) -- jb_variable_set_string("gconf-schemas-dir", ubuntu_dir); -- -- g_free(expanded); -- } - } - - static void diff --git a/mail-client/mail-notification/files/mail-notification-dont-link-against-bsd-compat.patch b/mail-client/mail-notification/files/mail-notification-dont-link-against-bsd-compat.patch deleted file mode 100644 index 4f203c0179cd..000000000000 --- a/mail-client/mail-notification/files/mail-notification-dont-link-against-bsd-compat.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- a/jbsrc/jb.c.orig 2014-01-19 20:06:48.525462981 +0100 -+++ b/jbsrc/jb.c 2014-01-19 20:07:36.087934897 +0100 -@@ -425,7 +425,6 @@ - */ - jb_compile_options_add_cflags(object->compile_options, "-std=c99"); - jb_compile_options_add_cppflags(object->compile_options, "-D_BSD_SOURCE -D_POSIX_C_SOURCE=199309L"); -- jb_compile_options_add_libs(object->compile_options, "-lbsd-compat"); - } - - jb_compile_options_add_string_defines(object->compile_options, diff --git a/mail-client/mail-notification/files/mail-notification-jb-gcc-format.patch b/mail-client/mail-notification/files/mail-notification-jb-gcc-format.patch deleted file mode 100644 index c99b01eda48f..000000000000 --- a/mail-client/mail-notification/files/mail-notification-jb-gcc-format.patch +++ /dev/null @@ -1,15 +0,0 @@ -Index: epienbroek-mail-notification-eab5c13/jbsrc/lib/src/core/jb-util.c -=================================================================== ---- epienbroek-mail-notification-eab5c13.orig/jbsrc/lib/src/core/jb-util.c -+++ epienbroek-mail-notification-eab5c13/jbsrc/lib/src/core/jb-util.c -@@ -208,6 +208,10 @@ jb_message_result_string_format (const c - g_free(message); - } - -+#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ > 4) -+static void print_warning_or_error (const char *prefix, const char *format, va_list args) __attribute__ ((format(printf, 1, 0))); -+#endif -+ - static void - print_warning_or_error (const char *prefix, const char *format, va_list args) - { -- cgit v1.2.3