diff options
author | Leonardo Boshell <leonardop@gentoo.org> | 2005-10-06 11:49:53 +0000 |
---|---|---|
committer | Leonardo Boshell <leonardop@gentoo.org> | 2005-10-06 11:49:53 +0000 |
commit | 6605671b2103baf6b06e204c0165ca1ce40034fb (patch) | |
tree | 96da3a3a949588d9cf35a1ef45aacd787b26d2bf /www-client/epiphany/files | |
parent | Properly create profile confs for eselect-compiler for multilib crosscompiler... (diff) | |
download | gentoo-2-6605671b2103baf6b06e204c0165ca1ce40034fb.tar.gz gentoo-2-6605671b2103baf6b06e204c0165ca1ce40034fb.tar.bz2 gentoo-2-6605671b2103baf6b06e204c0165ca1ce40034fb.zip |
New release: 1.8.2. Removing old ebuilds/patches.
(Portage version: 2.0.53_rc3)
Diffstat (limited to 'www-client/epiphany/files')
5 files changed, 1 insertions, 49 deletions
diff --git a/www-client/epiphany/files/digest-epiphany-1.4.8 b/www-client/epiphany/files/digest-epiphany-1.4.8 deleted file mode 100644 index 334a50376efe..000000000000 --- a/www-client/epiphany/files/digest-epiphany-1.4.8 +++ /dev/null @@ -1 +0,0 @@ -MD5 bb9bdb92c5b4a7a97029e942304a9373 epiphany-1.4.8.tar.bz2 3594408 diff --git a/www-client/epiphany/files/digest-epiphany-1.8.0 b/www-client/epiphany/files/digest-epiphany-1.8.0 deleted file mode 100644 index 31878c965225..000000000000 --- a/www-client/epiphany/files/digest-epiphany-1.8.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 297ca64ce700e90db596a50d58b68a80 epiphany-1.8.0.tar.bz2 3348813 diff --git a/www-client/epiphany/files/digest-epiphany-1.8.2 b/www-client/epiphany/files/digest-epiphany-1.8.2 new file mode 100644 index 000000000000..011a71f72a41 --- /dev/null +++ b/www-client/epiphany/files/digest-epiphany-1.8.2 @@ -0,0 +1 @@ +MD5 0a2e479816a1b2845c758e7a5d84a848 epiphany-1.8.2.tar.bz2 3354620 diff --git a/www-client/epiphany/files/epiphany-1.4.6-fix_includes.patch b/www-client/epiphany/files/epiphany-1.4.6-fix_includes.patch deleted file mode 100644 index 08f707e024d6..000000000000 --- a/www-client/epiphany/files/epiphany-1.4.6-fix_includes.patch +++ /dev/null @@ -1,19 +0,0 @@ -diff -ur epiphany-1.4.6/embed/mozilla/Makefile.in epiphany-1.4.6-patched/embed/mozilla/Makefile.in ---- epiphany-1.4.6/embed/mozilla/Makefile.in 2004-11-29 03:54:32.000000000 +0800 -+++ epiphany-1.4.6-patched/embed/mozilla/Makefile.in 2004-12-06 14:13:54.858691504 +0800 -@@ -296,6 +296,7 @@ - -I$(MOZILLA_INCLUDE_ROOT)/docshell \ - -I$(MOZILLA_INCLUDE_ROOT)/dom \ - -I$(MOZILLA_INCLUDE_ROOT)/exthandler \ -+ -I$(MOZILLA_INCLUDE_ROOT)/find \ - -I$(MOZILLA_INCLUDE_ROOT)/gfx \ - -I$(MOZILLA_INCLUDE_ROOT)/helperAppDlg \ - -I$(MOZILLA_INCLUDE_ROOT)/js -I$(MOZILLA_INCLUDE_ROOT)/history \ -@@ -307,6 +308,7 @@ - -I$(MOZILLA_INCLUDE_ROOT)/passwordmgr \ - -I$(MOZILLA_INCLUDE_ROOT)/pipboot \ - -I$(MOZILLA_INCLUDE_ROOT)/pipnss \ -+ -I$(MOZILLA_INCLUDE_ROOT)/pref \ - -I$(MOZILLA_INCLUDE_ROOT)/shistory \ - -I$(MOZILLA_INCLUDE_ROOT)/uriloader \ - -I$(MOZILLA_INCLUDE_ROOT)/uconv \ diff --git a/www-client/epiphany/files/epiphany-1.4.6-moz-nsiurip.patch b/www-client/epiphany/files/epiphany-1.4.6-moz-nsiurip.patch deleted file mode 100644 index 04fde3148e42..000000000000 --- a/www-client/epiphany/files/epiphany-1.4.6-moz-nsiurip.patch +++ /dev/null @@ -1,28 +0,0 @@ -diff -ur epiphany-1.4.6/configure epiphany-1.4.6-patched/configure ---- epiphany-1.4.6/configure 2004-11-29 03:54:24.000000000 +0800 -+++ epiphany-1.4.6-patched/configure 2004-12-20 16:15:06.608361048 +0800 -@@ -23030,8 +23030,8 @@ - cat confdefs.h >>conftest.$ac_ext - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ --#include <nsIURI.h> -- #include <nsIGlobalHistory.h> -+#include <necko/nsIURI.h> -+#include <docshell/nsIGlobalHistory.h> - #include <docshell/nsIGlobalHistory2.h> - #include <history/nsIBrowserHistory.h> - int -diff -ur epiphany-1.4.6/configure.in epiphany-1.4.6-patched/configure.in ---- epiphany-1.4.6/configure.in 2004-11-25 05:14:25.000000000 +0800 -+++ epiphany-1.4.6-patched/configure.in 2004-12-20 16:14:43.770832880 +0800 -@@ -259,8 +259,8 @@ - - AC_COMPILE_IFELSE( - [AC_LANG_PROGRAM( -- [[#include <nsIURI.h> -- #include <nsIGlobalHistory.h> -+ [[#include <necko/nsIURI.h> -+ #include <docshell/nsIGlobalHistory.h> - #include <docshell/nsIGlobalHistory2.h> - #include <history/nsIBrowserHistory.h>]], - [[nsIBrowserHistory* p; |