* [gentoo-commits] gentoo-x86 commit in dev-python/cython: cython-0.19.1-r1.ebuild ChangeLog
@ 2013-11-14 5:54 Matt Thode (prometheanfire)
0 siblings, 0 replies; 7+ messages in thread
From: Matt Thode (prometheanfire) @ 2013-11-14 5:54 UTC (permalink / raw
To: gentoo-commits
prometheanfire 13/11/14 05:54:56
Modified: ChangeLog
Added: cython-0.19.1-r1.ebuild
Log:
pypy2_0 for 0.19-r1
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x2471eb3e40ac5ac3)
Revision Changes Path
1.103 dev-python/cython/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cython/ChangeLog?rev=1.103&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cython/ChangeLog?rev=1.103&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cython/ChangeLog?r1=1.102&r2=1.103
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/cython/ChangeLog,v
retrieving revision 1.102
retrieving revision 1.103
diff -u -r1.102 -r1.103
--- ChangeLog 30 Oct 2013 19:30:34 -0000 1.102
+++ ChangeLog 14 Nov 2013 05:54:56 -0000 1.103
@@ -1,6 +1,12 @@
# ChangeLog for dev-python/cython
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/cython/ChangeLog,v 1.102 2013/10/30 19:30:34 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cython/ChangeLog,v 1.103 2013/11/14 05:54:56 prometheanfire Exp $
+
+*cython-0.19.1-r1 (14 Nov 2013)
+
+ 14 Nov 2013; Matthew Thode <prometheanfire@gentoo.org>
+ +cython-0.19.1-r1.ebuild:
+ pypy2_0 for 0.19-r1
30 Oct 2013; Mikle Kolyada <zlogene@gentoo.org> cython-0.19.1.ebuild:
x86 stable wrt bug #487896
1.1 dev-python/cython/cython-0.19.1-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cython/cython-0.19.1-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cython/cython-0.19.1-r1.ebuild?rev=1.1&content-type=text/plain
Index: cython-0.19.1-r1.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/cython/cython-0.19.1-r1.ebuild,v 1.1 2013/11/14 05:54:56 prometheanfire Exp $
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 )
inherit distutils-r1 flag-o-matic
MY_PN="Cython"
MY_P="${MY_PN}-${PV/_/}"
DESCRIPTION="A Python to C compiler"
HOMEPAGE="http://www.cython.org/ http://pypi.python.org/pypi/Cython"
SRC_URI="http://www.cython.org/release/${MY_P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris ~x64-solaris"
IUSE="doc test"
# Note: update numpy dep when it is fixed for py3.3.
RDEPEND=""
DEPEND="${RDEPEND}
doc? ( dev-python/sphinx )
test? (
>=dev-python/numpy-1.6.1-r1[$(python_gen_usedep 'python2*' 'python3_[12]' )]
)"
S="${WORKDIR}/${MY_PN}-${PV%_*}"
python_compile() {
if [[ ${EPYTHON} == python2* ]]; then
local CFLAGS CXXFLAGS
append-flags -fno-strict-aliasing
fi
# Python gets confused when it is in sys.path before build.
local PYTHONPATH
export PYTHONPATH
distutils-r1_python_compile
}
python_compile_all() {
use doc && emake -C docs html
}
python_test() {
"${PYTHON}" runtests.py -vv --work-dir "${BUILD_DIR}"/tests \
|| die "Tests fail with ${EPYTHON}"
}
python_install_all() {
local DOCS=( CHANGES.rst README.txt ToDo.txt USAGE.txt )
use doc && local HTML_DOCS=( docs/build/html/. )
distutils-r1_python_install_all
}
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/cython: cython-0.19.1-r1.ebuild ChangeLog
@ 2014-08-02 12:41 Agostino Sarubbo (ago)
0 siblings, 0 replies; 7+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-08-02 12:41 UTC (permalink / raw
To: gentoo-commits
ago 14/08/02 12:41:54
Modified: cython-0.19.1-r1.ebuild ChangeLog
Log:
Stable for amd64, wrt bug #506042
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Revision Changes Path
1.4 dev-python/cython/cython-0.19.1-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cython/cython-0.19.1-r1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cython/cython-0.19.1-r1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cython/cython-0.19.1-r1.ebuild?r1=1.3&r2=1.4
Index: cython-0.19.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/cython/cython-0.19.1-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- cython-0.19.1-r1.ebuild 19 Jul 2014 21:22:50 -0000 1.3
+++ cython-0.19.1-r1.ebuild 2 Aug 2014 12:41:54 -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/cython/cython-0.19.1-r1.ebuild,v 1.3 2014/07/19 21:22:50 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cython/cython-0.19.1-r1.ebuild,v 1.4 2014/08/02 12:41:54 ago Exp $
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 )
@@ -16,7 +16,7 @@
LICENSE="Apache-2.0"
SLOT="0"
-KEYWORDS="alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
IUSE="doc test"
# Note: update numpy dep when it is fixed for py3.3.
1.117 dev-python/cython/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cython/ChangeLog?rev=1.117&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cython/ChangeLog?rev=1.117&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cython/ChangeLog?r1=1.116&r2=1.117
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/cython/ChangeLog,v
retrieving revision 1.116
retrieving revision 1.117
diff -u -r1.116 -r1.117
--- ChangeLog 19 Jul 2014 21:22:50 -0000 1.116
+++ ChangeLog 2 Aug 2014 12:41:54 -0000 1.117
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/cython
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/cython/ChangeLog,v 1.116 2014/07/19 21:22:50 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cython/ChangeLog,v 1.117 2014/08/02 12:41:54 ago Exp $
+
+ 02 Aug 2014; Agostino Sarubbo <ago@gentoo.org> cython-0.19.1-r1.ebuild:
+ Stable for amd64, wrt bug #506042
19 Jul 2014; Tobias Klausmann <klausman@gentoo.org> cython-0.19.1-r1.ebuild:
Stable on alpha, bug #506042
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/cython: cython-0.19.1-r1.ebuild ChangeLog
@ 2014-08-02 12:44 Agostino Sarubbo (ago)
0 siblings, 0 replies; 7+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-08-02 12:44 UTC (permalink / raw
To: gentoo-commits
ago 14/08/02 12:44:04
Modified: cython-0.19.1-r1.ebuild ChangeLog
Log:
Stable for x86, wrt bug #506042
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Revision Changes Path
1.5 dev-python/cython/cython-0.19.1-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cython/cython-0.19.1-r1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cython/cython-0.19.1-r1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cython/cython-0.19.1-r1.ebuild?r1=1.4&r2=1.5
Index: cython-0.19.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/cython/cython-0.19.1-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- cython-0.19.1-r1.ebuild 2 Aug 2014 12:41:54 -0000 1.4
+++ cython-0.19.1-r1.ebuild 2 Aug 2014 12:44:04 -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/cython/cython-0.19.1-r1.ebuild,v 1.4 2014/08/02 12:41:54 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cython/cython-0.19.1-r1.ebuild,v 1.5 2014/08/02 12:44:04 ago Exp $
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 )
@@ -16,7 +16,7 @@
LICENSE="Apache-2.0"
SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
IUSE="doc test"
# Note: update numpy dep when it is fixed for py3.3.
1.118 dev-python/cython/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cython/ChangeLog?rev=1.118&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cython/ChangeLog?rev=1.118&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cython/ChangeLog?r1=1.117&r2=1.118
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/cython/ChangeLog,v
retrieving revision 1.117
retrieving revision 1.118
diff -u -r1.117 -r1.118
--- ChangeLog 2 Aug 2014 12:41:54 -0000 1.117
+++ ChangeLog 2 Aug 2014 12:44:04 -0000 1.118
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/cython
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/cython/ChangeLog,v 1.117 2014/08/02 12:41:54 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cython/ChangeLog,v 1.118 2014/08/02 12:44:04 ago Exp $
+
+ 02 Aug 2014; Agostino Sarubbo <ago@gentoo.org> cython-0.19.1-r1.ebuild:
+ Stable for x86, wrt bug #506042
02 Aug 2014; Agostino Sarubbo <ago@gentoo.org> cython-0.19.1-r1.ebuild:
Stable for amd64, wrt bug #506042
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/cython: cython-0.19.1-r1.ebuild ChangeLog
@ 2014-08-07 9:02 Jeroen Roovers (jer)
0 siblings, 0 replies; 7+ messages in thread
From: Jeroen Roovers (jer) @ 2014-08-07 9:02 UTC (permalink / raw
To: gentoo-commits
jer 14/08/07 09:02:09
Modified: cython-0.19.1-r1.ebuild ChangeLog
Log:
Stable for HPPA (bug #506042).
(Portage version: 2.2.11-r1/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
Revision Changes Path
1.6 dev-python/cython/cython-0.19.1-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cython/cython-0.19.1-r1.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cython/cython-0.19.1-r1.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cython/cython-0.19.1-r1.ebuild?r1=1.5&r2=1.6
Index: cython-0.19.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/cython/cython-0.19.1-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- cython-0.19.1-r1.ebuild 2 Aug 2014 12:44:04 -0000 1.5
+++ cython-0.19.1-r1.ebuild 7 Aug 2014 09:02:08 -0000 1.6
@@ -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/cython/cython-0.19.1-r1.ebuild,v 1.5 2014/08/02 12:44:04 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cython/cython-0.19.1-r1.ebuild,v 1.6 2014/08/07 09:02:08 jer Exp $
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 )
@@ -16,7 +16,7 @@
LICENSE="Apache-2.0"
SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
IUSE="doc test"
# Note: update numpy dep when it is fixed for py3.3.
1.119 dev-python/cython/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cython/ChangeLog?rev=1.119&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cython/ChangeLog?rev=1.119&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cython/ChangeLog?r1=1.118&r2=1.119
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/cython/ChangeLog,v
retrieving revision 1.118
retrieving revision 1.119
diff -u -r1.118 -r1.119
--- ChangeLog 2 Aug 2014 12:44:04 -0000 1.118
+++ ChangeLog 7 Aug 2014 09:02:08 -0000 1.119
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/cython
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/cython/ChangeLog,v 1.118 2014/08/02 12:44:04 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cython/ChangeLog,v 1.119 2014/08/07 09:02:08 jer Exp $
+
+ 07 Aug 2014; Jeroen Roovers <jer@gentoo.org> cython-0.19.1-r1.ebuild:
+ Stable for HPPA (bug #506042).
02 Aug 2014; Agostino Sarubbo <ago@gentoo.org> cython-0.19.1-r1.ebuild:
Stable for x86, wrt bug #506042
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/cython: cython-0.19.1-r1.ebuild ChangeLog
@ 2014-09-21 10:28 Agostino Sarubbo (ago)
0 siblings, 0 replies; 7+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-09-21 10:28 UTC (permalink / raw
To: gentoo-commits
ago 14/09/21 10:28:32
Modified: cython-0.19.1-r1.ebuild ChangeLog
Log:
Stable for sparc, wrt bug #517106
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="sparc", signed Manifest commit with key 7194459F)
Revision Changes Path
1.8 dev-python/cython/cython-0.19.1-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cython/cython-0.19.1-r1.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cython/cython-0.19.1-r1.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cython/cython-0.19.1-r1.ebuild?r1=1.7&r2=1.8
Index: cython-0.19.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/cython/cython-0.19.1-r1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- cython-0.19.1-r1.ebuild 13 Sep 2014 20:33:49 -0000 1.7
+++ cython-0.19.1-r1.ebuild 21 Sep 2014 10:28:32 -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/cython/cython-0.19.1-r1.ebuild,v 1.7 2014/09/13 20:33:49 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cython/cython-0.19.1-r1.ebuild,v 1.8 2014/09/21 10:28:32 ago Exp $
EAPI=5
PYTHON_COMPAT=( python{2_7,3_2,3_3} pypy pypy2_0 )
@@ -16,7 +16,7 @@
LICENSE="Apache-2.0"
SLOT="0"
-KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
IUSE="doc test"
# Note: update numpy dep when it is fixed for py3.3.
1.121 dev-python/cython/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cython/ChangeLog?rev=1.121&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cython/ChangeLog?rev=1.121&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cython/ChangeLog?r1=1.120&r2=1.121
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/cython/ChangeLog,v
retrieving revision 1.120
retrieving revision 1.121
diff -u -r1.120 -r1.121
--- ChangeLog 13 Sep 2014 20:33:49 -0000 1.120
+++ ChangeLog 21 Sep 2014 10:28:32 -0000 1.121
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/cython
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/cython/ChangeLog,v 1.120 2014/09/13 20:33:49 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cython/ChangeLog,v 1.121 2014/09/21 10:28:32 ago Exp $
+
+ 21 Sep 2014; Agostino Sarubbo <ago@gentoo.org> cython-0.19.1-r1.ebuild:
+ Stable for sparc, wrt bug #517106
*cython-0.21 (13 Sep 2014)
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/cython: cython-0.19.1-r1.ebuild ChangeLog
@ 2014-11-10 11:21 Agostino Sarubbo (ago)
0 siblings, 0 replies; 7+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-11-10 11:21 UTC (permalink / raw
To: gentoo-commits
ago 14/11/10 11:21:40
Modified: cython-0.19.1-r1.ebuild ChangeLog
Log:
Stable for ppc, wrt bug #506042
(Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)
Revision Changes Path
1.10 dev-python/cython/cython-0.19.1-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cython/cython-0.19.1-r1.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cython/cython-0.19.1-r1.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cython/cython-0.19.1-r1.ebuild?r1=1.9&r2=1.10
Index: cython-0.19.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/cython/cython-0.19.1-r1.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- cython-0.19.1-r1.ebuild 17 Oct 2014 02:31:20 -0000 1.9
+++ cython-0.19.1-r1.ebuild 10 Nov 2014 11:21:40 -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/cython/cython-0.19.1-r1.ebuild,v 1.9 2014/10/17 02:31:20 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cython/cython-0.19.1-r1.ebuild,v 1.10 2014/11/10 11:21:40 ago Exp $
EAPI=5
PYTHON_COMPAT=( python{2_7,3_2,3_3} pypy pypy2_0 )
@@ -16,7 +16,7 @@
LICENSE="Apache-2.0"
SLOT="0"
-KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
IUSE="doc test"
# Note: update numpy dep when it is fixed for py3.3.
1.133 dev-python/cython/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cython/ChangeLog?rev=1.133&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cython/ChangeLog?rev=1.133&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cython/ChangeLog?r1=1.132&r2=1.133
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/cython/ChangeLog,v
retrieving revision 1.132
retrieving revision 1.133
diff -u -r1.132 -r1.133
--- ChangeLog 2 Nov 2014 09:18:26 -0000 1.132
+++ ChangeLog 10 Nov 2014 11:21:40 -0000 1.133
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/cython
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/cython/ChangeLog,v 1.132 2014/11/02 09:18:26 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cython/ChangeLog,v 1.133 2014/11/10 11:21:40 ago Exp $
+
+ 10 Nov 2014; Agostino Sarubbo <ago@gentoo.org> cython-0.19.1-r1.ebuild:
+ Stable for ppc, wrt bug #506042
02 Nov 2014; Agostino Sarubbo <ago@gentoo.org> cython-0.21.ebuild:
Stable for alpha, wrt bug #524416
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/cython: cython-0.19.1-r1.ebuild ChangeLog
@ 2014-11-10 11:22 Agostino Sarubbo (ago)
0 siblings, 0 replies; 7+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-11-10 11:22 UTC (permalink / raw
To: gentoo-commits
ago 14/11/10 11:22:04
Modified: cython-0.19.1-r1.ebuild ChangeLog
Log:
Stable for ppc64, wrt bug #506042
(Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key 7194459F)
Revision Changes Path
1.11 dev-python/cython/cython-0.19.1-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cython/cython-0.19.1-r1.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cython/cython-0.19.1-r1.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cython/cython-0.19.1-r1.ebuild?r1=1.10&r2=1.11
Index: cython-0.19.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/cython/cython-0.19.1-r1.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- cython-0.19.1-r1.ebuild 10 Nov 2014 11:21:40 -0000 1.10
+++ cython-0.19.1-r1.ebuild 10 Nov 2014 11:22:04 -0000 1.11
@@ -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/cython/cython-0.19.1-r1.ebuild,v 1.10 2014/11/10 11:21:40 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cython/cython-0.19.1-r1.ebuild,v 1.11 2014/11/10 11:22:04 ago Exp $
EAPI=5
PYTHON_COMPAT=( python{2_7,3_2,3_3} pypy pypy2_0 )
@@ -16,7 +16,7 @@
LICENSE="Apache-2.0"
SLOT="0"
-KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
IUSE="doc test"
# Note: update numpy dep when it is fixed for py3.3.
1.134 dev-python/cython/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cython/ChangeLog?rev=1.134&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cython/ChangeLog?rev=1.134&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cython/ChangeLog?r1=1.133&r2=1.134
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/cython/ChangeLog,v
retrieving revision 1.133
retrieving revision 1.134
diff -u -r1.133 -r1.134
--- ChangeLog 10 Nov 2014 11:21:40 -0000 1.133
+++ ChangeLog 10 Nov 2014 11:22:04 -0000 1.134
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/cython
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/cython/ChangeLog,v 1.133 2014/11/10 11:21:40 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cython/ChangeLog,v 1.134 2014/11/10 11:22:04 ago Exp $
+
+ 10 Nov 2014; Agostino Sarubbo <ago@gentoo.org> cython-0.19.1-r1.ebuild:
+ Stable for ppc64, wrt bug #506042
10 Nov 2014; Agostino Sarubbo <ago@gentoo.org> cython-0.19.1-r1.ebuild:
Stable for ppc, wrt bug #506042
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2014-11-10 11:22 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-21 10:28 [gentoo-commits] gentoo-x86 commit in dev-python/cython: cython-0.19.1-r1.ebuild ChangeLog Agostino Sarubbo (ago)
-- strict thread matches above, loose matches on Subject: below --
2014-11-10 11:22 Agostino Sarubbo (ago)
2014-11-10 11:21 Agostino Sarubbo (ago)
2014-08-07 9:02 Jeroen Roovers (jer)
2014-08-02 12:44 Agostino Sarubbo (ago)
2014-08-02 12:41 Agostino Sarubbo (ago)
2013-11-14 5:54 Matt Thode (prometheanfire)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox