diff options
author | 2009-02-03 23:15:34 +0000 | |
---|---|---|
committer | 2009-02-03 23:15:34 +0000 | |
commit | 8f4661d90078f7f2862aa702e2118e0d1c59f048 (patch) | |
tree | 908e8ba9d79d2078a50d0972036eac4bf2365ec8 /dev-python/python-ptrace/python-ptrace-0.5.ebuild | |
parent | Initial import. Ebuild from Tuna <tuna@lyua.org>. Closes #201148 (diff) | |
download | gentoo-2-8f4661d90078f7f2862aa702e2118e0d1c59f048.tar.gz gentoo-2-8f4661d90078f7f2862aa702e2118e0d1c59f048.tar.bz2 gentoo-2-8f4661d90078f7f2862aa702e2118e0d1c59f048.zip |
Initial import. Ebuild from Tuna <tuna@lyua.org>. Closes #247892
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/python-ptrace/python-ptrace-0.5.ebuild')
-rw-r--r-- | dev-python/python-ptrace/python-ptrace-0.5.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-python/python-ptrace/python-ptrace-0.5.ebuild b/dev-python/python-ptrace/python-ptrace-0.5.ebuild new file mode 100644 index 000000000000..383deb028885 --- /dev/null +++ b/dev-python/python-ptrace/python-ptrace-0.5.ebuild @@ -0,0 +1,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.5.ebuild,v 1.1 2009/02/03 23:15:34 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" |