summaryrefslogtreecommitdiff
blob: 21cba28862edca18a9ca996c1e804c6ad513cddd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

inherit ruby

MY_P=${P/ruby-mpd/mpd-rb}

DESCRIPTION="Ruby class for communicating with an MPD server"
HOMEPAGE="http://www.andsoforth.com/geek/mpd_rb.html"
SRC_URI="http://rubyforge.org/frs/download.php/8040/${MY_P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND="media-sound/mpd"

S=${WORKDIR}/${MY_P}