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-Common/
Date: Fri, 06 May 2011 11:04:56
Message-Id: 68b0ec684a8b74856594223254018efcd1bf905d.kent@gentoo
1 commit: 68b0ec684a8b74856594223254018efcd1bf905d
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Fri May 6 09:57:35 2011 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Fri May 6 09:57:35 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=68b0ec68
7
8 [newversion] Audio-MPD-Common-1.110.550
9
10 (Portage version: 2.2.0_alpha30/git/Linux x86_64, signed Manifest commit with key 0A0CB301)
11
12 ---
13 .../Audio-MPD-Common-1.110.550.ebuild | 37 ++++++++++++++++++++
14 dev-perl/Audio-MPD-Common/ChangeLog | 6 +++
15 2 files changed, 43 insertions(+), 0 deletions(-)
16
17 diff --git a/dev-perl/Audio-MPD-Common/Audio-MPD-Common-1.110.550.ebuild b/dev-perl/Audio-MPD-Common/Audio-MPD-Common-1.110.550.ebuild
18 new file mode 100644
19 index 0000000..06949a7
20 --- /dev/null
21 +++ b/dev-perl/Audio-MPD-Common/Audio-MPD-Common-1.110.550.ebuild
22 @@ -0,0 +1,37 @@
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.110550
29 +inherit perl-module
30 +
31 +DESCRIPTION="a bunch of common helper classes for mpd"
32 +
33 +LICENSE="Artistic GPL-2"
34 +SLOT="0"
35 +KEYWORDS="~amd64 ~x86"
36 +IUSE=""
37 +comment() { echo ''; }
38 +RDEPEND="
39 + $(comment requires)
40 + >=dev-perl/Moose-0.92 $(comment 0.920.0)
41 + $(comment Moose::Util::TypeConstraints is Moose v0.05)
42 + dev-perl/MooseX-Has-Sugar
43 + dev-perl/MooseX-Types $(comment MooseX::Types::Moose)
44 + dev-perl/Readonly
45 + $(comment virtual/perl-overload)
46 +
47 +"
48 +DEPEND="
49 + ${RDEPEND}
50 + $(comment configure requires)
51 + >=virtual/perl-Module-Build-0.36.01 $(comment 0.360.100)
52 +
53 + $(comment build requires)
54 + $(comment virtual/perl-File-Find)
55 + virtual/perl-File-Temp
56 + >=virtual/perl-Module-Build-0.36.01 $(comment 0.360.100)
57 + >=virtual/perl-Test-Simple-0.88 $(comment Test::More 0.880.0)
58 +"
59 +SRC_TEST="do"
60
61 diff --git a/dev-perl/Audio-MPD-Common/ChangeLog b/dev-perl/Audio-MPD-Common/ChangeLog
62 index 13eaa6c..f7bdfa0 100644
63 --- a/dev-perl/Audio-MPD-Common/ChangeLog
64 +++ b/dev-perl/Audio-MPD-Common/ChangeLog
65 @@ -2,6 +2,12 @@
66 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
67 # $Header: $
68
69 +*Audio-MPD-Common-1.110.550 (06 May 2011)
70 +
71 + 06 May 2011; Kent Fredric <kentfredric@×××××.com>
72 + +Audio-MPD-Common-1.110.550.ebuild:
73 + Bump
74 +
75 *Audio-MPD-Common-1.100.430 (06 May 2011)
76
77 06 May 2011; Kent Fredric <kentfredric@×××××.com>