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:18
Message-Id: 16032e89b41b4199988f51f0fa52fa3952446392.kent@gentoo
1 commit: 16032e89b41b4199988f51f0fa52fa3952446392
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Fri May 6 10:43:08 2011 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Fri May 6 10:43:08 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=16032e89
7
8 [newversion] Audio-MPD
9
10 (Portage version: 2.2.0_alpha30/git/Linux x86_64, signed Manifest commit with key 0A0CB301)
11
12 ---
13 dev-perl/Audio-MPD/Audio-MPD-1.111.200.ebuild | 44 +++++++++++++++++++++++++
14 dev-perl/Audio-MPD/ChangeLog | 6 +++
15 2 files changed, 50 insertions(+), 0 deletions(-)
16
17 diff --git a/dev-perl/Audio-MPD/Audio-MPD-1.111.200.ebuild b/dev-perl/Audio-MPD/Audio-MPD-1.111.200.ebuild
18 new file mode 100644
19 index 0000000..a0e8bff
20 --- /dev/null
21 +++ b/dev-perl/Audio-MPD/Audio-MPD-1.111.200.ebuild
22 @@ -0,0 +1,44 @@
23 +# Copyright 1999-2011 Gentoo Foundation
24 +# Distributed under the terms of the GNU General Public License v2
25 +# $Header: $
26 +EAPI=4
27 +MODULE_AUTHOR="JQUELIN"
28 +MODULE_VERSION=1.111200
29 +inherit perl-module
30 +
31 +DESCRIPTION="Audio::MPD is a Perl module for interfacing MPD through perl scripts."
32 +
33 +LICENSE="Artistic GPL-2"
34 +SLOT="0"
35 +KEYWORDS="~amd64 ~x86"
36 +IUSE=""
37 +comment() { echo ''; }
38 +RDEPEND="
39 + >=dev-perl/Audio-MPD-Common-1.110.550
40 + $(comment Audio::MPD::Common::Item)
41 + $(comment Audio::MPD::Common::Output since v1.110.550 )
42 + $(comment Audio::MPD::Common::Stats)
43 + $(comment Audio::MPD::Common::Status)
44 + virtual/perl-DB_File
45 + virtual/perl-Encode
46 + dev-perl/Getopt-Euclid
47 + virtual/perl-IO $(comment IO::Socket)
48 + dev-perl/Moose
49 + $(comment Moose::Util::TypeConstraints in Moose v0.05)
50 + dev-perl/MooseX-Has-Sugar
51 + dev-perl/MooseX-SemiAffordanceAccessor
52 + dev-perl/Proc-Daemon
53 + virtual/perl-Time-HiRes
54 + >=dev-lang/perl-5.10.0
55 +"
56 +DEPEND="${RDEPEND}
57 + $(comment configure)
58 + >=virtual/perl-Module-Build-0.36.01 $(comment 0.360.100)
59 +
60 + $(comment build)
61 + $(comment virtual/perl-File-Find)
62 + virtual/perl-File-Temp
63 + >=dev-perl/Test-Corpus-Audio-MPD-1.92.920
64 + >=virtual/perl-Test-Simple-0.88 $(comment 0.880.0)
65 +"
66 +SRC_TEST="do"
67
68 diff --git a/dev-perl/Audio-MPD/ChangeLog b/dev-perl/Audio-MPD/ChangeLog
69 index dad19ce..979e217 100644
70 --- a/dev-perl/Audio-MPD/ChangeLog
71 +++ b/dev-perl/Audio-MPD/ChangeLog
72 @@ -2,6 +2,12 @@
73 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
74 # $Header: $
75
76 +*Audio-MPD-1.111.200 (06 May 2011)
77 +
78 + 06 May 2011; Kent Fredric <kentfredric@×××××.com>
79 + +Audio-MPD-1.111.200.ebuild:
80 + Bump
81 +
82 *Audio-MPD-1.102.260 (06 May 2011)
83
84 06 May 2011; Kent Fredric <kentfredric@×××××.com>