summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Gryniewicz <dang@gentoo.org>2006-09-12 18:38:44 +0000
committerDaniel Gryniewicz <dang@gentoo.org>2006-09-12 18:38:44 +0000
commit351239f023f2b700c9a59da31411b69931ca2994 (patch)
tree3c0e50ea6bdfc1988081e6477768352e81887cc6 /www-client
parentStable on hppa (diff)
downloadgentoo-2-351239f023f2b700c9a59da31411b69931ca2994.tar.gz
gentoo-2-351239f023f2b700c9a59da31411b69931ca2994.tar.bz2
gentoo-2-351239f023f2b700c9a59da31411b69931ca2994.zip
epi no longer has a dbus flag; remove dbus flag here too
(Portage version: 2.1.1)
Diffstat (limited to 'www-client')
-rw-r--r--www-client/epiphany-extensions/ChangeLog6
-rw-r--r--www-client/epiphany-extensions/epiphany-extensions-2.16.0.ebuild21
2 files changed, 10 insertions, 17 deletions
diff --git a/www-client/epiphany-extensions/ChangeLog b/www-client/epiphany-extensions/ChangeLog
index 51ecfcab589f..3c021c50d094 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-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany-extensions/ChangeLog,v 1.37 2006/09/08 21:55:00 dang Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany-extensions/ChangeLog,v 1.38 2006/09/12 18:38:44 dang Exp $
+
+ 12 Sep 2006; Daniel Gryniewicz <dang@gentoo.org>
+ epiphany-extensions-2.16.0.ebuild:
+ epi no longer has a dbus flag; remove dbus flag here too
08 Sep 2006; Daniel Gryniewicz <dang@gentoo.org>
epiphany-extensions-2.16.0.ebuild:
diff --git a/www-client/epiphany-extensions/epiphany-extensions-2.16.0.ebuild b/www-client/epiphany-extensions/epiphany-extensions-2.16.0.ebuild
index 070576f9368a..a774fc04d4dd 100644
--- a/www-client/epiphany-extensions/epiphany-extensions-2.16.0.ebuild
+++ b/www-client/epiphany-extensions/epiphany-extensions-2.16.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 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.16.0.ebuild,v 1.4 2006/09/08 21:55:00 dang Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany-extensions/epiphany-extensions-2.16.0.ebuild,v 1.5 2006/09/12 18:38:44 dang Exp $
inherit eutils gnome2
@@ -10,7 +10,7 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~hppa ~ppc ~sparc ~x86"
-IUSE="dbus debug pcre python"
+IUSE="debug pcre python"
RDEPEND=">=www-client/epiphany-2.16
>=dev-libs/libxml2-2.6
@@ -20,7 +20,7 @@ RDEPEND=">=www-client/epiphany-2.16
app-text/opensp
>=www-client/mozilla-firefox-1.0.2-r1
pcre? ( >=dev-libs/libpcre-3.9-r2 )
- dbus? ( >=sys-apps/dbus-0.34 )
+ >=sys-apps/dbus-0.34
python? ( >=dev-lang/python-2.3 )"
DEPEND="${RDEPEND}
@@ -32,19 +32,8 @@ DOCS="AUTHORS ChangeLog HACKING NEWS README"
pkg_setup() {
local extensions="actions auto-reload auto-scroller certificates
error-viewer extensions-manager-ui gestures java-console livehttpheaders
- page-info permissions push-scroller sample sample-mozilla select-stylesheet
- sidebar smart-bookmarks tab-groups tab-states"
-
- if use dbus && ! built_with_use www-client/epiphany dbus; then
- ewarn
- ewarn "To enable the extensions using dbus you neet to emerge"
- ewarn "www-client/epiphany with the 'dbus' USE flag enabled as well."
- ewarn
- ewarn "Skipping for now."
- ewarn
- else
- use dbus && extensions="${extensions} rss"
- fi
+ page-info permissions push-scroller rss sample sample-mozilla
+ select-stylesheet sidebar smart-bookmarks tab-groups tab-states"
use pcre && extensions="${extensions} greasemonkey adblock"