* [gentoo-commits] gentoo-x86 commit in dev-python/wxpython: wxpython-2.8.12.1.ebuild ChangeLog
@ 2012-01-08 21:04 Markos Chandras (hwoarang)
0 siblings, 0 replies; 3+ messages in thread
From: Markos Chandras (hwoarang) @ 2012-01-08 21:04 UTC (permalink / raw
To: gentoo-commits
hwoarang 12/01/08 21:04:55
Modified: wxpython-2.8.12.1.ebuild ChangeLog
Log:
Fix a typo. Patch by Arfrever
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Revision Changes Path
1.4 dev-python/wxpython/wxpython-2.8.12.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wxpython/wxpython-2.8.12.1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wxpython/wxpython-2.8.12.1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wxpython/wxpython-2.8.12.1.ebuild?r1=1.3&r2=1.4
Index: wxpython-2.8.12.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/wxpython/wxpython-2.8.12.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- wxpython-2.8.12.1.ebuild 6 Jan 2012 23:04:17 -0000 1.3
+++ wxpython-2.8.12.1.ebuild 8 Jan 2012 21:04:55 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython/wxpython-2.8.12.1.ebuild,v 1.3 2012/01/06 23:04:17 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython/wxpython-2.8.12.1.ebuild,v 1.4 2012/01/08 21:04:55 hwoarang Exp $
EAPI="4"
PYTHON_DEPEND="2"
@@ -45,7 +45,7 @@
PYTHON_CFLAGS=("2.* + -fno-strict-aliasing")
PYTHON_CXXFLAGS=("2.* + -fno-strict-aliasing")
-PYTHON_MODULES="wx-${SLOT}-gtk2-unicode wxversion.py"
+PYTHON_MODNAME="wx-${SLOT}-gtk2-unicode wxversion.py"
src_prepare() {
sed -i "s:cflags.append('-O3'):pass:" config.py || die "sed failed"
1.156 dev-python/wxpython/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wxpython/ChangeLog?rev=1.156&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wxpython/ChangeLog?rev=1.156&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wxpython/ChangeLog?r1=1.155&r2=1.156
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/wxpython/ChangeLog,v
retrieving revision 1.155
retrieving revision 1.156
diff -u -r1.155 -r1.156
--- ChangeLog 6 Jan 2012 23:04:17 -0000 1.155
+++ ChangeLog 8 Jan 2012 21:04:55 -0000 1.156
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/wxpython
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython/ChangeLog,v 1.155 2012/01/06 23:04:17 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython/ChangeLog,v 1.156 2012/01/08 21:04:55 hwoarang Exp $
+
+ 08 Jan 2012; Markos Chandras <hwoarang@gentoo.org> wxpython-2.8.12.1.ebuild:
+ Fix a typo. Patch by Arfrever
06 Jan 2012; Markos Chandras <hwoarang@gentoo.org> wxpython-2.8.12.1.ebuild,
wxpython-2.9.1.1.ebuild:
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/wxpython: wxpython-2.8.12.1.ebuild ChangeLog
@ 2012-02-13 13:16 Agostino Sarubbo (ago)
0 siblings, 0 replies; 3+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-02-13 13:16 UTC (permalink / raw
To: gentoo-commits
ago 12/02/13 13:16:28
Modified: wxpython-2.8.12.1.ebuild ChangeLog
Log:
Stable for amd64, wrt bug #403235
(Portage version: 2.1.10.44/cvs/Linux x86_64)
Revision Changes Path
1.5 dev-python/wxpython/wxpython-2.8.12.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wxpython/wxpython-2.8.12.1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wxpython/wxpython-2.8.12.1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wxpython/wxpython-2.8.12.1.ebuild?r1=1.4&r2=1.5
Index: wxpython-2.8.12.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/wxpython/wxpython-2.8.12.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- wxpython-2.8.12.1.ebuild 8 Jan 2012 21:04:55 -0000 1.4
+++ wxpython-2.8.12.1.ebuild 13 Feb 2012 13:16:28 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython/wxpython-2.8.12.1.ebuild,v 1.4 2012/01/08 21:04:55 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython/wxpython-2.8.12.1.ebuild,v 1.5 2012/02/13 13:16:28 ago Exp $
EAPI="4"
PYTHON_DEPEND="2"
@@ -21,7 +21,7 @@
LICENSE="wxWinLL-3"
SLOT="2.8"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
IUSE="cairo doc examples opengl"
RDEPEND="
1.158 dev-python/wxpython/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wxpython/ChangeLog?rev=1.158&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wxpython/ChangeLog?rev=1.158&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wxpython/ChangeLog?r1=1.157&r2=1.158
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/wxpython/ChangeLog,v
retrieving revision 1.157
retrieving revision 1.158
diff -u -r1.157 -r1.158
--- ChangeLog 12 Feb 2012 08:54:07 -0000 1.157
+++ ChangeLog 13 Feb 2012 13:16:28 -0000 1.158
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/wxpython
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython/ChangeLog,v 1.157 2012/02/12 08:54:07 dirtyepic Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython/ChangeLog,v 1.158 2012/02/13 13:16:28 ago Exp $
+
+ 13 Feb 2012; Agostino Sarubbo <ago@gentoo.org> wxpython-2.8.12.1.ebuild:
+ Stable for amd64, wrt bug #403235
*wxpython-2.9.3.1 (12 Feb 2012)
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/wxpython: wxpython-2.8.12.1.ebuild ChangeLog
@ 2012-02-16 18:35 PaweA Hajdan (phajdan.jr)
0 siblings, 0 replies; 3+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2012-02-16 18:35 UTC (permalink / raw
To: gentoo-commits
phajdan.jr 12/02/16 18:35:42
Modified: wxpython-2.8.12.1.ebuild ChangeLog
Log:
x86 stable wrt bug #403235
(Portage version: 2.1.10.44/cvs/Linux i686)
Revision Changes Path
1.6 dev-python/wxpython/wxpython-2.8.12.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wxpython/wxpython-2.8.12.1.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wxpython/wxpython-2.8.12.1.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wxpython/wxpython-2.8.12.1.ebuild?r1=1.5&r2=1.6
Index: wxpython-2.8.12.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/wxpython/wxpython-2.8.12.1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- wxpython-2.8.12.1.ebuild 13 Feb 2012 13:16:28 -0000 1.5
+++ wxpython-2.8.12.1.ebuild 16 Feb 2012 18:35:41 -0000 1.6
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython/wxpython-2.8.12.1.ebuild,v 1.5 2012/02/13 13:16:28 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython/wxpython-2.8.12.1.ebuild,v 1.6 2012/02/16 18:35:41 phajdan.jr Exp $
EAPI="4"
PYTHON_DEPEND="2"
@@ -21,7 +21,7 @@
LICENSE="wxWinLL-3"
SLOT="2.8"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd"
IUSE="cairo doc examples opengl"
RDEPEND="
1.159 dev-python/wxpython/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wxpython/ChangeLog?rev=1.159&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wxpython/ChangeLog?rev=1.159&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wxpython/ChangeLog?r1=1.158&r2=1.159
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/wxpython/ChangeLog,v
retrieving revision 1.158
retrieving revision 1.159
diff -u -r1.158 -r1.159
--- ChangeLog 13 Feb 2012 13:16:28 -0000 1.158
+++ ChangeLog 16 Feb 2012 18:35:41 -0000 1.159
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/wxpython
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython/ChangeLog,v 1.158 2012/02/13 13:16:28 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython/ChangeLog,v 1.159 2012/02/16 18:35:41 phajdan.jr Exp $
+
+ 16 Feb 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org>
+ wxpython-2.8.12.1.ebuild:
+ x86 stable wrt bug #403235
13 Feb 2012; Agostino Sarubbo <ago@gentoo.org> wxpython-2.8.12.1.ebuild:
Stable for amd64, wrt bug #403235
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2012-02-16 18:35 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-08 21:04 [gentoo-commits] gentoo-x86 commit in dev-python/wxpython: wxpython-2.8.12.1.ebuild ChangeLog Markos Chandras (hwoarang)
-- strict thread matches above, loose matches on Subject: below --
2012-02-13 13:16 Agostino Sarubbo (ago)
2012-02-16 18:35 PaweA Hajdan (phajdan.jr)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox