diff -r 1c08ccc7236d -r 2a51bfe5f6c3 dev-python/pyacoustid/pyacoustid-0.7.ebuild --- a/dev-python/pyacoustid/pyacoustid-0.7.ebuild Tue Oct 23 23:53:32 2012 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,23 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=3 - -inherit distutils python git-2 - -DESCRIPTION="Python bindings for Chromaprint acoustic fingerprinting and the Acoustid Web service" -HOMEPAGE="https://github.com/sampsyo/pyacoustid" - -EGIT_REPO_URI="git://github.com/sampsyo/pyacoustid.git" -EGIT_COMMIT="$PV" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -RDEPEND="dev-python/audioread - media-libs/chromaprint" -PYTHON_DEPEND="2:6" -