From: "Kent Fredric" <kentfredric@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/perl-overlay:perl514 commit in: dev-perl/Audio-MPD/
Date: Sun, 8 May 2011 16:10:30 +0000 (UTC) [thread overview]
Message-ID: <16032e89b41b4199988f51f0fa52fa3952446392.kent@gentoo> (raw)
commit: 16032e89b41b4199988f51f0fa52fa3952446392
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri May 6 10:43:08 2011 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri May 6 10:43:08 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=16032e89
[newversion] Audio-MPD
(Portage version: 2.2.0_alpha30/git/Linux x86_64, signed Manifest commit with key 0A0CB301)
---
dev-perl/Audio-MPD/Audio-MPD-1.111.200.ebuild | 44 +++++++++++++++++++++++++
dev-perl/Audio-MPD/ChangeLog | 6 +++
2 files changed, 50 insertions(+), 0 deletions(-)
diff --git a/dev-perl/Audio-MPD/Audio-MPD-1.111.200.ebuild b/dev-perl/Audio-MPD/Audio-MPD-1.111.200.ebuild
new file mode 100644
index 0000000..a0e8bff
--- /dev/null
+++ b/dev-perl/Audio-MPD/Audio-MPD-1.111.200.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR="JQUELIN"
+MODULE_VERSION=1.111200
+inherit perl-module
+
+DESCRIPTION="Audio::MPD is a Perl module for interfacing MPD through perl scripts."
+
+LICENSE="Artistic GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+comment() { echo ''; }
+RDEPEND="
+ >=dev-perl/Audio-MPD-Common-1.110.550
+ $(comment Audio::MPD::Common::Item)
+ $(comment Audio::MPD::Common::Output since v1.110.550 )
+ $(comment Audio::MPD::Common::Stats)
+ $(comment Audio::MPD::Common::Status)
+ virtual/perl-DB_File
+ virtual/perl-Encode
+ dev-perl/Getopt-Euclid
+ virtual/perl-IO $(comment IO::Socket)
+ dev-perl/Moose
+ $(comment Moose::Util::TypeConstraints in Moose v0.05)
+ dev-perl/MooseX-Has-Sugar
+ dev-perl/MooseX-SemiAffordanceAccessor
+ dev-perl/Proc-Daemon
+ virtual/perl-Time-HiRes
+ >=dev-lang/perl-5.10.0
+"
+DEPEND="${RDEPEND}
+ $(comment configure)
+ >=virtual/perl-Module-Build-0.36.01 $(comment 0.360.100)
+
+ $(comment build)
+ $(comment virtual/perl-File-Find)
+ virtual/perl-File-Temp
+ >=dev-perl/Test-Corpus-Audio-MPD-1.92.920
+ >=virtual/perl-Test-Simple-0.88 $(comment 0.880.0)
+"
+SRC_TEST="do"
diff --git a/dev-perl/Audio-MPD/ChangeLog b/dev-perl/Audio-MPD/ChangeLog
index dad19ce..979e217 100644
--- a/dev-perl/Audio-MPD/ChangeLog
+++ b/dev-perl/Audio-MPD/ChangeLog
@@ -2,6 +2,12 @@
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*Audio-MPD-1.111.200 (06 May 2011)
+
+ 06 May 2011; Kent Fredric <kentfredric@gmail.com>
+ +Audio-MPD-1.111.200.ebuild:
+ Bump
+
*Audio-MPD-1.102.260 (06 May 2011)
06 May 2011; Kent Fredric <kentfredric@gmail.com>
WARNING: multiple messages have this Message-ID (diff)
From: "Kent Fredric" <kentfredric@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/perl-overlay:perl514virtuals commit in: dev-perl/Audio-MPD/
Date: Sun, 8 May 2011 16:10:51 +0000 (UTC) [thread overview]
Message-ID: <16032e89b41b4199988f51f0fa52fa3952446392.kent@gentoo> (raw)
Message-ID: <20110508161051.zMtDBKF69Ee-RDAWIsU1_zQ0bjrGrXe3faHx6aILgAg@z> (raw)
commit: 16032e89b41b4199988f51f0fa52fa3952446392
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri May 6 10:43:08 2011 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri May 6 10:43:08 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=16032e89
[newversion] Audio-MPD
(Portage version: 2.2.0_alpha30/git/Linux x86_64, signed Manifest commit with key 0A0CB301)
---
dev-perl/Audio-MPD/Audio-MPD-1.111.200.ebuild | 44 +++++++++++++++++++++++++
dev-perl/Audio-MPD/ChangeLog | 6 +++
2 files changed, 50 insertions(+), 0 deletions(-)
diff --git a/dev-perl/Audio-MPD/Audio-MPD-1.111.200.ebuild b/dev-perl/Audio-MPD/Audio-MPD-1.111.200.ebuild
new file mode 100644
index 0000000..a0e8bff
--- /dev/null
+++ b/dev-perl/Audio-MPD/Audio-MPD-1.111.200.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR="JQUELIN"
+MODULE_VERSION=1.111200
+inherit perl-module
+
+DESCRIPTION="Audio::MPD is a Perl module for interfacing MPD through perl scripts."
+
+LICENSE="Artistic GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+comment() { echo ''; }
+RDEPEND="
+ >=dev-perl/Audio-MPD-Common-1.110.550
+ $(comment Audio::MPD::Common::Item)
+ $(comment Audio::MPD::Common::Output since v1.110.550 )
+ $(comment Audio::MPD::Common::Stats)
+ $(comment Audio::MPD::Common::Status)
+ virtual/perl-DB_File
+ virtual/perl-Encode
+ dev-perl/Getopt-Euclid
+ virtual/perl-IO $(comment IO::Socket)
+ dev-perl/Moose
+ $(comment Moose::Util::TypeConstraints in Moose v0.05)
+ dev-perl/MooseX-Has-Sugar
+ dev-perl/MooseX-SemiAffordanceAccessor
+ dev-perl/Proc-Daemon
+ virtual/perl-Time-HiRes
+ >=dev-lang/perl-5.10.0
+"
+DEPEND="${RDEPEND}
+ $(comment configure)
+ >=virtual/perl-Module-Build-0.36.01 $(comment 0.360.100)
+
+ $(comment build)
+ $(comment virtual/perl-File-Find)
+ virtual/perl-File-Temp
+ >=dev-perl/Test-Corpus-Audio-MPD-1.92.920
+ >=virtual/perl-Test-Simple-0.88 $(comment 0.880.0)
+"
+SRC_TEST="do"
diff --git a/dev-perl/Audio-MPD/ChangeLog b/dev-perl/Audio-MPD/ChangeLog
index dad19ce..979e217 100644
--- a/dev-perl/Audio-MPD/ChangeLog
+++ b/dev-perl/Audio-MPD/ChangeLog
@@ -2,6 +2,12 @@
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*Audio-MPD-1.111.200 (06 May 2011)
+
+ 06 May 2011; Kent Fredric <kentfredric@gmail.com>
+ +Audio-MPD-1.111.200.ebuild:
+ Bump
+
*Audio-MPD-1.102.260 (06 May 2011)
06 May 2011; Kent Fredric <kentfredric@gmail.com>
WARNING: multiple messages have this Message-ID (diff)
From: "Kent Fredric" <kentfredric@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Audio-MPD/
Date: Fri, 6 May 2011 11:03:59 +0000 (UTC) [thread overview]
Message-ID: <16032e89b41b4199988f51f0fa52fa3952446392.kent@gentoo> (raw)
Message-ID: <20110506110359.hqHE_FAfyZ0WU7ueSjP_bFtSb_g5Q_eN45CXq-9aS-g@z> (raw)
commit: 16032e89b41b4199988f51f0fa52fa3952446392
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri May 6 10:43:08 2011 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri May 6 10:43:08 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=16032e89
[newversion] Audio-MPD
(Portage version: 2.2.0_alpha30/git/Linux x86_64, signed Manifest commit with key 0A0CB301)
---
dev-perl/Audio-MPD/Audio-MPD-1.111.200.ebuild | 44 +++++++++++++++++++++++++
dev-perl/Audio-MPD/ChangeLog | 6 +++
2 files changed, 50 insertions(+), 0 deletions(-)
diff --git a/dev-perl/Audio-MPD/Audio-MPD-1.111.200.ebuild b/dev-perl/Audio-MPD/Audio-MPD-1.111.200.ebuild
new file mode 100644
index 0000000..a0e8bff
--- /dev/null
+++ b/dev-perl/Audio-MPD/Audio-MPD-1.111.200.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR="JQUELIN"
+MODULE_VERSION=1.111200
+inherit perl-module
+
+DESCRIPTION="Audio::MPD is a Perl module for interfacing MPD through perl scripts."
+
+LICENSE="Artistic GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+comment() { echo ''; }
+RDEPEND="
+ >=dev-perl/Audio-MPD-Common-1.110.550
+ $(comment Audio::MPD::Common::Item)
+ $(comment Audio::MPD::Common::Output since v1.110.550 )
+ $(comment Audio::MPD::Common::Stats)
+ $(comment Audio::MPD::Common::Status)
+ virtual/perl-DB_File
+ virtual/perl-Encode
+ dev-perl/Getopt-Euclid
+ virtual/perl-IO $(comment IO::Socket)
+ dev-perl/Moose
+ $(comment Moose::Util::TypeConstraints in Moose v0.05)
+ dev-perl/MooseX-Has-Sugar
+ dev-perl/MooseX-SemiAffordanceAccessor
+ dev-perl/Proc-Daemon
+ virtual/perl-Time-HiRes
+ >=dev-lang/perl-5.10.0
+"
+DEPEND="${RDEPEND}
+ $(comment configure)
+ >=virtual/perl-Module-Build-0.36.01 $(comment 0.360.100)
+
+ $(comment build)
+ $(comment virtual/perl-File-Find)
+ virtual/perl-File-Temp
+ >=dev-perl/Test-Corpus-Audio-MPD-1.92.920
+ >=virtual/perl-Test-Simple-0.88 $(comment 0.880.0)
+"
+SRC_TEST="do"
diff --git a/dev-perl/Audio-MPD/ChangeLog b/dev-perl/Audio-MPD/ChangeLog
index dad19ce..979e217 100644
--- a/dev-perl/Audio-MPD/ChangeLog
+++ b/dev-perl/Audio-MPD/ChangeLog
@@ -2,6 +2,12 @@
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*Audio-MPD-1.111.200 (06 May 2011)
+
+ 06 May 2011; Kent Fredric <kentfredric@gmail.com>
+ +Audio-MPD-1.111.200.ebuild:
+ Bump
+
*Audio-MPD-1.102.260 (06 May 2011)
06 May 2011; Kent Fredric <kentfredric@gmail.com>
next reply other threads:[~2011-05-08 16:13 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-05-08 16:10 Kent Fredric [this message]
2011-05-06 11:03 ` [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Audio-MPD/ Kent Fredric
2011-05-08 16:10 ` [gentoo-commits] proj/perl-overlay:perl514virtuals " Kent Fredric
-- strict thread matches above, loose matches on Subject: below --
2011-05-08 16:10 Kent Fredric
2011-05-08 16:10 ` [gentoo-commits] proj/perl-overlay:perl514 " Kent Fredric
2011-05-08 16:10 [gentoo-commits] proj/perl-overlay:perl514virtuals " Kent Fredric
2011-05-08 16:10 ` [gentoo-commits] proj/perl-overlay:perl514 " Kent Fredric
2011-05-08 16:10 Kent Fredric
2011-05-08 16:10 Kent Fredric
2011-05-08 16:10 Kent Fredric
2011-05-08 16:10 Kent Fredric
2011-05-06 11:03 [gentoo-commits] proj/perl-overlay:master " Kent Fredric
2011-05-08 16:10 ` [gentoo-commits] proj/perl-overlay:perl514 " Kent Fredric
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=16032e89b41b4199988f51f0fa52fa3952446392.kent@gentoo \
--to=kentfredric@gmail.com \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox