Gentoo Archives: gentoo-commits

From: "Jesus Rivero (neurogeek)" <neurogeek@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/python-ptrace: ChangeLog python-ptrace-0.6.3.ebuild python-ptrace-0.6.3-r1.ebuild
Date: Tue, 22 Nov 2011 21:43:42
Message-Id: 20111122214328.103D62004B@flycatcher.gentoo.org
1 neurogeek 11/11/22 21:43:28
2
3 Modified: ChangeLog python-ptrace-0.6.3.ebuild
4 Removed: python-ptrace-0.6.3-r1.ebuild
5 Log:
6 Reverted the revbump and applied changes to 0.6.3
7
8 (Portage version: 2.2.0_alpha46/cvs/Linux i686)
9
10 Revision Changes Path
11 1.9 dev-python/python-ptrace/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-ptrace/ChangeLog?rev=1.9&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-ptrace/ChangeLog?rev=1.9&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-ptrace/ChangeLog?r1=1.8&r2=1.9
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/python-ptrace/ChangeLog,v
20 retrieving revision 1.8
21 retrieving revision 1.9
22 diff -u -r1.8 -r1.9
23 --- ChangeLog 22 Nov 2011 21:02:59 -0000 1.8
24 +++ ChangeLog 22 Nov 2011 21:43:27 -0000 1.9
25 @@ -1,6 +1,10 @@
26 # ChangeLog for dev-python/python-ptrace
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-ptrace/ChangeLog,v 1.8 2011/11/22 21:02:59 neurogeek Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-ptrace/ChangeLog,v 1.9 2011/11/22 21:43:27 neurogeek Exp $
30 +
31 + 22 Nov 2011; Jesus Rivero <neurogeek@g.o>
32 + python-ptrace-0.6.3.ebuild, -python-ptrace-0.6.3-r1.ebuild:
33 + Reverted the revbump and applied changes to 0.6.3
34
35 *python-ptrace-0.6.3-r1 (22 Nov 2011)
36
37
38
39
40 1.2 dev-python/python-ptrace/python-ptrace-0.6.3.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-ptrace/python-ptrace-0.6.3.ebuild?rev=1.2&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-ptrace/python-ptrace-0.6.3.ebuild?rev=1.2&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-ptrace/python-ptrace-0.6.3.ebuild?r1=1.1&r2=1.2
45
46 Index: python-ptrace-0.6.3.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/dev-python/python-ptrace/python-ptrace-0.6.3.ebuild,v
49 retrieving revision 1.1
50 retrieving revision 1.2
51 diff -u -r1.1 -r1.2
52 --- python-ptrace-0.6.3.ebuild 28 Jul 2011 20:19:22 -0000 1.1
53 +++ python-ptrace-0.6.3.ebuild 22 Nov 2011 21:43:27 -0000 1.2
54 @@ -1,6 +1,6 @@
55 # Copyright 1999-2011 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-ptrace/python-ptrace-0.6.3.ebuild,v 1.1 2011/07/28 20:19:22 patrick Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-ptrace/python-ptrace-0.6.3.ebuild,v 1.2 2011/11/22 21:43:27 neurogeek Exp $
59
60 EAPI="3"
61 SUPPORT_PYTHON_ABIS="1"
62 @@ -14,7 +14,7 @@
63 LICENSE="GPL-2"
64 SLOT="0"
65 KEYWORDS="~amd64 ~x86"
66 -IUSE=""
67 +IUSE="examples"
68
69 DEPEND=""
70 RDEPEND="dev-libs/distorm64"
71 @@ -34,3 +34,12 @@
72 }
73 python_execute_function --action-message 'Applying patches for Python ${PYTHON_ABI}' --failure-message 'Applying patches for Python ${PYTHON_ABI} failed' -s conversion
74 }
75 +
76 +src_install() {
77 + distutils_src_install
78 +
79 + if use examples; then
80 + insinto usr/share/doc/${PF}/examples
81 + doins examples/*
82 + fi
83 +}