public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in www-client/epiphany: ChangeLog epiphany-2.20.3.ebuild
@ 2008-01-31 21:50 Mart Raudsepp (leio)
  0 siblings, 0 replies; 8+ messages in thread
From: Mart Raudsepp (leio) @ 2008-01-31 21:50 UTC (permalink / raw
  To: gentoo-commits

leio        08/01/31 21:50:48

  Modified:             ChangeLog epiphany-2.20.3.ebuild
  Log:
  Fix tests related to german user documentation validation
  (Portage version: 2.1.4)

Revision  Changes    Path
1.144                www-client/epiphany/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/epiphany/ChangeLog?rev=1.144&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/epiphany/ChangeLog?rev=1.144&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/epiphany/ChangeLog?r1=1.143&r2=1.144

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-client/epiphany/ChangeLog,v
retrieving revision 1.143
retrieving revision 1.144
diff -u -r1.143 -r1.144
--- ChangeLog	9 Jan 2008 22:40:48 -0000	1.143
+++ ChangeLog	31 Jan 2008 21:50:47 -0000	1.144
@@ -1,6 +1,10 @@
 # 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.143 2008/01/09 22:40:48 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany/ChangeLog,v 1.144 2008/01/31 21:50:47 leio Exp $
+
+  31 Jan 2008; Mart Raudsepp <leio@gentoo.org>
+  +files/epiphany-2.20.3-fix-de-docs-tests.patch, epiphany-2.20.3.ebuild:
+  Fix tests related to german user documentation validation
 
   09 Jan 2008; Gilles Dartiguelongue <eva@gentoo.org>
   -epiphany-2.16.3.ebuild, -epiphany-2.18.2.ebuild, -epiphany-2.20.0.ebuild:



1.2                  www-client/epiphany/epiphany-2.20.3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/epiphany/epiphany-2.20.3.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/epiphany/epiphany-2.20.3.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/epiphany/epiphany-2.20.3.ebuild?r1=1.1&r2=1.2

Index: epiphany-2.20.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-client/epiphany/epiphany-2.20.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- epiphany-2.20.3.ebuild	9 Jan 2008 22:40:48 -0000	1.1
+++ epiphany-2.20.3.ebuild	31 Jan 2008 21:50:47 -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.20.3.ebuild,v 1.1 2008/01/09 22:40:48 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany/epiphany-2.20.3.ebuild,v 1.2 2008/01/31 21:50:47 leio Exp $
 
 inherit gnome2 eutils multilib
 
@@ -63,6 +63,13 @@
 	fi
 }
 
+src_unpack()
+{
+	gnome2_src_unpack
+
+	epatch "${FILESDIR}/${P}-fix-de-docs-tests.patch"
+}
+
 src_compile() {
 	addpredict /usr/$(get_libdir)/mozilla-firefox/components/xpti.dat
 	addpredict /usr/$(get_libdir)/mozilla-firefox/components/xpti.dat.tmp



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-commits] gentoo-x86 commit in www-client/epiphany: ChangeLog epiphany-2.20.3.ebuild
@ 2008-02-01 12:15 Christian Faulhammer (opfer)
  0 siblings, 0 replies; 8+ messages in thread
