summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2010-03-13 11:14:57 +0000
committerPacho Ramos <pacho@gentoo.org>2010-03-13 11:14:57 +0000
commit47752baf10241987b33793fa827ef056a95d7e74 (patch)
treebb2d31a1ec80d538c3f41e3c025eab5e853121f5 /www-client
parentx86 stable wrt bug #308827 (diff)
downloadgentoo-2-47752baf10241987b33793fa827ef056a95d7e74.tar.gz
gentoo-2-47752baf10241987b33793fa827ef056a95d7e74.tar.bz2
gentoo-2-47752baf10241987b33793fa827ef056a95d7e74.zip
Disable greasemonkey until it's ported, see bug 295046
(Portage version: 2.1.7.17/cvs/Linux x86_64)
Diffstat (limited to 'www-client')
-rw-r--r--www-client/epiphany-extensions/ChangeLog9
-rw-r--r--www-client/epiphany-extensions/epiphany-extensions-2.28.1-r2.ebuild (renamed from www-client/epiphany-extensions/epiphany-extensions-2.28.1-r1.ebuild)11
-rw-r--r--www-client/epiphany-extensions/epiphany-extensions-2.28.1.ebuild68
3 files changed, 14 insertions, 74 deletions
diff --git a/www-client/epiphany-extensions/ChangeLog b/www-client/epiphany-extensions/ChangeLog
index f0e469ced81e..d99b31e2c112 100644
--- a/www-client/epiphany-extensions/ChangeLog
+++ b/www-client/epiphany-extensions/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for www-client/epiphany-extensions
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany-extensions/ChangeLog,v 1.121 2010/03/12 11:07:42 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany-extensions/ChangeLog,v 1.122 2010/03/13 11:14:57 pacho Exp $
+
+*epiphany-extensions-2.28.1-r2 (13 Mar 2010)
+
+ 13 Mar 2010; Pacho Ramos <pacho@gentoo.org>
+ -epiphany-extensions-2.28.1.ebuild, -epiphany-extensions-2.28.1-r1.ebuild,
+ +epiphany-extensions-2.28.1-r2.ebuild:
+ Disable greasemonkey until it's ported, see bug 295046
*epiphany-extensions-2.26.1-r1 (12 Mar 2010)
diff --git a/www-client/epiphany-extensions/epiphany-extensions-2.28.1-r1.ebuild b/www-client/epiphany-extensions/epiphany-extensions-2.28.1-r2.ebuild
index fe9c6a8f0608..440bb2eec8ce 100644
--- a/www-client/epiphany-extensions/epiphany-extensions-2.28.1-r1.ebuild
+++ b/www-client/epiphany-extensions/epiphany-extensions-2.28.1-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany-extensions/epiphany-extensions-2.28.1-r1.ebuild,v 1.1 2010/01/02 20:33:54 mrpouet Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany-extensions/epiphany-extensions-2.28.1-r2.ebuild,v 1.1 2010/03/13 11:14:57 pacho Exp $
EAPI="2"
@@ -14,7 +14,7 @@ HOMEPAGE="http://www.gnome.org/projects/epiphany/extensions.html"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="dbus examples pcre"
+IUSE="dbus examples"
RDEPEND=">=www-client/epiphany-${MY_MAJORV}
app-text/opensp
@@ -25,8 +25,8 @@ RDEPEND=">=www-client/epiphany-${MY_MAJORV}
>=gnome-base/libglade-2
>=net-libs/webkit-gtk-1.1
- dbus? ( >=dev-libs/dbus-glib-0.34 )
- pcre? ( >=dev-libs/libpcre-3.9-r2 )"
+ dbus? ( >=dev-libs/dbus-glib-0.34 )"
+# pcre? ( >=dev-libs/libpcre-3.9-r2 )"
DEPEND="${RDEPEND}
>=dev-util/intltool-0.40
>=dev-util/pkgconfig-0.20
@@ -42,6 +42,7 @@ DOCS="AUTHORS ChangeLog HACKING NEWS README"
# FIXME: - gestures ( https://bugzilla.gnome.org/show_bug.cgi?id=563099 )
# FIXME: - session-saver ( https://bugzilla.gnome.org/show_bug.cgi?id=316245 )
# FIXME: - sidebar: hangs ( https://bugzilla.gnome.org/show_bug.cgi?id=594481 )
+# FIXME: - greasemonkey ( https://bugzilla.gnome.org/show_bug.cgi?id=598434 )
pkg_setup() {
local extensions=""
@@ -53,7 +54,7 @@ pkg_setup() {
smart-bookmarks soup-fly tab-groups tab-states"
use dbus && extensions="${extensions} rss"
- use pcre && extensions="${extensions} greasemonkey"
+# use pcre && extensions="${extensions} greasemonkey"
use examples && extensions="${extensions} sample"
diff --git a/www-client/epiphany-extensions/epiphany-extensions-2.28.1.ebuild b/www-client/epiphany-extensions/epiphany-extensions-2.28.1.ebuild
deleted file mode 100644
index cf98fab89393..000000000000
--- a/www-client/epiphany-extensions/epiphany-extensions-2.28.1.ebuild
+++ /dev/null
@@ -1,68 +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-extensions/epiphany-extensions-2.28.1.ebuild,v 1.1 2009/10/29 21:40:50 eva Exp $
-
-EAPI="2"
-
-inherit gnome2 versionator
-
-MY_MAJORV=$(get_version_component_range 1-2)
-
-DESCRIPTION="Extensions for the Epiphany web browser"
-HOMEPAGE="http://www.gnome.org/projects/epiphany/extensions.html"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="dbus examples pcre"
-
-RDEPEND=">=www-client/epiphany-${MY_MAJORV}
- app-text/opensp
- >=dev-libs/glib-2.15.5
- >=gnome-base/gconf-2.0
- >=dev-libs/libxml2-2.6
- >=x11-libs/gtk+-2.12.0
- >=gnome-base/libglade-2
- >=net-libs/webkit-gtk-1.1
-
- dbus? ( >=dev-libs/dbus-glib-0.34 )
- pcre? ( >=dev-libs/libpcre-3.9-r2 )"
-DEPEND="${RDEPEND}
- >=dev-util/intltool-0.40
- >=dev-util/pkgconfig-0.20
- >=app-text/gnome-doc-utils-0.3.2"
-# eautoreconf dependencies:
-# gnome-base/gnome-common
-
-DOCS="AUTHORS ChangeLog HACKING NEWS README"
-
-# FIXME: Open security issues:
-# FIXME: - adblock ( https://bugzilla.gnome.org/show_bug.cgi?id=595255 )
-# FIXME: broken extensions:
-# FIXME: - gestures ( https://bugzilla.gnome.org/show_bug.cgi?id=563099 )
-# FIXME: - session-saver ( https://bugzilla.gnome.org/show_bug.cgi?id=316245 )
-# FIXME: - sidebar: hangs ( https://bugzilla.gnome.org/show_bug.cgi?id=594481 )
-
-pkg_setup() {
- local extensions=""
-
- extensions="actions auto-reload auto-scroller certificates \
- error-viewer extensions-manager-ui \
- java-console livehttpheaders page-info permissions \
- push-scroller select-stylesheet \
- smart-bookmarks soup-fly tab-groups tab-states"
- use dbus && extensions="${extensions} rss"
-
- use pcre && extensions="${extensions} greasemonkey"
-
- use examples && extensions="${extensions} sample"
-
- G2CONF="${G2CONF}
- --disable-maintainer-mode
- --with-extensions=$(echo "${extensions}" | sed -e 's/[[:space:]]\+/,/g')"
-}
-
-src_install() {
- gnome2_src_install
- find "${D}" -name "*.la" -delete || die "remove of la files failed"
-}