summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2009-02-28 19:31:22 +0000
committerPatrick Lauer <patrick@gentoo.org>2009-02-28 19:31:22 +0000
commit433e55233247bed7cedd520b37702ef435584ae8 (patch)
tree64b1267f4406b7f0e312ad6cf53698ce665481de /dev-python/python-ptrace
parentBump -5.7x development version (diff)
downloadgentoo-2-433e55233247bed7cedd520b37702ef435584ae8.tar.gz
gentoo-2-433e55233247bed7cedd520b37702ef435584ae8.tar.bz2
gentoo-2-433e55233247bed7cedd520b37702ef435584ae8.zip
Bump to 0.6. Really closes #247892 now.
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/python-ptrace')
-rw-r--r--dev-python/python-ptrace/ChangeLog7
-rw-r--r--dev-python/python-ptrace/python-ptrace-0.6.ebuild21
2 files changed, 27 insertions, 1 deletions
diff --git a/dev-python/python-ptrace/ChangeLog b/dev-python/python-ptrace/ChangeLog
index 29d98b7bab16..c69b5cf086c0 100644
--- a/dev-python/python-ptrace/ChangeLog
+++ b/dev-python/python-ptrace/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-python/python-ptrace
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-ptrace/ChangeLog,v 1.1 2009/02/03 23:15:34 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-ptrace/ChangeLog,v 1.2 2009/02/28 19:31:22 patrick Exp $
+
+*python-ptrace-0.6 (28 Feb 2009)
+
+ 28 Feb 2009; Patrick Lauer <patrick@gentoo.org> +python-ptrace-0.6.ebuild:
+ Bump to 0.6. Really closes #247892 now.
*python-ptrace-0.5 (03 Feb 2009)
diff --git a/dev-python/python-ptrace/python-ptrace-0.6.ebuild b/dev-python/python-ptrace/python-ptrace-0.6.ebuild
new file mode 100644
index 000000000000..48ce4d0d9969
--- /dev/null
+++ b/dev-python/python-ptrace/python-ptrace-0.6.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.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"