commit:     d6f0b6f926fc8c15a5ce5b14565a03d1104572e4
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun May 28 09:48:49 2017 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun May 28 10:17:10 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6f0b6f9

dev-python/audioread: Support newer python and drop obsolete gstreamer:0.10 
dependency.

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 .../{audioread-1.0.1.ebuild => audioread-1.0.1-r1.ebuild} | 15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)

diff --git a/dev-python/audioread/audioread-1.0.1.ebuild 
b/dev-python/audioread/audioread-1.0.1-r1.ebuild
similarity index 55%
rename from dev-python/audioread/audioread-1.0.1.ebuild
rename to dev-python/audioread/audioread-1.0.1-r1.ebuild
index 49eaebe577d..5c8a480f88b 100644
--- a/dev-python/audioread/audioread-1.0.1.ebuild
+++ b/dev-python/audioread/audioread-1.0.1-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_7,3_4} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 
 inherit distutils-r1
 
@@ -17,16 +17,15 @@ KEYWORDS="~amd64 ~x86"
 IUSE=""
 
 DEPEND=""
-RDEPEND="|| ( dev-python/gst-python:0.10[${PYTHON_USEDEP}] dev-python/pymad 
media-video/ffmpeg )"
+RDEPEND="|| ( dev-python/pymad media-video/ffmpeg )"
 
 PATCHES=(
        
"${FILESDIR}/0001-Use-the-print-function-instead-of-the-print-keyword.patch"
        )
 
 pkg_postinst() {
-               elog "You might need to enable additional USE flags in backends 
to"
-               elog "decode some types of audio files. Priority of backends:"
-               elog "   * gstreamer"
-               elog "   * mad"
-               elog "   * ffmpeg"
+               einfo "You might need to enable additional USE flags in 
backends to"
+               einfo "decode some types of audio files. Priority of backends:"
+               einfo "   * mad"
+               einfo "   * ffmpeg"
 }

Reply via email to