summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeonardo Boshell <leonardop@gentoo.org>2005-08-26 07:44:07 +0000
committerLeonardo Boshell <leonardop@gentoo.org>2005-08-26 07:44:07 +0000
commitccc4a361d0c8c70c0bec961a3ff30ce30ddde07a (patch)
tree14e9af7f6cd9525564ef274c0b510d0e640cf6e9 /www-client/epiphany/files
parentFixed Driver list URL (diff)
downloadhistorical-ccc4a361d0c8c70c0bec961a3ff30ce30ddde07a.tar.gz
historical-ccc4a361d0c8c70c0bec961a3ff30ce30ddde07a.tar.bz2
historical-ccc4a361d0c8c70c0bec961a3ff30ce30ddde07a.zip
New release: 1.7.5
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'www-client/epiphany/files')
-rw-r--r--www-client/epiphany/files/digest-epiphany-1.7.41
-rw-r--r--www-client/epiphany/files/digest-epiphany-1.7.51
-rw-r--r--www-client/epiphany/files/epiphany-1.7.4-configure.patch28
3 files changed, 1 insertions, 29 deletions
diff --git a/www-client/epiphany/files/digest-epiphany-1.7.4 b/www-client/epiphany/files/digest-epiphany-1.7.4
deleted file mode 100644
index f170b8279b3b..000000000000
--- a/www-client/epiphany/files/digest-epiphany-1.7.4
+++ /dev/null
@@ -1 +0,0 @@
-MD5 8c500e47b377badeb91c5daf913aa9b9 epiphany-1.7.4.tar.bz2 3369525
diff --git a/www-client/epiphany/files/digest-epiphany-1.7.5 b/www-client/epiphany/files/digest-epiphany-1.7.5
new file mode 100644
index 000000000000..c3d6da0fa2b1
--- /dev/null
+++ b/www-client/epiphany/files/digest-epiphany-1.7.5
@@ -0,0 +1 @@
+MD5 d27b716603b9c36be91430c366077423 epiphany-1.7.5.tar.bz2 3345022
diff --git a/www-client/epiphany/files/epiphany-1.7.4-configure.patch b/www-client/epiphany/files/epiphany-1.7.4-configure.patch
deleted file mode 100644
index ad076a049dc6..000000000000
--- a/www-client/epiphany/files/epiphany-1.7.4-configure.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-Index: configure.ac
-===================================================================
-RCS file: /cvs/gnome/epiphany/configure.ac,v
-retrieving revision 1.102
-diff -u -u -8 -p -r1.102 configure.ac
---- configure.ac 8 Aug 2005 20:38:37 -0000 1.102
-+++ configure.ac 9 Aug 2005 19:25:22 -0000
-@@ -262,16 +262,19 @@ dnl **********************************
- dnl now tests for mozilla API variance
- dnl **********************************
-
- dnl FIXME find a m4/autoconf guru who can distill this into a nice macro
-
- CPPFLAGS="-I$MOZILLA_INCLUDE_ROOT -I$MOZILLA_INCLUDE_ROOT/pipnss `$PKG_CONFIG --cflags-only-I $MOZILLA-xpcom`"
- CXXFLAGS="$_SAVE_CXXFLAGS $AM_CXXFLAGS `$PKG_CONFIG --cflags-only-other $MOZILLA-xpcom`"
-
-+dnl gentoo headers are special :(
-+CPPFLAGS="$CPPFLAGS -I$MOZILLA_INCLUDE_ROOT/dom"
-+
- AC_MSG_CHECKING([[whether we have a gtk 2 mozilla build]])
-
- AC_RUN_IFELSE(
- [AC_LANG_SOURCE(
- [[#include <mozilla-config.h>
- #include <string.h>
- int main(void) {
- return strcmp (MOZ_DEFAULT_TOOLKIT, "gtk2") != 0;
-