Gentoo Archives: gentoo-commits

From: "Mike Gilbert (floppym)" <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/pycxx: pycxx-6.2.3-r3.ebuild ChangeLog
Date: Fri, 23 Dec 2011 05:59:56
Message-Id: 20111223055946.2252020033@flycatcher.gentoo.org
1 floppym 11/12/23 05:59:46
2
3 Modified: pycxx-6.2.3-r3.ebuild ChangeLog
4 Log:
5 Add upstream bug url for last change.
6
7 (Portage version: 2.2.0_alpha81/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 dev-python/pycxx/pycxx-6.2.3-r3.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pycxx/pycxx-6.2.3-r3.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pycxx/pycxx-6.2.3-r3.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pycxx/pycxx-6.2.3-r3.ebuild?r1=1.1&r2=1.2
15
16 Index: pycxx-6.2.3-r3.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/pycxx/pycxx-6.2.3-r3.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- pycxx-6.2.3-r3.ebuild 23 Dec 2011 05:30:44 -0000 1.1
23 +++ pycxx-6.2.3-r3.ebuild 23 Dec 2011 05:59:45 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2011 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pycxx/pycxx-6.2.3-r3.ebuild,v 1.1 2011/12/23 05:30:44 floppym Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pycxx/pycxx-6.2.3-r3.ebuild,v 1.2 2011/12/23 05:59:45 floppym Exp $
29
30 EAPI="3"
31 SUPPORT_PYTHON_ABIS="1"
32 @@ -25,6 +25,7 @@
33 epatch "${FILESDIR}/${P}-python-3.2.patch"
34
35 # Bug 369329.
36 + # https://sourceforge.net/tracker/?func=detail&aid=3464317&group_id=3180&atid=303180
37 epatch "${FILESDIR}/${P}-python-3.2-Py_hash_t.patch"
38
39 sed -e "/^#include/s:/Python[23]/:/:" -i CXX/*/*.hxx || die "sed failed"
40
41
42
43 1.37 dev-python/pycxx/ChangeLog
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pycxx/ChangeLog?rev=1.37&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pycxx/ChangeLog?rev=1.37&content-type=text/plain
47 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pycxx/ChangeLog?r1=1.36&r2=1.37
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/dev-python/pycxx/ChangeLog,v
52 retrieving revision 1.36
53 retrieving revision 1.37
54 diff -u -r1.36 -r1.37
55 --- ChangeLog 23 Dec 2011 05:30:44 -0000 1.36
56 +++ ChangeLog 23 Dec 2011 05:59:45 -0000 1.37
57 @@ -1,6 +1,10 @@
58 # ChangeLog for dev-python/pycxx
59 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pycxx/ChangeLog,v 1.36 2011/12/23 05:30:44 floppym Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pycxx/ChangeLog,v 1.37 2011/12/23 05:59:45 floppym Exp $
62 +
63 + 23 Dec 2011; Mike Gilbert <floppym@g.o>
64 + files/pycxx-6.2.3-python-3.2-Py_hash_t.patch, pycxx-6.2.3-r3.ebuild:
65 + Add upstream bug url for last change.
66
67 *pycxx-6.2.3-r3 (23 Dec 2011)