blob: 48ce4d0d99696ffcef565b3f9437d21a4b4ea4db (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/python-ptrace/python-ptrace-0.6.ebuild,v 1.1 2009/02/28 19:31:22 patrick Exp $
NEED_PYTHON=2.4
inherit distutils
DESCRIPTION="python-ptrace is a debugger using ptrace (Linux, BSD and Darwin system call to trace processes)."
HOMEPAGE="http://python-ptrace.hachoir.org/"
SRC_URI="http://pypi.python.org/packages/source/p/python-ptrace/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE=""
DEPEND="|| ( ( =dev-lang/python-2.4* dev-python/ctypes ) >=dev-lang/python-2.5 )"
RDEPEND="dev-libs/distorm64"
PYTHON_MODNAME="ptrace"
|