diff options
author | Ian Delaney <idella4@gentoo.org> | 2013-01-16 02:42:49 +0000 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2013-01-16 02:42:49 +0000 |
commit | 2d88e7e4fcac3b3973a821a0cdd611447e9eabf2 (patch) | |
tree | f6e93696df71b181ad44725f4c4661160a72ae99 /dev-python/django-evolution | |
parent | adding ~arm keywords to net-analyzer/metasploit rdeps (diff) | |
download | gentoo-2-2d88e7e4fcac3b3973a821a0cdd611447e9eabf2.tar.gz gentoo-2-2d88e7e4fcac3b3973a821a0cdd611447e9eabf2.tar.bz2 gentoo-2-2d88e7e4fcac3b3973a821a0cdd611447e9eabf2.zip |
test phase re-invoked after further testing, discussion
(Portage version: 2.1.11.40/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'dev-python/django-evolution')
-rw-r--r-- | dev-python/django-evolution/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/django-evolution/django-evolution-0.6.7-r1.ebuild | 11 |
2 files changed, 11 insertions, 6 deletions
diff --git a/dev-python/django-evolution/ChangeLog b/dev-python/django-evolution/ChangeLog index 291d1520f904..b8ea9b8deb1f 100644 --- a/dev-python/django-evolution/ChangeLog +++ b/dev-python/django-evolution/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/django-evolution # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/django-evolution/ChangeLog,v 1.6 2013/01/14 05:45:14 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/django-evolution/ChangeLog,v 1.7 2013/01/16 02:42:49 idella4 Exp $ + + 16 Jan 2013; Ian Delaney <idella4@gentoo.org> + django-evolution-0.6.7-r1.ebuild: + test phase re-invoked after further testing, discussion 14 Jan 2013; Ian Delaney <idella4@gentoo.org> django-evolution-0.6.7-r1.ebuild: diff --git a/dev-python/django-evolution/django-evolution-0.6.7-r1.ebuild b/dev-python/django-evolution/django-evolution-0.6.7-r1.ebuild index e25ebad23ebe..cc01f4868855 100644 --- a/dev-python/django-evolution/django-evolution-0.6.7-r1.ebuild +++ b/dev-python/django-evolution/django-evolution-0.6.7-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/django-evolution/django-evolution-0.6.7-r1.ebuild,v 1.2 2013/01/14 05:45:14 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/django-evolution/django-evolution-0.6.7-r1.ebuild,v 1.3 2013/01/16 02:42:49 idella4 Exp $ EAPI=5 @@ -26,15 +26,16 @@ DEPEND="${RDEPEND} S=${WORKDIR}/${MY_P} -#python_test() { -# "${PYTHON}" tests/runtests.py || exit_status=1 -#} +python_test() { + # This is tested, any delay in die subsequent to (implicitly inherited) multiprocessing eclass + "${PYTHON}" tests/runtests.py || die +} src_install() { distutils-r1_src_install einfo "Remove tests to avoid file collisions" rm -rf $(find "${ED}" -name tests) || die - + dodoc -r docs/ } |