Gentoo Archives: gentoo-commits

From: "Ian Delaney (idella4)" <idella4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/pyzmq: pyzmq-14.4.0.ebuild ChangeLog
Date: Thu, 30 Oct 2014 09:36:21
Message-Id: 20141030093616.DEA7190F5@oystercatcher.gentoo.org
1 idella4 14/10/30 09:36:16
2
3 Modified: pyzmq-14.4.0.ebuild ChangeLog
4 Log:
5 add dep for doc build, drop keywords ia64 mips accordingly, fixes Bug #527282
6
7 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
8
9 Revision Changes Path
10 1.2 dev-python/pyzmq/pyzmq-14.4.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyzmq/pyzmq-14.4.0.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyzmq/pyzmq-14.4.0.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyzmq/pyzmq-14.4.0.ebuild?r1=1.1&r2=1.2
15
16 Index: pyzmq-14.4.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/pyzmq/pyzmq-14.4.0.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- pyzmq-14.4.0.ebuild 26 Oct 2014 14:17:29 -0000 1.1
23 +++ pyzmq-14.4.0.ebuild 30 Oct 2014 09:36:16 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyzmq/pyzmq-14.4.0.ebuild,v 1.1 2014/10/26 14:17:29 idella4 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyzmq/pyzmq-14.4.0.ebuild,v 1.2 2014/10/30 09:36:16 idella4 Exp $
29
30 EAPI=5
31 PYTHON_COMPAT=( python{2_7,3_3,3_4} )
32 @@ -13,7 +13,8 @@
33
34 LICENSE="LGPL-3"
35 SLOT="0"
36 -KEYWORDS="~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
37 +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
38 +
39 IUSE="doc examples green test"
40
41 PY2_USEDEP=$(python_gen_usedep python2_7)
42 @@ -23,7 +24,8 @@
43 green? ( dev-python/gevent[${PY2_USEDEP}] )"
44 DEPEND="test? ( ${RDEPEND}
45 dev-python/nose[${PYTHON_USEDEP}] )
46 - doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
47 + doc? ( dev-python/sphinx[${PYTHON_USEDEP}]
48 + dev-python/numpydoc[${PYTHON_USEDEP}] )"
49
50 python_configure_all() {
51 tc-export CC
52
53
54
55 1.52 dev-python/pyzmq/ChangeLog
56
57 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyzmq/ChangeLog?rev=1.52&view=markup
58 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyzmq/ChangeLog?rev=1.52&content-type=text/plain
59 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyzmq/ChangeLog?r1=1.51&r2=1.52
60
61 Index: ChangeLog
62 ===================================================================
63 RCS file: /var/cvsroot/gentoo-x86/dev-python/pyzmq/ChangeLog,v
64 retrieving revision 1.51
65 retrieving revision 1.52
66 diff -u -r1.51 -r1.52
67 --- ChangeLog 26 Oct 2014 14:17:29 -0000 1.51
68 +++ ChangeLog 30 Oct 2014 09:36:16 -0000 1.52
69 @@ -1,6 +1,9 @@
70 # ChangeLog for dev-python/pyzmq
71 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
72 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyzmq/ChangeLog,v 1.51 2014/10/26 14:17:29 idella4 Exp $
73 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyzmq/ChangeLog,v 1.52 2014/10/30 09:36:16 idella4 Exp $
74 +
75 + 30 Oct 2014; Ian Delaney <idella4@g.o> pyzmq-14.4.0.ebuild:
76 + add dep for doc build, drop keywords ia64 mips accordingly, fixes Bug #527282
77
78 *pyzmq-14.4.0 (26 Oct 2014)