public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/libgnome-python: ChangeLog libgnome-python-2.28.1.ebuild
@ 2010-06-17 18:46 Pacho Ramos (pacho)
  0 siblings, 0 replies; 9+ messages in thread
From: Pacho Ramos (pacho) @ 2010-06-17 18:46 UTC (permalink / raw
  To: gentoo-commits

pacho       10/06/17 18:46:00

  Modified:             ChangeLog
  Added:                libgnome-python-2.28.1.ebuild
  Log:
  Version bump
  (Portage version: 2.1.8.3/cvs/Linux x86_64)

Revision  Changes    Path
1.24                 dev-python/libgnome-python/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/libgnome-python/ChangeLog?rev=1.24&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/libgnome-python/ChangeLog?rev=1.24&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/libgnome-python/ChangeLog?r1=1.23&r2=1.24

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/libgnome-python/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog	11 Jun 2010 09:27:30 -0000	1.23
+++ ChangeLog	17 Jun 2010 18:46:00 -0000	1.24
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/libgnome-python
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/libgnome-python/ChangeLog,v 1.23 2010/06/11 09:27:30 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/libgnome-python/ChangeLog,v 1.24 2010/06/17 18:46:00 pacho Exp $
+
+*libgnome-python-2.28.1 (17 Jun 2010)
+
+  17 Jun 2010; Pacho Ramos <pacho@gentoo.org>
+  +libgnome-python-2.28.1.ebuild:
+  Version bump
 
   11 Jun 2010; Pacho Ramos <pacho@gentoo.org> libgnome-python-2.28.0.ebuild:
   amd64 stable, bug 320247



1.1                  dev-python/libgnome-python/libgnome-python-2.28.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/libgnome-python/libgnome-python-2.28.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/libgnome-python/libgnome-python-2.28.1.ebuild?rev=1.1&content-type=text/plain

Index: libgnome-python-2.28.1.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/libgnome-python/libgnome-python-2.28.1.ebuild,v 1.1 2010/06/17 18:46:00 pacho Exp $

GCONF_DEBUG="no"

G_PY_PN="gnome-python"
G_PY_BINDINGS="gnome gnomeui"

inherit gnome-python-common

DESCRIPTION="Python bindings for essential GNOME libraries"
LICENSE="LGPL-2.1"
SLOT="2"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
IUSE="examples"

RDEPEND=">=gnome-base/libgnome-2.24.1
	>=gnome-base/libgnomeui-2.24.0
	>=dev-python/pyorbit-2.24.0
	>=dev-python/libbonobo-python-${PV}
	>=dev-python/gnome-vfs-python-${PV}
	>=dev-python/libgnomecanvas-python-${PV}
	!<dev-python/gnome-python-2.22.1"
DEPEND="${RDEPEND}"

EXAMPLES="examples/*
	examples/popt/*"






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

* [gentoo-commits] gentoo-x86 commit in dev-python/libgnome-python: ChangeLog libgnome-python-2.28.1.ebuild
@ 2010-07-31 18:38 Pacho Ramos (pacho)
  0 siblings, 0 replies; 9+ messages in thread
From: Pacho Ramos (pacho) @ 2010-07-31 18:38 UTC (permalink / raw
  To: gentoo-commits

pacho       10/07/31 18:38:36

  Modified:             ChangeLog libgnome-python-2.28.1.ebuild
  Log:
  amd64 stable,  bug 324077
  (Portage version: 2.1.8.3/cvs/Linux x86_64)

Revision  Changes    Path
1.27                 dev-python/libgnome-python/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/libgnome-python/ChangeLog?rev=1.27&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/libgnome-python/ChangeLog?rev=1.27&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/libgnome-python/ChangeLog?r1=1.26&r2=1.27

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/libgnome-python/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog	20 Jul 2010 22:44:29 -0000	1.26
+++ ChangeLog	31 Jul 2010 18:38:36 -0000	1.27
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/libgnome-python
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/libgnome-python/ChangeLog,v 1.26 2010/07/20 22:44:29 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/libgnome-python/ChangeLog,v 1.27 2010/07/31 18:38:36 pacho Exp $
+
+  31 Jul 2010; Pacho Ramos <pacho@gentoo.org> libgnome-python-2.28.1.ebuild:
+  amd64 stable, bug 324077
 
   20 Jul 2010; Markus Meier <maekke@gentoo.org>
   libgnome-python-2.28.0.ebuild:



1.3                  dev-python/libgnome-python/libgnome-python-2.28.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/libgnome-python/libgnome-python-2.28.1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/libgnome-python/libgnome-python-2.28.1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/libgnome-python/libgnome-python-2.28.1.ebuild?r1=1.2&r2=1.3

Index: libgnome-python-2.28.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/libgnome-python/libgnome-python-2.28.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libgnome-python-2.28.1.ebuild	20 Jul 2010 15:26:44 -0000	1.2
+++ libgnome-python-2.28.1.ebuild	31 Jul 2010 18:38:36 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/libgnome-python/libgnome-python-2.28.1.ebuild,v 1.2 2010/07/20 15:26:44 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/libgnome-python/libgnome-python-2.28.1.ebuild,v 1.3 2010/07/31 18:38:36 pacho Exp $
 
 GCONF_DEBUG="no"
 
@@ -12,7 +12,7 @@
 DESCRIPTION="Python bindings for essential GNOME libraries"
 LICENSE="LGPL-2.1"
 SLOT="2"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
 IUSE="examples"
 
 RDEPEND=">=gnome-base/libgnome-2.24.1






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

* [gentoo-commits] gentoo-x86 commit in dev-python/libgnome-python: ChangeLog libgnome-python-2.28.1.ebuild
@ 2010-08-01 10:54 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 9+ messages in thread
From: Christian Faulhammer (fauli) @ 2010-08-01 10:54 UTC (permalink / raw
  To: gentoo-commits

fauli       10/08/01 10:54:12

  Modified:             ChangeLog libgnome-python-2.28.1.ebuild
  Log:
  x86 stable, bug 324077
  (Portage version: 2.1.8.3/cvs/Linux i686, RepoMan options: --force)

Revision  Changes    Path
1.28                 dev-python/libgnome-python/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/libgnome-python/ChangeLog?rev=1.28&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/libgnome-python/ChangeLog?rev=1.28&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/libgnome-python/ChangeLog?r1=1.27&r2=1.28

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/libgnome-python/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog	31 Jul 2010 18:38:36 -0000	1.27
+++ ChangeLog	1 Aug 2010 10:54:12 -0000	1.28
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/libgnome-python
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/libgnome-python/ChangeLog,v 1.27 2010/07/31 18:38:36 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/libgnome-python/ChangeLog,v 1.28 2010/08/01 10:54:12 fauli Exp $
+
+  01 Aug 2010; Christian Faulhammer <fauli@gentoo.org>
+  libgnome-python-2.28.1.ebuild:
+  x86 stable, bug 324077
 
   31 Jul 2010; Pacho Ramos <pacho@gentoo.org> libgnome-python-2.28.1.ebuild:
   amd64 stable, bug 324077



1.4                  dev-python/libgnome-python/libgnome-python-2.28.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/libgnome-python/libgnome-python-2.28.1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/libgnome-python/libgnome-python-2.28.1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/libgnome-python/libgnome-python-2.28.1.ebuild?r1=1.3&r2=1.4

Index: libgnome-python-2.28.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/libgnome-python/libgnome-python-2.28.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libgnome-python-2.28.1.ebuild	31 Jul 2010 18:38:36 -0000	1.3
+++ libgnome-python-2.28.1.ebuild	1 Aug 2010 10:54:12 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/libgnome-python/libgnome-python-2.28.1.ebuild,v 1.3 2010/07/31 18:38:36 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/libgnome-python/libgnome-python-2.28.1.ebuild,v 1.4 2010/08/01 10:54:12 fauli Exp $
 
 GCONF_DEBUG="no"
 
@@ -12,7 +12,7 @@
 DESCRIPTION="Python bindings for essential GNOME libraries"
 LICENSE="LGPL-2.1"
 SLOT="2"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
 IUSE="examples"
 
 RDEPEND=">=gnome-base/libgnome-2.24.1






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

* [gentoo-commits] gentoo-x86 commit in dev-python/libgnome-python: ChangeLog libgnome-python-2.28.1.ebuild
@ 2010-09-11 19:09 Joseph Jezak (josejx)
  0 siblings, 0 replies; 9+ messages in thread
From: Joseph Jezak (josejx) @ 2010-09-11 19:09 UTC (permalink / raw
  To: gentoo-commits

josejx      10/09/11 19:09:06

  Modified:             ChangeLog libgnome-python-2.28.1.ebuild
  Log:
  Marked ppc for bug #324077.
  (Portage version: 2.1.8.3/cvs/Linux x86_64)

Revision  Changes    Path
1.31                 dev-python/libgnome-python/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/libgnome-python/ChangeLog?rev=1.31&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/libgnome-python/ChangeLog?rev=1.31&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/libgnome-python/ChangeLog?r1=1.30&r2=1.31

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/libgnome-python/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog	8 Sep 2010 09:39:29 -0000	1.30
+++ ChangeLog	11 Sep 2010 19:09:05 -0000	1.31
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/libgnome-python
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/libgnome-python/ChangeLog,v 1.30 2010/09/08 09:39:29 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/libgnome-python/ChangeLog,v 1.31 2010/09/11 19:09:05 josejx Exp $
+
+  11 Sep 2010; Joseph Jezak <josejx@gentoo.org>
+  libgnome-python-2.28.1.ebuild:
+  Marked ppc for bug #324077.
 
   08 Sep 2010; Brent Baude <ranger@gentoo.org>
   libgnome-python-2.28.0.ebuild:



1.5                  dev-python/libgnome-python/libgnome-python-2.28.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/libgnome-python/libgnome-python-2.28.1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/libgnome-python/libgnome-python-2.28.1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/libgnome-python/libgnome-python-2.28.1.ebuild?r1=1.4&r2=1.5

Index: libgnome-python-2.28.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/libgnome-python/libgnome-python-2.28.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- libgnome-python-2.28.1.ebuild	1 Aug 2010 10:54:12 -0000	1.4
+++ libgnome-python-2.28.1.ebuild	11 Sep 2010 19:09:05 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/libgnome-python/libgnome-python-2.28.1.ebuild,v 1.4 2010/08/01 10:54:12 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/libgnome-python/libgnome-python-2.28.1.ebuild,v 1.5 2010/09/11 19:09:05 josejx Exp $
 
 GCONF_DEBUG="no"
 
@@ -12,7 +12,7 @@
 DESCRIPTION="Python bindings for essential GNOME libraries"
 LICENSE="LGPL-2.1"
 SLOT="2"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~ia64 ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
 IUSE="examples"
 
 RDEPEND=">=gnome-base/libgnome-2.24.1






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

* [gentoo-commits] gentoo-x86 commit in dev-python/libgnome-python: ChangeLog libgnome-python-2.28.1.ebuild
@ 2010-10-10 10:51 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 9+ messages in thread
From: Samuli Suominen (ssuominen) @ 2010-10-10 10:51 UTC (permalink / raw
  To: gentoo-commits

ssuominen    10/10/10 10:51:35

  Modified:             ChangeLog libgnome-python-2.28.1.ebuild
  Log:
  ppc64 stable wrt #324077
  
  (Portage version: 2.2_rc90/cvs/Linux x86_64, RepoMan options: --force)

Revision  Changes    Path
1.32                 dev-python/libgnome-python/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/libgnome-python/ChangeLog?rev=1.32&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/libgnome-python/ChangeLog?rev=1.32&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/libgnome-python/ChangeLog?r1=1.31&r2=1.32

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/libgnome-python/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog	11 Sep 2010 19:09:05 -0000	1.31
+++ ChangeLog	10 Oct 2010 10:51:35 -0000	1.32
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/libgnome-python
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/libgnome-python/ChangeLog,v 1.31 2010/09/11 19:09:05 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/libgnome-python/ChangeLog,v 1.32 2010/10/10 10:51:35 ssuominen Exp $
+
+  10 Oct 2010; Samuli Suominen <ssuominen@gentoo.org>
+  libgnome-python-2.28.1.ebuild:
+  ppc64 stable wrt #324077
 
   11 Sep 2010; Joseph Jezak <josejx@gentoo.org>
   libgnome-python-2.28.1.ebuild:



1.6                  dev-python/libgnome-python/libgnome-python-2.28.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/libgnome-python/libgnome-python-2.28.1.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/libgnome-python/libgnome-python-2.28.1.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/libgnome-python/libgnome-python-2.28.1.ebuild?r1=1.5&r2=1.6

Index: libgnome-python-2.28.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/libgnome-python/libgnome-python-2.28.1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- libgnome-python-2.28.1.ebuild	11 Sep 2010 19:09:05 -0000	1.5
+++ libgnome-python-2.28.1.ebuild	10 Oct 2010 10:51:35 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/libgnome-python/libgnome-python-2.28.1.ebuild,v 1.5 2010/09/11 19:09:05 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/libgnome-python/libgnome-python-2.28.1.ebuild,v 1.6 2010/10/10 10:51:35 ssuominen Exp $
 
 GCONF_DEBUG="no"
 
@@ -12,7 +12,7 @@
 DESCRIPTION="Python bindings for essential GNOME libraries"
 LICENSE="LGPL-2.1"
 SLOT="2"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~ia64 ppc ppc64 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
 IUSE="examples"
 
 RDEPEND=">=gnome-base/libgnome-2.24.1






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

* [gentoo-commits] gentoo-x86 commit in dev-python/libgnome-python: ChangeLog libgnome-python-2.28.1.ebuild
@ 2010-10-14 22:42 Markus Meier (maekke)
  0 siblings, 0 replies; 9+ messages in thread
From: Markus Meier (maekke) @ 2010-10-14 22:42 UTC (permalink / raw
  To: gentoo-commits

maekke      10/10/14 22:42:53

  Modified:             ChangeLog libgnome-python-2.28.1.ebuild
  Log:
  arm stable, bug #324077
  
  (Portage version: 2.2_rc96/cvs/Linux x86_64)

Revision  Changes    Path
1.34                 dev-python/libgnome-python/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/libgnome-python/ChangeLog?rev=1.34&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/libgnome-python/ChangeLog?rev=1.34&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/libgnome-python/ChangeLog?r1=1.33&r2=1.34

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/libgnome-python/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog	12 Oct 2010 09:54:54 -0000	1.33
+++ ChangeLog	14 Oct 2010 22:42:53 -0000	1.34
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/libgnome-python
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/libgnome-python/ChangeLog,v 1.33 2010/10/12 09:54:54 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/libgnome-python/ChangeLog,v 1.34 2010/10/14 22:42:53 maekke Exp $
+
+  14 Oct 2010; Markus Meier <maekke@gentoo.org>
+  libgnome-python-2.28.1.ebuild:
+  arm stable, bug #324077
 
   12 Oct 2010; Gilles Dartiguelongue <eva@gentoo.org>
   -libgnome-python-2.22.3.ebuild, -libgnome-python-2.26.1.ebuild:



1.7                  dev-python/libgnome-python/libgnome-python-2.28.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/libgnome-python/libgnome-python-2.28.1.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/libgnome-python/libgnome-python-2.28.1.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/libgnome-python/libgnome-python-2.28.1.ebuild?r1=1.6&r2=1.7

Index: libgnome-python-2.28.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/libgnome-python/libgnome-python-2.28.1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- libgnome-python-2.28.1.ebuild	10 Oct 2010 10:51:35 -0000	1.6
+++ libgnome-python-2.28.1.ebuild	14 Oct 2010 22:42:53 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/libgnome-python/libgnome-python-2.28.1.ebuild,v 1.6 2010/10/10 10:51:35 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/libgnome-python/libgnome-python-2.28.1.ebuild,v 1.7 2010/10/14 22:42:53 maekke Exp $
 
 GCONF_DEBUG="no"
 
@@ -12,7 +12,7 @@
 DESCRIPTION="Python bindings for essential GNOME libraries"
 LICENSE="LGPL-2.1"
 SLOT="2"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ppc ppc64 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~ia64 ppc ppc64 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
 IUSE="examples"
 
 RDEPEND=">=gnome-base/libgnome-2.24.1






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

* [gentoo-commits] gentoo-x86 commit in dev-python/libgnome-python: ChangeLog libgnome-python-2.28.1.ebuild
@ 2011-01-30 19:47 Raul Porcel (armin76)
  0 siblings, 0 replies; 9+ messages in thread
From: Raul Porcel (armin76) @ 2011-01-30 19:47 UTC (permalink / raw
  To: gentoo-commits

armin76     11/01/30 19:47:59

  Modified:             ChangeLog libgnome-python-2.28.1.ebuild
  Log:
  alpha/arm/ia64/sh/sparc stable wrt #348987
  
  (Portage version: 2.1.9.25/cvs/Linux ia64)

Revision  Changes    Path
1.35                 dev-python/libgnome-python/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/libgnome-python/ChangeLog?rev=1.35&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/libgnome-python/ChangeLog?rev=1.35&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/libgnome-python/ChangeLog?r1=1.34&r2=1.35

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/libgnome-python/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog	14 Oct 2010 22:42:53 -0000	1.34
+++ ChangeLog	30 Jan 2011 19:47:59 -0000	1.35
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/libgnome-python
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/libgnome-python/ChangeLog,v 1.34 2010/10/14 22:42:53 maekke Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/libgnome-python/ChangeLog,v 1.35 2011/01/30 19:47:59 armin76 Exp $
+
+  30 Jan 2011; Raúl Porcel <armin76@gentoo.org> libgnome-python-2.28.1.ebuild:
+  alpha/arm/ia64/sh/sparc stable wrt #348987
 
   14 Oct 2010; Markus Meier <maekke@gentoo.org>
   libgnome-python-2.28.1.ebuild:



1.8                  dev-python/libgnome-python/libgnome-python-2.28.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/libgnome-python/libgnome-python-2.28.1.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/libgnome-python/libgnome-python-2.28.1.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/libgnome-python/libgnome-python-2.28.1.ebuild?r1=1.7&r2=1.8

Index: libgnome-python-2.28.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/libgnome-python/libgnome-python-2.28.1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- libgnome-python-2.28.1.ebuild	14 Oct 2010 22:42:53 -0000	1.7
+++ libgnome-python-2.28.1.ebuild	30 Jan 2011 19:47:59 -0000	1.8
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/libgnome-python/libgnome-python-2.28.1.ebuild,v 1.7 2010/10/14 22:42:53 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/libgnome-python/libgnome-python-2.28.1.ebuild,v 1.8 2011/01/30 19:47:59 armin76 Exp $
 
 GCONF_DEBUG="no"
 
@@ -12,7 +12,7 @@
 DESCRIPTION="Python bindings for essential GNOME libraries"
 LICENSE="LGPL-2.1"
 SLOT="2"
-KEYWORDS="~alpha amd64 arm ~ia64 ppc ppc64 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="alpha amd64 arm ia64 ppc ppc64 sh sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
 IUSE="examples"
 
 RDEPEND=">=gnome-base/libgnome-2.24.1






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

* [gentoo-commits] gentoo-x86 commit in dev-python/libgnome-python: ChangeLog libgnome-python-2.28.1.ebuild
@ 2011-12-18  2:45 Alexandre Rostovtsev (tetromino)
  0 siblings, 0 replies; 9+ messages in thread
From: Alexandre Rostovtsev (tetromino) @ 2011-12-18  2:45 UTC (permalink / raw
  To: gentoo-commits

tetromino    11/12/18 02:45:10

  Modified:             ChangeLog libgnome-python-2.28.1.ebuild
  Log:
  Add missing pygobject dependency and bump to EAPI1 for slot dep support.
  
  (Portage version: 2.2.0_alpha80/cvs/Linux x86_64)

Revision  Changes    Path
1.37                 dev-python/libgnome-python/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/libgnome-python/ChangeLog?rev=1.37&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/libgnome-python/ChangeLog?rev=1.37&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/libgnome-python/ChangeLog?r1=1.36&r2=1.37

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/libgnome-python/ChangeLog,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- ChangeLog	26 Feb 2011 13:20:08 -0000	1.36
+++ ChangeLog	18 Dec 2011 02:45:10 -0000	1.37
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/libgnome-python
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/libgnome-python/ChangeLog,v 1.36 2011/02/26 13:20:08 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/libgnome-python/ChangeLog,v 1.37 2011/12/18 02:45:10 tetromino Exp $
+
+  18 Dec 2011; Alexandre Rostovtsev <tetromino@gentoo.org>
+  libgnome-python-2.28.1.ebuild:
+  Add missing pygobject dependency and bump to EAPI1 for slot dep support.
 
   26 Feb 2011; Gilles Dartiguelongue <eva@gentoo.org>
   -libgnome-python-2.28.0.ebuild, libgnome-python-2.28.1.ebuild:



1.10                 dev-python/libgnome-python/libgnome-python-2.28.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/libgnome-python/libgnome-python-2.28.1.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/libgnome-python/libgnome-python-2.28.1.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/libgnome-python/libgnome-python-2.28.1.ebuild?r1=1.9&r2=1.10

Index: libgnome-python-2.28.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/libgnome-python/libgnome-python-2.28.1.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- libgnome-python-2.28.1.ebuild	26 Feb 2011 13:20:08 -0000	1.9
+++ libgnome-python-2.28.1.ebuild	18 Dec 2011 02:45:10 -0000	1.10
@@ -1,7 +1,8 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/libgnome-python/libgnome-python-2.28.1.ebuild,v 1.9 2011/02/26 13:20:08 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/libgnome-python/libgnome-python-2.28.1.ebuild,v 1.10 2011/12/18 02:45:10 tetromino Exp $
 
+EAPI="1"
 GCONF_DEBUG="no"
 
 G_PY_PN="gnome-python"
@@ -20,6 +21,7 @@
 
 RDEPEND=">=gnome-base/libgnome-2.24.1
 	>=gnome-base/libgnomeui-2.24.0
+	dev-python/pygobject:2
 	>=dev-python/pyorbit-2.24.0
 	>=dev-python/libbonobo-python-${PV}
 	>=dev-python/gnome-vfs-python-${PV}






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

* [gentoo-commits] gentoo-x86 commit in dev-python/libgnome-python: ChangeLog libgnome-python-2.28.1.ebuild
@ 2014-10-20  9:53 Pacho Ramos (pacho)
  0 siblings, 0 replies; 9+ messages in thread
From: Pacho Ramos (pacho) @ 2014-10-20  9:53 UTC (permalink / raw
  To: gentoo-commits

pacho       14/10/20 09:53:49

  Modified:             ChangeLog
  Removed:              libgnome-python-2.28.1.ebuild
  Log:
  Drop old
  
  (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)

Revision  Changes    Path
1.47                 dev-python/libgnome-python/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/libgnome-python/ChangeLog?rev=1.47&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/libgnome-python/ChangeLog?rev=1.47&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/libgnome-python/ChangeLog?r1=1.46&r2=1.47

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/libgnome-python/ChangeLog,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- ChangeLog	11 Oct 2014 11:52:19 -0000	1.46
+++ ChangeLog	20 Oct 2014 09:53:49 -0000	1.47
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/libgnome-python
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/libgnome-python/ChangeLog,v 1.46 2014/10/11 11:52:19 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/libgnome-python/ChangeLog,v 1.47 2014/10/20 09:53:49 pacho Exp $
+
+  20 Oct 2014; Pacho Ramos <pacho@gentoo.org> -libgnome-python-2.28.1.ebuild:
+  Drop old
 
   11 Oct 2014; Markus Meier <maekke@gentoo.org>
   libgnome-python-2.28.1-r1.ebuild:





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

end of thread, other threads:[~2014-10-20  9:53 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-20  9:53 [gentoo-commits] gentoo-x86 commit in dev-python/libgnome-python: ChangeLog libgnome-python-2.28.1.ebuild Pacho Ramos (pacho)
  -- strict thread matches above, loose matches on Subject: below --
2011-12-18  2:45 Alexandre Rostovtsev (tetromino)
2011-01-30 19:47 Raul Porcel (armin76)
2010-10-14 22:42 Markus Meier (maekke)
2010-10-10 10:51 Samuli Suominen (ssuominen)
2010-09-11 19:09 Joseph Jezak (josejx)
2010-08-01 10:54 Christian Faulhammer (fauli)
2010-07-31 18:38 Pacho Ramos (pacho)
2010-06-17 18:46 Pacho Ramos (pacho)

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