* [gentoo-commits] gentoo-x86 commit in dev-python/gnome-python-base: ChangeLog gnome-python-base-2.28.0.ebuild
@ 2009-10-29 23:20 Gilles Dartiguelongue (eva)
0 siblings, 0 replies; 8+ messages in thread
From: Gilles Dartiguelongue (eva) @ 2009-10-29 23:20 UTC (permalink / raw
To: gentoo-commits
eva 09/10/29 23:20:04
Modified: ChangeLog
Added: gnome-python-base-2.28.0.ebuild
Log:
New version for GNOME 2.28.
(Portage version: 2.2_rc46/cvs/Linux x86_64)
Revision Changes Path
1.17 dev-python/gnome-python-base/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gnome-python-base/ChangeLog?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gnome-python-base/ChangeLog?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gnome-python-base/ChangeLog?r1=1.16&r2=1.17
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/gnome-python-base/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog 24 Oct 2009 16:18:21 -0000 1.16
+++ ChangeLog 29 Oct 2009 23:20:03 -0000 1.17
@@ -1,6 +1,12 @@
# ChangeLog for dev-python/gnome-python-base
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-base/ChangeLog,v 1.16 2009/10/24 16:18:21 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-base/ChangeLog,v 1.17 2009/10/29 23:20:03 eva Exp $
+
+*gnome-python-base-2.28.0 (29 Oct 2009)
+
+ 29 Oct 2009; Gilles Dartiguelongue <eva@gentoo.org>
+ +gnome-python-base-2.28.0.ebuild:
+ New version for GNOME 2.28.
24 Oct 2009; nixnut <nixnut@gentoo.org> gnome-python-base-2.26.1.ebuild:
ppc stable #281427
1.1 dev-python/gnome-python-base/gnome-python-base-2.28.0.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gnome-python-base/gnome-python-base-2.28.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gnome-python-base/gnome-python-base-2.28.0.ebuild?rev=1.1&content-type=text/plain
Index: gnome-python-base-2.28.0.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-base/gnome-python-base-2.28.0.ebuild,v 1.1 2009/10/29 23:20:03 eva Exp $
GCONF_DEBUG="no"
inherit versionator eutils gnome2
# This ebuild does nothing -- we just want to get the pkgconfig file installed
MY_PN="gnome-python"
DESCRIPTION="Provides the base files for the gnome-python bindings"
HOMEPAGE="http://pygtk.org/"
PVP="$(get_version_component_range 1-2)"
SRC_URI="mirror://gnome/sources/${MY_PN}/${PVP}/${MY_PN}-${PV}.tar.bz2"
IUSE=""
LICENSE="LGPL-2.1"
SLOT="2"
RESTRICT="${RESTRICT} test"
# From the gnome-python eclass
RDEPEND=">=x11-libs/gtk+-2.6
>=dev-libs/glib-2.6
>=dev-python/pygtk-2.14.0
>=dev-python/pygobject-2.17
!<dev-python/gnome-python-2.22.1"
DEPEND="${RDEPEND}
dev-util/pkgconfig"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
S="${WORKDIR}/${MY_PN}-${PV}"
pkg_setup() {
G2CONF="${G2CONF} --disable-allbindings"
}
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/gnome-python-base: ChangeLog gnome-python-base-2.28.0.ebuild
@ 2010-05-18 12:55 PaweA Hajdan (phajdan.jr)
0 siblings, 0 replies; 8+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2010-05-18 12:55 UTC (permalink / raw
To: gentoo-commits
phajdan.jr 10/05/18 12:55:32
Modified: ChangeLog gnome-python-base-2.28.0.ebuild
Log:
x86 stable wrt bug #320247
(Portage version: 2.1.8.3/cvs/Linux i686)
Revision Changes Path
1.23 dev-python/gnome-python-base/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnome-python-base/ChangeLog?rev=1.23&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnome-python-base/ChangeLog?rev=1.23&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnome-python-base/ChangeLog?r1=1.22&r2=1.23
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/gnome-python-base/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog 17 Jan 2010 23:36:59 -0000 1.22
+++ ChangeLog 18 May 2010 12:55:32 -0000 1.23
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/gnome-python-base
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-base/ChangeLog,v 1.22 2010/01/17 23:36:59 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-base/ChangeLog,v 1.23 2010/05/18 12:55:32 phajdan.jr Exp $
+
+ 18 May 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org>
+ gnome-python-base-2.28.0.ebuild:
+ x86 stable wrt bug #320247
17 Jan 2010; Jeroen Roovers <jer@gentoo.org>
gnome-python-base-2.26.1.ebuild:
1.2 dev-python/gnome-python-base/gnome-python-base-2.28.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnome-python-base/gnome-python-base-2.28.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnome-python-base/gnome-python-base-2.28.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnome-python-base/gnome-python-base-2.28.0.ebuild?r1=1.1&r2=1.2
Index: gnome-python-base-2.28.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/gnome-python-base/gnome-python-base-2.28.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gnome-python-base-2.28.0.ebuild 29 Oct 2009 23:20:03 -0000 1.1
+++ gnome-python-base-2.28.0.ebuild 18 May 2010 12:55:32 -0000 1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-base/gnome-python-base-2.28.0.ebuild,v 1.1 2009/10/29 23:20:03 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-base/gnome-python-base-2.28.0.ebuild,v 1.2 2010/05/18 12:55:32 phajdan.jr Exp $
GCONF_DEBUG="no"
@@ -28,7 +28,7 @@
DEPEND="${RDEPEND}
dev-util/pkgconfig"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
S="${WORKDIR}/${MY_PN}-${PV}"
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/gnome-python-base: ChangeLog gnome-python-base-2.28.0.ebuild
@ 2010-05-24 13:48 Gysbert Wassenaar (nixnut)
0 siblings, 0 replies; 8+ messages in thread
From: Gysbert Wassenaar (nixnut) @ 2010-05-24 13:48 UTC (permalink / raw
To: gentoo-commits
nixnut 10/05/24 13:48:47
Modified: ChangeLog gnome-python-base-2.28.0.ebuild
Log:
ppc stable #320247
(Portage version: 2.1.8.3/cvs/Linux ppc)
Revision Changes Path
1.24 dev-python/gnome-python-base/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnome-python-base/ChangeLog?rev=1.24&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnome-python-base/ChangeLog?rev=1.24&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnome-python-base/ChangeLog?r1=1.23&r2=1.24
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/gnome-python-base/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog 18 May 2010 12:55:32 -0000 1.23
+++ ChangeLog 24 May 2010 13:48:47 -0000 1.24
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/gnome-python-base
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-base/ChangeLog,v 1.23 2010/05/18 12:55:32 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-base/ChangeLog,v 1.24 2010/05/24 13:48:47 nixnut Exp $
+
+ 24 May 2010; <nixnut@gentoo.org> gnome-python-base-2.28.0.ebuild:
+ ppc stable #320247
18 May 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org>
gnome-python-base-2.28.0.ebuild:
1.3 dev-python/gnome-python-base/gnome-python-base-2.28.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnome-python-base/gnome-python-base-2.28.0.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnome-python-base/gnome-python-base-2.28.0.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnome-python-base/gnome-python-base-2.28.0.ebuild?r1=1.2&r2=1.3
Index: gnome-python-base-2.28.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/gnome-python-base/gnome-python-base-2.28.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gnome-python-base-2.28.0.ebuild 18 May 2010 12:55:32 -0000 1.2
+++ gnome-python-base-2.28.0.ebuild 24 May 2010 13:48:47 -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/gnome-python-base/gnome-python-base-2.28.0.ebuild,v 1.2 2010/05/18 12:55:32 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-base/gnome-python-base-2.28.0.ebuild,v 1.3 2010/05/24 13:48:47 nixnut Exp $
GCONF_DEBUG="no"
@@ -28,7 +28,7 @@
DEPEND="${RDEPEND}
dev-util/pkgconfig"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
S="${WORKDIR}/${MY_PN}-${PV}"
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/gnome-python-base: ChangeLog gnome-python-base-2.28.0.ebuild
@ 2010-06-11 9:20 Pacho Ramos (pacho)
0 siblings, 0 replies; 8+ messages in thread
From: Pacho Ramos (pacho) @ 2010-06-11 9:20 UTC (permalink / raw
To: gentoo-commits
pacho 10/06/11 09:20:31
Modified: ChangeLog gnome-python-base-2.28.0.ebuild
Log:
amd64 stable, bug 320247
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Revision Changes Path
1.25 dev-python/gnome-python-base/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnome-python-base/ChangeLog?rev=1.25&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnome-python-base/ChangeLog?rev=1.25&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnome-python-base/ChangeLog?r1=1.24&r2=1.25
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/gnome-python-base/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog 24 May 2010 13:48:47 -0000 1.24
+++ ChangeLog 11 Jun 2010 09:20:31 -0000 1.25
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/gnome-python-base
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-base/ChangeLog,v 1.24 2010/05/24 13:48:47 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-base/ChangeLog,v 1.25 2010/06/11 09:20:31 pacho Exp $
+
+ 11 Jun 2010; Pacho Ramos <pacho@gentoo.org>
+ gnome-python-base-2.28.0.ebuild:
+ amd64 stable, bug 320247
24 May 2010; <nixnut@gentoo.org> gnome-python-base-2.28.0.ebuild:
ppc stable #320247
1.4 dev-python/gnome-python-base/gnome-python-base-2.28.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnome-python-base/gnome-python-base-2.28.0.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnome-python-base/gnome-python-base-2.28.0.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnome-python-base/gnome-python-base-2.28.0.ebuild?r1=1.3&r2=1.4
Index: gnome-python-base-2.28.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/gnome-python-base/gnome-python-base-2.28.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- gnome-python-base-2.28.0.ebuild 24 May 2010 13:48:47 -0000 1.3
+++ gnome-python-base-2.28.0.ebuild 11 Jun 2010 09:20:31 -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/gnome-python-base/gnome-python-base-2.28.0.ebuild,v 1.3 2010/05/24 13:48:47 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-base/gnome-python-base-2.28.0.ebuild,v 1.4 2010/06/11 09:20:31 pacho Exp $
GCONF_DEBUG="no"
@@ -28,7 +28,7 @@
DEPEND="${RDEPEND}
dev-util/pkgconfig"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
S="${WORKDIR}/${MY_PN}-${PV}"
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/gnome-python-base: ChangeLog gnome-python-base-2.28.0.ebuild
@ 2010-07-20 22:37 Markus Meier (maekke)
0 siblings, 0 replies; 8+ messages in thread
From: Markus Meier (maekke) @ 2010-07-20 22:37 UTC (permalink / raw
To: gentoo-commits
maekke 10/07/20 22:37:07
Modified: ChangeLog gnome-python-base-2.28.0.ebuild
Log:
arm stable, bug #320247
(Portage version: 2.2_rc67/cvs/Linux i686)
Revision Changes Path
1.27 dev-python/gnome-python-base/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnome-python-base/ChangeLog?rev=1.27&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnome-python-base/ChangeLog?rev=1.27&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnome-python-base/ChangeLog?r1=1.26&r2=1.27
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/gnome-python-base/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog 17 Jun 2010 18:38:37 -0000 1.26
+++ ChangeLog 20 Jul 2010 22:37:07 -0000 1.27
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/gnome-python-base
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-base/ChangeLog,v 1.26 2010/06/17 18:38:37 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-base/ChangeLog,v 1.27 2010/07/20 22:37:07 maekke Exp $
+
+ 20 Jul 2010; Markus Meier <maekke@gentoo.org>
+ gnome-python-base-2.28.0.ebuild:
+ arm stable, bug #320247
*gnome-python-base-2.28.1 (17 Jun 2010)
1.5 dev-python/gnome-python-base/gnome-python-base-2.28.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnome-python-base/gnome-python-base-2.28.0.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnome-python-base/gnome-python-base-2.28.0.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnome-python-base/gnome-python-base-2.28.0.ebuild?r1=1.4&r2=1.5
Index: gnome-python-base-2.28.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/gnome-python-base/gnome-python-base-2.28.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- gnome-python-base-2.28.0.ebuild 11 Jun 2010 09:20:31 -0000 1.4
+++ gnome-python-base-2.28.0.ebuild 20 Jul 2010 22:37:07 -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/gnome-python-base/gnome-python-base-2.28.0.ebuild,v 1.4 2010/06/11 09:20:31 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-base/gnome-python-base-2.28.0.ebuild,v 1.5 2010/07/20 22:37:07 maekke Exp $
GCONF_DEBUG="no"
@@ -28,7 +28,7 @@
DEPEND="${RDEPEND}
dev-util/pkgconfig"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
S="${WORKDIR}/${MY_PN}-${PV}"
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/gnome-python-base: ChangeLog gnome-python-base-2.28.0.ebuild
@ 2010-08-07 18:58 Raul Porcel (armin76)
0 siblings, 0 replies; 8+ messages in thread
From: Raul Porcel (armin76) @ 2010-08-07 18:58 UTC (permalink / raw
To: gentoo-commits
armin76 10/08/07 18:58:07
Modified: ChangeLog gnome-python-base-2.28.0.ebuild
Log:
alpha/ia64/sh/sparc stable wrt #320247
(Portage version: 2.1.8.3/cvs/Linux ia64)
Revision Changes Path
1.31 dev-python/gnome-python-base/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnome-python-base/ChangeLog?rev=1.31&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnome-python-base/ChangeLog?rev=1.31&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnome-python-base/ChangeLog?r1=1.30&r2=1.31
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/gnome-python-base/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog 1 Aug 2010 10:50:54 -0000 1.30
+++ ChangeLog 7 Aug 2010 18:58:06 -0000 1.31
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/gnome-python-base
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-base/ChangeLog,v 1.30 2010/08/01 10:50:54 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-base/ChangeLog,v 1.31 2010/08/07 18:58:06 armin76 Exp $
+
+ 07 Aug 2010; Raúl Porcel <armin76@gentoo.org>
+ gnome-python-base-2.28.0.ebuild:
+ alpha/ia64/sh/sparc stable wrt #320247
01 Aug 2010; Christian Faulhammer <fauli@gentoo.org>
gnome-python-base-2.28.1.ebuild:
1.7 dev-python/gnome-python-base/gnome-python-base-2.28.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnome-python-base/gnome-python-base-2.28.0.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnome-python-base/gnome-python-base-2.28.0.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnome-python-base/gnome-python-base-2.28.0.ebuild?r1=1.6&r2=1.7
Index: gnome-python-base-2.28.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/gnome-python-base/gnome-python-base-2.28.0.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- gnome-python-base-2.28.0.ebuild 26 Jul 2010 20:30:33 -0000 1.6
+++ gnome-python-base-2.28.0.ebuild 7 Aug 2010 18:58:06 -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/gnome-python-base/gnome-python-base-2.28.0.ebuild,v 1.6 2010/07/26 20:30:33 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-base/gnome-python-base-2.28.0.ebuild,v 1.7 2010/08/07 18:58:06 armin76 Exp $
GCONF_DEBUG="no"
@@ -28,7 +28,7 @@
DEPEND="${RDEPEND}
dev-util/pkgconfig"
-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"
S="${WORKDIR}/${MY_PN}-${PV}"
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/gnome-python-base: ChangeLog gnome-python-base-2.28.0.ebuild
@ 2010-09-08 9:36 Brent Baude (ranger)
0 siblings, 0 replies; 8+ messages in thread
From: Brent Baude (ranger) @ 2010-09-08 9:36 UTC (permalink / raw
To: gentoo-commits
ranger 10/09/08 09:36:29
Modified: ChangeLog gnome-python-base-2.28.0.ebuild
Log:
Marking gnome-python-base-2.28.0 ppc64 for bug 320247
(Portage version: 2.1.8.3/cvs/Linux ppc64)
Revision Changes Path
1.32 dev-python/gnome-python-base/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnome-python-base/ChangeLog?rev=1.32&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnome-python-base/ChangeLog?rev=1.32&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnome-python-base/ChangeLog?r1=1.31&r2=1.32
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/gnome-python-base/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog 7 Aug 2010 18:58:06 -0000 1.31
+++ ChangeLog 8 Sep 2010 09:36:29 -0000 1.32
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/gnome-python-base
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-base/ChangeLog,v 1.31 2010/08/07 18:58:06 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-base/ChangeLog,v 1.32 2010/09/08 09:36:29 ranger Exp $
+
+ 08 Sep 2010; Brent Baude <ranger@gentoo.org>
+ gnome-python-base-2.28.0.ebuild:
+ Marking gnome-python-base-2.28.0 ppc64 stable for bug 320247
07 Aug 2010; Raúl Porcel <armin76@gentoo.org>
gnome-python-base-2.28.0.ebuild:
1.8 dev-python/gnome-python-base/gnome-python-base-2.28.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnome-python-base/gnome-python-base-2.28.0.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnome-python-base/gnome-python-base-2.28.0.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnome-python-base/gnome-python-base-2.28.0.ebuild?r1=1.7&r2=1.8
Index: gnome-python-base-2.28.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/gnome-python-base/gnome-python-base-2.28.0.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- gnome-python-base-2.28.0.ebuild 7 Aug 2010 18:58:06 -0000 1.7
+++ gnome-python-base-2.28.0.ebuild 8 Sep 2010 09:36:29 -0000 1.8
@@ -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/gnome-python-base/gnome-python-base-2.28.0.ebuild,v 1.7 2010/08/07 18:58:06 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-base/gnome-python-base-2.28.0.ebuild,v 1.8 2010/09/08 09:36:29 ranger Exp $
GCONF_DEBUG="no"
@@ -28,7 +28,7 @@
DEPEND="${RDEPEND}
dev-util/pkgconfig"
-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"
S="${WORKDIR}/${MY_PN}-${PV}"
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/gnome-python-base: ChangeLog gnome-python-base-2.28.0.ebuild
@ 2011-02-26 13:24 Gilles Dartiguelongue (eva)
0 siblings, 0 replies; 8+ messages in thread
From: Gilles Dartiguelongue (eva) @ 2011-02-26 13:24 UTC (permalink / raw
To: gentoo-commits
eva 11/02/26 13:24:57
Modified: ChangeLog
Removed: gnome-python-base-2.28.0.ebuild
Log:
Add missing eclass variables for proper python-updater behavior, bug #344833. Clean up old revision.
(Portage version: 2.2.0_alpha24/cvs/Linux x86_64)
Revision Changes Path
1.38 dev-python/gnome-python-base/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnome-python-base/ChangeLog?rev=1.38&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnome-python-base/ChangeLog?rev=1.38&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnome-python-base/ChangeLog?r1=1.37&r2=1.38
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/gnome-python-base/ChangeLog,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- ChangeLog 30 Jan 2011 19:42:40 -0000 1.37
+++ ChangeLog 26 Feb 2011 13:24:57 -0000 1.38
@@ -1,6 +1,11 @@
# ChangeLog for dev-python/gnome-python-base
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-base/ChangeLog,v 1.37 2011/01/30 19:42:40 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-base/ChangeLog,v 1.38 2011/02/26 13:24:57 eva Exp $
+
+ 26 Feb 2011; Gilles Dartiguelongue <eva@gentoo.org>
+ -gnome-python-base-2.28.0.ebuild:
+ Add missing eclass variables for proper python-updater behavior, bug #344833.
+ Clean up old revision.
30 Jan 2011; Raúl Porcel <armin76@gentoo.org>
gnome-python-base-2.28.1.ebuild:
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2011-02-26 13:25 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-08 9:36 [gentoo-commits] gentoo-x86 commit in dev-python/gnome-python-base: ChangeLog gnome-python-base-2.28.0.ebuild Brent Baude (ranger)
-- strict thread matches above, loose matches on Subject: below --
2011-02-26 13:24 Gilles Dartiguelongue (eva)
2010-08-07 18:58 Raul Porcel (armin76)
2010-07-20 22:37 Markus Meier (maekke)
2010-06-11 9:20 Pacho Ramos (pacho)
2010-05-24 13:48 Gysbert Wassenaar (nixnut)
2010-05-18 12:55 PaweA Hajdan (phajdan.jr)
2009-10-29 23:20 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