* [gentoo-commits] gentoo-x86 commit in dev-python/gnome-python-extras-base: gnome-python-extras-base-2.25.3-r1.ebuild ChangeLog
@ 2014-05-26 16:29 Michal Gorny (mgorny)
0 siblings, 0 replies; 9+ messages in thread
From: Michal Gorny (mgorny) @ 2014-05-26 16:29 UTC (permalink / raw
To: gentoo-commits
mgorny 14/05/26 16:29:55
Modified: ChangeLog
Added: gnome-python-extras-base-2.25.3-r1.ebuild
Log:
Convert to python-any-r1.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path
1.26 dev-python/gnome-python-extras-base/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnome-python-extras-base/ChangeLog?rev=1.26&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnome-python-extras-base/ChangeLog?rev=1.26&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnome-python-extras-base/ChangeLog?r1=1.25&r2=1.26
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/gnome-python-extras-base/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog 26 Apr 2013 02:14:32 -0000 1.25
+++ ChangeLog 26 May 2014 16:29:55 -0000 1.26
@@ -1,6 +1,12 @@
# ChangeLog for dev-python/gnome-python-extras-base
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-extras-base/ChangeLog,v 1.25 2013/04/26 02:14:32 patrick Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-extras-base/ChangeLog,v 1.26 2014/05/26 16:29:55 mgorny Exp $
+
+*gnome-python-extras-base-2.25.3-r1 (26 May 2014)
+
+ 26 May 2014; Michał Górny <mgorny@gentoo.org>
+ +gnome-python-extras-base-2.25.3-r1.ebuild:
+ Convert to python-any-r1.
26 Apr 2013; Patrick Lauer <patrick@gentoo.org>
gnome-python-extras-base-2.25.3.ebuild:
1.1 dev-python/gnome-python-extras-base/gnome-python-extras-base-2.25.3-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnome-python-extras-base/gnome-python-extras-base-2.25.3-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnome-python-extras-base/gnome-python-extras-base-2.25.3-r1.ebuild?rev=1.1&content-type=text/plain
Index: gnome-python-extras-base-2.25.3-r1.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-extras-base/gnome-python-extras-base-2.25.3-r1.ebuild,v 1.1 2014/05/26 16:29:55 mgorny Exp $
EAPI="5"
PYTHON_COMPAT=( python2_7 )
inherit versionator autotools eutils gnome2 python-any-r1
# This ebuild does nothing -- we just want to get the pkgconfig file installed
MY_PN="gnome-python-extras"
DESCRIPTION="Provides python the base files for the Gnome Python Desktop 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="0"
RESTRICT="test"
# From the gnome-python-extras eclass
RDEPEND=">=x11-libs/gtk+-2.4:2
>=dev-libs/glib-2.6:2
$(python_gen_any_dep '>=dev-python/pygtk-2.10.3:2[${PYTHON_USEDEP}]')
!<=dev-python/gnome-python-extras-2.19.1-r2"
DEPEND="${RDEPEND}
virtual/pkgconfig
gnome-base/gnome-common"
# eautoreconf needs gnome-base/gnome-common
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
S="${WORKDIR}/${MY_PN}-${PV}"
DOCS="AUTHORS COPYING* ChangeLog INSTALL NEWS README"
pkg_setup() {
G2CONF="${G2CONF} --disable-allbindings"
python-any-r1_pkg_setup
}
src_prepare() {
epatch "${FILESDIR}/${P}-python-libs.patch" #344231
sed -e "s/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/" -i configure.ac || die
eautoreconf
gnome2_src_prepare
}
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/gnome-python-extras-base: gnome-python-extras-base-2.25.3-r1.ebuild ChangeLog
@ 2014-05-26 16:47 Michal Gorny (mgorny)
0 siblings, 0 replies; 9+ messages in thread
From: Michal Gorny (mgorny) @ 2014-05-26 16:47 UTC (permalink / raw
To: gentoo-commits
mgorny 14/05/26 16:47:04
Modified: gnome-python-extras-base-2.25.3-r1.ebuild ChangeLog
Log:
Use explicit src_configure() instead of G2CONF.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path
1.2 dev-python/gnome-python-extras-base/gnome-python-extras-base-2.25.3-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnome-python-extras-base/gnome-python-extras-base-2.25.3-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnome-python-extras-base/gnome-python-extras-base-2.25.3-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnome-python-extras-base/gnome-python-extras-base-2.25.3-r1.ebuild?r1=1.1&r2=1.2
Index: gnome-python-extras-base-2.25.3-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/gnome-python-extras-base/gnome-python-extras-base-2.25.3-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gnome-python-extras-base-2.25.3-r1.ebuild 26 May 2014 16:29:55 -0000 1.1
+++ gnome-python-extras-base-2.25.3-r1.ebuild 26 May 2014 16:47:04 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-extras-base/gnome-python-extras-base-2.25.3-r1.ebuild,v 1.1 2014/05/26 16:29:55 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-extras-base/gnome-python-extras-base-2.25.3-r1.ebuild,v 1.2 2014/05/26 16:47:04 mgorny Exp $
EAPI="5"
PYTHON_COMPAT=( python2_7 )
@@ -35,14 +35,14 @@
DOCS="AUTHORS COPYING* ChangeLog INSTALL NEWS README"
-pkg_setup() {
- G2CONF="${G2CONF} --disable-allbindings"
- python-any-r1_pkg_setup
-}
-
src_prepare() {
epatch "${FILESDIR}/${P}-python-libs.patch" #344231
sed -e "s/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/" -i configure.ac || die
eautoreconf
gnome2_src_prepare
}
+
+src_configure() {
+ gnome2_src_configure \
+ --disable-allbindings
+}
1.27 dev-python/gnome-python-extras-base/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnome-python-extras-base/ChangeLog?rev=1.27&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnome-python-extras-base/ChangeLog?rev=1.27&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnome-python-extras-base/ChangeLog?r1=1.26&r2=1.27
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/gnome-python-extras-base/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog 26 May 2014 16:29:55 -0000 1.26
+++ ChangeLog 26 May 2014 16:47:04 -0000 1.27
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/gnome-python-extras-base
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-extras-base/ChangeLog,v 1.26 2014/05/26 16:29:55 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-extras-base/ChangeLog,v 1.27 2014/05/26 16:47:04 mgorny Exp $
+
+ 26 May 2014; Michał Górny <mgorny@gentoo.org>
+ gnome-python-extras-base-2.25.3-r1.ebuild:
+ Use explicit src_configure() instead of G2CONF.
*gnome-python-extras-base-2.25.3-r1 (26 May 2014)
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/gnome-python-extras-base: gnome-python-extras-base-2.25.3-r1.ebuild ChangeLog
@ 2014-07-22 10:43 Agostino Sarubbo (ago)
0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-07-22 10:43 UTC (permalink / raw
To: gentoo-commits
ago 14/07/22 10:43:41
Modified: gnome-python-extras-base-2.25.3-r1.ebuild ChangeLog
Log:
Stable for amd64, wrt bug #512912
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F)
Revision Changes Path
1.3 dev-python/gnome-python-extras-base/gnome-python-extras-base-2.25.3-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnome-python-extras-base/gnome-python-extras-base-2.25.3-r1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnome-python-extras-base/gnome-python-extras-base-2.25.3-r1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnome-python-extras-base/gnome-python-extras-base-2.25.3-r1.ebuild?r1=1.2&r2=1.3
Index: gnome-python-extras-base-2.25.3-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/gnome-python-extras-base/gnome-python-extras-base-2.25.3-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gnome-python-extras-base-2.25.3-r1.ebuild 26 May 2014 16:47:04 -0000 1.2
+++ gnome-python-extras-base-2.25.3-r1.ebuild 22 Jul 2014 10:43:41 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-extras-base/gnome-python-extras-base-2.25.3-r1.ebuild,v 1.2 2014/05/26 16:47:04 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-extras-base/gnome-python-extras-base-2.25.3-r1.ebuild,v 1.3 2014/07/22 10:43:41 ago Exp $
EAPI="5"
PYTHON_COMPAT=( python2_7 )
@@ -29,7 +29,7 @@
gnome-base/gnome-common"
# eautoreconf needs gnome-base/gnome-common
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
S="${WORKDIR}/${MY_PN}-${PV}"
1.28 dev-python/gnome-python-extras-base/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnome-python-extras-base/ChangeLog?rev=1.28&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnome-python-extras-base/ChangeLog?rev=1.28&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnome-python-extras-base/ChangeLog?r1=1.27&r2=1.28
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/gnome-python-extras-base/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog 26 May 2014 16:47:04 -0000 1.27
+++ ChangeLog 22 Jul 2014 10:43:41 -0000 1.28
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/gnome-python-extras-base
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-extras-base/ChangeLog,v 1.27 2014/05/26 16:47:04 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-extras-base/ChangeLog,v 1.28 2014/07/22 10:43:41 ago Exp $
+
+ 22 Jul 2014; Agostino Sarubbo <ago@gentoo.org>
+ gnome-python-extras-base-2.25.3-r1.ebuild:
+ Stable for amd64, wrt bug #512912
26 May 2014; Michał Górny <mgorny@gentoo.org>
gnome-python-extras-base-2.25.3-r1.ebuild:
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/gnome-python-extras-base: gnome-python-extras-base-2.25.3-r1.ebuild ChangeLog
@ 2014-07-23 15:14 Agostino Sarubbo (ago)
0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-07-23 15:14 UTC (permalink / raw
To: gentoo-commits
ago 14/07/23 15:14:56
Modified: gnome-python-extras-base-2.25.3-r1.ebuild ChangeLog
Log:
Stable for x86, wrt bug #512012
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F)
Revision Changes Path
1.4 dev-python/gnome-python-extras-base/gnome-python-extras-base-2.25.3-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnome-python-extras-base/gnome-python-extras-base-2.25.3-r1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnome-python-extras-base/gnome-python-extras-base-2.25.3-r1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnome-python-extras-base/gnome-python-extras-base-2.25.3-r1.ebuild?r1=1.3&r2=1.4
Index: gnome-python-extras-base-2.25.3-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/gnome-python-extras-base/gnome-python-extras-base-2.25.3-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- gnome-python-extras-base-2.25.3-r1.ebuild 22 Jul 2014 10:43:41 -0000 1.3
+++ gnome-python-extras-base-2.25.3-r1.ebuild 23 Jul 2014 15:14:56 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-extras-base/gnome-python-extras-base-2.25.3-r1.ebuild,v 1.3 2014/07/22 10:43:41 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-extras-base/gnome-python-extras-base-2.25.3-r1.ebuild,v 1.4 2014/07/23 15:14:56 ago Exp $
EAPI="5"
PYTHON_COMPAT=( python2_7 )
@@ -29,7 +29,7 @@
gnome-base/gnome-common"
# eautoreconf needs gnome-base/gnome-common
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
S="${WORKDIR}/${MY_PN}-${PV}"
1.29 dev-python/gnome-python-extras-base/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnome-python-extras-base/ChangeLog?rev=1.29&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnome-python-extras-base/ChangeLog?rev=1.29&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnome-python-extras-base/ChangeLog?r1=1.28&r2=1.29
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/gnome-python-extras-base/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog 22 Jul 2014 10:43:41 -0000 1.28
+++ ChangeLog 23 Jul 2014 15:14:56 -0000 1.29
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/gnome-python-extras-base
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-extras-base/ChangeLog,v 1.28 2014/07/22 10:43:41 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-extras-base/ChangeLog,v 1.29 2014/07/23 15:14:56 ago Exp $
+
+ 23 Jul 2014; Agostino Sarubbo <ago@gentoo.org>
+ gnome-python-extras-base-2.25.3-r1.ebuild:
+ Stable for x86, wrt bug #512012
22 Jul 2014; Agostino Sarubbo <ago@gentoo.org>
gnome-python-extras-base-2.25.3-r1.ebuild:
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/gnome-python-extras-base: gnome-python-extras-base-2.25.3-r1.ebuild ChangeLog
@ 2014-07-28 13:43 Agostino Sarubbo (ago)
0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-07-28 13:43 UTC (permalink / raw
To: gentoo-commits
ago 14/07/28 13:43:26
Modified: gnome-python-extras-base-2.25.3-r1.ebuild ChangeLog
Log:
Stable for ppc, wrt bug #512012
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F)
Revision Changes Path
1.5 dev-python/gnome-python-extras-base/gnome-python-extras-base-2.25.3-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnome-python-extras-base/gnome-python-extras-base-2.25.3-r1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnome-python-extras-base/gnome-python-extras-base-2.25.3-r1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnome-python-extras-base/gnome-python-extras-base-2.25.3-r1.ebuild?r1=1.4&r2=1.5
Index: gnome-python-extras-base-2.25.3-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/gnome-python-extras-base/gnome-python-extras-base-2.25.3-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- gnome-python-extras-base-2.25.3-r1.ebuild 23 Jul 2014 15:14:56 -0000 1.4
+++ gnome-python-extras-base-2.25.3-r1.ebuild 28 Jul 2014 13:43:26 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-extras-base/gnome-python-extras-base-2.25.3-r1.ebuild,v 1.4 2014/07/23 15:14:56 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-extras-base/gnome-python-extras-base-2.25.3-r1.ebuild,v 1.5 2014/07/28 13:43:26 ago Exp $
EAPI="5"
PYTHON_COMPAT=( python2_7 )
@@ -29,7 +29,7 @@
gnome-base/gnome-common"
# eautoreconf needs gnome-base/gnome-common
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ~ppc64 ~sparc x86 ~x86-fbsd"
S="${WORKDIR}/${MY_PN}-${PV}"
1.30 dev-python/gnome-python-extras-base/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnome-python-extras-base/ChangeLog?rev=1.30&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnome-python-extras-base/ChangeLog?rev=1.30&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnome-python-extras-base/ChangeLog?r1=1.29&r2=1.30
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/gnome-python-extras-base/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog 23 Jul 2014 15:14:56 -0000 1.29
+++ ChangeLog 28 Jul 2014 13:43:26 -0000 1.30
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/gnome-python-extras-base
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-extras-base/ChangeLog,v 1.29 2014/07/23 15:14:56 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-extras-base/ChangeLog,v 1.30 2014/07/28 13:43:26 ago Exp $
+
+ 28 Jul 2014; Agostino Sarubbo <ago@gentoo.org>
+ gnome-python-extras-base-2.25.3-r1.ebuild:
+ Stable for ppc, wrt bug #512012
23 Jul 2014; Agostino Sarubbo <ago@gentoo.org>
gnome-python-extras-base-2.25.3-r1.ebuild:
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/gnome-python-extras-base: gnome-python-extras-base-2.25.3-r1.ebuild ChangeLog
@ 2014-08-21 10:39 Agostino Sarubbo (ago)
0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-08-21 10:39 UTC (permalink / raw
To: gentoo-commits
ago 14/08/21 10:39:36
Modified: gnome-python-extras-base-2.25.3-r1.ebuild ChangeLog
Log:
Stable for ppc64, wrt bug #512012
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F)
Revision Changes Path
1.7 dev-python/gnome-python-extras-base/gnome-python-extras-base-2.25.3-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnome-python-extras-base/gnome-python-extras-base-2.25.3-r1.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnome-python-extras-base/gnome-python-extras-base-2.25.3-r1.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnome-python-extras-base/gnome-python-extras-base-2.25.3-r1.ebuild?r1=1.6&r2=1.7
Index: gnome-python-extras-base-2.25.3-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/gnome-python-extras-base/gnome-python-extras-base-2.25.3-r1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- gnome-python-extras-base-2.25.3-r1.ebuild 7 Aug 2014 18:15:56 -0000 1.6
+++ gnome-python-extras-base-2.25.3-r1.ebuild 21 Aug 2014 10:39:36 -0000 1.7
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-extras-base/gnome-python-extras-base-2.25.3-r1.ebuild,v 1.6 2014/08/07 18:15:56 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-extras-base/gnome-python-extras-base-2.25.3-r1.ebuild,v 1.7 2014/08/21 10:39:36 ago Exp $
EAPI="5"
PYTHON_COMPAT=( python2_7 )
@@ -29,7 +29,7 @@
gnome-base/gnome-common"
# eautoreconf needs gnome-base/gnome-common
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ppc ~ppc64 ~sparc x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd"
S="${WORKDIR}/${MY_PN}-${PV}"
1.32 dev-python/gnome-python-extras-base/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnome-python-extras-base/ChangeLog?rev=1.32&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnome-python-extras-base/ChangeLog?rev=1.32&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnome-python-extras-base/ChangeLog?r1=1.31&r2=1.32
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/gnome-python-extras-base/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog 7 Aug 2014 18:15:56 -0000 1.31
+++ ChangeLog 21 Aug 2014 10:39:36 -0000 1.32
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/gnome-python-extras-base
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-extras-base/ChangeLog,v 1.31 2014/08/07 18:15:56 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-extras-base/ChangeLog,v 1.32 2014/08/21 10:39:36 ago Exp $
+
+ 21 Aug 2014; Agostino Sarubbo <ago@gentoo.org>
+ gnome-python-extras-base-2.25.3-r1.ebuild:
+ Stable for ppc64, wrt bug #512012
07 Aug 2014; Jeroen Roovers <jer@gentoo.org>
gnome-python-extras-base-2.25.3-r1.ebuild:
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/gnome-python-extras-base: gnome-python-extras-base-2.25.3-r1.ebuild ChangeLog
@ 2014-08-23 15:28 Agostino Sarubbo (ago)
0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-08-23 15:28 UTC (permalink / raw
To: gentoo-commits
ago 14/08/23 15:28:58
Modified: gnome-python-extras-base-2.25.3-r1.ebuild ChangeLog
Log:
Stable for ia64, wrt bug #512012
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F)
Revision Changes Path
1.8 dev-python/gnome-python-extras-base/gnome-python-extras-base-2.25.3-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnome-python-extras-base/gnome-python-extras-base-2.25.3-r1.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnome-python-extras-base/gnome-python-extras-base-2.25.3-r1.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnome-python-extras-base/gnome-python-extras-base-2.25.3-r1.ebuild?r1=1.7&r2=1.8
Index: gnome-python-extras-base-2.25.3-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/gnome-python-extras-base/gnome-python-extras-base-2.25.3-r1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- gnome-python-extras-base-2.25.3-r1.ebuild 21 Aug 2014 10:39:36 -0000 1.7
+++ gnome-python-extras-base-2.25.3-r1.ebuild 23 Aug 2014 15:28:58 -0000 1.8
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-extras-base/gnome-python-extras-base-2.25.3-r1.ebuild,v 1.7 2014/08/21 10:39:36 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-extras-base/gnome-python-extras-base-2.25.3-r1.ebuild,v 1.8 2014/08/23 15:28:58 ago Exp $
EAPI="5"
PYTHON_COMPAT=( python2_7 )
@@ -29,7 +29,7 @@
gnome-base/gnome-common"
# eautoreconf needs gnome-base/gnome-common
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm hppa ia64 ppc ppc64 ~sparc x86 ~x86-fbsd"
S="${WORKDIR}/${MY_PN}-${PV}"
1.33 dev-python/gnome-python-extras-base/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnome-python-extras-base/ChangeLog?rev=1.33&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnome-python-extras-base/ChangeLog?rev=1.33&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnome-python-extras-base/ChangeLog?r1=1.32&r2=1.33
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/gnome-python-extras-base/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog 21 Aug 2014 10:39:36 -0000 1.32
+++ ChangeLog 23 Aug 2014 15:28:58 -0000 1.33
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/gnome-python-extras-base
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-extras-base/ChangeLog,v 1.32 2014/08/21 10:39:36 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-extras-base/ChangeLog,v 1.33 2014/08/23 15:28:58 ago Exp $
+
+ 23 Aug 2014; Agostino Sarubbo <ago@gentoo.org>
+ gnome-python-extras-base-2.25.3-r1.ebuild:
+ Stable for ia64, wrt bug #512012
21 Aug 2014; Agostino Sarubbo <ago@gentoo.org>
gnome-python-extras-base-2.25.3-r1.ebuild:
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/gnome-python-extras-base: gnome-python-extras-base-2.25.3-r1.ebuild ChangeLog
@ 2014-08-25 10:57 Agostino Sarubbo (ago)
0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-08-25 10:57 UTC (permalink / raw
To: gentoo-commits
ago 14/08/25 10:57:40
Modified: gnome-python-extras-base-2.25.3-r1.ebuild ChangeLog
Log:
Stable for alpha, wrt bug #512012
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F)
Revision Changes Path
1.9 dev-python/gnome-python-extras-base/gnome-python-extras-base-2.25.3-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnome-python-extras-base/gnome-python-extras-base-2.25.3-r1.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnome-python-extras-base/gnome-python-extras-base-2.25.3-r1.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnome-python-extras-base/gnome-python-extras-base-2.25.3-r1.ebuild?r1=1.8&r2=1.9
Index: gnome-python-extras-base-2.25.3-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/gnome-python-extras-base/gnome-python-extras-base-2.25.3-r1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- gnome-python-extras-base-2.25.3-r1.ebuild 23 Aug 2014 15:28:58 -0000 1.8
+++ gnome-python-extras-base-2.25.3-r1.ebuild 25 Aug 2014 10:57:40 -0000 1.9
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-extras-base/gnome-python-extras-base-2.25.3-r1.ebuild,v 1.8 2014/08/23 15:28:58 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-extras-base/gnome-python-extras-base-2.25.3-r1.ebuild,v 1.9 2014/08/25 10:57:40 ago Exp $
EAPI="5"
PYTHON_COMPAT=( python2_7 )
@@ -29,7 +29,7 @@
gnome-base/gnome-common"
# eautoreconf needs gnome-base/gnome-common
-KEYWORDS="~alpha amd64 ~arm hppa ia64 ppc ppc64 ~sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 ~sparc x86 ~x86-fbsd"
S="${WORKDIR}/${MY_PN}-${PV}"
1.34 dev-python/gnome-python-extras-base/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnome-python-extras-base/ChangeLog?rev=1.34&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnome-python-extras-base/ChangeLog?rev=1.34&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnome-python-extras-base/ChangeLog?r1=1.33&r2=1.34
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/gnome-python-extras-base/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog 23 Aug 2014 15:28:58 -0000 1.33
+++ ChangeLog 25 Aug 2014 10:57:40 -0000 1.34
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/gnome-python-extras-base
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-extras-base/ChangeLog,v 1.33 2014/08/23 15:28:58 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-extras-base/ChangeLog,v 1.34 2014/08/25 10:57:40 ago Exp $
+
+ 25 Aug 2014; Agostino Sarubbo <ago@gentoo.org>
+ gnome-python-extras-base-2.25.3-r1.ebuild:
+ Stable for alpha, wrt bug #512012
23 Aug 2014; Agostino Sarubbo <ago@gentoo.org>
gnome-python-extras-base-2.25.3-r1.ebuild:
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/gnome-python-extras-base: gnome-python-extras-base-2.25.3-r1.ebuild ChangeLog
@ 2014-09-15 8:19 Agostino Sarubbo (ago)
0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-09-15 8:19 UTC (permalink / raw
To: gentoo-commits
ago 14/09/15 08:19:04
Modified: gnome-python-extras-base-2.25.3-r1.ebuild ChangeLog
Log:
Stable for sparc, wrt bug #512012
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F)
Revision Changes Path
1.10 dev-python/gnome-python-extras-base/gnome-python-extras-base-2.25.3-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnome-python-extras-base/gnome-python-extras-base-2.25.3-r1.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnome-python-extras-base/gnome-python-extras-base-2.25.3-r1.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnome-python-extras-base/gnome-python-extras-base-2.25.3-r1.ebuild?r1=1.9&r2=1.10
Index: gnome-python-extras-base-2.25.3-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/gnome-python-extras-base/gnome-python-extras-base-2.25.3-r1.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- gnome-python-extras-base-2.25.3-r1.ebuild 25 Aug 2014 10:57:40 -0000 1.9
+++ gnome-python-extras-base-2.25.3-r1.ebuild 15 Sep 2014 08:19:04 -0000 1.10
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-extras-base/gnome-python-extras-base-2.25.3-r1.ebuild,v 1.9 2014/08/25 10:57:40 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-extras-base/gnome-python-extras-base-2.25.3-r1.ebuild,v 1.10 2014/09/15 08:19:04 ago Exp $
EAPI="5"
PYTHON_COMPAT=( python2_7 )
@@ -29,7 +29,7 @@
gnome-base/gnome-common"
# eautoreconf needs gnome-base/gnome-common
-KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 ~sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd"
S="${WORKDIR}/${MY_PN}-${PV}"
1.35 dev-python/gnome-python-extras-base/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnome-python-extras-base/ChangeLog?rev=1.35&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnome-python-extras-base/ChangeLog?rev=1.35&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnome-python-extras-base/ChangeLog?r1=1.34&r2=1.35
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/gnome-python-extras-base/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog 25 Aug 2014 10:57:40 -0000 1.34
+++ ChangeLog 15 Sep 2014 08:19:04 -0000 1.35
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/gnome-python-extras-base
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-extras-base/ChangeLog,v 1.34 2014/08/25 10:57:40 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-extras-base/ChangeLog,v 1.35 2014/09/15 08:19:04 ago Exp $
+
+ 15 Sep 2014; Agostino Sarubbo <ago@gentoo.org>
+ gnome-python-extras-base-2.25.3-r1.ebuild:
+ Stable for sparc, wrt bug #512012
25 Aug 2014; Agostino Sarubbo <ago@gentoo.org>
gnome-python-extras-base-2.25.3-r1.ebuild:
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2014-09-15 8:25 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-25 10:57 [gentoo-commits] gentoo-x86 commit in dev-python/gnome-python-extras-base: gnome-python-extras-base-2.25.3-r1.ebuild ChangeLog Agostino Sarubbo (ago)
-- strict thread matches above, loose matches on Subject: below --
2014-09-15 8:19 Agostino Sarubbo (ago)
2014-08-23 15:28 Agostino Sarubbo (ago)
2014-08-21 10:39 Agostino Sarubbo (ago)
2014-07-28 13:43 Agostino Sarubbo (ago)
2014-07-23 15:14 Agostino Sarubbo (ago)
2014-07-22 10:43 Agostino Sarubbo (ago)
2014-05-26 16:47 Michal Gorny (mgorny)
2014-05-26 16:29 Michal Gorny (mgorny)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox