media-sound/beets/beets-1.0_rc12.ebuild
author Da Risk <da_risk@geekorum.com>
Thu, 19 Jul 2012 20:02:44 +0200
changeset 45 d2f9ac70f4ca
parent 35 bedf0b92c21e
permissions -rw-r--r--
New repo name which respect the spec

# 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/musicbrainzngs-0.0.1
		dev-python/unidecode
		dev-python/munkres"

PYTHON_DEPEND="2:5"
S=${WORKDIR}/${PN}-${MY_PV}