floppym 14/12/01 02:16:04 Modified: python-ptrace-0.8.1.ebuild ChangeLog Log: Add upstream bug url. (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Revision Changes Path 1.4 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.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-ptrace/python-ptrace-0.8.1.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-ptrace/python-ptrace-0.8.1.ebuild?r1=1.3&r2=1.4 Index: python-ptrace-0.8.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/python-ptrace/python-ptrace-0.8.1.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- python-ptrace-0.8.1.ebuild 1 Dec 2014 02:02:53 -0000 1.3 +++ python-ptrace-0.8.1.ebuild 1 Dec 2014 02:16:04 -0000 1.4 @@ -1,6 +1,6 @@ # 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.3 2014/12/01 02:02:53 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-ptrace/python-ptrace-0.8.1.ebuild,v 1.4 2014/12/01 02:16:04 floppym Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) @@ -19,6 +19,7 @@ python_test() { # Python 3.4 adds SOCK_CLOEXEC to socket.type automatically, and ptrace does # not translate that on output causing it to fail test_strace.test_socket. + # https://bitbucket.org/haypo/python-ptrace/issue/17 "${PYTHON}" runtests.py || die "Testing failed with ${EPYTHON}" } 1.19 dev-python/python-ptrace/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-ptrace/ChangeLog?rev=1.19&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-ptrace/ChangeLog?rev=1.19&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-ptrace/ChangeLog?r1=1.18&r2=1.19 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/python-ptrace/ChangeLog,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- ChangeLog 1 Dec 2014 02:02:53 -0000 1.18 +++ ChangeLog 1 Dec 2014 02:16:04 -0000 1.19 @@ -1,6 +1,9 @@ # 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.18 2014/12/01 02:02:53 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-ptrace/ChangeLog,v 1.19 2014/12/01 02:16:04 floppym Exp $ + + 01 Dec 2014; Mike Gilbert <[email protected]> python-ptrace-0.8.1.ebuild: + Add upstream bug url. 01 Dec 2014; Mike Gilbert <[email protected]> -python-ptrace-0.6.6.ebuild, -python-ptrace-0.7.ebuild, -python-ptrace-0.8.ebuild,
