diff -r 1c08ccc7236d -r 2a51bfe5f6c3 dev-python/audioread/audioread-0.6.ebuild --- a/dev-python/audioread/audioread-0.6.ebuild Tue Oct 23 23:53:32 2012 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,24 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=4 - -inherit distutils python git-2 - -DESCRIPTION="cross-library (GStreamer + Core Audio + MAD + FFmpeg) audio decoding for Python" -HOMEPAGE="https://github.com/sampsyo/audioread" - -EGIT_REPO_URI="git://github.com/sampsyo/audioread.git" -EGIT_COMMIT="$PV" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" -IUSE="mad +gstreamer +ffmpeg" - -PYTHON_DEPEND="2:6" -RDEPEND=" mad? ( dev-python/pymad ) - gstreamer? ( dev-python/gst-python ) - ffmpeg? ( virtual/ffmpeg )" -