diff options
author | 2014-03-08 11:30:02 +0000 | |
---|---|---|
committer | 2014-03-08 11:30:02 +0000 | |
commit | bc29242aaa46a5a3c259b7e0dbb38420bd3d7445 (patch) | |
tree | 38375f021cea7994af468fef002609d79dbaf2cd /www-client | |
parent | RDEPEND on libqmi subslot (if it's added in the future there), drop old (diff) | |
download | gentoo-2-bc29242aaa46a5a3c259b7e0dbb38420bd3d7445.tar.gz gentoo-2-bc29242aaa46a5a3c259b7e0dbb38420bd3d7445.tar.bz2 gentoo-2-bc29242aaa46a5a3c259b7e0dbb38420bd3d7445.zip |
Drop version not installable for a long time due being obsolete since 3.8
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'www-client')
3 files changed, 5 insertions, 94 deletions
diff --git a/www-client/epiphany-extensions/ChangeLog b/www-client/epiphany-extensions/ChangeLog index bb4041791cd6..9f768aceb706 100644 --- a/www-client/epiphany-extensions/ChangeLog +++ b/www-client/epiphany-extensions/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for www-client/epiphany-extensions # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany-extensions/ChangeLog,v 1.164 2014/02/22 22:40:45 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany-extensions/ChangeLog,v 1.165 2014/03/08 11:30:01 pacho Exp $ + + 08 Mar 2014; Pacho Ramos <pacho@gentoo.org> -epiphany-extensions-3.6.0.ebuild, + -files/epiphany-extensions-3.2.0-dbus-libs.patch: + Drop version not installable for a long time due being obsolete since 3.8 22 Feb 2014; Pacho Ramos <pacho@gentoo.org> epiphany-extensions-3.6.0.ebuild: Fix wrong commit, bug 502160 diff --git a/www-client/epiphany-extensions/epiphany-extensions-3.6.0.ebuild b/www-client/epiphany-extensions/epiphany-extensions-3.6.0.ebuild deleted file mode 100644 index 57369477f5b7..000000000000 --- a/www-client/epiphany-extensions/epiphany-extensions-3.6.0.ebuild +++ /dev/null @@ -1,64 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany-extensions/epiphany-extensions-3.6.0.ebuild,v 1.4 2014/02/22 22:40:45 pacho Exp $ - -EAPI="5" -GCONF_DEBUG="yes" -GNOME2_LA_PUNT="yes" - -inherit autotools eutils gnome2 - -DESCRIPTION="Extensions for the Epiphany web browser" -HOMEPAGE="http://www.gnome.org/projects/epiphany/extensions.html" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~x86" -IUSE="dbus examples pcre" - -RDEPEND=" - >=www-client/epiphany-3.6 - app-text/opensp - >=dev-libs/glib-2.26.0:2 - >=dev-libs/libxml2-2.6:2 - >=x11-libs/gtk+-2.90.4:3 - net-libs/webkit-gtk:3 - - dbus? ( - >=dev-libs/dbus-glib-0.34 - sys-apps/dbus ) - pcre? ( >=dev-libs/libpcre-3.9-r2 ) -" -DEPEND="${RDEPEND} - >=app-text/gnome-doc-utils-0.3.2 - >=dev-util/intltool-0.40 - virtual/pkgconfig - gnome-base/gnome-common -" -# eautoreconf dependencies: -# gnome-base/gnome-common - -src_prepare() { - # https://bugzilla.gnome.org/show_bug.cgi?id=664369; needs eautoreconf - epatch "${FILESDIR}/${PN}-3.2.0-dbus-libs.patch" - eautoreconf - gnome2_src_prepare -} - -src_configure() { - local extensions="" - # XXX: Only enable default/useful extensions? - extensions="actions adblock auto-reload certificates \ - error-viewer extensions-manager-ui gestures html5tube \ - java-console livehttpheaders page-info \ - push-scroller select-stylesheet \ - smart-bookmarks soup-fly tab-states" - use dbus && extensions="${extensions} rss" - use pcre && extensions="${extensions} greasemonkey" - use examples && extensions="${extensions} sample" - - G2CONF="${G2CONF} - --with-extensions=$(echo "${extensions}" | sed -e 's/[[:space:]]\+/,/g')" - DOCS="AUTHORS ChangeLog HACKING NEWS README" - gnome2_src_configure -} diff --git a/www-client/epiphany-extensions/files/epiphany-extensions-3.2.0-dbus-libs.patch b/www-client/epiphany-extensions/files/epiphany-extensions-3.2.0-dbus-libs.patch deleted file mode 100644 index 1737c49ea342..000000000000 --- a/www-client/epiphany-extensions/files/epiphany-extensions-3.2.0-dbus-libs.patch +++ /dev/null @@ -1,29 +0,0 @@ -From 2066084961b77810477b658cabbb7f6e90a17b94 Mon Sep 17 00:00:00 2001 -From: Alexandre Rostovtsev <tetromino@gentoo.org> -Date: Sat, 19 Nov 2011 01:01:12 -0500 -Subject: [PATCH] rss: add DBUS_LIBS to librssextension_la_LIBADD - -Otherwise, epiphany-3.2 crashes. - -https://bugzilla.gnome.org/show_bug.cgi?id=664369 ---- - extensions/rss/Makefile.am | 3 +++ - 1 files changed, 3 insertions(+), 0 deletions(-) - -diff --git a/extensions/rss/Makefile.am b/extensions/rss/Makefile.am -index ed6962f..da669c8 100644 ---- a/extensions/rss/Makefile.am -+++ b/extensions/rss/Makefile.am -@@ -25,6 +25,9 @@ librssextension_la_LDFLAGS = \ - -export-symbols $(top_srcdir)/ephy-extension.symbols \ - $(AM_LDFLAGS) - -+librssextension_la_LIBADD = \ -+ $(DBUS_LIBS) -+ - uidir = $(pkgdatadir)/ui - ui_DATA = rss-ui.ui - --- -1.7.8.rc3 - |