--- a/dev-python/audioread/audioread-0.3.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 )"
-