* [gentoo-commits] gentoo-x86 commit in dev-python/gdl-python: ChangeLog gdl-python-2.25.3.ebuild
@ 2010-06-15 7:39 Pacho Ramos (pacho)
0 siblings, 0 replies; 9+ messages in thread
From: Pacho Ramos (pacho) @ 2010-06-15 7:39 UTC (permalink / raw
To: gentoo-commits
pacho 10/06/15 07:39:12
Modified: ChangeLog
Added: gdl-python-2.25.3.ebuild
Log:
Version bump with lots of bugfixes over current stable.
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Revision Changes Path
1.26 dev-python/gdl-python/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gdl-python/ChangeLog?rev=1.26&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gdl-python/ChangeLog?rev=1.26&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gdl-python/ChangeLog?r1=1.25&r2=1.26
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/gdl-python/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog 2 Jun 2010 21:10:56 -0000 1.25
+++ ChangeLog 15 Jun 2010 07:39:12 -0000 1.26
@@ -1,6 +1,11 @@
# ChangeLog for dev-python/gdl-python
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/gdl-python/ChangeLog,v 1.25 2010/06/02 21:10:56 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/gdl-python/ChangeLog,v 1.26 2010/06/15 07:39:12 pacho Exp $
+
+*gdl-python-2.25.3 (15 Jun 2010)
+
+ 15 Jun 2010; Pacho Ramos <pacho@gentoo.org> +gdl-python-2.25.3.ebuild:
+ Version bump with lots of bugfixes over current stable.
02 Jun 2010; Gilles Dartiguelongue <eva@gentoo.org>
-gdl-python-2.19.1.ebuild, gdl-python-2.19.1-r1.ebuild,
1.1 dev-python/gdl-python/gdl-python-2.25.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gdl-python/gdl-python-2.25.3.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gdl-python/gdl-python-2.25.3.ebuild?rev=1.1&content-type=text/plain
Index: gdl-python-2.25.3.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/gdl-python/gdl-python-2.25.3.ebuild,v 1.1 2010/06/15 07:39:12 pacho Exp $
EAPI="2"
G_PY_PN="gnome-python-extras"
inherit gnome-python-common
PVP="$(get_version_component_range 1-2)"
SRC_URI="mirror://gnome/sources/${G_PY_PN}/${PVP}/${G_PY_PN}-${PV}.tar.bz2"
DESCRIPTION="Python bindings for GDL"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE="examples"
RDEPEND=">=dev-libs/gdl-2.28"
DEPEND="${RDEPEND}"
EXAMPLES="examples/gdl/*"
src_prepare() {
# Fix build failure with gdl-2.28
epatch "${FILESDIR}/${PN}-2.19.1-gdlapi-removal.patch"
gnome-python-common_src_prepare
}
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/gdl-python: ChangeLog gdl-python-2.25.3.ebuild
@ 2010-07-31 18:12 Pacho Ramos (pacho)
0 siblings, 0 replies; 9+ messages in thread
From: Pacho Ramos (pacho) @ 2010-07-31 18:12 UTC (permalink / raw
To: gentoo-commits
pacho 10/07/31 18:12:17
Modified: ChangeLog gdl-python-2.25.3.ebuild
Log:
amd64 stable, bug 324077
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Revision Changes Path
1.30 dev-python/gdl-python/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gdl-python/ChangeLog?rev=1.30&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gdl-python/ChangeLog?rev=1.30&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gdl-python/ChangeLog?r1=1.29&r2=1.30
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/gdl-python/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog 9 Jul 2010 10:53:00 -0000 1.29
+++ ChangeLog 31 Jul 2010 18:12:17 -0000 1.30
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/gdl-python
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/gdl-python/ChangeLog,v 1.29 2010/07/09 10:53:00 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/gdl-python/ChangeLog,v 1.30 2010/07/31 18:12:17 pacho Exp $
+
+ 31 Jul 2010; Pacho Ramos <pacho@gentoo.org> gdl-python-2.25.3.ebuild:
+ amd64 stable, bug 324077
09 Jul 2010; Pacho Ramos <pacho@gentoo.org> -gdl-python-2.19.1-r1.ebuild:
Drop old.
1.2 dev-python/gdl-python/gdl-python-2.25.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gdl-python/gdl-python-2.25.3.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gdl-python/gdl-python-2.25.3.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gdl-python/gdl-python-2.25.3.ebuild?r1=1.1&r2=1.2
Index: gdl-python-2.25.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/gdl-python/gdl-python-2.25.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gdl-python-2.25.3.ebuild 15 Jun 2010 07:39:12 -0000 1.1
+++ gdl-python-2.25.3.ebuild 31 Jul 2010 18:12:17 -0000 1.2
@@ -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/gdl-python/gdl-python-2.25.3.ebuild,v 1.1 2010/06/15 07:39:12 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/gdl-python/gdl-python-2.25.3.ebuild,v 1.2 2010/07/31 18:12:17 pacho Exp $
EAPI="2"
G_PY_PN="gnome-python-extras"
@@ -13,7 +13,7 @@
DESCRIPTION="Python bindings for GDL"
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE="examples"
RDEPEND=">=dev-libs/gdl-2.28"
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/gdl-python: ChangeLog gdl-python-2.25.3.ebuild
@ 2010-08-01 10:34 Christian Faulhammer (fauli)
0 siblings, 0 replies; 9+ messages in thread
From: Christian Faulhammer (fauli) @ 2010-08-01 10:34 UTC (permalink / raw
To: gentoo-commits
fauli 10/08/01 10:34:26
Modified: ChangeLog gdl-python-2.25.3.ebuild
Log:
x86 stable, bug 324077
(Portage version: 2.1.8.3/cvs/Linux i686, RepoMan options: --force)
Revision Changes Path
1.31 dev-python/gdl-python/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gdl-python/ChangeLog?rev=1.31&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gdl-python/ChangeLog?rev=1.31&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gdl-python/ChangeLog?r1=1.30&r2=1.31
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/gdl-python/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog 31 Jul 2010 18:12:17 -0000 1.30
+++ ChangeLog 1 Aug 2010 10:34:26 -0000 1.31
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/gdl-python
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/gdl-python/ChangeLog,v 1.30 2010/07/31 18:12:17 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/gdl-python/ChangeLog,v 1.31 2010/08/01 10:34:26 fauli Exp $
+
+ 01 Aug 2010; Christian Faulhammer <fauli@gentoo.org>
+ gdl-python-2.25.3.ebuild:
+ x86 stable, bug 324077
31 Jul 2010; Pacho Ramos <pacho@gentoo.org> gdl-python-2.25.3.ebuild:
amd64 stable, bug 324077
1.3 dev-python/gdl-python/gdl-python-2.25.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gdl-python/gdl-python-2.25.3.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gdl-python/gdl-python-2.25.3.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gdl-python/gdl-python-2.25.3.ebuild?r1=1.2&r2=1.3
Index: gdl-python-2.25.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/gdl-python/gdl-python-2.25.3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gdl-python-2.25.3.ebuild 31 Jul 2010 18:12:17 -0000 1.2
+++ gdl-python-2.25.3.ebuild 1 Aug 2010 10:34:26 -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/gdl-python/gdl-python-2.25.3.ebuild,v 1.2 2010/07/31 18:12:17 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/gdl-python/gdl-python-2.25.3.ebuild,v 1.3 2010/08/01 10:34:26 fauli Exp $
EAPI="2"
G_PY_PN="gnome-python-extras"
@@ -13,7 +13,7 @@
DESCRIPTION="Python bindings for GDL"
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
IUSE="examples"
RDEPEND=">=dev-libs/gdl-2.28"
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/gdl-python: ChangeLog gdl-python-2.25.3.ebuild
@ 2010-09-11 19:02 Joseph Jezak (josejx)
0 siblings, 0 replies; 9+ messages in thread
From: Joseph Jezak (josejx) @ 2010-09-11 19:02 UTC (permalink / raw
To: gentoo-commits
josejx 10/09/11 19:02:14
Modified: ChangeLog gdl-python-2.25.3.ebuild
Log:
Marked ppc for bug #324077.
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Revision Changes Path
1.32 dev-python/gdl-python/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gdl-python/ChangeLog?rev=1.32&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gdl-python/ChangeLog?rev=1.32&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gdl-python/ChangeLog?r1=1.31&r2=1.32
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/gdl-python/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog 1 Aug 2010 10:34:26 -0000 1.31
+++ ChangeLog 11 Sep 2010 19:02:14 -0000 1.32
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/gdl-python
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/gdl-python/ChangeLog,v 1.31 2010/08/01 10:34:26 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/gdl-python/ChangeLog,v 1.32 2010/09/11 19:02:14 josejx Exp $
+
+ 11 Sep 2010; Joseph Jezak <josejx@gentoo.org> gdl-python-2.25.3.ebuild:
+ Marked ppc for bug #324077.
01 Aug 2010; Christian Faulhammer <fauli@gentoo.org>
gdl-python-2.25.3.ebuild:
1.4 dev-python/gdl-python/gdl-python-2.25.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gdl-python/gdl-python-2.25.3.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gdl-python/gdl-python-2.25.3.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gdl-python/gdl-python-2.25.3.ebuild?r1=1.3&r2=1.4
Index: gdl-python-2.25.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/gdl-python/gdl-python-2.25.3.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- gdl-python-2.25.3.ebuild 1 Aug 2010 10:34:26 -0000 1.3
+++ gdl-python-2.25.3.ebuild 11 Sep 2010 19:02:14 -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/gdl-python/gdl-python-2.25.3.ebuild,v 1.3 2010/08/01 10:34:26 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/gdl-python/gdl-python-2.25.3.ebuild,v 1.4 2010/09/11 19:02:14 josejx Exp $
EAPI="2"
G_PY_PN="gnome-python-extras"
@@ -13,7 +13,7 @@
DESCRIPTION="Python bindings for GDL"
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ~ppc64 ~sparc x86 ~x86-fbsd"
IUSE="examples"
RDEPEND=">=dev-libs/gdl-2.28"
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/gdl-python: ChangeLog gdl-python-2.25.3.ebuild
@ 2010-10-10 10:20 Samuli Suominen (ssuominen)
0 siblings, 0 replies; 9+ messages in thread
From: Samuli Suominen (ssuominen) @ 2010-10-10 10:20 UTC (permalink / raw
To: gentoo-commits
ssuominen 10/10/10 10:20:33
Modified: ChangeLog gdl-python-2.25.3.ebuild
Log:
ppc64 stable wrt #324077
(Portage version: 2.2_rc90/cvs/Linux x86_64, RepoMan options: --force)
Revision Changes Path
1.33 dev-python/gdl-python/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gdl-python/ChangeLog?rev=1.33&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gdl-python/ChangeLog?rev=1.33&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gdl-python/ChangeLog?r1=1.32&r2=1.33
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/gdl-python/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog 11 Sep 2010 19:02:14 -0000 1.32
+++ ChangeLog 10 Oct 2010 10:20:32 -0000 1.33
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/gdl-python
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/gdl-python/ChangeLog,v 1.32 2010/09/11 19:02:14 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/gdl-python/ChangeLog,v 1.33 2010/10/10 10:20:32 ssuominen Exp $
+
+ 10 Oct 2010; Samuli Suominen <ssuominen@gentoo.org>
+ gdl-python-2.25.3.ebuild:
+ ppc64 stable wrt #324077
11 Sep 2010; Joseph Jezak <josejx@gentoo.org> gdl-python-2.25.3.ebuild:
Marked ppc for bug #324077.
1.5 dev-python/gdl-python/gdl-python-2.25.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gdl-python/gdl-python-2.25.3.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gdl-python/gdl-python-2.25.3.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gdl-python/gdl-python-2.25.3.ebuild?r1=1.4&r2=1.5
Index: gdl-python-2.25.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/gdl-python/gdl-python-2.25.3.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- gdl-python-2.25.3.ebuild 11 Sep 2010 19:02:14 -0000 1.4
+++ gdl-python-2.25.3.ebuild 10 Oct 2010 10:20:32 -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/gdl-python/gdl-python-2.25.3.ebuild,v 1.4 2010/09/11 19:02:14 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/gdl-python/gdl-python-2.25.3.ebuild,v 1.5 2010/10/10 10:20:32 ssuominen Exp $
EAPI="2"
G_PY_PN="gnome-python-extras"
@@ -13,7 +13,7 @@
DESCRIPTION="Python bindings for GDL"
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ~ppc64 ~sparc x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd"
IUSE="examples"
RDEPEND=">=dev-libs/gdl-2.28"
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/gdl-python: ChangeLog gdl-python-2.25.3.ebuild
@ 2011-01-25 18:25 Jeroen Roovers (jer)
0 siblings, 0 replies; 9+ messages in thread
From: Jeroen Roovers (jer) @ 2011-01-25 18:25 UTC (permalink / raw
To: gentoo-commits
jer 11/01/25 18:25:30
Modified: ChangeLog gdl-python-2.25.3.ebuild
Log:
Stable for HPPA (bug #348987).
(Portage version: 2.2.0_alpha19/cvs/Linux i686)
Revision Changes Path
1.34 dev-python/gdl-python/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gdl-python/ChangeLog?rev=1.34&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gdl-python/ChangeLog?rev=1.34&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gdl-python/ChangeLog?r1=1.33&r2=1.34
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/gdl-python/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog 10 Oct 2010 10:20:32 -0000 1.33
+++ ChangeLog 25 Jan 2011 18:25:29 -0000 1.34
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/gdl-python
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/gdl-python/ChangeLog,v 1.33 2010/10/10 10:20:32 ssuominen Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/gdl-python/ChangeLog,v 1.34 2011/01/25 18:25:29 jer Exp $
+
+ 25 Jan 2011; Jeroen Roovers <jer@gentoo.org> gdl-python-2.25.3.ebuild:
+ Stable for HPPA (bug #348987).
10 Oct 2010; Samuli Suominen <ssuominen@gentoo.org>
gdl-python-2.25.3.ebuild:
1.6 dev-python/gdl-python/gdl-python-2.25.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gdl-python/gdl-python-2.25.3.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gdl-python/gdl-python-2.25.3.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gdl-python/gdl-python-2.25.3.ebuild?r1=1.5&r2=1.6
Index: gdl-python-2.25.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/gdl-python/gdl-python-2.25.3.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- gdl-python-2.25.3.ebuild 10 Oct 2010 10:20:32 -0000 1.5
+++ gdl-python-2.25.3.ebuild 25 Jan 2011 18:25:29 -0000 1.6
@@ -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/gdl-python/gdl-python-2.25.3.ebuild,v 1.5 2010/10/10 10:20:32 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/gdl-python/gdl-python-2.25.3.ebuild,v 1.6 2011/01/25 18:25:29 jer Exp $
EAPI="2"
G_PY_PN="gnome-python-extras"
@@ -13,7 +13,7 @@
DESCRIPTION="Python bindings for GDL"
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd"
IUSE="examples"
RDEPEND=">=dev-libs/gdl-2.28"
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/gdl-python: ChangeLog gdl-python-2.25.3.ebuild
@ 2011-01-30 18:11 Raul Porcel (armin76)
0 siblings, 0 replies; 9+ messages in thread
From: Raul Porcel (armin76) @ 2011-01-30 18:11 UTC (permalink / raw
To: gentoo-commits
armin76 11/01/30 18:11:20
Modified: ChangeLog gdl-python-2.25.3.ebuild
Log:
alpha/ia64/sparc stable wrt #348987
(Portage version: 2.1.9.25/cvs/Linux ia64)
Revision Changes Path
1.35 dev-python/gdl-python/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gdl-python/ChangeLog?rev=1.35&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gdl-python/ChangeLog?rev=1.35&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gdl-python/ChangeLog?r1=1.34&r2=1.35
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/gdl-python/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog 25 Jan 2011 18:25:29 -0000 1.34
+++ ChangeLog 30 Jan 2011 18:11:20 -0000 1.35
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/gdl-python
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/gdl-python/ChangeLog,v 1.34 2011/01/25 18:25:29 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/gdl-python/ChangeLog,v 1.35 2011/01/30 18:11:20 armin76 Exp $
+
+ 30 Jan 2011; Raúl Porcel <armin76@gentoo.org> gdl-python-2.25.3.ebuild:
+ alpha/ia64/sparc stable wrt #348987
25 Jan 2011; Jeroen Roovers <jer@gentoo.org> gdl-python-2.25.3.ebuild:
Stable for HPPA (bug #348987).
1.7 dev-python/gdl-python/gdl-python-2.25.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gdl-python/gdl-python-2.25.3.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gdl-python/gdl-python-2.25.3.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gdl-python/gdl-python-2.25.3.ebuild?r1=1.6&r2=1.7
Index: gdl-python-2.25.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/gdl-python/gdl-python-2.25.3.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- gdl-python-2.25.3.ebuild 25 Jan 2011 18:25:29 -0000 1.6
+++ gdl-python-2.25.3.ebuild 30 Jan 2011 18:11:20 -0000 1.7
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/gdl-python/gdl-python-2.25.3.ebuild,v 1.6 2011/01/25 18:25:29 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/gdl-python/gdl-python-2.25.3.ebuild,v 1.7 2011/01/30 18:11:20 armin76 Exp $
EAPI="2"
G_PY_PN="gnome-python-extras"
@@ -13,7 +13,7 @@
DESCRIPTION="Python bindings for GDL"
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~alpha amd64 hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd"
IUSE="examples"
RDEPEND=">=dev-libs/gdl-2.28"
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/gdl-python: ChangeLog gdl-python-2.25.3.ebuild
@ 2011-02-26 19:22 Gilles Dartiguelongue (eva)
0 siblings, 0 replies; 9+ messages in thread
From: Gilles Dartiguelongue (eva) @ 2011-02-26 19:22 UTC (permalink / raw
To: gentoo-commits
eva 11/02/26 19:22:50
Modified: ChangeLog gdl-python-2.25.3.ebuild
Log:
Pin gdl dependency to slot 1.
(Portage version: 2.2.0_alpha24/cvs/Linux x86_64)
Revision Changes Path
1.37 dev-python/gdl-python/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gdl-python/ChangeLog?rev=1.37&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gdl-python/ChangeLog?rev=1.37&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gdl-python/ChangeLog?r1=1.36&r2=1.37
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/gdl-python/ChangeLog,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- ChangeLog 26 Feb 2011 13:26:01 -0000 1.36
+++ ChangeLog 26 Feb 2011 19:22:50 -0000 1.37
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/gdl-python
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/gdl-python/ChangeLog,v 1.36 2011/02/26 13:26:01 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/gdl-python/ChangeLog,v 1.37 2011/02/26 19:22:50 eva Exp $
+
+ 26 Feb 2011; Gilles Dartiguelongue <eva@gentoo.org> gdl-python-2.25.3.ebuild:
+ Pin gdl dependency to slot 1.
26 Feb 2011; Gilles Dartiguelongue <eva@gentoo.org>
-gdl-python-2.19.1-r2.ebuild, -files/gdl-python-2.19.1-gdlicons.patch,
1.9 dev-python/gdl-python/gdl-python-2.25.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gdl-python/gdl-python-2.25.3.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gdl-python/gdl-python-2.25.3.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gdl-python/gdl-python-2.25.3.ebuild?r1=1.8&r2=1.9
Index: gdl-python-2.25.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/gdl-python/gdl-python-2.25.3.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- gdl-python-2.25.3.ebuild 26 Feb 2011 13:26:01 -0000 1.8
+++ gdl-python-2.25.3.ebuild 26 Feb 2011 19:22:50 -0000 1.9
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/gdl-python/gdl-python-2.25.3.ebuild,v 1.8 2011/02/26 13:26:01 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/gdl-python/gdl-python-2.25.3.ebuild,v 1.9 2011/02/26 19:22:50 eva Exp $
EAPI="2"
G_PY_PN="gnome-python-extras"
@@ -20,7 +20,7 @@
KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd"
IUSE="examples"
-RDEPEND=">=dev-libs/gdl-2.28"
+RDEPEND=">=dev-libs/gdl-2.28:1"
DEPEND="${RDEPEND}"
EXAMPLES="examples/gdl/*"
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/gdl-python: ChangeLog gdl-python-2.25.3.ebuild
@ 2012-08-13 9:25 Alexandre Rostovtsev (tetromino)
0 siblings, 0 replies; 9+ messages in thread
From: Alexandre Rostovtsev (tetromino) @ 2012-08-13 9:25 UTC (permalink / raw
To: gentoo-commits
tetromino 12/08/13 09:25:56
Modified: ChangeLog gdl-python-2.25.3.ebuild
Log:
Finally fix horribly slow python libs detection (bug #344231).
(Portage version: 2.2.0_alpha121/cvs/Linux x86_64)
Revision Changes Path
1.38 dev-python/gdl-python/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gdl-python/ChangeLog?rev=1.38&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gdl-python/ChangeLog?rev=1.38&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gdl-python/ChangeLog?r1=1.37&r2=1.38
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/gdl-python/ChangeLog,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- ChangeLog 26 Feb 2011 19:22:50 -0000 1.37
+++ ChangeLog 13 Aug 2012 09:25:56 -0000 1.38
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/gdl-python
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/gdl-python/ChangeLog,v 1.37 2011/02/26 19:22:50 eva Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/gdl-python/ChangeLog,v 1.38 2012/08/13 09:25:56 tetromino Exp $
+
+ 13 Aug 2012; Alexandre Rostovtsev <tetromino@gentoo.org>
+ gdl-python-2.25.3.ebuild, +files/gdl-python-2.25.3-python-libs.patch:
+ Finally fix horribly slow python libs detection (bug #344231).
26 Feb 2011; Gilles Dartiguelongue <eva@gentoo.org> gdl-python-2.25.3.ebuild:
Pin gdl dependency to slot 1.
1.10 dev-python/gdl-python/gdl-python-2.25.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gdl-python/gdl-python-2.25.3.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gdl-python/gdl-python-2.25.3.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gdl-python/gdl-python-2.25.3.ebuild?r1=1.9&r2=1.10
Index: gdl-python-2.25.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/gdl-python/gdl-python-2.25.3.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- gdl-python-2.25.3.ebuild 26 Feb 2011 19:22:50 -0000 1.9
+++ gdl-python-2.25.3.ebuild 13 Aug 2012 09:25:56 -0000 1.10
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/gdl-python/gdl-python-2.25.3.ebuild,v 1.9 2011/02/26 19:22:50 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/gdl-python/gdl-python-2.25.3.ebuild,v 1.10 2012/08/13 09:25:56 tetromino Exp $
EAPI="2"
G_PY_PN="gnome-python-extras"
@@ -9,7 +9,7 @@
PYTHON_DEPEND="2"
RESTRICT_PYTHON_ABIS="3.*"
-inherit gnome-python-common
+inherit autotools eutils gnome-python-common
PVP="$(get_version_component_range 1-2)"
SRC_URI="mirror://gnome/sources/${G_PY_PN}/${PVP}/${G_PY_PN}-${PV}.tar.bz2"
@@ -21,13 +21,18 @@
IUSE="examples"
RDEPEND=">=dev-libs/gdl-2.28:1"
-DEPEND="${RDEPEND}"
+DEPEND="${RDEPEND}
+ virtual/pkgconfig
+ gnome-base/gnome-common"
+# eautoreconf needs gnome-base/gnome-common
EXAMPLES="examples/gdl/*"
src_prepare() {
# Fix build failure with gdl-2.28
epatch "${FILESDIR}/${PN}-2.19.1-gdlapi-removal.patch"
+ epatch "${FILESDIR}/${P}-python-libs.patch" #344231
+ eautoreconf
gnome-python-common_src_prepare
}
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2012-08-13 9:26 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-11 19:02 [gentoo-commits] gentoo-x86 commit in dev-python/gdl-python: ChangeLog gdl-python-2.25.3.ebuild Joseph Jezak (josejx)
-- strict thread matches above, loose matches on Subject: below --
2012-08-13 9:25 Alexandre Rostovtsev (tetromino)
2011-02-26 19:22 Gilles Dartiguelongue (eva)
2011-01-30 18:11 Raul Porcel (armin76)
2011-01-25 18:25 Jeroen Roovers (jer)
2010-10-10 10:20 Samuli Suominen (ssuominen)
2010-08-01 10:34 Christian Faulhammer (fauli)
2010-07-31 18:12 Pacho Ramos (pacho)
2010-06-15 7:39 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