Gentoo Archives: gentoo-commits

From: Kent Fredric <kentfredric@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Audio-MPD/
Date: Fri, 06 May 2011 11:05:44
Message-Id: 5fab4cbc46aed35daf21da8e97bdc6b12d197157.kent@gentoo
1 commit: 5fab4cbc46aed35daf21da8e97bdc6b12d197157
2 Author: keenblade <keenblade <AT> gmail <DOT> com>
3 AuthorDate: Mon Nov 29 01:27:11 2010 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Fri May 6 09:23:40 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=5fab4cbc
7
8 [import] ( mpd ) Audio-MPD: version bump to 1.102260 and changes in dependencies
9 (cherry picked from commit ba3dc8fe18b6b444024ca0abbefb3a9bbe1e9252)
10
11 ---
12 ...MPD-0.19.6.ebuild => Audio-MPD-1.102260.ebuild} | 11 +++++++++--
13 1 files changed, 9 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-perl/Audio-MPD/Audio-MPD-0.19.6.ebuild b/dev-perl/Audio-MPD/Audio-MPD-1.102260.ebuild
16 similarity index 66%
17 rename from dev-perl/Audio-MPD/Audio-MPD-0.19.6.ebuild
18 rename to dev-perl/Audio-MPD/Audio-MPD-1.102260.ebuild
19 index ae6ca4f..d7cdf18 100644
20 --- a/dev-perl/Audio-MPD/Audio-MPD-0.19.6.ebuild
21 +++ b/dev-perl/Audio-MPD/Audio-MPD-1.102260.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2009 Gentoo Foundation
24 +# Copyright 1999-2010 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26
27 inherit perl-module
28 @@ -15,10 +15,17 @@ IUSE=""
29 SRC_TEST="do"
30
31 RDEPEND="dev-perl/Proc-Daemon
32 - dev-perl/Class-Accessor
33 dev-perl/Audio-MPD-Common
34 dev-perl/Getopt-Euclid
35 dev-perl/Readonly
36 + dev-perl/MooseX-Has-Sugar
37 + dev-perl/MooseX-SemiAffordanceAccessor
38 dev-lang/perl"
39 DEPEND="${RDEPEND}
40 virtual/perl-Module-Build"
41 +
42 +pkg_postinst() {
43 + elog "You need perl-experimental overlay for some dependencies"
44 + elog "Add the overlay with layman like this:"
45 + elog "layman -a perl-experimental"
46 +}