diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2018-06-24 17:16:27 +0200 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2018-06-24 21:17:21 +0200 |
commit | cfe86609c948f38ff2425fcb2f60396b2623101a (patch) | |
tree | 9332d47f8db8d04736daafbd5c1f3e03d2c16f6a /www-client | |
parent | www-client/epiphany: sync live ebuild (diff) | |
download | gnome-cfe86609c948f38ff2425fcb2f60396b2623101a.tar.gz gnome-cfe86609c948f38ff2425fcb2f60396b2623101a.tar.bz2 gnome-cfe86609c948f38ff2425fcb2f60396b2623101a.zip |
www-client/epiphany: drop unused patches
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Manifest-Sign-Key: 0x5A56C8CD0C13248A
Diffstat (limited to 'www-client')
-rw-r--r-- | www-client/epiphany/files/epiphany-3.14.0-missing-symbol.patch | 39 | ||||
-rw-r--r-- | www-client/epiphany/files/epiphany-3.16.0-unittest-1.patch | 30 |
2 files changed, 0 insertions, 69 deletions
diff --git a/www-client/epiphany/files/epiphany-3.14.0-missing-symbol.patch b/www-client/epiphany/files/epiphany-3.14.0-missing-symbol.patch deleted file mode 100644 index ede1a5d8..00000000 --- a/www-client/epiphany/files/epiphany-3.14.0-missing-symbol.patch +++ /dev/null @@ -1,39 +0,0 @@ -From 46540674cec3fe63f1d560591720f946770159da Mon Sep 17 00:00:00 2001 -From: Gilles Dartiguelongue <eva@gentoo.org> -Date: Tue, 22 Apr 2014 21:15:42 +0200 -Subject: [PATCH 1/3] Add missing files to webextension library - -Otherwise, results in: - -avril 22 21:09:36 kanae epiphany.desktop[32013]: Error loading module -'/usr/lib64/epiphany/3.12/web-extensions/libephywebextension.so': -/usr/lib64/epiphany/3.12/web-extensions/libephywebextension.so: -undefined symbol: ephy_profile_utils_set_migration_version ---- - embed/web-extension/Makefile.am | 3 +++ - 1 file changed, 3 insertions(+) - -diff --git a/embed/web-extension/Makefile.am b/embed/web-extension/Makefile.am -index 86b48b7..a755c89 100644 ---- a/embed/web-extension/Makefile.am -+++ b/embed/web-extension/Makefile.am -@@ -22,6 +22,8 @@ libephywebextension_la_SOURCES = \ - $(top_srcdir)/lib/ephy-file-helpers.h \ - $(top_srcdir)/lib/ephy-form-auth-data.c \ - $(top_srcdir)/lib/ephy-form-auth-data.h \ -+ $(top_srcdir)/lib/ephy-profile-utils.c \ -+ $(top_srcdir)/lib/ephy-profile-utils.h \ - $(top_srcdir)/lib/ephy-settings.c \ - $(top_srcdir)/lib/ephy-settings.h \ - $(top_srcdir)/lib/ephy-string.c \ -@@ -39,6 +41,7 @@ libephywebextension_la_CPPFLAGS = \ - libephywebextension_la_CFLAGS = \ - -DSHARE_DIR=\"$(pkgdatadir)\" \ - -DTOP_SRC_DATADIR=\"$(top_srcdir)/data\" \ -+ -DABS_TOP_BUILD_DIR=\"$(abs_top_builddir)\" \ - $(AM_CFLAGS) \ - $(WEB_EXTENSION_CFLAGS) - --- -2.1.2 - diff --git a/www-client/epiphany/files/epiphany-3.16.0-unittest-1.patch b/www-client/epiphany/files/epiphany-3.16.0-unittest-1.patch deleted file mode 100644 index baa8a421..00000000 --- a/www-client/epiphany/files/epiphany-3.16.0-unittest-1.patch +++ /dev/null @@ -1,30 +0,0 @@ -From 7ed4a68e2106480f0984703f70b7c25734803161 Mon Sep 17 00:00:00 2001 -From: Gilles Dartiguelongue <eva@gentoo.org> -Date: Sun, 10 May 2015 17:35:57 +0200 -Subject: [PATCH 2/3] Gentoo tests run in ${PORTAGE_TMPDIR} which is not - guaranteed to be /tmp - ---- - tests/ephy-file-helpers-test.c | 5 ----- - 1 file changed, 5 deletions(-) - -diff --git a/tests/ephy-file-helpers-test.c b/tests/ephy-file-helpers-test.c -index 43d0009..0fcb585 100644 ---- a/tests/ephy-file-helpers-test.c -+++ b/tests/ephy-file-helpers-test.c -@@ -89,12 +89,7 @@ test_ephy_file_helpers_init (void) - - /* Cleanup dir left behind. */ - if (keep_dir) { -- /* As a safety measure, only try recursive delete on paths -- * prefixed with /tmp. */ -- if (g_str_has_prefix (tmp_dir, "/tmp")) - g_assert (ephy_file_delete_dir_recursively (tmp_dir, NULL)); -- else -- g_warning ("INIT: dangerous path returned as tmp_dir: %s", tmp_dir); - } - - g_free (tmp_dir); --- -2.3.6 - |