--- a/media-sound/beets/beets-1.0_rc14.ebuild Tue Oct 23 23:53:32 2012 +0200
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,30 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-inherit distutils python versionator
-
-MY_PV=${PV/_rc/b}
-
-DESCRIPTION="the music geek's media organizer"
-HOMEPAGE="http://beets.radbox.org/"
-SRC_URI="https://beets.googlecode.com/files/$PN-$MY_PV.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND=""
-RDEPEND="${DEPEND}
- dev-python/pylast
- dev-python/musicbrainzngs
- >=dev-python/pyacoustid-0.6
- dev-python/unidecode
- dev-python/munkres"
-
-PYTHON_DEPEND="2:5"
-S=${WORKDIR}/${PN}-${MY_PV}
-