* [gentoo-commits] gentoo-x86 commit in www-client/epiphany: ChangeLog epiphany-2.22.1.1.ebuild epiphany-2.22.2.ebuild
@ 2008-06-02 22:57 Mart Raudsepp (leio)
0 siblings, 0 replies; only message in thread
From: Mart Raudsepp (leio) @ 2008-06-02 22:57 UTC (permalink / raw
To: gentoo-commits
leio 08/06/02 22:57:10
Modified: ChangeLog epiphany-2.22.1.1.ebuild
epiphany-2.22.2.ebuild
Log:
Fix deps to net-libs/xulrunner-1.8 or www-client/mozilla-firefox-2 - the configure options passed wanted =xul-1.8 anyway; a future revision will be made to work with xul-1.9
(Portage version: 2.1.5.2)
Revision Changes Path
1.158 www-client/epiphany/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/epiphany/ChangeLog?rev=1.158&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/epiphany/ChangeLog?rev=1.158&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/epiphany/ChangeLog?r1=1.157&r2=1.158
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-client/epiphany/ChangeLog,v
retrieving revision 1.157
retrieving revision 1.158
diff -u -r1.157 -r1.158
--- ChangeLog 31 May 2008 14:27:12 -0000 1.157
+++ ChangeLog 2 Jun 2008 22:57:09 -0000 1.158
@@ -1,6 +1,12 @@
# ChangeLog for www-client/epiphany
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany/ChangeLog,v 1.157 2008/05/31 14:27:12 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany/ChangeLog,v 1.158 2008/06/02 22:57:09 leio Exp $
+
+ 02 Jun 2008; Mart Raudsepp <leio@gentoo.org> epiphany-2.22.1.1.ebuild,
+ epiphany-2.22.2.ebuild:
+ Fix deps to net-libs/xulrunner-1.8 or www-client/mozilla-firefox-2 - the
+ configure options passed wanted =xul-1.8 anyway; a future revision will be
+ made to work with xul-1.9
*epiphany-2.22.2 (31 May 2008)
1.2 www-client/epiphany/epiphany-2.22.1.1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/epiphany/epiphany-2.22.1.1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/epiphany/epiphany-2.22.1.1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/epiphany/epiphany-2.22.1.1.ebuild?r1=1.1&r2=1.2
Index: epiphany-2.22.1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-client/epiphany/epiphany-2.22.1.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- epiphany-2.22.1.1.ebuild 10 Apr 2008 22:36:50 -0000 1.1
+++ epiphany-2.22.1.1.ebuild 2 Jun 2008 22:57:09 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany/epiphany-2.22.1.1.ebuild,v 1.1 2008/04/10 22:36:50 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany/epiphany-2.22.1.1.ebuild,v 1.2 2008/06/02 22:57:09 leio Exp $
inherit gnome2 eutils multilib
@@ -12,9 +12,10 @@
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE="avahi doc networkmanager python spell xulrunner"
-# FIXME: add webkit/gecko switch possibility
-# dang: *after* webkit actually works.
-# this release should work with xulrunner 1.9 so not slotting right now
+# This release should work with xulrunner 1.9, but this revision is a
+# stable candidate, so stick with 1.8 here.
+# xulrunner-1.9 can be achieved via --with-engine=xulrunner, while
+# --with-engine=mozilla goes with 1.8
RDEPEND=">=dev-libs/glib-2.16.0
>=x11-libs/gtk+-2.12.0
@@ -31,8 +32,8 @@
>=app-text/iso-codes-0.35
avahi? ( >=net-dns/avahi-0.6.22 )
networkmanager? ( net-misc/networkmanager )
- !xulrunner? ( >=www-client/mozilla-firefox-1.5 )
- xulrunner? ( net-libs/xulrunner )
+ !xulrunner? ( =www-client/mozilla-firefox-2* )
+ xulrunner? ( =net-libs/xulrunner-1.8* )
python? (
>=dev-lang/python-2.3
>=dev-python/pygtk-2.7.1
1.2 www-client/epiphany/epiphany-2.22.2.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/epiphany/epiphany-2.22.2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/epiphany/epiphany-2.22.2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/epiphany/epiphany-2.22.2.ebuild?r1=1.1&r2=1.2
Index: epiphany-2.22.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-client/epiphany/epiphany-2.22.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- epiphany-2.22.2.ebuild 31 May 2008 14:27:12 -0000 1.1
+++ epiphany-2.22.2.ebuild 2 Jun 2008 22:57:09 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany/epiphany-2.22.2.ebuild,v 1.1 2008/05/31 14:27:12 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany/epiphany-2.22.2.ebuild,v 1.2 2008/06/02 22:57:09 leio Exp $
inherit gnome2 eutils multilib
@@ -12,9 +12,10 @@
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE="avahi doc networkmanager python spell xulrunner"
-# FIXME: add webkit/gecko switch possibility
-# dang: *after* webkit actually works.
-# this release should work with xulrunner 1.9 so not slotting right now
+# This release should work with xulrunner 1.9, but this revision is a
+# stable candidate, so stick with 1.8 here.
+# xulrunner-1.9 can be achieved via --with-engine=xulrunner, while
+# --with-engine=mozilla goes with 1.8
RDEPEND=">=dev-libs/glib-2.16.0
>=x11-libs/gtk+-2.12.0
@@ -31,8 +32,8 @@
>=app-text/iso-codes-0.35
avahi? ( >=net-dns/avahi-0.6.22 )
networkmanager? ( net-misc/networkmanager )
- !xulrunner? ( >=www-client/mozilla-firefox-1.5 )
- xulrunner? ( net-libs/xulrunner )
+ !xulrunner? ( =www-client/mozilla-firefox-2* )
+ xulrunner? ( =net-libs/xulrunner-1.8* )
python? (
>=dev-lang/python-2.3
>=dev-python/pygtk-2.7.1
--
gentoo-commits@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-06-02 22:57 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-02 22:57 [gentoo-commits] gentoo-x86 commit in www-client/epiphany: ChangeLog epiphany-2.22.1.1.ebuild epiphany-2.22.2.ebuild Mart Raudsepp (leio)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox