diff options
-rw-r--r-- | dev-python/apsw/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/apsw/apsw-3.6.18.1.ebuild | 4 | ||||
-rw-r--r-- | dev-python/apsw/apsw-3.6.19.1.ebuild | 4 | ||||
-rw-r--r-- | dev-python/apsw/apsw-3.6.20.1.ebuild | 4 |
4 files changed, 11 insertions, 7 deletions
diff --git a/dev-python/apsw/ChangeLog b/dev-python/apsw/ChangeLog index 4ebaf376b687..db5aec01e4f4 100644 --- a/dev-python/apsw/ChangeLog +++ b/dev-python/apsw/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/apsw # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/apsw/ChangeLog,v 1.20 2009/11/20 15:42:36 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/apsw/ChangeLog,v 1.21 2009/12/07 10:30:49 vapier Exp $ + + 07 Dec 2009; Mike Frysinger <vapier@gentoo.org> apsw-3.6.18.1.ebuild, + apsw-3.6.19.1.ebuild, apsw-3.6.20.1.ebuild: + Enable verbose output in tests. *apsw-3.6.20.1 (20 Nov 2009) diff --git a/dev-python/apsw/apsw-3.6.18.1.ebuild b/dev-python/apsw/apsw-3.6.18.1.ebuild index 219c18afd372..3016dc053499 100644 --- a/dev-python/apsw/apsw-3.6.18.1.ebuild +++ b/dev-python/apsw/apsw-3.6.18.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/apsw/apsw-3.6.18.1.ebuild,v 1.2 2009/11/20 14:49:52 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/apsw/apsw-3.6.18.1.ebuild,v 1.3 2009/12/07 10:30:49 vapier Exp $ EAPI="2" SUPPORT_PYTHON_ABIS="1" @@ -30,7 +30,7 @@ src_compile() { src_test() { testing() { - PYTHONPATH="$(ls -d build-${PYTHON_ABI}/lib.*)" "$(PYTHON)" tests.py + PYTHONPATH="$(ls -d build-${PYTHON_ABI}/lib.*)" "$(PYTHON)" tests.py -v } python_execute_function testing } diff --git a/dev-python/apsw/apsw-3.6.19.1.ebuild b/dev-python/apsw/apsw-3.6.19.1.ebuild index aaa116a18641..9932a0cc24e2 100644 --- a/dev-python/apsw/apsw-3.6.19.1.ebuild +++ b/dev-python/apsw/apsw-3.6.19.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/apsw/apsw-3.6.19.1.ebuild,v 1.1 2009/11/07 21:52:45 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/apsw/apsw-3.6.19.1.ebuild,v 1.2 2009/12/07 10:30:49 vapier Exp $ EAPI="2" SUPPORT_PYTHON_ABIS="1" @@ -30,7 +30,7 @@ src_compile() { src_test() { testing() { - PYTHONPATH="$(ls -d build-${PYTHON_ABI}/lib.*)" "$(PYTHON)" tests.py + PYTHONPATH="$(ls -d build-${PYTHON_ABI}/lib.*)" "$(PYTHON)" tests.py -v } python_execute_function testing } diff --git a/dev-python/apsw/apsw-3.6.20.1.ebuild b/dev-python/apsw/apsw-3.6.20.1.ebuild index 741ee551964b..10a25137b5b5 100644 --- a/dev-python/apsw/apsw-3.6.20.1.ebuild +++ b/dev-python/apsw/apsw-3.6.20.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/apsw/apsw-3.6.20.1.ebuild,v 1.1 2009/11/20 15:42:36 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/apsw/apsw-3.6.20.1.ebuild,v 1.2 2009/12/07 10:30:49 vapier Exp $ EAPI="2" SUPPORT_PYTHON_ABIS="1" @@ -30,7 +30,7 @@ src_compile() { src_test() { testing() { - PYTHONPATH="$(ls -d build-${PYTHON_ABI}/lib.*)" "$(PYTHON)" tests.py + PYTHONPATH="$(ls -d build-${PYTHON_ABI}/lib.*)" "$(PYTHON)" tests.py -v } python_execute_function testing } |