diff options
author | 2015-01-01 23:04:25 +0000 | |
---|---|---|
committer | 2015-01-01 23:04:25 +0000 | |
commit | 5e6a256c3d2a70f4ef0d0cf1599312efd2c63cd2 (patch) | |
tree | 13db35cb18813bbb7487a27a69b8e25d79ba7acd /dev-python | |
parent | Fix use of python-single-r1. python_convert_shebangs -> python_fix_shebang. R... (diff) | |
download | gentoo-2-5e6a256c3d2a70f4ef0d0cf1599312efd2c63cd2.tar.gz gentoo-2-5e6a256c3d2a70f4ef0d0cf1599312efd2c63cd2.tar.bz2 gentoo-2-5e6a256c3d2a70f4ef0d0cf1599312efd2c63cd2.zip |
Remove invalid src_test() phase, it was restricted anyway.
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/pyalsaaudio/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/pyalsaaudio/pyalsaaudio-0.7-r1.ebuild | 11 |
2 files changed, 7 insertions, 11 deletions
diff --git a/dev-python/pyalsaaudio/ChangeLog b/dev-python/pyalsaaudio/ChangeLog index 4625ed6cc4b4..354a80e6c18f 100644 --- a/dev-python/pyalsaaudio/ChangeLog +++ b/dev-python/pyalsaaudio/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/pyalsaaudio -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyalsaaudio/ChangeLog,v 1.37 2014/11/25 10:03:58 pacho Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyalsaaudio/ChangeLog,v 1.38 2015/01/01 23:04:25 mgorny Exp $ + + 01 Jan 2015; Michał Górny <mgorny@gentoo.org> pyalsaaudio-0.7-r1.ebuild: + Remove invalid src_test() phase, it was restricted anyway. 25 Nov 2014; Pacho Ramos <pacho@gentoo.org> pyalsaaudio-0.7-r2.ebuild: Support python 3.4 diff --git a/dev-python/pyalsaaudio/pyalsaaudio-0.7-r1.ebuild b/dev-python/pyalsaaudio/pyalsaaudio-0.7-r1.ebuild index 8cb0ed8028c0..65edc1aee3f5 100644 --- a/dev-python/pyalsaaudio/pyalsaaudio-0.7-r1.ebuild +++ b/dev-python/pyalsaaudio/pyalsaaudio-0.7-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyalsaaudio/pyalsaaudio-0.7-r1.ebuild,v 1.7 2014/03/05 15:38:26 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyalsaaudio/pyalsaaudio-0.7-r1.ebuild,v 1.8 2015/01/01 23:04:25 mgorny Exp $ EAPI=5 @@ -33,13 +33,6 @@ python_compile() { fi } -src_test() { - testing() { - PYTHONPATH="$(ls -d build-${PYTHON_ABI}/lib.*)" "$(PYTHON)" test.py -v - } - python_execute_function testing -} - python_install() { distutils-r1_python_install |