* [gentoo-commits] gentoo-x86 commit in dev-python/shiboken: shiboken-1.1.1.ebuild shiboken-1.1.2.ebuild ChangeLog
@ 2012-10-17 6:39 Michael Palimaka (kensington)
0 siblings, 0 replies; only message in thread
From: Michael Palimaka (kensington) @ 2012-10-17 6:39 UTC (permalink / raw
To: gentoo-commits
kensington 12/10/17 06:39:07
Modified: shiboken-1.1.1.ebuild shiboken-1.1.2.ebuild
ChangeLog
Log:
Restrict python-3.3, wrt bug #438552.
(Portage version: 2.1.11.28/cvs/Linux x86_64, signed Manifest commit with key 675D0D2C)
Revision Changes Path
1.7 dev-python/shiboken/shiboken-1.1.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/shiboken/shiboken-1.1.1.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/shiboken/shiboken-1.1.1.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/shiboken/shiboken-1.1.1.ebuild?r1=1.6&r2=1.7
Index: shiboken-1.1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/shiboken/shiboken-1.1.1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- shiboken-1.1.1.ebuild 27 Jul 2012 21:31:46 -0000 1.6
+++ shiboken-1.1.1.ebuild 17 Oct 2012 06:39:07 -0000 1.7
@@ -1,12 +1,12 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/shiboken/shiboken-1.1.1.ebuild,v 1.6 2012/07/27 21:31:46 steev Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/shiboken/shiboken-1.1.1.ebuild,v 1.7 2012/10/17 06:39:07 kensington Exp $
EAPI=4
PYTHON_DEPEND="2:2.6 3:3.2"
SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="2.4 2.5 3.1 *-jython 2.7-pypy-*"
+RESTRICT_PYTHON_ABIS="2.4 2.5 3.1 3.3 *-jython 2.7-pypy-*"
inherit multilib cmake-utils python
1.4 dev-python/shiboken/shiboken-1.1.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/shiboken/shiboken-1.1.2.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/shiboken/shiboken-1.1.2.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/shiboken/shiboken-1.1.2.ebuild?r1=1.3&r2=1.4
Index: shiboken-1.1.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/shiboken/shiboken-1.1.2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- shiboken-1.1.2.ebuild 14 Oct 2012 13:55:47 -0000 1.3
+++ shiboken-1.1.2.ebuild 17 Oct 2012 06:39:07 -0000 1.4
@@ -1,12 +1,12 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/shiboken/shiboken-1.1.2.ebuild,v 1.3 2012/10/14 13:55:47 pesa Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/shiboken/shiboken-1.1.2.ebuild,v 1.4 2012/10/17 06:39:07 kensington Exp $
EAPI=4
PYTHON_DEPEND="2:2.6 3:3.2"
SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="2.4 2.5 3.1 *-jython 2.7-pypy-*"
+RESTRICT_PYTHON_ABIS="2.4 2.5 3.1 3.3 *-jython 2.7-pypy-*"
inherit multilib cmake-utils python
1.35 dev-python/shiboken/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/shiboken/ChangeLog?rev=1.35&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/shiboken/ChangeLog?rev=1.35&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/shiboken/ChangeLog?r1=1.34&r2=1.35
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/shiboken/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog 14 Oct 2012 13:55:47 -0000 1.34
+++ ChangeLog 17 Oct 2012 06:39:07 -0000 1.35
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/shiboken
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/shiboken/ChangeLog,v 1.34 2012/10/14 13:55:47 pesa Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/shiboken/ChangeLog,v 1.35 2012/10/17 06:39:07 kensington Exp $
+
+ 17 Oct 2012; Michael Palimaka <kensington@gentoo.org> shiboken-1.1.1.ebuild,
+ shiboken-1.1.2.ebuild:
+ Restrict python-3.3, wrt bug #438552.
14 Oct 2012; Davide Pesavento <pesa@gentoo.org> shiboken-1.1.2.ebuild:
Tests require numpy.
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2012-10-17 6:39 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-17 6:39 [gentoo-commits] gentoo-x86 commit in dev-python/shiboken: shiboken-1.1.1.ebuild shiboken-1.1.2.ebuild ChangeLog Michael Palimaka (kensington)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox