summaryrefslogtreecommitdiff
blob: 1479972ccd4adfa2040dd121a4855776f6ec2371 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

inherit perl-module

DESCRIPTION="a bunch of common helper classes for mpd"
HOMEPAGE="http://search.cpan.org/~jquelin/Audio-MPD-Common/"
SRC_URI="mirror://cpan/authors/id/J/JQ/JQUELIN/${P}.tar.gz"

LICENSE="Artistic GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86"
IUSE=""

SRC_TEST="do"

RDEPEND="dev-perl/Readonly
	dev-perl/MooseX-Has-Sugar
	dev-lang/perl"
DEPEND="${RDEPEND}
	virtual/perl-Module-Build"

pkg_postinst() {
	elog "You need perl-experimental overlay for some dependencies"
	elog "Add the overlay with layman like this:"
	elog "layman -a perl-experimental"
}