public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in gnome-base/libgnomeprintui: ChangeLog libgnomeprintui-2.18.1.ebuild
@ 2007-09-17 21:42 Gilles Dartiguelongue (eva)
  0 siblings, 0 replies; 7+ messages in thread
From: Gilles Dartiguelongue (eva) @ 2007-09-17 21:42 UTC (permalink / raw
  To: gentoo-commits

eva         07/09/17 21:42:48

  Modified:             ChangeLog
  Added:                libgnomeprintui-2.18.1.ebuild
  Log:
  bump to 2.18.1
  (Portage version: 2.1.3.9)

Revision  Changes    Path
1.123                gnome-base/libgnomeprintui/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/libgnomeprintui/ChangeLog?rev=1.123&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/libgnomeprintui/ChangeLog?rev=1.123&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/libgnomeprintui/ChangeLog?r1=1.122&r2=1.123

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprintui/ChangeLog,v
retrieving revision 1.122
retrieving revision 1.123
diff -u -r1.122 -r1.123
--- ChangeLog	28 Aug 2007 19:46:16 -0000	1.122
+++ ChangeLog	17 Sep 2007 21:42:48 -0000	1.123
@@ -1,6 +1,12 @@
 # ChangeLog for gnome-base/libgnomeprintui
 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprintui/ChangeLog,v 1.122 2007/08/28 19:46:16 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprintui/ChangeLog,v 1.123 2007/09/17 21:42:48 eva Exp $
+
+*libgnomeprintui-2.18.1 (17 Sep 2007)
+
+  17 Sep 2007; Gilles Dartiguelongue <eva@gentoo.org>
+  +libgnomeprintui-2.18.1.ebuild:
+  bump to 2.18.1, L10N fixes and translation updates
 
   28 Aug 2007; Jeroen Roovers <jer@gentoo.org>
   libgnomeprintui-2.18.0.ebuild:



1.1                  gnome-base/libgnomeprintui/libgnomeprintui-2.18.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/libgnomeprintui/libgnomeprintui-2.18.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/libgnomeprintui/libgnomeprintui-2.18.1.ebuild?rev=1.1&content-type=text/plain

Index: libgnomeprintui-2.18.1.ebuild
===================================================================
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprintui/libgnomeprintui-2.18.1.ebuild,v 1.1 2007/09/17 21:42:48 eva Exp $

inherit gnome2

DESCRIPTION="User interface libraries for gnome print"
HOMEPAGE="http://www.gnome.org/"

LICENSE="GPL-2 LGPL-2.1"
SLOT="2.2"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
IUSE="doc"

RDEPEND=">=x11-libs/gtk+-2.6
	>=gnome-base/libgnomeprint-2.12.1
	>=gnome-base/libgnomecanvas-1.117
	>=x11-themes/gnome-icon-theme-1.1.92"
DEPEND="${RDEPEND}
	sys-devel/gettext
	>=dev-util/pkgconfig-0.9
	doc? ( >=dev-util/gtk-doc-1 )"

DOCS="AUTHORS ChangeLog NEWS README"



-- 
gentoo-commits@gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in gnome-base/libgnomeprintui: ChangeLog libgnomeprintui-2.18.1.ebuild
@ 2007-11-16 17:24 Samuli Suominen (drac)
  0 siblings, 0 replies; 7+ messages in thread
From: Samuli Suominen (drac) @ 2007-11-16 17:24 UTC (permalink / raw
  To: gentoo-commits

drac        07/11/16 17:24:23

  Modified:             ChangeLog libgnomeprintui-2.18.1.ebuild
  Log:
  amd64 stable wrt #199322
  (Portage version: 2.1.3.19)

Revision  Changes    Path
1.125                gnome-base/libgnomeprintui/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/libgnomeprintui/ChangeLog?rev=1.125&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/libgnomeprintui/ChangeLog?rev=1.125&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/libgnomeprintui/ChangeLog?r1=1.124&r2=1.125

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprintui/ChangeLog,v
retrieving revision 1.124
retrieving revision 1.125
diff -u -r1.124 -r1.125
--- ChangeLog	23 Sep 2007 05:39:11 -0000	1.124
+++ ChangeLog	16 Nov 2007 17:24:22 -0000	1.125
@@ -1,6 +1,10 @@
 # ChangeLog for gnome-base/libgnomeprintui
 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprintui/ChangeLog,v 1.124 2007/09/23 05:39:11 tgall Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprintui/ChangeLog,v 1.125 2007/11/16 17:24:22 drac Exp $
+
+  16 Nov 2007; Samuli Suominen <drac@gentoo.org>
+  libgnomeprintui-2.18.1.ebuild:
+  amd64 stable wrt #199322
 
   23 Sep 2007; Tom Gall <tgall@gentoo.org>
   libgnomeprintui-2.18.0.ebuild:



1.2                  gnome-base/libgnomeprintui/libgnomeprintui-2.18.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/libgnomeprintui/libgnomeprintui-2.18.1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/libgnomeprintui/libgnomeprintui-2.18.1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/libgnomeprintui/libgnomeprintui-2.18.1.ebuild?r1=1.1&r2=1.2

Index: libgnomeprintui-2.18.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprintui/libgnomeprintui-2.18.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libgnomeprintui-2.18.1.ebuild	17 Sep 2007 21:42:48 -0000	1.1
+++ libgnomeprintui-2.18.1.ebuild	16 Nov 2007 17:24:22 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprintui/libgnomeprintui-2.18.1.ebuild,v 1.1 2007/09/17 21:42:48 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprintui/libgnomeprintui-2.18.1.ebuild,v 1.2 2007/11/16 17:24:22 drac Exp $
 
 inherit gnome2
 
@@ -9,7 +9,7 @@
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="2.2"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
 IUSE="doc"
 
 RDEPEND=">=x11-libs/gtk+-2.6



-- 
gentoo-commits@gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in gnome-base/libgnomeprintui: ChangeLog libgnomeprintui-2.18.1.ebuild
@ 2007-11-17 13:24 Dawid Weglinski (cla)
  0 siblings, 0 replies; 7+ messages in thread
From: Dawid Weglinski (cla) @ 2007-11-17 13:24 UTC (permalink / raw
  To: gentoo-commits

cla         07/11/17 13:24:33

  Modified:             ChangeLog libgnomeprintui-2.18.1.ebuild
  Log:
  Stable on x86 wrt bug #199322
  (Portage version: 2.1.3.19)

Revision  Changes    Path
1.126                gnome-base/libgnomeprintui/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/libgnomeprintui/ChangeLog?rev=1.126&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/libgnomeprintui/ChangeLog?rev=1.126&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/libgnomeprintui/ChangeLog?r1=1.125&r2=1.126

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprintui/ChangeLog,v
retrieving revision 1.125
retrieving revision 1.126
diff -u -r1.125 -r1.126
--- ChangeLog	16 Nov 2007 17:24:22 -0000	1.125
+++ ChangeLog	17 Nov 2007 13:24:32 -0000	1.126
@@ -1,6 +1,10 @@
 # ChangeLog for gnome-base/libgnomeprintui
 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprintui/ChangeLog,v 1.125 2007/11/16 17:24:22 drac Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprintui/ChangeLog,v 1.126 2007/11/17 13:24:32 cla Exp $
+
+  17 Nov 2007; Dawid Węgliński <cla@gentoo.org>
+  libgnomeprintui-2.18.1.ebuild:
+  Stable on x86 (bug #199322)
 
   16 Nov 2007; Samuli Suominen <drac@gentoo.org>
   libgnomeprintui-2.18.1.ebuild:



1.3                  gnome-base/libgnomeprintui/libgnomeprintui-2.18.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/libgnomeprintui/libgnomeprintui-2.18.1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/libgnomeprintui/libgnomeprintui-2.18.1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/libgnomeprintui/libgnomeprintui-2.18.1.ebuild?r1=1.2&r2=1.3

Index: libgnomeprintui-2.18.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprintui/libgnomeprintui-2.18.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libgnomeprintui-2.18.1.ebuild	16 Nov 2007 17:24:22 -0000	1.2
+++ libgnomeprintui-2.18.1.ebuild	17 Nov 2007 13:24:32 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprintui/libgnomeprintui-2.18.1.ebuild,v 1.2 2007/11/16 17:24:22 drac Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprintui/libgnomeprintui-2.18.1.ebuild,v 1.3 2007/11/17 13:24:32 cla Exp $
 
 inherit gnome2
 
@@ -9,7 +9,7 @@
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="2.2"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd"
 IUSE="doc"
 
 RDEPEND=">=x11-libs/gtk+-2.6



-- 
gentoo-commits@gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in gnome-base/libgnomeprintui: ChangeLog libgnomeprintui-2.18.1.ebuild
@ 2007-11-17 15:35 Gysbert Wassenaar (nixnut)
  0 siblings, 0 replies; 7+ messages in thread
From: Gysbert Wassenaar (nixnut) @ 2007-11-17 15:35 UTC (permalink / raw
  To: gentoo-commits

nixnut      07/11/17 15:35:38

  Modified:             ChangeLog libgnomeprintui-2.18.1.ebuild
  Log:
  Stable on ppc wrt bug 199322
  (Portage version: 2.1.3.19)

Revision  Changes    Path
1.127                gnome-base/libgnomeprintui/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/libgnomeprintui/ChangeLog?rev=1.127&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/libgnomeprintui/ChangeLog?rev=1.127&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/libgnomeprintui/ChangeLog?r1=1.126&r2=1.127

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprintui/ChangeLog,v
retrieving revision 1.126
retrieving revision 1.127
diff -u -r1.126 -r1.127
--- ChangeLog	17 Nov 2007 13:24:32 -0000	1.126
+++ ChangeLog	17 Nov 2007 15:35:37 -0000	1.127
@@ -1,6 +1,9 @@
 # ChangeLog for gnome-base/libgnomeprintui
 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprintui/ChangeLog,v 1.126 2007/11/17 13:24:32 cla Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprintui/ChangeLog,v 1.127 2007/11/17 15:35:37 nixnut Exp $
+
+  17 Nov 2007; nixnut <nixnut@gentoo.org> libgnomeprintui-2.18.1.ebuild:
+  Stable on ppc wrt bug 199322
 
   17 Nov 2007; Dawid Węgliński <cla@gentoo.org>
   libgnomeprintui-2.18.1.ebuild:



1.4                  gnome-base/libgnomeprintui/libgnomeprintui-2.18.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/libgnomeprintui/libgnomeprintui-2.18.1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/libgnomeprintui/libgnomeprintui-2.18.1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/libgnomeprintui/libgnomeprintui-2.18.1.ebuild?r1=1.3&r2=1.4

Index: libgnomeprintui-2.18.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprintui/libgnomeprintui-2.18.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libgnomeprintui-2.18.1.ebuild	17 Nov 2007 13:24:32 -0000	1.3
+++ libgnomeprintui-2.18.1.ebuild	17 Nov 2007 15:35:37 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprintui/libgnomeprintui-2.18.1.ebuild,v 1.3 2007/11/17 13:24:32 cla Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprintui/libgnomeprintui-2.18.1.ebuild,v 1.4 2007/11/17 15:35:37 nixnut Exp $
 
 inherit gnome2
 
@@ -9,7 +9,7 @@
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="2.2"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd"
 IUSE="doc"
 
 RDEPEND=">=x11-libs/gtk+-2.6



-- 
gentoo-commits@gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in gnome-base/libgnomeprintui: ChangeLog libgnomeprintui-2.18.1.ebuild
@ 2007-11-17 18:01 Raul Porcel (armin76)
  0 siblings, 0 replies; 7+ messages in thread
From: Raul Porcel (armin76) @ 2007-11-17 18:01 UTC (permalink / raw
  To: gentoo-commits

armin76     07/11/17 18:01:27

  Modified:             ChangeLog libgnomeprintui-2.18.1.ebuild
  Log:
  alpha/ia64/sparc stable wrt #199322
  (Portage version: 2.1.3.19)

Revision  Changes    Path
1.128                gnome-base/libgnomeprintui/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/libgnomeprintui/ChangeLog?rev=1.128&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/libgnomeprintui/ChangeLog?rev=1.128&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/libgnomeprintui/ChangeLog?r1=1.127&r2=1.128

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprintui/ChangeLog,v
retrieving revision 1.127
retrieving revision 1.128
diff -u -r1.127 -r1.128
--- ChangeLog	17 Nov 2007 15:35:37 -0000	1.127
+++ ChangeLog	17 Nov 2007 18:01:26 -0000	1.128
@@ -1,6 +1,10 @@
 # ChangeLog for gnome-base/libgnomeprintui
 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprintui/ChangeLog,v 1.127 2007/11/17 15:35:37 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprintui/ChangeLog,v 1.128 2007/11/17 18:01:26 armin76 Exp $
+
+  17 Nov 2007; Raúl Porcel <armin76@gentoo.org>
+  libgnomeprintui-2.18.1.ebuild:
+  alpha/ia64/sparc stable wrt #199322
 
   17 Nov 2007; nixnut <nixnut@gentoo.org> libgnomeprintui-2.18.1.ebuild:
   Stable on ppc wrt bug 199322



1.5                  gnome-base/libgnomeprintui/libgnomeprintui-2.18.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/libgnomeprintui/libgnomeprintui-2.18.1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/libgnomeprintui/libgnomeprintui-2.18.1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/libgnomeprintui/libgnomeprintui-2.18.1.ebuild?r1=1.4&r2=1.5

Index: libgnomeprintui-2.18.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprintui/libgnomeprintui-2.18.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- libgnomeprintui-2.18.1.ebuild	17 Nov 2007 15:35:37 -0000	1.4
+++ libgnomeprintui-2.18.1.ebuild	17 Nov 2007 18:01:26 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprintui/libgnomeprintui-2.18.1.ebuild,v 1.4 2007/11/17 15:35:37 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprintui/libgnomeprintui-2.18.1.ebuild,v 1.5 2007/11/17 18:01:26 armin76 Exp $
 
 inherit gnome2
 
@@ -9,7 +9,7 @@
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="2.2"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 ~arm ~hppa ia64 ppc ~ppc64 ~sh sparc x86 ~x86-fbsd"
 IUSE="doc"
 
 RDEPEND=">=x11-libs/gtk+-2.6



-- 
gentoo-commits@gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in gnome-base/libgnomeprintui: ChangeLog libgnomeprintui-2.18.1.ebuild
@ 2007-11-20 19:19 Markus Rothe (corsair)
  0 siblings, 0 replies; 7+ messages in thread
From: Markus Rothe (corsair) @ 2007-11-20 19:19 UTC (permalink / raw
  To: gentoo-commits

corsair     07/11/20 19:19:18

  Modified:             ChangeLog libgnomeprintui-2.18.1.ebuild
  Log:
  Stable on ppc64; bug #199322
  (Portage version: 2.1.3.19)

Revision  Changes    Path
1.129                gnome-base/libgnomeprintui/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/libgnomeprintui/ChangeLog?rev=1.129&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/libgnomeprintui/ChangeLog?rev=1.129&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/libgnomeprintui/ChangeLog?r1=1.128&r2=1.129

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprintui/ChangeLog,v
retrieving revision 1.128
retrieving revision 1.129
diff -u -r1.128 -r1.129
--- ChangeLog	17 Nov 2007 18:01:26 -0000	1.128
+++ ChangeLog	20 Nov 2007 19:19:18 -0000	1.129
@@ -1,6 +1,10 @@
 # ChangeLog for gnome-base/libgnomeprintui
 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprintui/ChangeLog,v 1.128 2007/11/17 18:01:26 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprintui/ChangeLog,v 1.129 2007/11/20 19:19:18 corsair Exp $
+
+  20 Nov 2007; Markus Rothe <corsair@gentoo.org>
+  libgnomeprintui-2.18.1.ebuild:
+  Stable on ppc64; bug #199322
 
   17 Nov 2007; Raúl Porcel <armin76@gentoo.org>
   libgnomeprintui-2.18.1.ebuild:



1.6                  gnome-base/libgnomeprintui/libgnomeprintui-2.18.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/libgnomeprintui/libgnomeprintui-2.18.1.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/libgnomeprintui/libgnomeprintui-2.18.1.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/libgnomeprintui/libgnomeprintui-2.18.1.ebuild?r1=1.5&r2=1.6

Index: libgnomeprintui-2.18.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprintui/libgnomeprintui-2.18.1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- libgnomeprintui-2.18.1.ebuild	17 Nov 2007 18:01:26 -0000	1.5
+++ libgnomeprintui-2.18.1.ebuild	20 Nov 2007 19:19:18 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprintui/libgnomeprintui-2.18.1.ebuild,v 1.5 2007/11/17 18:01:26 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprintui/libgnomeprintui-2.18.1.ebuild,v 1.6 2007/11/20 19:19:18 corsair Exp $
 
 inherit gnome2
 
@@ -9,7 +9,7 @@
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="2.2"
-KEYWORDS="alpha amd64 ~arm ~hppa ia64 ppc ~ppc64 ~sh sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 ~arm ~hppa ia64 ppc ppc64 ~sh sparc x86 ~x86-fbsd"
 IUSE="doc"
 
 RDEPEND=">=x11-libs/gtk+-2.6



-- 
gentoo-commits@gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in gnome-base/libgnomeprintui: ChangeLog libgnomeprintui-2.18.1.ebuild
@ 2007-11-27  3:55 Jeroen Roovers (jer)
  0 siblings, 0 replies; 7+ messages in thread
From: Jeroen Roovers (jer) @ 2007-11-27  3:55 UTC (permalink / raw
  To: gentoo-commits

jer         07/11/27 03:55:57

  Modified:             ChangeLog libgnomeprintui-2.18.1.ebuild
  Log:
  Stable for HPPA (bug #200445).
  (Portage version: 2.1.4_rc3)

Revision  Changes    Path
1.130                gnome-base/libgnomeprintui/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/libgnomeprintui/ChangeLog?rev=1.130&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/libgnomeprintui/ChangeLog?rev=1.130&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/libgnomeprintui/ChangeLog?r1=1.129&r2=1.130

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprintui/ChangeLog,v
retrieving revision 1.129
retrieving revision 1.130
diff -u -r1.129 -r1.130
--- ChangeLog	20 Nov 2007 19:19:18 -0000	1.129
+++ ChangeLog	27 Nov 2007 03:55:56 -0000	1.130
@@ -1,6 +1,10 @@
 # ChangeLog for gnome-base/libgnomeprintui
 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprintui/ChangeLog,v 1.129 2007/11/20 19:19:18 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprintui/ChangeLog,v 1.130 2007/11/27 03:55:56 jer Exp $
+
+  27 Nov 2007; Jeroen Roovers <jer@gentoo.org>
+  libgnomeprintui-2.18.1.ebuild:
+  Stable for HPPA (bug #199322).
 
   20 Nov 2007; Markus Rothe <corsair@gentoo.org>
   libgnomeprintui-2.18.1.ebuild:



1.7                  gnome-base/libgnomeprintui/libgnomeprintui-2.18.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/libgnomeprintui/libgnomeprintui-2.18.1.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/libgnomeprintui/libgnomeprintui-2.18.1.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/libgnomeprintui/libgnomeprintui-2.18.1.ebuild?r1=1.6&r2=1.7

Index: libgnomeprintui-2.18.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprintui/libgnomeprintui-2.18.1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- libgnomeprintui-2.18.1.ebuild	20 Nov 2007 19:19:18 -0000	1.6
+++ libgnomeprintui-2.18.1.ebuild	27 Nov 2007 03:55:56 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprintui/libgnomeprintui-2.18.1.ebuild,v 1.6 2007/11/20 19:19:18 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprintui/libgnomeprintui-2.18.1.ebuild,v 1.7 2007/11/27 03:55:56 jer Exp $
 
 inherit gnome2
 
@@ -9,7 +9,7 @@
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="2.2"
-KEYWORDS="alpha amd64 ~arm ~hppa ia64 ppc ppc64 ~sh sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 ~sh sparc x86 ~x86-fbsd"
 IUSE="doc"
 
 RDEPEND=">=x11-libs/gtk+-2.6



-- 
gentoo-commits@gentoo.org mailing list



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

end of thread, other threads:[~2007-11-27  3:56 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-27  3:55 [gentoo-commits] gentoo-x86 commit in gnome-base/libgnomeprintui: ChangeLog libgnomeprintui-2.18.1.ebuild Jeroen Roovers (jer)
  -- strict thread matches above, loose matches on Subject: below --
2007-11-20 19:19 Markus Rothe (corsair)
2007-11-17 18:01 Raul Porcel (armin76)
2007-11-17 15:35 Gysbert Wassenaar (nixnut)
2007-11-17 13:24 Dawid Weglinski (cla)
2007-11-16 17:24 Samuli Suominen (drac)
2007-09-17 21:42 Gilles Dartiguelongue (eva)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox