Gentoo Archives: gentoo-commits

From: "Benda XU (heroxbd)" <heroxbd@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/pyplusplus: pyplusplus-1.0.0_p20131206.ebuild ChangeLog
Date: Tue, 25 Feb 2014 01:56:58
Message-Id: 20140225015652.2E39E2004C@flycatcher.gentoo.org
1 heroxbd 14/02/25 01:56:52
2
3 Modified: pyplusplus-1.0.0_p20131206.ebuild ChangeLog
4 Log:
5 patch: boost numpy owner should be bp::object unconditionally; use dos style line breaks.
6
7 (Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)
8
9 Revision Changes Path
10 1.2 dev-python/pyplusplus/pyplusplus-1.0.0_p20131206.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyplusplus/pyplusplus-1.0.0_p20131206.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyplusplus/pyplusplus-1.0.0_p20131206.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyplusplus/pyplusplus-1.0.0_p20131206.ebuild?r1=1.1&r2=1.2
15
16 Index: pyplusplus-1.0.0_p20131206.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/pyplusplus/pyplusplus-1.0.0_p20131206.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- pyplusplus-1.0.0_p20131206.ebuild 6 Dec 2013 13:35:53 -0000 1.1
23 +++ pyplusplus-1.0.0_p20131206.ebuild 25 Feb 2014 01:56:52 -0000 1.2
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2013 Gentoo Foundation
26 +# Copyright 1999-2014 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyplusplus/pyplusplus-1.0.0_p20131206.ebuild,v 1.1 2013/12/06 13:35:53 heroxbd Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyplusplus/pyplusplus-1.0.0_p20131206.ebuild,v 1.2 2014/02/25 01:56:52 heroxbd Exp $
30
31 EAPI=5
32
33 @@ -30,7 +30,7 @@
34 RDEPEND="dev-python/pygccxml[${PYTHON_USEDEP}]"
35
36 src_prepare() {
37 - use numpy && epatch "${FILESDIR}"/${PN}-1.0.0_p20131206-numpy.patch
38 + use numpy && epatch --binary "${FILESDIR}"/${PN}-1.0.0_p20131206-numpy.patch
39 }
40
41 python_compile_all() {
42
43
44
45 1.6 dev-python/pyplusplus/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyplusplus/ChangeLog?rev=1.6&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyplusplus/ChangeLog?rev=1.6&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyplusplus/ChangeLog?r1=1.5&r2=1.6
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/dev-python/pyplusplus/ChangeLog,v
54 retrieving revision 1.5
55 retrieving revision 1.6
56 diff -u -r1.5 -r1.6
57 --- ChangeLog 6 Dec 2013 13:45:16 -0000 1.5
58 +++ ChangeLog 25 Feb 2014 01:56:52 -0000 1.6
59 @@ -1,6 +1,12 @@
60 # ChangeLog for dev-python/pyplusplus
61 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyplusplus/ChangeLog,v 1.5 2013/12/06 13:45:16 heroxbd Exp $
63 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
64 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyplusplus/ChangeLog,v 1.6 2014/02/25 01:56:52 heroxbd Exp $
65 +
66 + 25 Feb 2014; Benda Xu <heroxbd@g.o>
67 + files/pyplusplus-1.0.0_p20131206-numpy.patch,
68 + pyplusplus-1.0.0_p20131206.ebuild:
69 + patch: boost numpy owner should be bp::object unconditionally; use dos style
70 + line breaks.
71
72 06 Dec 2013; Benda Xu <heroxbd@g.o>
73 files/pyplusplus-1.0.0_p20131206-numpy.patch: