summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2013-12-11 14:38:46 +0000
committerLars Wendler <polynomial-c@gentoo.org>2013-12-11 14:38:46 +0000
commit992315ccab869333ee924963800d18428ce28a82 (patch)
treee8107a77ce4412c5a76571ba07ac2d8e1350604b /www-client/seamonkey/files
parentBetter description for "custom-optimization" USE flag (diff)
downloadgentoo-2-992315ccab869333ee924963800d18428ce28a82.tar.gz
gentoo-2-992315ccab869333ee924963800d18428ce28a82.tar.bz2
gentoo-2-992315ccab869333ee924963800d18428ce28a82.zip
Better description for "custom-optimization" USE flag. Removed old versions
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x981CA6FC)
Diffstat (limited to 'www-client/seamonkey/files')
-rw-r--r--www-client/seamonkey/files/all-gentoo.js15
-rw-r--r--www-client/seamonkey/files/enigmail_mailnews_extensions_genxpi.patch19
-rw-r--r--www-client/seamonkey/files/moz24-drop-Wl-build-id.patch32
3 files changed, 0 insertions, 66 deletions
diff --git a/www-client/seamonkey/files/all-gentoo.js b/www-client/seamonkey/files/all-gentoo.js
deleted file mode 100644
index 2969dc531365..000000000000
--- a/www-client/seamonkey/files/all-gentoo.js
+++ /dev/null
@@ -1,15 +0,0 @@
-pref("browser.display.use_system_colors", true);
-pref("general.smoothScroll", true);
-pref("general.useragent.vendor", "Gentoo");
-pref("general.useragent.vendorSub", "SEAMONKEY_PVR");
-pref("update_notifications.enabled", false);
-
-pref("app.update.enabled", false);
-pref("app.update.autoInstallEnabled", false);
-pref("browser.link.open_external", 3);
-pref("general.autoScroll", false);
-pref("browser.tabs.tabMinWidth", 15);
-pref("browser.backspace_action", 0);
-pref("accessibility.typeaheadfind", true);
-pref("browser.EULA.override", true);
-pref("intl.locale.matchOS", true);
diff --git a/www-client/seamonkey/files/enigmail_mailnews_extensions_genxpi.patch b/www-client/seamonkey/files/enigmail_mailnews_extensions_genxpi.patch
deleted file mode 100644
index a945cf2be3ac..000000000000
--- a/www-client/seamonkey/files/enigmail_mailnews_extensions_genxpi.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-$OpenBSD$
-https://bugzilla.mozilla.org/show_bug.cgi?id=886095
---- mailnews/extensions/enigmail/genxpi.orig Wed Jul 3 13:21:33 2013
-+++ mailnews/extensions/enigmail/genxpi Thu Jul 11 09:33:44 2013
-@@ -78,6 +78,7 @@ fi
- subprocessDll=${libPrefix}subprocess${dllSuffix}
- spDllFile=platform/${platform}/lib/${libPrefix}subprocess-${xpcomAbi}${dllSuffix}
-
-+cp ${targetDir}/chrome.manifest ${targetDir}/chrome.manifest.save
- # Prepare chrome.manifest
- cat ${srcDir}/package/chrome.manifest | \
- sed 's/##ENIGMIMEDLL-PLACEHOLDER##/binary-component platform\/'${platform}'\/components\/'`basename ${enigDllFile}`' ABI='${platform}'/' \
-@@ -151,4 +152,5 @@ zip ${xpiFile} \
- chrome.manifest \
- install.rdf
-
--rm install.rdf chrome.manifest
-+rm install.rdf
-+mv chrome.manifest.save chrome.manifest
diff --git a/www-client/seamonkey/files/moz24-drop-Wl-build-id.patch b/www-client/seamonkey/files/moz24-drop-Wl-build-id.patch
deleted file mode 100644
index 434dd238a961..000000000000
--- a/www-client/seamonkey/files/moz24-drop-Wl-build-id.patch
+++ /dev/null
@@ -1,32 +0,0 @@
---- a/comm-esr24/mozilla/configure.in 2013-09-26 09:41:27.220542321 -0400
-+++ b/comm-esr24/mozilla/configure.in 2013-09-26 09:49:07.888550730 -0400
-@@ -1339,13 +1339,6 @@
- AC_TRY_LINK(,,AC_MSG_RESULT([yes]),
- AC_MSG_RESULT([no])
- LDFLAGS=$_SAVE_LDFLAGS)
-- AC_MSG_CHECKING([for --build-id option to ld])
-- _SAVE_LDFLAGS=$LDFLAGS
-- LDFLAGS="$LDFLAGS -Wl,--build-id"
-- AC_TRY_LINK(,,AC_MSG_RESULT([yes])
-- [NSPR_LDFLAGS="$NSPR_LDFLAGS -Wl,--build-id"],
-- AC_MSG_RESULT([no])
-- LDFLAGS=$_SAVE_LDFLAGS)
-
-
- # Check for -mssse3 on $CC
---- a/comm-esr24/mozilla/js/src/configure.in 2013-09-26 09:41:27.222542321 -0400
-+++ b/comm-esr24/mozilla/js/src/configure.in 2013-09-26 09:49:19.121550935 -0400
-@@ -1154,13 +1154,6 @@
- DSO_PIC_CFLAGS='-fPIC'
- ASFLAGS="$ASFLAGS -fPIC"
-
-- AC_MSG_CHECKING([for --build-id option to ld])
-- _SAVE_LDFLAGS=$LDFLAGS
-- LDFLAGS="$LDFLAGS -Wl,--build-id"
-- AC_TRY_LINK(,,AC_MSG_RESULT([yes]),
-- AC_MSG_RESULT([no])
-- LDFLAGS=$_SAVE_LDFLAGS)
--
- # Turn on GNU-specific warnings:
- # -Wall - turn on a lot of warnings
- # -Wpointer-arith - good to have