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/python-ptrace: python-ptrace-0.8.1.ebuild ChangeLog
Date: Mon, 01 Dec 2014 02:16:10
Message-Id: 20141201021604.84900B411@oystercatcher.gentoo.org
1 floppym 14/12/01 02:16:04
2
3 Modified: python-ptrace-0.8.1.ebuild ChangeLog
4 Log:
5 Add upstream bug url.
6
7 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
8
9 Revision Changes Path
10 1.4 dev-python/python-ptrace/python-ptrace-0.8.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-ptrace/python-ptrace-0.8.1.ebuild?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-ptrace/python-ptrace-0.8.1.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-ptrace/python-ptrace-0.8.1.ebuild?r1=1.3&r2=1.4
15
16 Index: python-ptrace-0.8.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/python-ptrace/python-ptrace-0.8.1.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- python-ptrace-0.8.1.ebuild 1 Dec 2014 02:02:53 -0000 1.3
23 +++ python-ptrace-0.8.1.ebuild 1 Dec 2014 02:16:04 -0000 1.4
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/python-ptrace/python-ptrace-0.8.1.ebuild,v 1.3 2014/12/01 02:02:53 floppym Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-ptrace/python-ptrace-0.8.1.ebuild,v 1.4 2014/12/01 02:16:04 floppym Exp $
29
30 EAPI=5
31 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
32 @@ -19,6 +19,7 @@
33 python_test() {
34 # Python 3.4 adds SOCK_CLOEXEC to socket.type automatically, and ptrace does
35 # not translate that on output causing it to fail test_strace.test_socket.
36 + # https://bitbucket.org/haypo/python-ptrace/issue/17
37 "${PYTHON}" runtests.py || die "Testing failed with ${EPYTHON}"
38 }
39
40
41
42
43 1.19 dev-python/python-ptrace/ChangeLog
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-ptrace/ChangeLog?rev=1.19&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-ptrace/ChangeLog?rev=1.19&content-type=text/plain
47 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-ptrace/ChangeLog?r1=1.18&r2=1.19
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/dev-python/python-ptrace/ChangeLog,v
52 retrieving revision 1.18
53 retrieving revision 1.19
54 diff -u -r1.18 -r1.19
55 --- ChangeLog 1 Dec 2014 02:02:53 -0000 1.18
56 +++ ChangeLog 1 Dec 2014 02:16:04 -0000 1.19
57 @@ -1,6 +1,9 @@
58 # ChangeLog for dev-python/python-ptrace
59 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-ptrace/ChangeLog,v 1.18 2014/12/01 02:02:53 floppym Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-ptrace/ChangeLog,v 1.19 2014/12/01 02:16:04 floppym Exp $
62 +
63 + 01 Dec 2014; Mike Gilbert <floppym@g.o> python-ptrace-0.8.1.ebuild:
64 + Add upstream bug url.
65
66 01 Dec 2014; Mike Gilbert <floppym@g.o> -python-ptrace-0.6.6.ebuild,
67 -python-ptrace-0.7.ebuild, -python-ptrace-0.8.ebuild,