From: Christian Faulhammer (opfer) @ 2008-02-01 12:15 UTC (permalink / raw
  To: gentoo-commits

opfer       08/02/01 12:15:37

  Modified:             ChangeLog epiphany-2.20.3.ebuild
  Log:
  stable x86, bug 208366
  (Portage version: 2.1.3.19, RepoMan options: --force)

Revision  Changes    Path
1.145                www-client/epiphany/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/epiphany/ChangeLog?rev=1.145&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/epiphany/ChangeLog?rev=1.145&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/epiphany/ChangeLog?r1=1.144&r2=1.145

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-client/epiphany/ChangeLog,v
retrieving revision 1.144
retrieving revision 1.145
diff -u -r1.144 -r1.145
--- ChangeLog	31 Jan 2008 21:50:47 -0000	1.144
+++ ChangeLog	1 Feb 2008 12:15:37 -0000	1.145
@@ -1,6 +1,10 @@
 # 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.144 2008/01/31 21:50:47 leio Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany/ChangeLog,v 1.145 2008/02/01 12:15:37 opfer Exp $
+
+  01 Feb 2008; Christian Faulhammer <opfer@gentoo.org>
+  epiphany-2.20.3.ebuild:
+  stable x86, bug 208366
 
   31 Jan 2008; Mart Raudsepp <leio@gentoo.org>
   +files/epiphany-2.20.3-fix-de-docs-tests.patch, epiphany-2.20.3.ebuild:



1.3                  www-client/epiphany/epiphany-2.20.3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/epiphany/epiphany-2.20.3.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/epiphany/epiphany-2.20.3.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/epiphany/epiphany-2.20.3.ebuild?r1=1.2&r2=1.3

Index: epiphany-2.20.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-client/epiphany/epiphany-2.20.3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- epiphany-2.20.3.ebuild	31 Jan 2008 21:50:47 -0000	1.2
+++ epiphany-2.20.3.ebuild	1 Feb 2008 12:15:37 -0000	1.3
@@ -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.20.3.ebuild,v 1.2 2008/01/31 21:50:47 leio Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany/epiphany-2.20.3.ebuild,v 1.3 2008/02/01 12:15:37 opfer Exp $
 
 inherit gnome2 eutils multilib
 
@@ -9,7 +9,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
 IUSE="doc networkmanager python spell xulrunner"
 
 # FIXME: add webkit/gecko switch possibility



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-commits] gentoo-x86 commit in www-client/epiphany: ChangeLog epiphany-2.20.3.ebuild
@ 2008-02-01 18:43 Brent Baude (ranger)
  0 siblings, 0 replies; 8+ messages in thread
From: Brent Baude (ranger) @ 2008-02-01 18:43 UTC (permalink / raw
  To: gentoo-commits

ranger      08/02/01 18:43:36

  Modified:             ChangeLog epiphany-2.20.3.ebuild
  Log:
  Marking epiphany-2.20.3 ppc64 stable for bug 208366
  (Portage version: 2.1.3.19)

Revision  Changes    Path
1.146                www-client/epiphany/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/epiphany/ChangeLog?rev=1.146&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/epiphany/ChangeLog?rev=1.146&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/epiphany/ChangeLog?r1=1.145&r2=1.146

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-client/epiphany/ChangeLog,v
retrieving revision 1.145
retrieving revision 1.146
diff -u -r1.145 -r1.146
--- ChangeLog	1 Feb 2008 12:15:37 -0000	1.145
+++ ChangeLog	1 Feb 2008 18:43:35 -0000	1.146
@@ -1,6 +1,9 @@
 # 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.145 2008/02/01 12:15:37 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany/ChangeLog,v 1.146 2008/02/01 18:43:35 ranger Exp $
+
+  01 Feb 2008; Brent Baude <ranger@gentoo.org> epiphany-2.20.3.ebuild:
+  Marking epiphany-2.20.3 ppc64 and ppc stable for bug 208366
 
   01 Feb 2008; Christian Faulhammer <opfer@gentoo.org>
   epiphany-2.20.3.ebuild:



1.5                  www-client/epiphany/epiphany-2.20.3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/epiphany/epiphany-2.20.3.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/epiphany/epiphany-2.20.3.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/epiphany/epiphany-2.20.3.ebuild?r1=1.4&r2=1.5

Index: epiphany-2.20.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-client/epiphany/epiphany-2.20.3.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- epiphany-2.20.3.ebuild	1 Feb 2008 17:45:49 -0000	1.4
+++ epiphany-2.20.3.ebuild	1 Feb 2008 18:43:35 -0000	1.5
@@ -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.20.3.ebuild,v 1.4 2008/02/01 17:45:49 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany/epiphany-2.20.3.ebuild,v 1.5 2008/02/01 18:43:35 ranger Exp $
 
 inherit gnome2 eutils multilib
 
@@ -9,7 +9,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ppc ~ppc64 ~sparc x86 ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd"
 IUSE="doc networkmanager python spell xulrunner"
 
 # FIXME: add webkit/gecko switch possibility



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-commits] gentoo-x86 commit in www-client/epiphany: ChangeLog epiphany-2.20.3.ebuild
@ 2008-02-02 16:05 Chris Gianelloni (wolf31o2)
  0 siblings, 0 replies; 8+ messages in thread
