summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-python/django-evolution/ChangeLog6
-rw-r--r--dev-python/django-evolution/django-evolution-0.6.7-r1.ebuild11
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/
}