equal
deleted
inserted
replaced
|
1 # Copyright 1999-2012 Gentoo Foundation |
|
2 # Distributed under the terms of the GNU General Public License v2 |
|
3 # $Header: $ |
|
4 |
|
5 EAPI=4 |
|
6 |
|
7 inherit distutils python versionator |
|
8 |
|
9 MY_PV=${PV/_rc/b} |
|
10 |
|
11 DESCRIPTION="the music geek's media organizer" |
|
12 HOMEPAGE="http://beets.radbox.org/" |
|
13 SRC_URI="https://beets.googlecode.com/files/$PN-$MY_PV.tar.gz" |
|
14 |
|
15 LICENSE="MIT" |
|
16 SLOT="0" |
|
17 KEYWORDS="~amd64" |
|
18 IUSE="" |
|
19 |
|
20 DEPEND="" |
|
21 RDEPEND="${DEPEND} |
|
22 =dev-python/musicbrainzngs-0.0.1 |
|
23 dev-python/unidecode |
|
24 dev-python/munkres" |
|
25 |
|
26 PYTHON_DEPEND="2:5" |
|
27 S=${WORKDIR}/${PN}-${MY_PV} |
|
28 |