From: Chris Gianelloni (wolf31o2) @ 2008-02-02 16:05 UTC (permalink / raw
  To: gentoo-commits

wolf31o2    08/02/02 16:05:44

  Modified:             ChangeLog epiphany-2.20.3.ebuild
  Log:
  Stable on amd64 wrt bug #208366.
  (Portage version: 2.1.4.1)

Revision  Changes    Path
1.147                www-client/epiphany/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/epiphany/ChangeLog?rev=1.147&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/epiphany/ChangeLog?rev=1.147&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/epiphany/ChangeLog?r1=1.146&r2=1.147

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-client/epiphany/ChangeLog,v
retrieving revision 1.146
retrieving revision 1.147
diff -u -r1.146 -r1.147
--- ChangeLog	1 Feb 2008 18:43:35 -0000	1.146
+++ ChangeLog	2 Feb 2008 16:05:44 -0000	1.147
@@ -1,6 +1,10 @@
 # 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.146 2008/02/01 18:43:35 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany/ChangeLog,v 1.147 2008/02/02 16:05:44 wolf31o2 Exp $
+
+  02 Feb 2008; Chris Gianelloni <wolf31o2@gentoo.org>
+  epiphany-2.20.3.ebuild:
+  Stable on amd64 wrt bug #208366.
 
   01 Feb 2008; Brent Baude <ranger@gentoo.org> epiphany-2.20.3.ebuild:
   Marking epiphany-2.20.3 ppc64 and ppc stable for bug 208366



1.6                  www-client/epiphany/epiphany-2.20.3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/epiphany/epiphany-2.20.3.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/epiphany/epiphany-2.20.3.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/epiphany/epiphany-2.20.3.ebuild?r1=1.5&r2=1.6

Index: epiphany-2.20.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-client/epiphany/epiphany-2.20.3.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- epiphany-2.20.3.ebuild	1 Feb 2008 18:43:35 -0000	1.5
+++ epiphany-2.20.3.ebuild	2 Feb 2008 16:05:44 -0000	1.6
@@ -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.20.3.ebuild,v 1.5 2008/02/01 18:43:35 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany/epiphany-2.20.3.ebuild,v 1.6 2008/02/02 16:05:44 wolf31o2 Exp $
 
 inherit gnome2 eutils multilib
 
@@ -9,7 +9,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd"
 IUSE="doc networkmanager python spell xulrunner"
 
 # FIXME: add webkit/gecko switch possibility



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-commits] gentoo-x86 commit in www-client/epiphany: ChangeLog epiphany-2.20.3.ebuild
@ 2008-02-03 11:22 Raul Porcel (armin76)
  0 siblings, 0 replies; 8+ messages in thread
From: Raul Porcel (armin76) @ 2008-02-03 11:22 UTC (permalink / raw
  To: gentoo-commits

armin76     08/02/03 11:22:11

  Modified:             ChangeLog epiphany-2.20.3.ebuild
  Log:
  alpha/ia64/sparc stable wrt #208366
  (Portage version: 2.1.3.19)

Revision  Changes    Path
1.148                www-client/epiphany/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/epiphany/ChangeLog?rev=1.148&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/epiphany/ChangeLog?rev=1.148&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/epiphany/ChangeLog?r1=1.147&r2=1.148

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-client/epiphany/ChangeLog,v
retrieving revision 1.147
retrieving revision 1.148
diff -u -r1.147 -r1.148
--- ChangeLog	2 Feb 2008 16:05:44 -0000	1.147
+++ ChangeLog	3 Feb 2008 11:22:11 -0000	1.148
@@ -1,6 +1,9 @@
 # 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.147 2008/02/02 16:05:44 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany/ChangeLog,v 1.148 2008/02/03 11:22:11 armin76 Exp $
+
+  03 Feb 2008; Raúl Porcel <armin76@gentoo.org> epiphany-2.20.3.ebuild:
+  alpha/ia64/sparc stable wrt #208366
 
   02 Feb 2008; Chris Gianelloni <wolf31o2@gentoo.org>
   epiphany-2.20.3.ebuild:



1.7                  www-client/epiphany/epiphany-2.20.3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/epiphany/epiphany-2.20.3.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/epiphany/epiphany-2.20.3.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/epiphany/epiphany-2.20.3.ebuild?r1=1.6&r2=1.7

Index: epiphany-2.20.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-client/epiphany/epiphany-2.20.3.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- epiphany-2.20.3.ebuild	2 Feb 2008 16:05:44 -0000	1.6
+++ epiphany-2.20.3.ebuild	3 Feb 2008 11:22:11 -0000	1.7
@@ -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.20.3.ebuild,v 1.6 2008/02/02 16:05:44 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany/epiphany-2.20.3.ebuild,v 1.7 2008/02/03 11:22:11 armin76 Exp $
 
 inherit gnome2 eutils multilib
 
@@ -9,7 +9,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 ~hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd"
 IUSE="doc networkmanager python spell xulrunner"
 
 # FIXME: add webkit/gecko switch possibility



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-commits] gentoo-x86 commit in www-client/epiphany: ChangeLog epiphany-2.20.3.ebuild
@ 2008-02-04  4:08 Jeroen Roovers (jer)
  0 siblings, 0 replies; 8+ messages in thread
