blob: e40805cd334ca10e41361abca28d154faa631c3e (
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: /var/cvsroot/gentoo-x86/dev-perl/DCOP-Amarok/DCOP-Amarok-0.035.ebuild,v 1.5 2008/02/22 05:48:56 robbat2 Exp $
inherit perl-module
DESCRIPTION="Perl Interface to Amarok via system's dcop"
SRC_URI="mirror://cpan/authors/id/J/JC/JCMULLER/${P}.tar.gz"
HOMEPAGE="http://search.cpan.org/~jcmuller/"
RDEPEND="dev-perl/DCOP
media-sound/amarok"
IUSE=""
SLOT="0"
LICENSE="Artistic"
KEYWORDS="amd64 ~ppc64 x86 ~ppc"
SRC_TEST="do"
|