summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn N. Laliberte <allanonjl@gentoo.org>2006-07-02 19:49:47 +0000
committerJohn N. Laliberte <allanonjl@gentoo.org>2006-07-02 19:49:47 +0000
commitd20c5e15ce20703616eeea177a5b9c9497dd949d (patch)
treedce6b3f63b595fe14cc7a6e2b36044dec86d597c /www-client/epiphany-extensions/files
parentmigrate to seamonkey. require firefox if you are sparc. cleanup old versions. (diff)
downloadhistorical-d20c5e15ce20703616eeea177a5b9c9497dd949d.tar.gz
historical-d20c5e15ce20703616eeea177a5b9c9497dd949d.tar.bz2
historical-d20c5e15ce20703616eeea177a5b9c9497dd949d.zip
migrate to seamonkey. require firefox if you are sparc. cleanup old versions.
Package-Manager: portage-2.1.1_pre1-r5
Diffstat (limited to 'www-client/epiphany-extensions/files')
-rw-r--r--www-client/epiphany-extensions/files/digest-epiphany-extensions-1.6.01
-rw-r--r--www-client/epiphany-extensions/files/digest-epiphany-extensions-1.6.4-r11
-rw-r--r--www-client/epiphany-extensions/files/digest-epiphany-extensions-2.14.0.13
-rw-r--r--www-client/epiphany-extensions/files/epiphany-extensions-1.6.0-disable_bookmarks-tray_label.patch24
-rw-r--r--www-client/epiphany-extensions/files/epiphany-extensions-1.6.0-fix_includes.patch55
5 files changed, 0 insertions, 84 deletions
diff --git a/www-client/epiphany-extensions/files/digest-epiphany-extensions-1.6.0 b/www-client/epiphany-extensions/files/digest-epiphany-extensions-1.6.0
deleted file mode 100644
index c158f2186732..000000000000
--- a/www-client/epiphany-extensions/files/digest-epiphany-extensions-1.6.0
+++ /dev/null
@@ -1 +0,0 @@
-MD5 c9f6d0e6b817120e8aec671529ad5ee8 epiphany-extensions-1.6.0.tar.bz2 550293
diff --git a/www-client/epiphany-extensions/files/digest-epiphany-extensions-1.6.4-r1 b/www-client/epiphany-extensions/files/digest-epiphany-extensions-1.6.4-r1
deleted file mode 100644
index 3d8c8cdfe4d6..000000000000
--- a/www-client/epiphany-extensions/files/digest-epiphany-extensions-1.6.4-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 0bc858d08d3f3a4609367505011787d9 epiphany-extensions-1.6.4.tar.bz2 563798
diff --git a/www-client/epiphany-extensions/files/digest-epiphany-extensions-2.14.0.1 b/www-client/epiphany-extensions/files/digest-epiphany-extensions-2.14.0.1
deleted file mode 100644
index ea3fc2d895d4..000000000000
--- a/www-client/epiphany-extensions/files/digest-epiphany-extensions-2.14.0.1
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 1b8ec450167010b25bba48295b5808cf epiphany-extensions-2.14.0.1.tar.bz2 648975
-RMD160 4528e2c01691bc119a6032d2caf71e279f7b026a epiphany-extensions-2.14.0.1.tar.bz2 648975
-SHA256 597e27128e9da021f2e834c9bb6ae4f79a479b02915589dbbef3efc7d9e06d99 epiphany-extensions-2.14.0.1.tar.bz2 648975
diff --git a/www-client/epiphany-extensions/files/epiphany-extensions-1.6.0-disable_bookmarks-tray_label.patch b/www-client/epiphany-extensions/files/epiphany-extensions-1.6.0-disable_bookmarks-tray_label.patch
deleted file mode 100644
index 13c6e53cd35f..000000000000
--- a/www-client/epiphany-extensions/files/epiphany-extensions-1.6.0-disable_bookmarks-tray_label.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-diff -ru epiphany-extensions-1.6.0/extensions/bookmarks-tray/ephy-bookmarks-tray-extension.c epiphany-extensions-1.6.0-lars/extensions/bookmarks-tray/ephy-bookmarks-tray-extension.c
---- epiphany-extensions-1.6.0/extensions/bookmarks-tray/ephy-bookmarks-tray-extension.c 2005-03-03 17:14:20.000000000 +0100
-+++ epiphany-extensions-1.6.0-lars/extensions/bookmarks-tray/ephy-bookmarks-tray-extension.c 2005-03-14 15:34:19.150089723 +0100
-@@ -451,7 +451,7 @@
- {
- EphyBookmarksTrayExtensionPrivate *priv;
- GError *error = NULL;
-- GtkWidget *hbox, *image, *label;
-+ GtkWidget *hbox, *image;
-
- LOG ("EphyBookmarksTrayExtension initialising");
-
-@@ -510,10 +510,7 @@
- image = gtk_image_new_from_stock (EPHY_STOCK_BOOKMARKS, GTK_ICON_SIZE_MENU);
- gtk_box_pack_start (GTK_BOX (hbox), image, FALSE, FALSE, 0);
-
-- label = gtk_label_new (_("Bookmarks"));
-- gtk_box_pack_start (GTK_BOX (hbox), label, FALSE, FALSE, 0);
-
-- gtk_widget_show (label);
- gtk_widget_show (image);
- gtk_widget_show (hbox);
- gtk_widget_show (priv->tray_button);
-
diff --git a/www-client/epiphany-extensions/files/epiphany-extensions-1.6.0-fix_includes.patch b/www-client/epiphany-extensions/files/epiphany-extensions-1.6.0-fix_includes.patch
deleted file mode 100644
index 3db044a1e04a..000000000000
--- a/www-client/epiphany-extensions/files/epiphany-extensions-1.6.0-fix_includes.patch
+++ /dev/null
@@ -1,55 +0,0 @@
---- extensions/error-viewer/mozilla/Makefile.in.orig 2005-03-03 12:14:37.868152392 -0600
-+++ extensions/error-viewer/mozilla/Makefile.in 2005-03-03 12:15:19.319850776 -0600
-@@ -268,7 +268,8 @@
- . \
- dom \
- jsconsole \
-- necko
-+ necko \
-+ webbrwsr
-
- liberrorviewermozilla_la_CPPFLAGS = \
- -I.. \
---- extensions/page-info/mozilla/Makefile.in.orig 2005-03-03 12:16:12.080829888 -0600
-+++ extensions/page-info/mozilla/Makefile.in 2005-03-03 12:16:31.671851600 -0600
-@@ -261,6 +261,7 @@
- dom \
- layout \
- nkcache \
-+ pref \
- necko \
- uconv \
- webbrwsr
---- extensions/select-stylesheet/mozilla/Makefile.in.orig 2005-03-03 12:16:57.218967848 -0600
-+++ extensions/select-stylesheet/mozilla/Makefile.in 2005-03-03 12:17:22.043193992 -0600
-@@ -254,6 +254,7 @@
-
- mozilla_include_subdirs = \
- . \
-+ dom \
- necko \
- nkcache \
- webbrwsr
---- extensions/find/Makefile.in.orig 2005-03-03 12:17:55.856053656 -0600
-+++ extensions/find/Makefile.in 2005-03-03 12:18:38.303600648 -0600
-@@ -284,6 +284,9 @@
- content \
- docshell \
- dom \
-+ pref \
-+ typeaheadfind \
-+ webbrwsr \
- fastfind \
- find \
- xpcom
---- extensions/adblock/mozilla/Makefile.in.orig 2005-03-03 12:19:02.228963440 -0600
-+++ extensions/adblock/mozilla/Makefile.in 2005-03-03 12:19:30.570654848 -0600
-@@ -259,6 +259,8 @@
- content \
- docshell \
- dom \
-+ necko \
-+ webbrwsr \
- xpcom
-
- libadblockmozilla_la_CPPFLAGS = \