summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2009-01-26 22:25:01 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2009-01-26 22:25:01 +0000
commit020f8f6669a52f71d1653a278b5f4df7386444a3 (patch)
tree85c4788310c71295b3c403e2062961dbccf37cc7 /www-client
parentBump to 5.24.3.1. Fix incorrect bit shifts. (diff)
downloadgentoo-2-020f8f6669a52f71d1653a278b5f4df7386444a3.tar.gz
gentoo-2-020f8f6669a52f71d1653a278b5f4df7386444a3.tar.bz2
gentoo-2-020f8f6669a52f71d1653a278b5f4df7386444a3.zip
Bump to 2.24.3. Check the ChangeLog for news if you can.
(Portage version: 2.2_rc22/cvs/Linux 2.6.24-gentoo-r8-mactel x86_64)
Diffstat (limited to 'www-client')
-rw-r--r--www-client/epiphany/ChangeLog11
-rw-r--r--www-client/epiphany/epiphany-2.24.0.1.ebuild78
-rw-r--r--www-client/epiphany/epiphany-2.24.3-r10.ebuild (renamed from www-client/epiphany/epiphany-2.24.1-r10.ebuild)2
-rw-r--r--www-client/epiphany/epiphany-2.24.3.ebuild (renamed from www-client/epiphany/epiphany-2.24.1.ebuild)2
4 files changed, 12 insertions, 81 deletions
diff --git a/www-client/epiphany/ChangeLog b/www-client/epiphany/ChangeLog
index b4b1dfb88ffb..6aa1435d806e 100644
--- a/www-client/epiphany/ChangeLog
+++ b/www-client/epiphany/ChangeLog
@@ -1,6 +1,15 @@
# ChangeLog for www-client/epiphany
# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany/ChangeLog,v 1.189 2009/01/10 08:27:35 remi Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany/ChangeLog,v 1.190 2009/01/26 22:25:01 eva Exp $
+
+*epiphany-2.24.3-r10 (26 Jan 2009)
+*epiphany-2.24.3 (26 Jan 2009)
+
+ 26 Jan 2009; Gilles Dartiguelongue <eva@gentoo.org>
+ -epiphany-2.24.0.1.ebuild, -epiphany-2.24.1.ebuild,
+ -epiphany-2.24.1-r10.ebuild, +epiphany-2.24.3.ebuild,
+ +epiphany-2.24.3-r10.ebuild:
+ Bump to 2.24.3. Check the ChangeLog for news if you can.
10 Jan 2009; Rémi Cardona <remi@gentoo.org> -epiphany-2.22.3.ebuild,
-epiphany-2.22.3-r10.ebuild:
diff --git a/www-client/epiphany/epiphany-2.24.0.1.ebuild b/www-client/epiphany/epiphany-2.24.0.1.ebuild
deleted file mode 100644
index 29974f2b276a..000000000000
--- a/www-client/epiphany/epiphany-2.24.0.1.ebuild
+++ /dev/null
@@ -1,78 +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.24.0.1.ebuild,v 1.5 2009/01/08 16:47:31 armin76 Exp $
-
-EAPI="1"
-inherit gnome2 eutils multilib
-
-DESCRIPTION="GNOME webbrowser based on the mozilla rendering engine"
-HOMEPAGE="http://www.gnome.org/projects/epiphany/"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc64 -sparc ~x86"
-IUSE="avahi doc networkmanager python spell"
-
-RDEPEND=">=dev-libs/glib-2.16.0
- >=x11-libs/gtk+-2.14.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
- >=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() {
- # FIXME: I'm automagic
- if ! built_with_use media-libs/libcanberra gtk; then
- eerror "You need to rebuild media-libs/libcanberra with gtk support."
- die "Rebuild media-libs/libcanberra with USE='gtk'"
- fi
-
- G2CONF="${G2CONF}
- --disable-scrollkeeper
- --with-gecko=libxul-embedding
- --enable-certificate-manager
- --with-distributor-name=Gentoo
- $(use_enable avahi zeroconf)
- $(use_enable networkmanager network-manager)
- $(use_enable spell spell-checker)
- $(use_enable python)"
-}
-
-src_compile() {
- addpredict /usr/$(get_libdir)/xulrunner-1.9/components/xpti.dat
- addpredict /usr/$(get_libdir)/xulrunner-1.9/components/xpti.dat.tmp
- addpredict /usr/$(get_libdir)/xulrunner-1.9/components/compreg.dat.tmp
-
- # Why are these write-opened per bug #228589 and bug #253043
- addpredict /usr/$(get_libdir)/mozilla/components/xpti.dat
- addpredict /usr/$(get_libdir)/mozilla/components/xpti.dat.tmp
- addpredict /usr/$(get_libdir)/mozilla/components/compreg.dat.tmp
-
- gnome2_src_compile
-}
diff --git a/www-client/epiphany/epiphany-2.24.1-r10.ebuild b/www-client/epiphany/epiphany-2.24.3-r10.ebuild
index 2f42511e72be..8f19ef822a6b 100644
--- a/www-client/epiphany/epiphany-2.24.1-r10.ebuild
+++ b/www-client/epiphany/epiphany-2.24.3-r10.ebuild
@@ -1,6 +1,6 @@
# 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.24.1-r10.ebuild,v 1.4 2009/01/08 16:47:31 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany/epiphany-2.24.3-r10.ebuild,v 1.1 2009/01/26 22:25:01 eva Exp $
EAPI="1"
diff --git a/www-client/epiphany/epiphany-2.24.1.ebuild b/www-client/epiphany/epiphany-2.24.3.ebuild
index 2729949abfb1..80498f460e47 100644
--- a/www-client/epiphany/epiphany-2.24.1.ebuild
+++ b/www-client/epiphany/epiphany-2.24.3.ebuild
@@ -1,6 +1,6 @@
# 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.24.1.ebuild,v 1.2 2009/01/03 12:47:03 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany/epiphany-2.24.3.ebuild,v 1.1 2009/01/26 22:25:01 eva Exp $
inherit gnome2 eutils multilib