diff options
author | Daniel Gryniewicz <dang@gentoo.org> | 2006-09-30 21:43:13 +0000 |
---|---|---|
committer | Daniel Gryniewicz <dang@gentoo.org> | 2006-09-30 21:43:13 +0000 |
commit | 82ea44d14bf5590b2af861cd413230cceac851d8 (patch) | |
tree | 5a1ee691bcc5c9c8e444dd3f439630b0f3d4a70f | |
parent | Parallelize compilation. (diff) | |
download | gentoo-2-82ea44d14bf5590b2af861cd413230cceac851d8.tar.gz gentoo-2-82ea44d14bf5590b2af861cd413230cceac851d8.tar.bz2 gentoo-2-82ea44d14bf5590b2af861cd413230cceac851d8.zip |
Remove epiphany dbus check; it doesn't have the flag any more. Bug #148633
(Portage version: 2.1.2_pre1-r3)
-rw-r--r-- | www-client/epiphany-extensions/ChangeLog | 7 | ||||
-rw-r--r-- | www-client/epiphany-extensions/epiphany-extensions-2.14.1-r1.ebuild | 13 |
2 files changed, 8 insertions, 12 deletions
diff --git a/www-client/epiphany-extensions/ChangeLog b/www-client/epiphany-extensions/ChangeLog index 3c021c50d094..17cdfec258d3 100644 --- a/www-client/epiphany-extensions/ChangeLog +++ b/www-client/epiphany-extensions/ChangeLog @@ -1,6 +1,11 @@ # 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.38 2006/09/12 18:38:44 dang Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany-extensions/ChangeLog,v 1.39 2006/09/30 21:43:13 dang Exp $ + + 30 Sep 2006; Daniel Gryniewicz <dang@gentoo.org> + -files/epiphany-extensions-2.14.0.1-adblock.patch, + -epiphany-extensions-2.14.1.ebuild, epiphany-extensions-2.14.1-r1.ebuild: + Remove epiphany dbus check; it doesn't have the flag any more. Bug #148633 12 Sep 2006; Daniel Gryniewicz <dang@gentoo.org> epiphany-extensions-2.16.0.ebuild: diff --git a/www-client/epiphany-extensions/epiphany-extensions-2.14.1-r1.ebuild b/www-client/epiphany-extensions/epiphany-extensions-2.14.1-r1.ebuild index f27d0fc83859..ad9a3a78001e 100644 --- a/www-client/epiphany-extensions/epiphany-extensions-2.14.1-r1.ebuild +++ b/www-client/epiphany-extensions/epiphany-extensions-2.14.1-r1.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.14.1-r1.ebuild,v 1.7 2006/09/03 08:03:43 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany-extensions/epiphany-extensions-2.14.1-r1.ebuild,v 1.8 2006/09/30 21:43:13 dang Exp $ inherit eutils gnome2 @@ -37,16 +37,7 @@ pkg_setup() { push-scroller sample sample-mozilla select-stylesheet sidebar smart-bookmarks \ tab-groups tab-states tabsmenu" - 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 + use dbus && extensions="${extensions} rss" use pcre && extensions="${extensions} greasemonkey adblock" |