diff options
author | Leonardo Boshell <leonardop@gentoo.org> | 2005-07-06 05:39:17 +0000 |
---|---|---|
committer | Leonardo Boshell <leonardop@gentoo.org> | 2005-07-06 05:39:17 +0000 |
commit | eacffca51016b1f8f9157463721e580ca10bcf64 (patch) | |
tree | 161911f612e5f63007452a4d69a60a46645c53cc /www-client/epiphany-extensions | |
parent | call games_pkg_setup in pkg_setup (diff) | |
download | gentoo-2-eacffca51016b1f8f9157463721e580ca10bcf64.tar.gz gentoo-2-eacffca51016b1f8f9157463721e580ca10bcf64.tar.bz2 gentoo-2-eacffca51016b1f8f9157463721e580ca10bcf64.zip |
New release: 1.6.4. Adds support for 'static' and 'firefox' USE flags. Resolves bug #88649 in part.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'www-client/epiphany-extensions')
6 files changed, 89 insertions, 58 deletions
diff --git a/www-client/epiphany-extensions/ChangeLog b/www-client/epiphany-extensions/ChangeLog index bc6baab95389..53f479972cac 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-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany-extensions/ChangeLog,v 1.6 2005/06/09 21:15:42 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany-extensions/ChangeLog,v 1.7 2005/07/06 05:39:17 leonardop Exp $ + +*epiphany-extensions-1.6.4 (05 Jul 2005) + + 05 Jul 2005; Leonardo Boshell <leonardop@gentoo.org> + epiphany-extensions-1.6.4.ebuild: + New release. Added support for the 'static' and 'firefox' USE flags. Added + new extensions. Resolves bug #88649. 09 Jun 2005; Gustavo Zacarias <gustavoz@gentoo.org> epiphany-extensions-1.6.0.ebuild: diff --git a/www-client/epiphany-extensions/Manifest b/www-client/epiphany-extensions/Manifest index f32b190e9e56..97a66bf64995 100644 --- a/www-client/epiphany-extensions/Manifest +++ b/www-client/epiphany-extensions/Manifest @@ -1,18 +1,9 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 03ad2e6c4ab41244af1015a8bbb0b39f metadata.xml 158 -MD5 783c95f532b1485c76df82e1f11b1335 epiphany-extensions-1.4.5.ebuild 901 -MD5 82452a5693e265225e96d4222547dafa epiphany-extensions-1.6.0.ebuild 1210 MD5 83c90989c0c9dfa079d52fbab23516b8 ChangeLog 1626 +MD5 1bd5dd3dddbe0fb39e8c20198754c98a epiphany-extensions-1.6.4.ebuild 1226 +MD5 82452a5693e265225e96d4222547dafa epiphany-extensions-1.6.0.ebuild 1210 +MD5 03ad2e6c4ab41244af1015a8bbb0b39f metadata.xml 158 +MD5 aa295b6e241903aa9463847eccacea77 .epiphany-extensions-1.6.4.ebuild.swp 12288 +MD5 372d4cda16db1e3215081c3a6d513141 files/digest-epiphany-extensions-1.6.4 78 MD5 707f7a46f60ea0b7cf60bda490cdbf9e files/digest-epiphany-extensions-1.6.0 78 -MD5 01ced8c924663aef907498afafdb1167 files/digest-epiphany-extensions-1.4.5 78 MD5 cc94941ad96bbbd969542ee260c77e4c files/epiphany-extensions-1.6.0-disable_bookmarks-tray_label.patch 1034 MD5 6b4caa4057fe795d71689814affe5100 files/epiphany-extensions-1.6.0-fix_includes.patch 1412 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.1-ecc0.1.6 (GNU/Linux) - -iD8DBQFCqLGCKRy60XGEcJIRAu9hAKCrI/fmPlgdNugD8BUhKLmYIymBdgCgmvep -WgltOnsw/WaGi4fzc/mMlGo= -=5dAN ------END PGP SIGNATURE----- diff --git a/www-client/epiphany-extensions/epiphany-extensions-1.4.5.ebuild b/www-client/epiphany-extensions/epiphany-extensions-1.4.5.ebuild deleted file mode 100644 index fb2303297716..000000000000 --- a/www-client/epiphany-extensions/epiphany-extensions-1.4.5.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany-extensions/epiphany-extensions-1.4.5.ebuild,v 1.3 2005/03/23 16:19:48 seemant Exp $ - -inherit gnome2 - -DESCRIPTION="Extensions for the Epiphany web browser" -HOMEPAGE="http://www.gnome.org/projects/epiphany/extensions.html" -LICENSE="GPL-2" - -SLOT="0" -KEYWORDS="~x86" -IUSE="" - -RDEPEND=">=www-client/epiphany-1.4.6 - >=dev-libs/libxml2-2.6 - >=dev-libs/glib-2.4 - >=x11-libs/gtk+-2.4 - >=gnome-base/libglade-2 - app-text/opensp - >=www-client/mozilla-1.7" - -DEPEND="${RDEPEND} - dev-util/pkgconfig - sys-devel/gettext - >=dev-util/intltool-0.29" - -G2CONF="${G2CONF} --with-extensions=\ -certificates,\ -error-viewer,\ -gestures,\ -page-info,\ -select-stylesheet,\ -sidebar,\ -smart-bookmarks,\ -tab-groups,\ -tabsmenu" - -USE_DESTDIR="1" - -DOCS="AUTHORS NEWS README" - diff --git a/www-client/epiphany-extensions/epiphany-extensions-1.6.4.ebuild b/www-client/epiphany-extensions/epiphany-extensions-1.6.4.ebuild new file mode 100644 index 000000000000..1167c1f6ebaa --- /dev/null +++ b/www-client/epiphany-extensions/epiphany-extensions-1.6.4.ebuild @@ -0,0 +1,75 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany-extensions/epiphany-extensions-1.6.4.ebuild,v 1.1 2005/07/06 05:39:17 leonardop Exp $ + +inherit eutils gnome2 + +DESCRIPTION="Extensions for the Epiphany web browser" +HOMEPAGE="http://www.gnome.org/projects/epiphany/extensions.html" +LICENSE="GPL-2" + +SLOT="0" +KEYWORDS="~x86 ~amd64 ~sparc" +IUSE="debug firefox static" + +RDEPEND=">=www-client/epiphany-1.6 + >=dev-libs/libxml2-2.6 + >=dev-libs/glib-2.6 + >=x11-libs/gtk+-2.6 + >=gnome-base/libglade-2 + app-text/opensp + !firefox? ( >=www-client/mozilla-1.7.3 ) + firefox? ( >=www-client/mozilla-firefox-1.0.2-r1 ) + dev-libs/libpcre + >=sys-apps/dbus-0.22" + +DEPEND="${RDEPEND} + dev-util/pkgconfig + >=dev-util/intltool-0.29" + +src_unpack() { + unpack ${A} + cd ${S} + + epatch ${FILESDIR}/${PN}-1.6.0-fix_includes.patch +} + +USE_DESTDIR="1" + +DOCS="AUTHORS ChangeLog HACKING NEWS README" + +src_compile() { + local extensions="actions adblock bookmarks-tray certificates dashboard + error-viewer extensions-manager-ui gestures page-info sample sample-mozilla + select-stylesheet sidebar smart-bookmarks tab-groups tab-states tabsmenu" + + # The find extension doesn't compile against mozilla + use firefox && extensions="${extensions} find" + + if built_with_use www-client/epiphany dbus; then + extensions="${extensions} net-monitor" + else + ewarn + ewarn "In order to install the net-monitor extension, you need to" + ewarn "emerge www-client/epiphany with the 'dbus' USE flag enabled." + ewarn + ewarn "Skipping for now." + ewarn + fi + + local list_exts="" + for ext in $extensions; do + [ "x${list_exts}" != "x" ] && list_exts="${list_exts}," + list_exts="${list_exts}${ext}" + done + + G2CONF="${G2CONF} $(use_enable static) --with-extensions=${list_exts}" + + if use firefox; then + G2CONF="${G2CONF} --with-mozilla=firefox" + else + G2CONF="${G2CONF} --with-mozilla=mozilla" + fi + + gnome2_src_compile +} diff --git a/www-client/epiphany-extensions/files/digest-epiphany-extensions-1.4.5 b/www-client/epiphany-extensions/files/digest-epiphany-extensions-1.4.5 deleted file mode 100644 index 6b8d9e47a8c6..000000000000 --- a/www-client/epiphany-extensions/files/digest-epiphany-extensions-1.4.5 +++ /dev/null @@ -1 +0,0 @@ -MD5 8e7edc694283c53bec4d128527a0ecff epiphany-extensions-1.4.5.tar.bz2 470431 diff --git a/www-client/epiphany-extensions/files/digest-epiphany-extensions-1.6.4 b/www-client/epiphany-extensions/files/digest-epiphany-extensions-1.6.4 new file mode 100644 index 000000000000..3d8c8cdfe4d6 --- /dev/null +++ b/www-client/epiphany-extensions/files/digest-epiphany-extensions-1.6.4 @@ -0,0 +1 @@ +MD5 0bc858d08d3f3a4609367505011787d9 epiphany-extensions-1.6.4.tar.bz2 563798 |