ercpe 14/10/06 16:08:04 Modified: django-auth-ldap-1.2.2.ebuild ChangeLog Log: Added missing die to test call. Thanks jlec for catching that. (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 77C501ED)
Revision Changes Path 1.2 dev-python/django-auth-ldap/django-auth-ldap-1.2.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-auth-ldap/django-auth-ldap-1.2.2.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-auth-ldap/django-auth-ldap-1.2.2.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-auth-ldap/django-auth-ldap-1.2.2.ebuild?r1=1.1&r2=1.2 Index: django-auth-ldap-1.2.2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/django-auth-ldap/django-auth-ldap-1.2.2.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- django-auth-ldap-1.2.2.ebuild 6 Oct 2014 15:53:48 -0000 1.1 +++ django-auth-ldap-1.2.2.ebuild 6 Oct 2014 16:08:04 -0000 1.2 @@ -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/django-auth-ldap/django-auth-ldap-1.2.2.ebuild,v 1.1 2014/10/06 15:53:48 ercpe Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/django-auth-ldap/django-auth-ldap-1.2.2.ebuild,v 1.2 2014/10/06 16:08:04 ercpe Exp $ EAPI=5 # Although setup.py claims to support py3, python-ldap does not @@ -35,7 +35,7 @@ } python_test() { - PYTHONPATH=. "${PYTHON}" test/manage.py test + PYTHONPATH=. "${PYTHON}" test/manage.py test || die } python_install_all() { 1.16 dev-python/django-auth-ldap/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-auth-ldap/ChangeLog?rev=1.16&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-auth-ldap/ChangeLog?rev=1.16&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-auth-ldap/ChangeLog?r1=1.15&r2=1.16 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/django-auth-ldap/ChangeLog,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- ChangeLog 6 Oct 2014 15:53:48 -0000 1.15 +++ ChangeLog 6 Oct 2014 16:08:04 -0000 1.16 @@ -1,6 +1,9 @@ # ChangeLog for dev-python/django-auth-ldap # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/django-auth-ldap/ChangeLog,v 1.15 2014/10/06 15:53:48 ercpe Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/django-auth-ldap/ChangeLog,v 1.16 2014/10/06 16:08:04 ercpe Exp $ + + 06 Oct 2014; Johann Schmitz <er...@gentoo.org> django-auth-ldap-1.2.2.ebuild: + Added missing die to test call. Thanks jlec for catching that. *django-auth-ldap-1.2.2 (06 Oct 2014)