patrick 14/11/05 05:32:30 Modified: ChangeLog Added: python-ptrace-0.8.1.ebuild Log: Bump (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path 1.16 dev-python/python-ptrace/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-ptrace/ChangeLog?rev=1.16&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-ptrace/ChangeLog?rev=1.16&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-ptrace/ChangeLog?r1=1.15&r2=1.16 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/python-ptrace/ChangeLog,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- ChangeLog 17 Oct 2014 04:15:24 -0000 1.15 +++ ChangeLog 5 Nov 2014 05:32:30 -0000 1.16 @@ -1,6 +1,11 @@ # ChangeLog for dev-python/python-ptrace # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-ptrace/ChangeLog,v 1.15 2014/10/17 04:15:24 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-ptrace/ChangeLog,v 1.16 2014/11/05 05:32:30 patrick Exp $ + +*python-ptrace-0.8.1 (05 Nov 2014) + + 05 Nov 2014; Patrick Lauer <[email protected]> +python-ptrace-0.8.1.ebuild: + Bump *python-ptrace-0.8 (17 Oct 2014) 1.1 dev-python/python-ptrace/python-ptrace-0.8.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-ptrace/python-ptrace-0.8.1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-ptrace/python-ptrace-0.8.1.ebuild?rev=1.1&content-type=text/plain Index: python-ptrace-0.8.1.ebuild =================================================================== # Copyright 1999-2014 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.8.1.ebuild,v 1.1 2014/11/05 05:32:30 patrick Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) inherit distutils-r1 DESCRIPTION="python-ptrace is a debugger using ptrace (Linux, BSD and Darwin system call to trace processes)" HOMEPAGE="http://bitbucket.org/haypo/python-ptrace/ http://pypi.python.org/pypi/python-ptrace" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="doc examples" DEPEND="" RDEPEND="dev-libs/distorm64" # Req'd for tests DISTUTILS_IN_SOURCE_BUILD=1 python_test() { echo "${EPYTHON}" if python_is_python3; then 2to3 -w ptrace fi "${PYTHON}" test_doc.py || die "tests failed under ${EPYTHON}" } python_install_all() { use examples && local EXAMPLES=( examples/. ) # doc folder missing key files to effect a proper doc build use doc && local DOCS=( README doc/* ) distutils-r1_python_install_all }