From: Jeroen Roovers (jer) @ 2008-02-04  4:08 UTC (permalink / raw
  To: gentoo-commits

jer         08/02/04 04:08:46

  Modified:             ChangeLog epiphany-2.20.3.ebuild
  Log:
  Stable for HPPA (bug #208366).
  (Portage version: 2.1.3.19)

Revision  Changes    Path
1.149                www-client/epiphany/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/epiphany/ChangeLog?rev=1.149&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/epiphany/ChangeLog?rev=1.149&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/epiphany/ChangeLog?r1=1.148&r2=1.149

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-client/epiphany/ChangeLog,v
retrieving revision 1.148
retrieving revision 1.149
diff -u -r1.148 -r1.149
--- ChangeLog	3 Feb 2008 11:22:11 -0000	1.148
+++ ChangeLog	4 Feb 2008 04:08:45 -0000	1.149
@@ -1,6 +1,9 @@
 # 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.148 2008/02/03 11:22:11 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany/ChangeLog,v 1.149 2008/02/04 04:08:45 jer Exp $
+
+  04 Feb 2008; Jeroen Roovers <jer@gentoo.org> epiphany-2.20.3.ebuild:
+  Stable for HPPA (bug #208366).
 
   03 Feb 2008; Raúl Porcel <armin76@gentoo.org> epiphany-2.20.3.ebuild:
   alpha/ia64/sparc stable wrt #208366



1.8                  www-client/epiphany/epiphany-2.20.3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/epiphany/epiphany-2.20.3.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/epiphany/epiphany-2.20.3.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/epiphany/epiphany-2.20.3.ebuild?r1=1.7&r2=1.8

Index: epiphany-2.20.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-client/epiphany/epiphany-2.20.3.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- epiphany-2.20.3.ebuild	3 Feb 2008 11:22:11 -0000	1.7
+++ epiphany-2.20.3.ebuild	4 Feb 2008 04:08:45 -0000	1.8
@@ -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.20.3.ebuild,v 1.7 2008/02/03 11:22:11 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany/epiphany-2.20.3.ebuild,v 1.8 2008/02/04 04:08:45 jer Exp $
 
 inherit gnome2 eutils multilib
 
@@ -9,7 +9,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 ~hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd"
 IUSE="doc networkmanager python spell xulrunner"
 
 # FIXME: add webkit/gecko switch possibility



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-commits] gentoo-x86 commit in www-client/epiphany: ChangeLog epiphany-2.20.3.ebuild
@ 2008-03-14 17:32 Raul Porcel (armin76)
  0 siblings, 0 replies; 8+ messages in thread
From: Raul Porcel (armin76) @ 2008-03-14 17:32 UTC (permalink / raw
  To: gentoo-commits

armin76     08/03/14 17:32:28

  Modified:             ChangeLog epiphany-2.20.3.ebuild
  Log:
  Fix deps on =net-libs/xulrunner-1.8* and =www-client/mozilla-firefox-2.0* wrt #213296
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.151                www-client/epiphany/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/epiphany/ChangeLog?rev=1.151&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/epiphany/ChangeLog?rev=1.151&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/epiphany/ChangeLog?r1=1.150&r2=1.151

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-client/epiphany/ChangeLog,v
retrieving revision 1.150
retrieving revision 1.151
diff -u -r1.150 -r1.151
--- ChangeLog	10 Mar 2008 21:48:02 -0000	1.150
+++ ChangeLog	14 Mar 2008 17:32:28 -0000	1.151
@@ -1,6 +1,10 @@
 # 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.150 2008/03/10 21:48:02 leio Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany/ChangeLog,v 1.151 2008/03/14 17:32:28 armin76 Exp $
+
+  14 Mar 2008; Raúl Porcel <armin76@gentoo.org> epiphany-2.20.3.ebuild:
+  Fix deps on =net-libs/xulrunner-1.8* and =www-client/mozilla-firefox-2.0*
+  wrt #213296
 
   10 Mar 2008; Mart Raudsepp <leio@gentoo.org>
   -files/epiphany-1.9.2-broken-firefox.patch, -epiphany-2.18.3.ebuild,



1.9                  www-client/epiphany/epiphany-2.20.3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/epiphany/epiphany-2.20.3.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/epiphany/epiphany-2.20.3.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/epiphany/epiphany-2.20.3.ebuild?r1=1.8&r2=1.9

Index: epiphany-2.20.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-client/epiphany/epiphany-2.20.3.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- epiphany-2.20.3.ebuild	4 Feb 2008 04:08:45 -0000	1.8
+++ epiphany-2.20.3.ebuild	14 Mar 2008 17:32:28 -0000	1.9
@@ -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.20.3.ebuild,v 1.8 2008/02/04 04:08:45 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany/epiphany-2.20.3.ebuild,v 1.9 2008/03/14 17:32:28 armin76 Exp $
 
 inherit gnome2 eutils multilib
 
@@ -29,8 +29,8 @@
 	>=gnome-base/gconf-2
 	>=app-text/iso-codes-0.35
 	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] 8+ messages in thread

* [gentoo-commits] gentoo-x86 commit in www-client/epiphany: ChangeLog epiphany-2.20.3.ebuild
@ 2008-03-17 14:03 Raul Porcel (armin76)
  0 siblings, 0 replies; 8+ messages in thread
From: Raul Porcel (armin76) @ 2008-03-17 14:03 UTC (permalink / raw
  To: gentoo-commits

armin76     08/03/17 14:03:40

  Modified:             ChangeLog epiphany-2.20.3.ebuild
  Log:
  Fix deps for net-libs/xulrunner and www-client/mozilla-firefox
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.153                www-client/epiphany/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/epiphany/ChangeLog?rev=1.153&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/epiphany/ChangeLog?rev=1.153&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/epiphany/ChangeLog?r1=1.152&r2=1.153

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-client/epiphany/ChangeLog,v
retrieving revision 1.152
retrieving revision 1.153
diff -u -r1.152 -r1.153
--- ChangeLog	14 Mar 2008 17:46:44 -0000	1.152
+++ ChangeLog	17 Mar 2008 14:03:39 -0000	1.153
@@ -1,6 +1,9 @@
 # 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.152 2008/03/14 17:46:44 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany/ChangeLog,v 1.153 2008/03/17 14:03:39 armin76 Exp $
+
+  17 Mar 2008; Raúl Porcel <armin76@gentoo.org> epiphany-2.20.3.ebuild:
+  Fix deps for net-libs/xulrunner and www-client/mozilla-firefox
 
   10 Mar 2008; Mart Raudsepp <leio@gentoo.org>
   -files/epiphany-1.9.2-broken-firefox.patch, -epiphany-2.18.3.ebuild,



1.11                 www-client/epiphany/epiphany-2.20.3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/epiphany/epiphany-2.20.3.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/epiphany/epiphany-2.20.3.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/epiphany/epiphany-2.20.3.ebuild?r1=1.10&r2=1.11

Index: epiphany-2.20.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-client/epiphany/epiphany-2.20.3.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- epiphany-2.20.3.ebuild	14 Mar 2008 17:46:44 -0000	1.10
+++ epiphany-2.20.3.ebuild	17 Mar 2008 14:03:39 -0000	1.11
@@ -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.20.3.ebuild,v 1.10 2008/03/14 17:46:44 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany/epiphany-2.20.3.ebuild,v 1.11 2008/03/17 14:03:39 armin76 Exp $
 
 inherit gnome2 eutils multilib
 
@@ -29,8 +29,8 @@
 	>=gnome-base/gconf-2
 	>=app-text/iso-codes-0.35
 	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] 8+ messages in thread

end of thread, other threads:[~2008-03-17 14:03 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-17 14:03 [gentoo-commits] gentoo-x86 commit in www-client/epiphany: ChangeLog epiphany-2.20.3.ebuild Raul Porcel (armin76)
  -- strict thread matches above, loose matches on Subject: below --
2008-03-14 17:32 Raul Porcel (armin76)
2008-02-04  4:08 Jeroen Roovers (jer)
2008-02-03 11:22 Raul Porcel (armin76)
2008-02-02 16:05 Chris Gianelloni (wolf31o2)
2008-02-01 18:43 Brent Baude (ranger)
2008-02-01 12:15 Christian Faulhammer (opfer)
2008-01-31 21:50 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