public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/gnome-python-extras: gnome-python-extras-2.19.1-r1.ebuild ChangeLog
@ 2008-02-10 22:08 Gilles Dartiguelongue (eva)
  0 siblings, 0 replies; 10+ messages in thread
From: Gilles Dartiguelongue (eva) @ 2008-02-10 22:08 UTC (permalink / raw
  To: gentoo-commits

eva         08/02/10 22:08:09

  Modified:             gnome-python-extras-2.19.1-r1.ebuild ChangeLog
  Log:
   * fix python eclass use, bug #207667
  (Portage version: 2.1.4.1)

Revision  Changes    Path
1.4                  dev-python/gnome-python-extras/gnome-python-extras-2.19.1-r1.ebuild

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

Index: gnome-python-extras-2.19.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/gnome-python-extras/gnome-python-extras-2.19.1-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- gnome-python-extras-2.19.1-r1.ebuild	14 Oct 2007 00:22:27 -0000	1.3
+++ gnome-python-extras-2.19.1-r1.ebuild	10 Feb 2008 22:08:09 -0000	1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-extras/gnome-python-extras-2.19.1-r1.ebuild,v 1.3 2007/10/14 00:22:27 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-extras/gnome-python-extras-2.19.1-r1.ebuild,v 1.4 2008/02/10 22:08:09 eva Exp $
 
 inherit eutils gnome2 python virtualx autotools
 
@@ -45,11 +45,15 @@
 	# change mozilla to seamonkey
 	sed -i -e 's:1.2b):1.0.0):;s:mozilla):seamonkey):' configure.ac
 
+	# disable pyc compiling
+	mv py-compile py-compile.orig
+	ln -s $(type -P true) py-compile
+
 	eautoreconf
 }
 
 src_test() {
-	Xmake check || die "tests failed"
+	Xemake check || die "tests failed"
 }
 
 src_install() {
@@ -63,7 +67,7 @@
 
 pkg_postinst() {
 	python_version
-	python_mod_optimize "${ROOT}usr/$(get_libdir)/python${PYVER}/site-packages/gtk-2.0"
+	python_mod_optimize /usr/$(get_libdir)/python${PYVER}/site-packages/gtk-2.0
 }
 
 pkg_postrm() {



1.65                 dev-python/gnome-python-extras/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gnome-python-extras/ChangeLog?rev=1.65&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gnome-python-extras/ChangeLog?rev=1.65&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gnome-python-extras/ChangeLog?r1=1.64&r2=1.65

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/gnome-python-extras/ChangeLog,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -r1.64 -r1.65
--- ChangeLog	14 Oct 2007 00:22:27 -0000	1.64
+++ ChangeLog	10 Feb 2008 22:08:09 -0000	1.65
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/gnome-python-extras
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-extras/ChangeLog,v 1.64 2007/10/14 00:22:27 eva Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-extras/ChangeLog,v 1.65 2008/02/10 22:08:09 eva Exp $
+
+  10 Feb 2008; Gilles Dartiguelongue <eva@gentoo.org>
+  gnome-python-extras-2.19.1-r1.ebuild:
+  fix python eclass use, bug #207667
 
   14 Oct 2007; Gilles Dartiguelongue <eva@gentoo.org>
   gnome-python-extras-2.14.2-r1.ebuild:



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



^ permalink raw reply	[flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/gnome-python-extras: gnome-python-extras-2.19.1-r1.ebuild ChangeLog
@ 2008-06-02 21:06 Gilles Dartiguelongue (eva)
  0 siblings, 0 replies; 10+ messages in thread
From: Gilles Dartiguelongue (eva) @ 2008-06-02 21:06 UTC (permalink / raw
  To: gentoo-commits

eva         08/06/02 21:06:04

  Modified:             gnome-python-extras-2.19.1-r1.ebuild ChangeLog
  Log:
  restrict tests, see bug #209846.
  (Portage version: 2.1.5.2)

Revision  Changes    Path
1.13                 dev-python/gnome-python-extras/gnome-python-extras-2.19.1-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gnome-python-extras/gnome-python-extras-2.19.1-r1.ebuild?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gnome-python-extras/gnome-python-extras-2.19.1-r1.ebuild?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gnome-python-extras/gnome-python-extras-2.19.1-r1.ebuild?r1=1.12&r2=1.13

Index: gnome-python-extras-2.19.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/gnome-python-extras/gnome-python-extras-2.19.1-r1.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- gnome-python-extras-2.19.1-r1.ebuild	31 Mar 2008 17:56:57 -0000	1.12
+++ gnome-python-extras-2.19.1-r1.ebuild	2 Jun 2008 21:06:04 -0000	1.13
@@ -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/dev-python/gnome-python-extras/gnome-python-extras-2.19.1-r1.ebuild,v 1.12 2008/03/31 17:56:57 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-extras/gnome-python-extras-2.19.1-r1.ebuild,v 1.13 2008/06/02 21:06:04 eva Exp $
 
 inherit eutils gnome2 python virtualx autotools
 
@@ -34,6 +34,9 @@
 
 DOCS="AUTHORS COPYING* ChangeLog INSTALL NEWS README"
 
+# Tests are broken and not that useful anyway, see bug #209846
+RESTRICT="test"
+
 pkg_setup() {
 	# only controls linking, can't disable w/o a patch :)
 	if use xulrunner; then



1.75                 dev-python/gnome-python-extras/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gnome-python-extras/ChangeLog?rev=1.75&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gnome-python-extras/ChangeLog?rev=1.75&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gnome-python-extras/ChangeLog?r1=1.74&r2=1.75

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/gnome-python-extras/ChangeLog,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -r1.74 -r1.75
--- ChangeLog	29 May 2008 16:13:39 -0000	1.74
+++ ChangeLog	2 Jun 2008 21:06:04 -0000	1.75
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/gnome-python-extras
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-extras/ChangeLog,v 1.74 2008/05/29 16:13:39 hawking Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-extras/ChangeLog,v 1.75 2008/06/02 21:06:04 eva Exp $
+
+  02 Jun 2008; Gilles Dartiguelongue <eva@gentoo.org>
+  gnome-python-extras-2.19.1-r1.ebuild:
+  restrict tests, see bug #209846.
 
   29 May 2008; Ali Polatel <hawking@gentoo.org>
   gnome-python-extras-2.14.2-r1.ebuild:



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



^ permalink raw reply	[flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/gnome-python-extras: gnome-python-extras-2.19.1-r1.ebuild ChangeLog
@ 2008-03-31 17:56 Christian Faulhammer (opfer)
  0 siblings, 0 replies; 10+ messages in thread
From: Christian Faulhammer (opfer) @ 2008-03-31 17:56 UTC (permalink / raw
  To: gentoo-commits

opfer       08/03/31 17:56:58

  Modified:             gnome-python-extras-2.19.1-r1.ebuild ChangeLog
  Log:
  stable x86, bug 210720
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.12                 dev-python/gnome-python-extras/gnome-python-extras-2.19.1-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gnome-python-extras/gnome-python-extras-2.19.1-r1.ebuild?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gnome-python-extras/gnome-python-extras-2.19.1-r1.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gnome-python-extras/gnome-python-extras-2.19.1-r1.ebuild?r1=1.11&r2=1.12

Index: gnome-python-extras-2.19.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/gnome-python-extras/gnome-python-extras-2.19.1-r1.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- gnome-python-extras-2.19.1-r1.ebuild	22 Mar 2008 03:47:39 -0000	1.11
+++ gnome-python-extras-2.19.1-r1.ebuild	31 Mar 2008 17:56:57 -0000	1.12
@@ -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/dev-python/gnome-python-extras/gnome-python-extras-2.19.1-r1.ebuild,v 1.11 2008/03/22 03:47:39 dang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-extras/gnome-python-extras-2.19.1-r1.ebuild,v 1.12 2008/03/31 17:56:57 opfer Exp $
 
 inherit eutils gnome2 python virtualx autotools
 
@@ -9,7 +9,7 @@
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc ~x86"
+KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86"
 IUSE="doc firefox seamonkey xulrunner"
 
 RDEPEND=">=x11-libs/gtk+-2.4



1.73                 dev-python/gnome-python-extras/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gnome-python-extras/ChangeLog?rev=1.73&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gnome-python-extras/ChangeLog?rev=1.73&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gnome-python-extras/ChangeLog?r1=1.72&r2=1.73

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/gnome-python-extras/ChangeLog,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -r1.72 -r1.73
--- ChangeLog	22 Mar 2008 03:47:39 -0000	1.72
+++ ChangeLog	31 Mar 2008 17:56:57 -0000	1.73
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/gnome-python-extras
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-extras/ChangeLog,v 1.72 2008/03/22 03:47:39 dang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-extras/ChangeLog,v 1.73 2008/03/31 17:56:57 opfer Exp $
+
+  31 Mar 2008; Christian Faulhammer <opfer@gentoo.org>
+  gnome-python-extras-2.19.1-r1.ebuild:
+  stable x86, bug 210720
 
   22 Mar 2008; Daniel Gryniewicz <dang@gentoo.org>
   gnome-python-extras-2.19.1-r1.ebuild:



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



^ permalink raw reply	[flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/gnome-python-extras: gnome-python-extras-2.19.1-r1.ebuild ChangeLog
@ 2008-03-22  3:47 Daniel Gryniewicz (dang)
  0 siblings, 0 replies; 10+ messages in thread
From: Daniel Gryniewicz (dang) @ 2008-03-22  3:47 UTC (permalink / raw
  To: gentoo-commits

dang        08/03/22 03:47:40

  Modified:             gnome-python-extras-2.19.1-r1.ebuild ChangeLog
  Log:
  Marked stable on amd64 for bug #212986
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.11                 dev-python/gnome-python-extras/gnome-python-extras-2.19.1-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gnome-python-extras/gnome-python-extras-2.19.1-r1.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gnome-python-extras/gnome-python-extras-2.19.1-r1.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gnome-python-extras/gnome-python-extras-2.19.1-r1.ebuild?r1=1.10&r2=1.11

Index: gnome-python-extras-2.19.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/gnome-python-extras/gnome-python-extras-2.19.1-r1.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- gnome-python-extras-2.19.1-r1.ebuild	19 Mar 2008 00:29:09 -0000	1.10
+++ gnome-python-extras-2.19.1-r1.ebuild	22 Mar 2008 03:47: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/dev-python/gnome-python-extras/gnome-python-extras-2.19.1-r1.ebuild,v 1.10 2008/03/19 00:29:09 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-extras/gnome-python-extras-2.19.1-r1.ebuild,v 1.11 2008/03/22 03:47:39 dang Exp $
 
 inherit eutils gnome2 python virtualx autotools
 
@@ -9,7 +9,7 @@
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="alpha ~amd64 hppa ia64 ppc ppc64 sparc ~x86"
+KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc ~x86"
 IUSE="doc firefox seamonkey xulrunner"
 
 RDEPEND=">=x11-libs/gtk+-2.4



1.72                 dev-python/gnome-python-extras/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gnome-python-extras/ChangeLog?rev=1.72&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gnome-python-extras/ChangeLog?rev=1.72&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gnome-python-extras/ChangeLog?r1=1.71&r2=1.72

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/gnome-python-extras/ChangeLog,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -r1.71 -r1.72
--- ChangeLog	19 Mar 2008 00:29:09 -0000	1.71
+++ ChangeLog	22 Mar 2008 03:47:39 -0000	1.72
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/gnome-python-extras
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-extras/ChangeLog,v 1.71 2008/03/19 00:29:09 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-extras/ChangeLog,v 1.72 2008/03/22 03:47:39 dang Exp $
+
+  22 Mar 2008; Daniel Gryniewicz <dang@gentoo.org>
+  gnome-python-extras-2.19.1-r1.ebuild:
+  Marked stable on amd64 for bug #212986
 
   19 Mar 2008; Jeroen Roovers <jer@gentoo.org>
   gnome-python-extras-2.19.1-r1.ebuild:



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



^ permalink raw reply	[flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/gnome-python-extras: gnome-python-extras-2.19.1-r1.ebuild ChangeLog
@ 2008-03-19  0:29 Jeroen Roovers (jer)
  0 siblings, 0 replies; 10+ messages in thread
From: Jeroen Roovers (jer) @ 2008-03-19  0:29 UTC (permalink / raw
  To: gentoo-commits

jer         08/03/19 00:29:10

  Modified:             gnome-python-extras-2.19.1-r1.ebuild ChangeLog
  Log:
  Stable for HPPA (bug #212986).
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.10                 dev-python/gnome-python-extras/gnome-python-extras-2.19.1-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gnome-python-extras/gnome-python-extras-2.19.1-r1.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gnome-python-extras/gnome-python-extras-2.19.1-r1.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gnome-python-extras/gnome-python-extras-2.19.1-r1.ebuild?r1=1.9&r2=1.10

Index: gnome-python-extras-2.19.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/gnome-python-extras/gnome-python-extras-2.19.1-r1.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- gnome-python-extras-2.19.1-r1.ebuild	17 Mar 2008 15:12:20 -0000	1.9
+++ gnome-python-extras-2.19.1-r1.ebuild	19 Mar 2008 00:29:09 -0000	1.10
@@ -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/dev-python/gnome-python-extras/gnome-python-extras-2.19.1-r1.ebuild,v 1.9 2008/03/17 15:12:20 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-extras/gnome-python-extras-2.19.1-r1.ebuild,v 1.10 2008/03/19 00:29:09 jer Exp $
 
 inherit eutils gnome2 python virtualx autotools
 
@@ -9,7 +9,7 @@
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="alpha ~amd64 ~hppa ia64 ppc ppc64 sparc ~x86"
+KEYWORDS="alpha ~amd64 hppa ia64 ppc ppc64 sparc ~x86"
 IUSE="doc firefox seamonkey xulrunner"
 
 RDEPEND=">=x11-libs/gtk+-2.4



1.71                 dev-python/gnome-python-extras/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gnome-python-extras/ChangeLog?rev=1.71&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gnome-python-extras/ChangeLog?rev=1.71&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gnome-python-extras/ChangeLog?r1=1.70&r2=1.71

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/gnome-python-extras/ChangeLog,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -r1.70 -r1.71
--- ChangeLog	17 Mar 2008 15:12:20 -0000	1.70
+++ ChangeLog	19 Mar 2008 00:29:09 -0000	1.71
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/gnome-python-extras
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-extras/ChangeLog,v 1.70 2008/03/17 15:12:20 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-extras/ChangeLog,v 1.71 2008/03/19 00:29:09 jer Exp $
+
+  19 Mar 2008; Jeroen Roovers <jer@gentoo.org>
+  gnome-python-extras-2.19.1-r1.ebuild:
+  Stable for HPPA (bug #212986).
 
   17 Mar 2008; Raúl Porcel <armin76@gentoo.org>
   gnome-python-extras-2.14.2-r1.ebuild,



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



^ permalink raw reply	[flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/gnome-python-extras: gnome-python-extras-2.19.1-r1.ebuild ChangeLog
@ 2008-03-15 16:21 Brent Baude (ranger)
  0 siblings, 0 replies; 10+ messages in thread
From: Brent Baude (ranger) @ 2008-03-15 16:21 UTC (permalink / raw
  To: gentoo-commits

ranger      08/03/15 16:21:58

  Modified:             gnome-python-extras-2.19.1-r1.ebuild ChangeLog
  Log:
  Marking gnome-python-extras-2.19.1-r1 ppc64 for bug 212986
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.8                  dev-python/gnome-python-extras/gnome-python-extras-2.19.1-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gnome-python-extras/gnome-python-extras-2.19.1-r1.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gnome-python-extras/gnome-python-extras-2.19.1-r1.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gnome-python-extras/gnome-python-extras-2.19.1-r1.ebuild?r1=1.7&r2=1.8

Index: gnome-python-extras-2.19.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/gnome-python-extras/gnome-python-extras-2.19.1-r1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- gnome-python-extras-2.19.1-r1.ebuild	15 Mar 2008 12:28:03 -0000	1.7
+++ gnome-python-extras-2.19.1-r1.ebuild	15 Mar 2008 16:21:58 -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/dev-python/gnome-python-extras/gnome-python-extras-2.19.1-r1.ebuild,v 1.7 2008/03/15 12:28:03 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-extras/gnome-python-extras-2.19.1-r1.ebuild,v 1.8 2008/03/15 16:21:58 ranger Exp $
 
 inherit eutils gnome2 python virtualx autotools
 
@@ -9,7 +9,7 @@
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="alpha ~amd64 ~hppa ia64 ppc ~ppc64 sparc ~x86"
+KEYWORDS="alpha ~amd64 ~hppa ia64 ppc ppc64 sparc ~x86"
 IUSE="doc firefox seamonkey xulrunner"
 
 RDEPEND=">=x11-libs/gtk+-2.4



1.69                 dev-python/gnome-python-extras/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gnome-python-extras/ChangeLog?rev=1.69&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gnome-python-extras/ChangeLog?rev=1.69&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gnome-python-extras/ChangeLog?r1=1.68&r2=1.69

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/gnome-python-extras/ChangeLog,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -r1.68 -r1.69
--- ChangeLog	15 Mar 2008 12:28:03 -0000	1.68
+++ ChangeLog	15 Mar 2008 16:21:58 -0000	1.69
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/gnome-python-extras
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-extras/ChangeLog,v 1.68 2008/03/15 12:28:03 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-extras/ChangeLog,v 1.69 2008/03/15 16:21:58 ranger Exp $
+
+  15 Mar 2008; Brent Baude <ranger@gentoo.org>
+  gnome-python-extras-2.19.1-r1.ebuild:
+  Marking gnome-python-extras-2.19.1-r1 ppc64 for bug 212986
 
   15 Mar 2008; nixnut <nixnut@gentoo.org>
   gnome-python-extras-2.19.1-r1.ebuild:



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



^ permalink raw reply	[flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/gnome-python-extras: gnome-python-extras-2.19.1-r1.ebuild ChangeLog
@ 2008-03-15 12:28 Gysbert Wassenaar (nixnut)
  0 siblings, 0 replies; 10+ messages in thread
From: Gysbert Wassenaar (nixnut) @ 2008-03-15 12:28 UTC (permalink / raw
  To: gentoo-commits

nixnut      08/03/15 12:28:04

  Modified:             gnome-python-extras-2.19.1-r1.ebuild ChangeLog
  Log:
  Stable on ppc wrt bug 212986
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.7                  dev-python/gnome-python-extras/gnome-python-extras-2.19.1-r1.ebuild

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

Index: gnome-python-extras-2.19.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/gnome-python-extras/gnome-python-extras-2.19.1-r1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- gnome-python-extras-2.19.1-r1.ebuild	14 Mar 2008 15:21:24 -0000	1.6
+++ gnome-python-extras-2.19.1-r1.ebuild	15 Mar 2008 12:28:03 -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/dev-python/gnome-python-extras/gnome-python-extras-2.19.1-r1.ebuild,v 1.6 2008/03/14 15:21:24 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-extras/gnome-python-extras-2.19.1-r1.ebuild,v 1.7 2008/03/15 12:28:03 nixnut Exp $
 
 inherit eutils gnome2 python virtualx autotools
 
@@ -9,7 +9,7 @@
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="alpha ~amd64 ~hppa ia64 ~ppc ~ppc64 sparc ~x86"
+KEYWORDS="alpha ~amd64 ~hppa ia64 ppc ~ppc64 sparc ~x86"
 IUSE="doc firefox seamonkey xulrunner"
 
 RDEPEND=">=x11-libs/gtk+-2.4



1.68                 dev-python/gnome-python-extras/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gnome-python-extras/ChangeLog?rev=1.68&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gnome-python-extras/ChangeLog?rev=1.68&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gnome-python-extras/ChangeLog?r1=1.67&r2=1.68

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/gnome-python-extras/ChangeLog,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -r1.67 -r1.68
--- ChangeLog	14 Mar 2008 15:21:24 -0000	1.67
+++ ChangeLog	15 Mar 2008 12:28:03 -0000	1.68
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/gnome-python-extras
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-extras/ChangeLog,v 1.67 2008/03/14 15:21:24 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-extras/ChangeLog,v 1.68 2008/03/15 12:28:03 nixnut Exp $
+
+  15 Mar 2008; nixnut <nixnut@gentoo.org>
+  gnome-python-extras-2.19.1-r1.ebuild:
+  Stable on ppc wrt bug 212986
 
   14 Mar 2008; Raúl Porcel <armin76@gentoo.org>
   gnome-python-extras-2.19.1-r1.ebuild:



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



^ permalink raw reply	[flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/gnome-python-extras: gnome-python-extras-2.19.1-r1.ebuild ChangeLog
@ 2008-03-14 15:21 Raul Porcel (armin76)
  0 siblings, 0 replies; 10+ messages in thread
From: Raul Porcel (armin76) @ 2008-03-14 15:21 UTC (permalink / raw
  To: gentoo-commits

armin76     08/03/14 15:21:25

  Modified:             gnome-python-extras-2.19.1-r1.ebuild ChangeLog
  Log:
  alpha/ia64/sparc stable wrt #212986
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.6                  dev-python/gnome-python-extras/gnome-python-extras-2.19.1-r1.ebuild

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

Index: gnome-python-extras-2.19.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/gnome-python-extras/gnome-python-extras-2.19.1-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- gnome-python-extras-2.19.1-r1.ebuild	2 Mar 2008 17:18:24 -0000	1.5
+++ gnome-python-extras-2.19.1-r1.ebuild	14 Mar 2008 15:21:24 -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/dev-python/gnome-python-extras/gnome-python-extras-2.19.1-r1.ebuild,v 1.5 2008/03/02 17:18:24 leio Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-extras/gnome-python-extras-2.19.1-r1.ebuild,v 1.6 2008/03/14 15:21:24 armin76 Exp $
 
 inherit eutils gnome2 python virtualx autotools
 
@@ -9,7 +9,7 @@
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="alpha ~amd64 ~hppa ia64 ~ppc ~ppc64 sparc ~x86"
 IUSE="doc firefox seamonkey xulrunner"
 
 RDEPEND=">=x11-libs/gtk+-2.4



1.67                 dev-python/gnome-python-extras/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gnome-python-extras/ChangeLog?rev=1.67&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gnome-python-extras/ChangeLog?rev=1.67&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gnome-python-extras/ChangeLog?r1=1.66&r2=1.67

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/gnome-python-extras/ChangeLog,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -r1.66 -r1.67
--- ChangeLog	2 Mar 2008 17:18:24 -0000	1.66
+++ ChangeLog	14 Mar 2008 15:21:24 -0000	1.67
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/gnome-python-extras
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-extras/ChangeLog,v 1.66 2008/03/02 17:18:24 leio Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-extras/ChangeLog,v 1.67 2008/03/14 15:21:24 armin76 Exp $
+
+  14 Mar 2008; Raúl Porcel <armin76@gentoo.org>
+  gnome-python-extras-2.19.1-r1.ebuild:
+  alpha/ia64/sparc stable wrt #212986
 
   02 Mar 2008; Mart Raudsepp <leio@gentoo.org>
   gnome-python-extras-2.19.1-r1.ebuild:



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



^ permalink raw reply	[flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/gnome-python-extras: gnome-python-extras-2.19.1-r1.ebuild ChangeLog
@ 2008-03-02 17:18 Mart Raudsepp (leio)
  0 siblings, 0 replies; 10+ messages in thread
From: Mart Raudsepp (leio) @ 2008-03-02 17:18 UTC (permalink / raw
  To: gentoo-commits

leio        08/03/02 17:18:24

  Modified:             gnome-python-extras-2.19.1-r1.ebuild ChangeLog
  Log:
  Remove libgda dependency, it was against the wrong SLOT and we can't depend on the new one yet
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.5                  dev-python/gnome-python-extras/gnome-python-extras-2.19.1-r1.ebuild

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

Index: gnome-python-extras-2.19.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/gnome-python-extras/gnome-python-extras-2.19.1-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- gnome-python-extras-2.19.1-r1.ebuild	10 Feb 2008 22:08:09 -0000	1.4
+++ gnome-python-extras-2.19.1-r1.ebuild	2 Mar 2008 17:18:24 -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/dev-python/gnome-python-extras/gnome-python-extras-2.19.1-r1.ebuild,v 1.4 2008/02/10 22:08:09 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-extras/gnome-python-extras-2.19.1-r1.ebuild,v 1.5 2008/03/02 17:18:24 leio Exp $
 
 inherit eutils gnome2 python virtualx autotools
 
@@ -20,8 +20,14 @@
 	xulrunner? ( net-libs/xulrunner )
 	!xulrunner? ( firefox? ( >=www-client/mozilla-firefox-1.0 ) )
 	!xulrunner? ( !firefox? ( seamonkey? ( >=www-client/seamonkey-1.0 ) ) )
-	=gnome-extra/libgda-1*
 	>=app-text/gtkspell-2"
+	# =gnome-extra/libgda-3*
+	# This used to be wrongly libgda-1*, but as configure is automagic,
+	# it just didn't build libgda bindings before as libgda-3 is p.masked.
+	# Leaving it automagic and dep lacking as there are no notable users of
+	# these bindings as testified by the lack of bug reports for this
+	# breakage. Should be fixed after libgda-3 gets unmasked or this ebuild
+	# is split into many per bug 108479
 
 DEPEND="${RDEPEND}
 	dev-util/pkgconfig"



1.66                 dev-python/gnome-python-extras/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gnome-python-extras/ChangeLog?rev=1.66&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gnome-python-extras/ChangeLog?rev=1.66&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gnome-python-extras/ChangeLog?r1=1.65&r2=1.66

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/gnome-python-extras/ChangeLog,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -r1.65 -r1.66
--- ChangeLog	10 Feb 2008 22:08:09 -0000	1.65
+++ ChangeLog	2 Mar 2008 17:18:24 -0000	1.66
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/gnome-python-extras
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-extras/ChangeLog,v 1.65 2008/02/10 22:08:09 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-extras/ChangeLog,v 1.66 2008/03/02 17:18:24 leio Exp $
+
+  02 Mar 2008; Mart Raudsepp <leio@gentoo.org>
+  gnome-python-extras-2.19.1-r1.ebuild:
+  Remove libgda dependency, it was against the wrong SLOT and we can't depend
+  on the new one yet
 
   10 Feb 2008; Gilles Dartiguelongue <eva@gentoo.org>
   gnome-python-extras-2.19.1-r1.ebuild:



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



^ permalink raw reply	[flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/gnome-python-extras: gnome-python-extras-2.19.1-r1.ebuild ChangeLog
@ 2007-10-12 17:16 Remi Cardona (remi)
  0 siblings, 0 replies; 10+ messages in thread
From: Remi Cardona (remi) @ 2007-10-12 17:16 UTC (permalink / raw
  To: gentoo-commits

remi        07/10/12 17:16:44

  Modified:             gnome-python-extras-2.19.1-r1.ebuild ChangeLog
  Log:
  dev-python/gnome-python-extras: fix wrong inherit
  (Portage version: 2.1.3.12)

Revision  Changes    Path
1.2                  dev-python/gnome-python-extras/gnome-python-extras-2.19.1-r1.ebuild

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

Index: gnome-python-extras-2.19.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/gnome-python-extras/gnome-python-extras-2.19.1-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gnome-python-extras-2.19.1-r1.ebuild	12 Oct 2007 13:25:34 -0000	1.1
+++ gnome-python-extras-2.19.1-r1.ebuild	12 Oct 2007 17:16:44 -0000	1.2
@@ -1,8 +1,8 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-extras/gnome-python-extras-2.19.1-r1.ebuild,v 1.1 2007/10/12 13:25:34 remi Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-extras/gnome-python-extras-2.19.1-r1.ebuild,v 1.2 2007/10/12 17:16:44 remi Exp $
 
-inherit eutils gnome2 python virtualx
+inherit eutils gnome2 python virtualx autotools
 
 DESCRIPTION="GNOME 2 Bindings for Python"
 HOMEPAGE="http://www.pygtk.org"



1.63                 dev-python/gnome-python-extras/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gnome-python-extras/ChangeLog?rev=1.63&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gnome-python-extras/ChangeLog?rev=1.63&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gnome-python-extras/ChangeLog?r1=1.62&r2=1.63

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/gnome-python-extras/ChangeLog,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- ChangeLog	12 Oct 2007 13:25:34 -0000	1.62
+++ ChangeLog	12 Oct 2007 17:16:44 -0000	1.63
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/gnome-python-extras
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-extras/ChangeLog,v 1.62 2007/10/12 13:25:34 remi Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-extras/ChangeLog,v 1.63 2007/10/12 17:16:44 remi Exp $
+
+  12 Oct 2007; Rémi Cardona <remi@gentoo.org>
+  gnome-python-extras-2.19.1-r1.ebuild:
+  for some reason, I took out inherit autotools ... fixed
 
 *gnome-python-extras-2.19.1-r1 (12 Oct 2007)
 



-- 
gentoo-commits@gentoo.org mailing list



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

end of thread, other threads:[~2008-06-02 21:06 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-10 22:08 [gentoo-commits] gentoo-x86 commit in dev-python/gnome-python-extras: gnome-python-extras-2.19.1-r1.ebuild ChangeLog Gilles Dartiguelongue (eva)
  -- strict thread matches above, loose matches on Subject: below --
2008-06-02 21:06 Gilles Dartiguelongue (eva)
2008-03-31 17:56 Christian Faulhammer (opfer)
2008-03-22  3:47 Daniel Gryniewicz (dang)
2008-03-19  0:29 Jeroen Roovers (jer)
2008-03-15 16:21 Brent Baude (ranger)
2008-03-15 12:28 Gysbert Wassenaar (nixnut)
2008-03-14 15:21 Raul Porcel (armin76)
2008-03-02 17:18 Mart Raudsepp (leio)
2007-10-12 17:16 Remi Cardona (remi)

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