From 1c85742cfd64859f0ba74acac772032d3c07a887 Mon Sep 17 00:00:00 2001 From: Gilles Dartiguelongue Date: Mon, 19 Oct 2009 22:57:50 +0200 Subject: 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) --- www-client/epiphany/Manifest | 5 +- www-client/epiphany/epiphany-2.28.0.ebuild | 64 ---------------------- www-client/epiphany/epiphany-2.28.1.ebuild | 59 ++++++++++++++++++++ .../files/epiphany-parallel-build-fix.patch | 21 ------- 4 files changed, 61 insertions(+), 88 deletions(-) delete mode 100644 www-client/epiphany/epiphany-2.28.0.ebuild create mode 100644 www-client/epiphany/epiphany-2.28.1.ebuild delete mode 100644 www-client/epiphany/files/epiphany-parallel-build-fix.patch (limited to 'www-client/epiphany') 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.0.ebuild deleted file mode 100644 index 6998b6ad..00000000 --- a/www-client/epiphany/epiphany-2.28.0.ebuild +++ /dev/null @@ -1,64 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany/epiphany-2.22.3-r10.ebuild,v 1.1 2008/07/06 11:19:35 eva Exp $ - -EAPI="2" - -inherit autotools eutils gnome2 - -DESCRIPTION="GNOME webbrowser based on Webkit" -HOMEPAGE="http://www.gnome.org/projects/epiphany/" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="avahi doc introspection networkmanager +nss test" - -# TODO: add seed support -RDEPEND=">=dev-libs/glib-2.19.7 - >=x11-libs/gtk+-2.16 - >=dev-libs/libxml2-2.6.12 - >=dev-libs/libxslt-1.1.7 - >=x11-libs/startup-notification-0.5 - >=x11-libs/libnotify-0.4 - >=dev-libs/dbus-glib-0.71 - >=gnome-base/gconf-2 - >=app-text/iso-codes-0.35 - >=net-libs/webkit-gtk-1.1.15 - >=net-libs/libsoup-2.27.91[gnome] - >=gnome-base/gnome-keyring-2.26.0 - - x11-libs/libICE - x11-libs/libSM - - nss? ( dev-libs/nss ) - avahi? ( >=net-dns/avahi-0.6.22 ) - networkmanager? ( net-misc/networkmanager ) - introspection? ( >=dev-libs/gobject-introspection-0.6.2 ) - x11-themes/gnome-icon-theme" -DEPEND="${RDEPEND} - app-text/scrollkeeper - >=dev-util/pkgconfig-0.9 - >=dev-util/intltool-0.40 - >=app-text/gnome-doc-utils-0.3.2 - gnome-base/gnome-common - doc? ( >=dev-util/gtk-doc-1 )" - -DOCS="AUTHORS ChangeLog* HACKING MAINTAINERS NEWS README TODO" - -src_prepare() { - epatch ${FILESDIR}/${PN}-parallel-build-fix.patch - eautoreconf -} - -pkg_setup() { - G2CONF="${G2CONF} - --disable-scrollkeeper - --disable-maintainer-mode - --with-distributor-name=Gentoo - $(use_enable avahi zeroconf) - $(use_enable introspection) - $(use_enable networkmanager network-manager) - $(use_enable nss) - $(use_enable test tests)" -} diff --git a/www-client/epiphany/epiphany-2.28.1.ebuild b/www-client/epiphany/epiphany-2.28.1.ebuild new file mode 100644 index 00000000..1d965349 --- /dev/null +++ b/www-client/epiphany/epiphany-2.28.1.ebuild @@ -0,0 +1,59 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany/epiphany-2.22.3-r10.ebuild,v 1.1 2008/07/06 11:19:35 eva Exp $ + +EAPI="2" + +inherit gnome2 + +DESCRIPTION="GNOME webbrowser based on Webkit" +HOMEPAGE="http://www.gnome.org/projects/epiphany/" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="avahi doc introspection networkmanager +nss test" + +# TODO: add seed support +RDEPEND=">=dev-libs/glib-2.19.7 + >=x11-libs/gtk+-2.16 + >=dev-libs/libxml2-2.6.12 + >=dev-libs/libxslt-1.1.7 + >=x11-libs/startup-notification-0.5 + >=x11-libs/libnotify-0.4 + >=dev-libs/dbus-glib-0.71 + >=gnome-base/gconf-2 + >=app-text/iso-codes-0.35 + >=net-libs/webkit-gtk-1.1.15 + >=net-libs/libsoup-2.27.91[gnome] + >=gnome-base/gnome-keyring-2.26.0 + + x11-libs/libICE + x11-libs/libSM + + nss? ( dev-libs/nss ) + avahi? ( >=net-dns/avahi-0.6.22 ) + networkmanager? ( net-misc/networkmanager ) + introspection? ( >=dev-libs/gobject-introspection-0.6.2 ) + x11-themes/gnome-icon-theme" +DEPEND="${RDEPEND} + app-text/scrollkeeper + >=dev-util/pkgconfig-0.9 + >=dev-util/intltool-0.40 + >=app-text/gnome-doc-utils-0.3.2 + gnome-base/gnome-common + doc? ( >=dev-util/gtk-doc-1 )" + +DOCS="AUTHORS ChangeLog* HACKING MAINTAINERS NEWS README TODO" + +pkg_setup() { + G2CONF="${G2CONF} + --disable-scrollkeeper + --disable-maintainer-mode + --with-distributor-name=Gentoo + $(use_enable avahi zeroconf) + $(use_enable introspection) + $(use_enable networkmanager network-manager) + $(use_enable nss) + $(use_enable test tests)" +} 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 -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 -- cgit v1.2.3-65-gdbad