Gentoo Archives: gentoo-commits

From: "Arfrever Frehtes Taifersar Arahesis (arfrever)" <arfrever@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
Date: Sun, 28 Feb 2010 14:12:56
Message-Id: E1NljSq-0003hC-6t@stork.gentoo.org
1 arfrever 10/02/28 13:45:44
2
3 Modified: python-ptrace-0.6.2.ebuild
4 Log:
5 Don't use --no-link option of python_copy_sources().
6 (Portage version: 15497-svn/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.3 dev-python/python-ptrace/python-ptrace-0.6.2.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/python-ptrace/python-ptrace-0.6.2.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/python-ptrace/python-ptrace-0.6.2.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/python-ptrace/python-ptrace-0.6.2.ebuild?r1=1.2&r2=1.3
14
15 Index: python-ptrace-0.6.2.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-python/python-ptrace/python-ptrace-0.6.2.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- python-ptrace-0.6.2.ebuild 8 Feb 2010 08:44:19 -0000 1.2
22 +++ python-ptrace-0.6.2.ebuild 28 Feb 2010 13:45:43 -0000 1.3
23 @@ -1,13 +1,12 @@
24 # Copyright 1999-2010 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $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 $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-ptrace/python-ptrace-0.6.2.ebuild,v 1.3 2010/02/28 13:45:43 arfrever Exp $
28
29 EAPI="2"
30 -
31 -NEED_PYTHON="2.5"
32 +PYTHON_DEPEND="2:2.5"
33 SUPPORT_PYTHON_ABIS="1"
34
35 -inherit eutils distutils
36 +inherit distutils eutils
37
38 DESCRIPTION="python-ptrace is a debugger using ptrace (Linux, BSD and Darwin system call to trace processes)."
39 HOMEPAGE="http://bitbucket.org/haypo/python-ptrace/ http://pypi.python.org/pypi/python-ptrace"
40 @@ -26,7 +25,7 @@
41 PYTHON_MODNAME="ptrace"
42
43 src_prepare() {
44 - python_copy_sources --no-link
45 + python_copy_sources
46
47 conversion() {
48 [[ "${PYTHON_ABI}" == 2.* ]] && return