summaryrefslogtreecommitdiff
path: root/www-client/icecat/files
diff options
context:
space:
mode:
authorNick White <git@njw.me.uk>2009-10-26 08:46:35 +0000
committerNick White <git@njw.me.uk>2009-10-26 08:46:35 +0000
commita57c49d1e2245cbb98dfc47da58a539555a438a2 (patch)
tree3eafedb34a2c7729cbedd552fe55adbfcf5b4c57 /www-client/icecat/files
parent104d9e09a6579ec7c901e735d4fe13d647a7d7ca (diff)
downloadnjw-gentoo-local-a57c49d1e2245cbb98dfc47da58a539555a438a2.tar.bz2
njw-gentoo-local-a57c49d1e2245cbb98dfc47da58a539555a438a2.zip
Removed icecat ebuild (now in Gentoo tree\!)
Diffstat (limited to 'www-client/icecat/files')
-rw-r--r--www-client/icecat/files/000_flex-configure-LANG.patch41
-rw-r--r--www-client/icecat/files/firefox-default-prefs.js2
-rw-r--r--www-client/icecat/files/icon/icecat.desktop9
3 files changed, 0 insertions, 52 deletions
diff --git a/www-client/icecat/files/000_flex-configure-LANG.patch b/www-client/icecat/files/000_flex-configure-LANG.patch
deleted file mode 100644
index 6d32a85..0000000
--- a/www-client/icecat/files/000_flex-configure-LANG.patch
+++ /dev/null
@@ -1,41 +0,0 @@
-The LANG vars aren't reset early enough so when sed tries to use [a-zA-Z] in
-option parsing, it may break.
-
-http://bugs.gentoo.org/103483
-
---- configure~ 2009-07-31 20:07:25.087663220 -0500
-+++ configure 2009-07-31 20:07:37.987684452 -0500
-@@ -468,6 +468,16 @@
- infodir='${prefix}/info'
- mandir='${prefix}/man'
-
-+# NLS nuisances.
-+# Only set these to C if already set. These must not be set unconditionally
-+# because not all systems understand e.g. LANG=C (notably SCO).
-+# Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'!
-+# Non-C LC_CTYPE values break the ctype check.
-+if test "${LANG+set}" = set; then LANG=C; export LANG; fi
-+if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi
-+if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fi
-+if test "${LC_CTYPE+set}" = set; then LC_CTYPE=C; export LC_CTYPE; fi
-+
- # Initialize some other variables.
- subdirs=
- MFLAGS= MAKEFLAGS=
-@@ -856,16 +866,6 @@
- esac
- done
-
--# NLS nuisances.
--# Only set these to C if already set. These must not be set unconditionally
--# because not all systems understand e.g. LANG=C (notably SCO).
--# Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'!
--# Non-C LC_CTYPE values break the ctype check.
--if test "${LANG+set}" = set; then LANG=C; export LANG; fi
--if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi
--if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fi
--if test "${LC_CTYPE+set}" = set; then LC_CTYPE=C; export LC_CTYPE; fi
--
- # confdefs.h avoids OS command line length limits that DEFS can exceed.
- rm -rf conftest* confdefs.h
- # AIX cpp loses on an empty file, so make sure it contains at least a newline.
diff --git a/www-client/icecat/files/firefox-default-prefs.js b/www-client/icecat/files/firefox-default-prefs.js
deleted file mode 100644
index f7c031e..0000000
--- a/www-client/icecat/files/firefox-default-prefs.js
+++ /dev/null
@@ -1,2 +0,0 @@
-pref("browser.tabs.tabMinWidth", 15);
-pref("browser.backspace_action", 0);
diff --git a/www-client/icecat/files/icon/icecat.desktop b/www-client/icecat/files/icon/icecat.desktop
deleted file mode 100644
index 7d38f16..0000000
--- a/www-client/icecat/files/icon/icecat.desktop
+++ /dev/null
@@ -1,9 +0,0 @@
-[Desktop Entry]
-Name=GNU IceCat
-Comment=Web Browser
-Exec=/usr/bin/icecat %U
-Icon=icecat-icon
-Terminal=false
-Type=Application
-MimeType=text/html;text/xml;application/xhtml+xml;application/vnd.mozilla.xul+xml;text/mml;
-Categories=Network;WebBrowser;