python-mpd: Sync with gentoo-x86
[mpd.git] / media-plugins / gmpc-dynamic-playlist / gmpc-dynamic-playlist-9999.ebuild
blob94c621e62c32beb6c335f8b32ecb3e1f9144d122
1 # Copyright 1999-2012 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: $
5 EAPI=4
6 inherit eutils cmake-utils mercurial
8 DESCRIPTION="Makes a playlist with last.fm information"
9 HOMEPAGE="http://gmpc.wikia.com/wiki/GMPC_PLUGIN_DYNAMIC_PLAYLIST"
10 EHG_REPO_URI="http://bitbucket.org/misery/dynamic-playlist"
12 LICENSE="GPL-2"
13 SLOT="0"
14 KEYWORDS=""
15 IUSE=""
17 RDEPEND=">=media-sound/gmpc-${PV}"
18 DEPEND="${RDEPEND}
19 virtual/pkgconfig
20 sys-devel/gettext"