Gentoo Archives: gentoo-commits

From: "Peter Volkov (pva)" <pva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/python-ptrace: python-ptrace-0.6.2.ebuild ChangeLog python-ptrace-0.6.ebuild
Date: Mon, 08 Feb 2010 08:44:22
Message-Id: E1NePEC-0004xP-95@stork.gentoo.org
1 pva 10/02/08 08:44:20
2
3 Modified: python-ptrace-0.6.2.ebuild ChangeLog
4 python-ptrace-0.6.ebuild
5 Log:
6 Add inherit eutils for epatch.
7 (Portage version: 2.1.7.17/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 dev-python/python-ptrace/python-ptrace-0.6.2.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/python-ptrace/python-ptrace-0.6.2.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/python-ptrace/python-ptrace-0.6.2.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/python-ptrace/python-ptrace-0.6.2.ebuild?r1=1.1&r2=1.2
15
16 Index: python-ptrace-0.6.2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/python-ptrace/python-ptrace-0.6.2.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- python-ptrace-0.6.2.ebuild 15 Nov 2009 17:32:46 -0000 1.1
23 +++ python-ptrace-0.6.2.ebuild 8 Feb 2010 08:44:19 -0000 1.2
24 @@ -1,13 +1,13 @@
25 -# Copyright 1999-2009 Gentoo Foundation
26 +# Copyright 1999-2010 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-ptrace/python-ptrace-0.6.2.ebuild,v 1.1 2009/11/15 17:32:46 arfrever Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-ptrace/python-ptrace-0.6.2.ebuild,v 1.2 2010/02/08 08:44:19 pva Exp $
30
31 EAPI="2"
32
33 NEED_PYTHON="2.5"
34 SUPPORT_PYTHON_ABIS="1"
35
36 -inherit distutils
37 +inherit eutils distutils
38
39 DESCRIPTION="python-ptrace is a debugger using ptrace (Linux, BSD and Darwin system call to trace processes)."
40 HOMEPAGE="http://bitbucket.org/haypo/python-ptrace/ http://pypi.python.org/pypi/python-ptrace"
41
42
43
44 1.6 dev-python/python-ptrace/ChangeLog
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/python-ptrace/ChangeLog?rev=1.6&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/python-ptrace/ChangeLog?rev=1.6&content-type=text/plain
48 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/python-ptrace/ChangeLog?r1=1.5&r2=1.6
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/dev-python/python-ptrace/ChangeLog,v
53 retrieving revision 1.5
54 retrieving revision 1.6
55 diff -u -r1.5 -r1.6
56 --- ChangeLog 15 Nov 2009 17:32:46 -0000 1.5
57 +++ ChangeLog 8 Feb 2010 08:44:19 -0000 1.6
58 @@ -1,6 +1,10 @@
59 # ChangeLog for dev-python/python-ptrace
60 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-ptrace/ChangeLog,v 1.5 2009/11/15 17:32:46 arfrever Exp $
62 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
63 +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-ptrace/ChangeLog,v 1.6 2010/02/08 08:44:19 pva Exp $
64 +
65 + 08 Feb 2010; Peter Volkov <pva@g.o> python-ptrace-0.6.ebuild,
66 + python-ptrace-0.6.2.ebuild:
67 + Add inherit eutils for epatch.
68
69 *python-ptrace-0.6.2 (15 Nov 2009)
70
71
72
73
74 1.3 dev-python/python-ptrace/python-ptrace-0.6.ebuild
75
76 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/python-ptrace/python-ptrace-0.6.ebuild?rev=1.3&view=markup
77 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/python-ptrace/python-ptrace-0.6.ebuild?rev=1.3&content-type=text/plain
78 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/python-ptrace/python-ptrace-0.6.ebuild?r1=1.2&r2=1.3
79
80 Index: python-ptrace-0.6.ebuild
81 ===================================================================
82 RCS file: /var/cvsroot/gentoo-x86/dev-python/python-ptrace/python-ptrace-0.6.ebuild,v
83 retrieving revision 1.2
84 retrieving revision 1.3
85 diff -u -r1.2 -r1.3
86 --- python-ptrace-0.6.ebuild 18 Sep 2009 12:19:53 -0000 1.2
87 +++ python-ptrace-0.6.ebuild 8 Feb 2010 08:44:19 -0000 1.3
88 @@ -1,13 +1,13 @@
89 -# Copyright 1999-2009 Gentoo Foundation
90 +# Copyright 1999-2010 Gentoo Foundation
91 # Distributed under the terms of the GNU General Public License v2
92 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-ptrace/python-ptrace-0.6.ebuild,v 1.2 2009/09/18 12:19:53 arfrever Exp $
93 +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-ptrace/python-ptrace-0.6.ebuild,v 1.3 2010/02/08 08:44:19 pva Exp $
94
95 EAPI="2"
96
97 NEED_PYTHON="2.5"
98 SUPPORT_PYTHON_ABIS="1"
99
100 -inherit distutils
101 +inherit eutils distutils
102
103 DESCRIPTION="python-ptrace is a debugger using ptrace (Linux, BSD and Darwin system call to trace processes)."
104 HOMEPAGE="http://bitbucket.org/haypo/python-ptrace/wiki/Home http://pypi.python.org/pypi/python-ptrace"