Gentoo Archives: gentoo-commits

From: Gilles Dartiguelongue <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:master commit in: www-client/epiphany-extensions/files/, www-client/epiphany-extensions/
Date: Tue, 25 Dec 2012 23:58:26
Message-Id: 1356479877.c5b76a93d57667af51bc93db87e6480ad8a6792c.eva@gentoo
1 commit: c5b76a93d57667af51bc93db87e6480ad8a6792c
2 Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 25 23:57:57 2012 +0000
4 Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 25 23:57:57 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=c5b76a93
7
8 www-client/epiphany-extensions: moved to gx86
9
10 ---
11 .../epiphany-extensions-3.6.0.ebuild | 64 --------------------
12 .../epiphany-extensions-3.2.0-dbus-libs.patch | 29 ---------
13 2 files changed, 0 insertions(+), 93 deletions(-)
14
15 diff --git a/www-client/epiphany-extensions/epiphany-extensions-3.6.0.ebuild b/www-client/epiphany-extensions/epiphany-extensions-3.6.0.ebuild
16 deleted file mode 100644
17 index 77eb04f..0000000
18 --- a/www-client/epiphany-extensions/epiphany-extensions-3.6.0.ebuild
19 +++ /dev/null
20 @@ -1,64 +0,0 @@
21 -# Copyright 1999-2012 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Header: $
24 -
25 -EAPI="4"
26 -GCONF_DEBUG="yes"
27 -GNOME2_LA_PUNT="yes"
28 -
29 -inherit autotools eutils gnome2
30 -
31 -DESCRIPTION="Extensions for the Epiphany web browser"
32 -HOMEPAGE="http://www.gnome.org/projects/epiphany/extensions.html"
33 -
34 -LICENSE="GPL-2"
35 -SLOT="0"
36 -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
37 -IUSE="dbus examples pcre"
38 -
39 -RDEPEND=">=www-client/epiphany-3.6
40 - app-text/opensp
41 - >=dev-libs/glib-2.26.0:2
42 - >=dev-libs/libxml2-2.6:2
43 - >=x11-libs/gtk+-2.90.4:3
44 - net-libs/webkit-gtk:3
45 -
46 - dbus? (
47 - >=dev-libs/dbus-glib-0.34
48 - sys-apps/dbus )
49 - pcre? ( >=dev-libs/libpcre-3.9-r2 )
50 -"
51 -DEPEND="${RDEPEND}
52 - >=app-text/gnome-doc-utils-0.3.2
53 - >=dev-util/intltool-0.40
54 - virtual/pkgconfig
55 - gnome-base/gnome-common
56 -"
57 -# eautoreconf dependencies:
58 -# gnome-base/gnome-common
59 -
60 -src_prepare() {
61 - # https://bugzilla.gnome.org/show_bug.cgi?id=664369; needs eautoreconf
62 - epatch "${FILESDIR}/${PN}-3.2.0-dbus-libs.patch"
63 - eautoreconf
64 - gnome2_src_prepare
65 -}
66 -
67 -src_configure() {
68 - local extensions=""
69 - # XXX: Only enable default/useful extensions?
70 - extensions="actions adblock auto-reload certificates \
71 - error-viewer extensions-manager-ui gestures html5tube \
72 - java-console livehttpheaders page-info \
73 - push-scroller select-stylesheet \
74 - smart-bookmarks soup-fly tab-states"
75 - use dbus && extensions="${extensions} rss"
76 - use pcre && extensions="${extensions} greasemonkey"
77 - use examples && extensions="${extensions} sample"
78 -
79 - G2CONF="${G2CONF}
80 - --disable-schemas-compile
81 - --with-extensions=$(echo "${extensions}" | sed -e 's/[[:space:]]\+/,/g')"
82 - DOCS="AUTHORS ChangeLog HACKING NEWS README"
83 - gnome2_src_configure
84 -}
85
86 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
87 deleted file mode 100644
88 index 1737c49..0000000
89 --- a/www-client/epiphany-extensions/files/epiphany-extensions-3.2.0-dbus-libs.patch
90 +++ /dev/null
91 @@ -1,29 +0,0 @@
92 -From 2066084961b77810477b658cabbb7f6e90a17b94 Mon Sep 17 00:00:00 2001
93 -From: Alexandre Rostovtsev <tetromino@g.o>
94 -Date: Sat, 19 Nov 2011 01:01:12 -0500
95 -Subject: [PATCH] rss: add DBUS_LIBS to librssextension_la_LIBADD
96 -
97 -Otherwise, epiphany-3.2 crashes.
98 -
99 -https://bugzilla.gnome.org/show_bug.cgi?id=664369
100 ----
101 - extensions/rss/Makefile.am | 3 +++
102 - 1 files changed, 3 insertions(+), 0 deletions(-)
103 -
104 -diff --git a/extensions/rss/Makefile.am b/extensions/rss/Makefile.am
105 -index ed6962f..da669c8 100644
106 ---- a/extensions/rss/Makefile.am
107 -+++ b/extensions/rss/Makefile.am
108 -@@ -25,6 +25,9 @@ librssextension_la_LDFLAGS = \
109 - -export-symbols $(top_srcdir)/ephy-extension.symbols \
110 - $(AM_LDFLAGS)
111 -
112 -+librssextension_la_LIBADD = \
113 -+ $(DBUS_LIBS)
114 -+
115 - uidir = $(pkgdatadir)/ui
116 - ui_DATA = rss-ui.ui
117 -
118 ---
119 -1.7.8.rc3
120 -