diff options
author | Pacho Ramos <pacho@gentoo.org> | 2010-06-13 21:09:33 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2010-06-13 21:09:33 +0000 |
commit | 7c19240c94bb2296fd3ed45e0ac133b7f9109e4a (patch) | |
tree | 6012ad772bd7583cd7837c3caae3c411428d8c5f /www-client/epiphany | |
parent | Automated update of use.local.desc (diff) | |
download | gentoo-2-7c19240c94bb2296fd3ed45e0ac133b7f9109e4a.tar.gz gentoo-2-7c19240c94bb2296fd3ed45e0ac133b7f9109e4a.tar.bz2 gentoo-2-7c19240c94bb2296fd3ed45e0ac133b7f9109e4a.zip |
Add new version for Gnome 2.30
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'www-client/epiphany')
-rw-r--r-- | www-client/epiphany/ChangeLog | 9 | ||||
-rw-r--r-- | www-client/epiphany/epiphany-2.26.3-r1.ebuild | 87 | ||||
-rw-r--r-- | www-client/epiphany/epiphany-2.26.3-r2.ebuild | 90 | ||||
-rw-r--r-- | www-client/epiphany/epiphany-2.26.3-r3.ebuild | 93 | ||||
-rw-r--r-- | www-client/epiphany/epiphany-2.30.2.ebuild | 68 |
5 files changed, 76 insertions, 271 deletions
diff --git a/www-client/epiphany/ChangeLog b/www-client/epiphany/ChangeLog index 529c9fe39bfb..3737972649d6 100644 --- a/www-client/epiphany/ChangeLog +++ b/www-client/epiphany/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for www-client/epiphany # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany/ChangeLog,v 1.241 2010/05/31 19:26:44 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany/ChangeLog,v 1.242 2010/06/13 21:09:33 pacho Exp $ + +*epiphany-2.30.2 (13 Jun 2010) + + 13 Jun 2010; Pacho Ramos <pacho@gentoo.org> -epiphany-2.26.3-r1.ebuild, + -epiphany-2.26.3-r2.ebuild, -epiphany-2.26.3-r3.ebuild, + +epiphany-2.30.2.ebuild: + Add new version for Gnome 2.30. 31 May 2010; Joseph Jezak <josejx@gentoo.org> epiphany-2.26.3-r4.ebuild: Marked ppc/ppc64 stable for bug #314025. diff --git a/www-client/epiphany/epiphany-2.26.3-r1.ebuild b/www-client/epiphany/epiphany-2.26.3-r1.ebuild deleted file mode 100644 index 483b347bca22..000000000000 --- a/www-client/epiphany/epiphany-2.26.3-r1.ebuild +++ /dev/null @@ -1,87 +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/epiphany-2.26.3-r1.ebuild,v 1.7 2009/11/28 18:55:16 armin76 Exp $ - -EAPI="2" - -inherit gnome2 eutils multilib autotools - -DESCRIPTION="GNOME webbrowser based on the mozilla rendering engine" -HOMEPAGE="http://www.gnome.org/projects/epiphany/" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 ~hppa ia64 ppc ppc64 sparc x86" -IUSE="avahi doc networkmanager python spell" - -RDEPEND=">=dev-libs/glib-2.18.0 - >=x11-libs/gtk+-2.16.0 - >=dev-libs/libxml2-2.6.12 - >=dev-libs/libxslt-1.1.7 - >=gnome-base/libglade-2.3.1 - >=gnome-base/libgnome-2.14 - >=gnome-base/libgnomeui-2.14 - >=gnome-base/gnome-desktop-2.9.91 - >=x11-libs/startup-notification-0.5 - >=x11-libs/libnotify-0.4 - >=media-libs/libcanberra-0.3[gtk] - >=dev-libs/dbus-glib-0.71 - >=gnome-base/gconf-2 - >=app-text/iso-codes-0.35 - avahi? ( >=net-dns/avahi-0.6.22 ) - networkmanager? ( net-misc/networkmanager ) - =net-libs/xulrunner-1.9* - python? ( - >=dev-lang/python-2.3 - >=dev-python/pygtk-2.7.1 - >=dev-python/gnome-python-2.6 ) - spell? ( app-text/enchant ) - x11-themes/gnome-icon-theme" -DEPEND="${RDEPEND} - app-text/scrollkeeper - >=dev-util/pkgconfig-0.9 - >=dev-util/intltool-0.40 - >=app-text/gnome-doc-utils-0.3.2 - doc? ( >=dev-util/gtk-doc-1 )" - -DOCS="AUTHORS ChangeLog* HACKING MAINTAINERS NEWS README TODO" - -pkg_setup() { - G2CONF="${G2CONF} - --disable-scrollkeeper - --with-gecko=libxul-embedding - --with-distributor-name=Gentoo - --enable-canberra - $(use_enable avahi zeroconf) - $(use_enable networkmanager network-manager) - $(use_enable spell spell-checker) - $(use_enable python)" -} - -src_prepare() { - gnome2_src_prepare - - # Fix libcanberra automagic support, bug #266232 - epatch "${FILESDIR}/${PN}-2.26.1-automagic-libcanberra.patch" - - # Fix sandbox violations, bug #263585 - epatch "${FILESDIR}/${PN}-2.26-fix-sandbox-violations.patch" - - # Fix detection of system plugin, bug #279417 - epatch "${FILESDIR}/${P}-system-plugin.patch" - - # Make it libtool-1 compatible - rm -v m4/lt* m4/libtool.m4 || die "removing libtool macros failed" - - intltoolize --force --copy --automake || die "intltoolize failed" - eautoreconf -} - -src_install() { - gnome2_src_install - - # All .la files are for plugins or extensions that are dlopened. - # Upstream should pass *_la_LIBTOOLFLAGS = --tag=disable-static to drop them instead - # but gecko is a dead branch for them, so do it ourselves: - find "${D}" -name '*.la' -delete -} diff --git a/www-client/epiphany/epiphany-2.26.3-r2.ebuild b/www-client/epiphany/epiphany-2.26.3-r2.ebuild deleted file mode 100644 index 687565af028a..000000000000 --- a/www-client/epiphany/epiphany-2.26.3-r2.ebuild +++ /dev/null @@ -1,90 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany/epiphany-2.26.3-r2.ebuild,v 1.4 2010/01/18 00:49:43 jer Exp $ - -EAPI="2" - -inherit gnome2 eutils multilib autotools - -DESCRIPTION="GNOME webbrowser based on the mozilla rendering engine" -HOMEPAGE="http://www.gnome.org/projects/epiphany/" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 hppa ~ia64 ppc ~ppc64 ~sparc x86" -IUSE="avahi doc networkmanager python spell" - -RDEPEND=">=dev-libs/glib-2.18.0 - >=x11-libs/gtk+-2.16.0 - >=dev-libs/libxml2-2.6.12 - >=dev-libs/libxslt-1.1.7 - >=gnome-base/libglade-2.3.1 - >=gnome-base/libgnome-2.14 - >=gnome-base/libgnomeui-2.14 - >=gnome-base/gnome-desktop-2.9.91 - >=x11-libs/startup-notification-0.5 - >=x11-libs/libnotify-0.4 - >=media-libs/libcanberra-0.3[gtk] - >=dev-libs/dbus-glib-0.71 - >=gnome-base/gconf-2 - >=app-text/iso-codes-0.35 - avahi? ( >=net-dns/avahi-0.6.22 ) - networkmanager? ( net-misc/networkmanager ) - =net-libs/xulrunner-1.9* - python? ( - >=dev-lang/python-2.3 - >=dev-python/pygtk-2.7.1 - >=dev-python/gnome-python-2.6 ) - spell? ( app-text/enchant ) - x11-themes/gnome-icon-theme" -DEPEND="${RDEPEND} - app-text/scrollkeeper - >=dev-util/pkgconfig-0.9 - >=dev-util/intltool-0.40 - >=app-text/gnome-doc-utils-0.3.2 - doc? ( >=dev-util/gtk-doc-1 )" - -DOCS="AUTHORS ChangeLog* HACKING MAINTAINERS NEWS README TODO" - -pkg_setup() { - G2CONF="${G2CONF} - --disable-scrollkeeper - --with-gecko=libxul-embedding - --with-distributor-name=Gentoo - --enable-canberra - $(use_enable avahi zeroconf) - $(use_enable networkmanager network-manager) - $(use_enable spell spell-checker) - $(use_enable python)" -} - -src_prepare() { - gnome2_src_prepare - - # Fix libcanberra automagic support, bug #266232 - epatch "${FILESDIR}/${PN}-2.26.1-automagic-libcanberra.patch" - - # Fix sandbox violations, bug #263585 - epatch "${FILESDIR}/${PN}-2.26-fix-sandbox-violations.patch" - - # Fix detection of system plugin, bug #279417 - epatch "${FILESDIR}/${P}-system-plugin.patch" - - # Fix missing favicons of most web-sites, bug #290024 - epatch "${FILESDIR}/${P}-favicon-cache.patch" - - # Make it libtool-1 compatible - rm -v m4/lt* m4/libtool.m4 || die "removing libtool macros failed" - - intltoolize --force --copy --automake || die "intltoolize failed" - eautoreconf -} - -src_install() { - gnome2_src_install - - # All .la files are for plugins or extensions that are dlopened. - # Upstream should pass *_la_LIBTOOLFLAGS = --tag=disable-static to drop them instead - # but gecko is a dead branch for them, so do it ourselves: - find "${D}" -name '*.la' -delete -} diff --git a/www-client/epiphany/epiphany-2.26.3-r3.ebuild b/www-client/epiphany/epiphany-2.26.3-r3.ebuild deleted file mode 100644 index 0e47015fa61c..000000000000 --- a/www-client/epiphany/epiphany-2.26.3-r3.ebuild +++ /dev/null @@ -1,93 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany/epiphany-2.26.3-r3.ebuild,v 1.6 2010/04/05 15:10:30 armin76 Exp $ - -EAPI="2" - -inherit gnome2 eutils multilib autotools - -DESCRIPTION="GNOME webbrowser based on the mozilla rendering engine" -HOMEPAGE="http://www.gnome.org/projects/epiphany/" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 ~hppa ia64 ppc ppc64 sparc x86" -IUSE="avahi doc networkmanager python spell" - -RDEPEND=">=dev-libs/glib-2.18.0 - >=x11-libs/gtk+-2.16.0 - >=dev-libs/libxml2-2.6.12 - >=dev-libs/libxslt-1.1.7 - >=gnome-base/libglade-2.3.1 - >=gnome-base/libgnome-2.14 - >=gnome-base/libgnomeui-2.14 - >=gnome-base/gnome-desktop-2.9.91 - >=x11-libs/startup-notification-0.5 - >=x11-libs/libnotify-0.4 - >=media-libs/libcanberra-0.3[gtk] - >=dev-libs/dbus-glib-0.71 - >=gnome-base/gconf-2 - >=app-text/iso-codes-0.35 - avahi? ( >=net-dns/avahi-0.6.22 ) - networkmanager? ( net-misc/networkmanager ) - =net-libs/xulrunner-1.9* - python? ( - >=dev-lang/python-2.3 - >=dev-python/pygtk-2.7.1 - >=dev-python/gnome-python-2.6 ) - spell? ( app-text/enchant ) - x11-themes/gnome-icon-theme" -DEPEND="${RDEPEND} - app-text/scrollkeeper - >=dev-util/pkgconfig-0.9 - >=dev-util/intltool-0.40 - >=app-text/gnome-doc-utils-0.3.2 - doc? ( >=dev-util/gtk-doc-1 )" - -DOCS="AUTHORS ChangeLog* HACKING MAINTAINERS NEWS README TODO" - -pkg_setup() { - G2CONF="${G2CONF} - --disable-scrollkeeper - --with-gecko=libxul-embedding - --with-distributor-name=Gentoo - --enable-canberra - $(use_enable avahi zeroconf) - $(use_enable networkmanager network-manager) - $(use_enable spell spell-checker) - $(use_enable python)" -} - -src_prepare() { - gnome2_src_prepare - - # Fix libcanberra automagic support, bug #266232 - epatch "${FILESDIR}/${PN}-2.26.1-automagic-libcanberra.patch" - - # Fix sandbox violations, bug #263585 - epatch "${FILESDIR}/${PN}-2.26-fix-sandbox-violations.patch" - - # Fix detection of system plugin, bug #279417 - epatch "${FILESDIR}/${P}-system-plugin.patch" - - # Fix missing favicons of most web-sites, bug #290024 - epatch "${FILESDIR}/${P}-favicon-cache.patch" - - # Fix download location reset, bug #292867 - epatch "${FILESDIR}/${P}-revert-downloadir.patch" - - # Make it libtool-1 compatible - rm -v m4/lt* m4/libtool.m4 || die "removing libtool macros failed" - - intltoolize --force --copy --automake || die "intltoolize failed" - eautoreconf -} - -src_install() { - gnome2_src_install - - # All .la files are for plugins or extensions that are dlopened. - # Upstream should pass *_la_LIBTOOLFLAGS = --tag=disable-static to drop them instead - # but gecko is a dead branch for them, so do it ourselves: - find "${D}" -name '*.la' -delete -} diff --git a/www-client/epiphany/epiphany-2.30.2.ebuild b/www-client/epiphany/epiphany-2.30.2.ebuild new file mode 100644 index 000000000000..3a312d990c68 --- /dev/null +++ b/www-client/epiphany/epiphany-2.30.2.ebuild @@ -0,0 +1,68 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany/epiphany-2.30.2.ebuild,v 1.1 2010/06/13 21:09:33 pacho Exp $ + +EAPI="2" + +inherit eutils gnome2 + +DESCRIPTION="GNOME webbrowser based on Webkit" +HOMEPAGE="http://www.gnome.org/projects/epiphany/" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ia64 ~sparc ~x86" + +# We are not ready for introspection yet +IUSE="avahi doc networkmanager +nss test" + +# TODO: add seed support +RDEPEND=">=dev-libs/glib-2.19.7 + >=x11-libs/gtk+-2.19.5 + >=dev-libs/libxml2-2.6.12 + >=dev-libs/libxslt-1.1.7 + >=x11-libs/startup-notification-0.5 + >=x11-libs/libnotify-0.4 + >=dev-libs/dbus-glib-0.71 + >=gnome-base/gconf-2 + >=app-text/iso-codes-0.35 + >=net-libs/webkit-gtk-1.1.22 + >=net-libs/libsoup-2.29.91[gnome] + >=gnome-base/gnome-keyring-2.26.0 + + x11-libs/libICE + x11-libs/libSM + + avahi? ( >=net-dns/avahi-0.6.22 ) + networkmanager? ( net-misc/networkmanager ) + nss? ( dev-libs/nss ) + x11-themes/gnome-icon-theme" +# introspection? ( >=dev-libs/gobject-introspection-0.6.7 ) +DEPEND="${RDEPEND} + app-text/scrollkeeper + >=dev-util/pkgconfig-0.9 + >=dev-util/intltool-0.40 + >=app-text/gnome-doc-utils-0.3.2 + gnome-base/gnome-common + doc? ( >=dev-util/gtk-doc-1 )" + +DOCS="AUTHORS ChangeLog* HACKING MAINTAINERS NEWS README TODO" + +pkg_setup() { + G2CONF="${G2CONF} + --disable-introspection + --disable-scrollkeeper + --disable-maintainer-mode + --with-distributor-name=Gentoo + $(use_enable avahi zeroconf) + $(use_enable networkmanager network-manager) + $(use_enable nss) + $(use_enable test tests)" +} + +#src_compile() { + # Fix sandbox error with USE="introspection" + # https://bugs.webkit.org/show_bug.cgi?id=35471 +# addpredict "$(unset HOME; echo ~)/.local" +# emake || die "Compile failed" +#} |