summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2009-10-19 22:57:50 +0200
committerGilles Dartiguelongue <eva@gentoo.org>2009-10-19 22:59:53 +0200
commit1c85742cfd64859f0ba74acac772032d3c07a887 (patch)
tree446f7811536c8528d7b6736ca0f88335eb21e389 /www-client/epiphany
parentgnome-extra/evolution-data-server: bump to 2.28.1 (diff)
downloadgnome-1c85742cfd64859f0ba74acac772032d3c07a887.tar.gz
gnome-1c85742cfd64859f0ba74acac772032d3c07a887.tar.bz2
gnome-1c85742cfd64859f0ba74acac772032d3c07a887.zip
www-client/epiphany: bump to 2.28.1
- Add back support for the "direction up" navigation (#595653) - Encode the typed URL before passing it as a query string for searching (#596717) - Improve localhost matching (#595690) - Prevents PDM from getting keyring passwords in a private session (#591395) - Workaround bug in WebKit progress notification - Use the new syntax for seed imports (#598562)
Diffstat (limited to 'www-client/epiphany')
-rw-r--r--www-client/epiphany/Manifest5
-rw-r--r--www-client/epiphany/epiphany-2.28.1.ebuild (renamed from www-client/epiphany/epiphany-2.28.0.ebuild)7
-rw-r--r--www-client/epiphany/files/epiphany-parallel-build-fix.patch21
3 files changed, 3 insertions, 30 deletions
diff --git a/www-client/epiphany/Manifest b/www-client/epiphany/Manifest
index 7bd0ebdd..e17a3677 100644
--- a/www-client/epiphany/Manifest
+++ b/www-client/epiphany/Manifest
@@ -1,3 +1,2 @@
-AUX epiphany-parallel-build-fix.patch 732 RMD160 fa1f8dcd0d82f92e017ddba87af6e3c48c7e266a SHA1 7866cdcea827f82b31e73effbb66a34ed9ecfde7 SHA256 dab2cbe2fdf640db2b8d4592f44cfe232ed4da3342416a578b8ee038cb3296a6
-DIST epiphany-2.28.0.tar.bz2 5690293 RMD160 cf897c682e210535adb55fc83d3d5dafe33ff40c SHA1 7314ef22297752199b0850127694d7f88ae83a4d SHA256 23e0379c41c378221338fb327d747f3e42b2b98cdf1512c9df7cbeab45f311ea
-EBUILD epiphany-2.28.0.ebuild 1681 RMD160 d35c5e1249d52cbe896de3edc612daeb02857663 SHA1 6104662a22f94b62930458f63ebbf1f0ccf9cb7b SHA256 2bf549a00c1b92e4c2a8044ebab8b0d81e631c33700d51b77ab97d4d2535494c
+DIST epiphany-2.28.1.tar.bz2 5693411 RMD160 c3d6a33080711ec3c25c6418aba5eb2047b73384 SHA1 e15a404e52cdf4fded6a0075f27f46c2ae2a739c SHA256 95ccdd36bc7fdf95c6085da3b76cee6467f3c9a8745541cfb09fdd8d33a1f04d
+EBUILD epiphany-2.28.1.ebuild 1581 RMD160 aa356e46d7c292ae6d11ab2eb3450148f7f3e416 SHA1 e7f24888a863562ee302e26bb0c39fa1fcf07aae SHA256 42afd4b4248f2d38308d728ceb107e39bf2dee6ab0f96cacf58a56762c69782c
diff --git a/www-client/epiphany/epiphany-2.28.0.ebuild b/www-client/epiphany/epiphany-2.28.1.ebuild
index 6998b6ad..1d965349 100644
--- a/www-client/epiphany/epiphany-2.28.0.ebuild
+++ b/www-client/epiphany/epiphany-2.28.1.ebuild
@@ -4,7 +4,7 @@
EAPI="2"
-inherit autotools eutils gnome2
+inherit gnome2
DESCRIPTION="GNOME webbrowser based on Webkit"
HOMEPAGE="http://www.gnome.org/projects/epiphany/"
@@ -46,11 +46,6 @@ DEPEND="${RDEPEND}
DOCS="AUTHORS ChangeLog* HACKING MAINTAINERS NEWS README TODO"
-src_prepare() {
- epatch ${FILESDIR}/${PN}-parallel-build-fix.patch
- eautoreconf
-}
-
pkg_setup() {
G2CONF="${G2CONF}
--disable-scrollkeeper
diff --git a/www-client/epiphany/files/epiphany-parallel-build-fix.patch b/www-client/epiphany/files/epiphany-parallel-build-fix.patch
deleted file mode 100644
index 1ed44e7f..00000000
--- a/www-client/epiphany/files/epiphany-parallel-build-fix.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-From 68bbd6ce05ee700ea1c77daae4c063ab7ae5b853 Mon Sep 17 00:00:00 2001
-From: Priit Laes <plaes@plaes.org>
-Date: Sun, 27 Sep 2009 14:02:31 +0000
-Subject: src/Makefile.am: Fix parallel-build issue when introspection enabled.
-
----
-diff --git a/src/Makefile.am b/src/Makefile.am
-index 456d63b..9b7872a 100644
---- a/src/Makefile.am
-+++ b/src/Makefile.am
-@@ -315,7 +315,7 @@ EPHY_GIR_H_FILES = \
- $(top_srcdir)/src/ephy-window.h \
- $(NULL)
-
--Epiphany-$(EPIPHANY_API_VERSION).gir: $(G_IR_SCANNER) $(EPHY_GIR_H_FILES)
-+Epiphany-$(EPIPHANY_API_VERSION).gir: $(G_IR_SCANNER) $(EPHY_GIR_H_FILES) epiphany
- $(AM_V_GEN) PKG_CONFIG_PATH=$(top_builddir)/data:$$PKG_CONFIG_PATH \
- $(G_IR_SCANNER) -v \
- --namespace Epiphany \
---
-cgit v0.8.2