python-ptrace: removed, use portage version instead

This commit is contained in:
jensp 2010-06-03 13:20:21 +00:00
parent c8cd3ebe18
commit 9d4c51d352
2 changed files with 0 additions and 22 deletions

View file

@ -1,2 +0,0 @@
DIST python-ptrace-0.6.2.tar.gz 75200 RMD160 a08ad88abc846142a334803bdcb5b856a268bfcd SHA1 b36b678627e936cc57d1a280ab866c316644e029 SHA256 8d03b7badb6c1b87e83e2b70ba73d5f18fb5cb4890c98c30ce16599a58b5200b
EBUILD python-ptrace-0.6.2.ebuild 626 RMD160 41f864e399491bb569cab64ebc2709b16e0c6db6 SHA1 1ef1976830365a93f8d67f493a266311bbe756f2 SHA256 6c0483ea118640dbf633be58eee0198430cbb9097da3fa5af76dcf7e0f935b03

View file

@ -1,20 +0,0 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
inherit distutils
DESCRIPTION="a debugger using ptrace (Linux, BSD and Darwin system call to trace processes) written in Python."
HOMEPAGE="http://bitbucket.org/haypo/python-ptrace/wiki/Home"
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="x86? ( dev-libs/distorm )
amd64? ( dev-libs/distorm64 )"
PYTHON_MODNAME="ptrace"