public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
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-Common/, dev-perl/Getopt-Euclid/, dev-perl/Audio-MPD/
Date: Sun,  8 May 2011 16:10:25 +0000 (UTC)	[thread overview]
Message-ID: <e6c612554ce786db8f3f4658f1f944c0aa9fa8d0.kent@gentoo> (raw)

commit:     e6c612554ce786db8f3f4658f1f944c0aa9fa8d0
Author:     Greg Fitzgerald <netzdamon <AT> gmail <DOT> com>
AuthorDate: Thu Jul  9 12:58:43 2009 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri May  6 09:23:02 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=e6c61255

[import] ( mpd ) Add Audio-MPD perl module along with missing dependencies

Signed-off-by: Greg Fitzgerald <netzdamon <AT> gmail.com>
(cherry picked from commit 76959400495c302a910f06643b8d492b12ee4c6f)

---
 .../Audio-MPD-Common/Audio-MPD-Common-0.1.4.ebuild |   21 +++++++++++++++++++
 dev-perl/Audio-MPD/Audio-MPD-0.19.6.ebuild         |   22 ++++++++++++++++++++
 dev-perl/Getopt-Euclid/Getopt-Euclid-0.2.1.ebuild  |   19 +++++++++++++++++
 3 files changed, 62 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Audio-MPD-Common/Audio-MPD-Common-0.1.4.ebuild b/dev-perl/Audio-MPD-Common/Audio-MPD-Common-0.1.4.ebuild
new file mode 100644
index 0000000..4895b81
--- /dev/null
+++ b/dev-perl/Audio-MPD-Common/Audio-MPD-Common-0.1.4.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+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"
+SLOT="0"
+KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86"
+IUSE=""
+
+SRC_TEST="do"
+
+RDEPEND="dev-perl/Class-Accessor
+	dev-perl/Readonly
+	dev-lang/perl"
+DEPEND="${RDEPEND}
+	virtual/perl-Module-Build"

diff --git a/dev-perl/Audio-MPD/Audio-MPD-0.19.6.ebuild b/dev-perl/Audio-MPD/Audio-MPD-0.19.6.ebuild
new file mode 100644
index 0000000..d65db36
--- /dev/null
+++ b/dev-perl/Audio-MPD/Audio-MPD-0.19.6.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+inherit perl-module
+
+DESCRIPTION="Audio::MPD is a Perl module for interfacing MPD through perl scripts."
+HOMEPAGE="http://search.cpan.org/~jquelin/Audio-MPD/"
+SRC_URI="mirror://cpan/authors/id/J/JQ/JQUELIN/${P}.tar.gz"
+
+LICENSE="Artistic"
+SLOT="0"
+KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86"
+IUSE=""
+
+SRC_TEST="do"
+
+RDEPEND="dev-perl/Proc-Daemon
+	dev-perl/Class-Accessor
+	dev-perl/Readonly
+	dev-lang/perl"
+DEPEND="${RDEPEND}
+	virtual/perl-Module-Build"

diff --git a/dev-perl/Getopt-Euclid/Getopt-Euclid-0.2.1.ebuild b/dev-perl/Getopt-Euclid/Getopt-Euclid-0.2.1.ebuild
new file mode 100644
index 0000000..5cfbab4
--- /dev/null
+++ b/dev-perl/Getopt-Euclid/Getopt-Euclid-0.2.1.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+inherit perl-module
+
+DESCRIPTION="Executable Uniform Command-Line Interface Descriptions"
+HOMEPAGE="http://search.cpan.org/~kgalinsky/Getopt-Euclid"
+SRC_URI="mirror://cpan/authors/id/K/KG/KGALINSKY/${P}.tar.gz"
+
+LICENSE="Unknown"
+SLOT="0"
+KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86"
+IUSE=""
+
+SRC_TEST="do"
+
+RDEPEND="dev-lang/perl"
+DEPEND="${RDEPEND}
+	virtual/perl-Module-Build"



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-Common/, dev-perl/Getopt-Euclid/, dev-perl/Audio-MPD/
Date: Fri,  6 May 2011 11:03:55 +0000 (UTC)	[thread overview]
Message-ID: <e6c612554ce786db8f3f4658f1f944c0aa9fa8d0.kent@gentoo> (raw)
Message-ID: <20110506110355.ZdCrPxY-FGLYSGY-mxacTMO6uyaesPX8StdGte1CLSc@z> (raw)

commit:     e6c612554ce786db8f3f4658f1f944c0aa9fa8d0
Author:     Greg Fitzgerald <netzdamon <AT> gmail <DOT> com>
AuthorDate: Thu Jul  9 12:58:43 2009 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri May  6 09:23:02 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=e6c61255

[import] ( mpd ) Add Audio-MPD perl module along with missing dependencies

Signed-off-by: Greg Fitzgerald <netzdamon <AT> gmail.com>
(cherry picked from commit 76959400495c302a910f06643b8d492b12ee4c6f)

---
 .../Audio-MPD-Common/Audio-MPD-Common-0.1.4.ebuild |   21 +++++++++++++++++++
 dev-perl/Audio-MPD/Audio-MPD-0.19.6.ebuild         |   22 ++++++++++++++++++++
 dev-perl/Getopt-Euclid/Getopt-Euclid-0.2.1.ebuild  |   19 +++++++++++++++++
 3 files changed, 62 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Audio-MPD-Common/Audio-MPD-Common-0.1.4.ebuild b/dev-perl/Audio-MPD-Common/Audio-MPD-Common-0.1.4.ebuild
new file mode 100644
index 0000000..4895b81
--- /dev/null
+++ b/dev-perl/Audio-MPD-Common/Audio-MPD-Common-0.1.4.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+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"
+SLOT="0"
+KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86"
+IUSE=""
+
+SRC_TEST="do"
+
+RDEPEND="dev-perl/Class-Accessor
+	dev-perl/Readonly
+	dev-lang/perl"
+DEPEND="${RDEPEND}
+	virtual/perl-Module-Build"

diff --git a/dev-perl/Audio-MPD/Audio-MPD-0.19.6.ebuild b/dev-perl/Audio-MPD/Audio-MPD-0.19.6.ebuild
new file mode 100644
index 0000000..d65db36
--- /dev/null
+++ b/dev-perl/Audio-MPD/Audio-MPD-0.19.6.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+inherit perl-module
+
+DESCRIPTION="Audio::MPD is a Perl module for interfacing MPD through perl scripts."
+HOMEPAGE="http://search.cpan.org/~jquelin/Audio-MPD/"
+SRC_URI="mirror://cpan/authors/id/J/JQ/JQUELIN/${P}.tar.gz"
+
+LICENSE="Artistic"
+SLOT="0"
+KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86"
+IUSE=""
+
+SRC_TEST="do"
+
+RDEPEND="dev-perl/Proc-Daemon
+	dev-perl/Class-Accessor
+	dev-perl/Readonly
+	dev-lang/perl"
+DEPEND="${RDEPEND}
+	virtual/perl-Module-Build"

diff --git a/dev-perl/Getopt-Euclid/Getopt-Euclid-0.2.1.ebuild b/dev-perl/Getopt-Euclid/Getopt-Euclid-0.2.1.ebuild
new file mode 100644
index 0000000..5cfbab4
--- /dev/null
+++ b/dev-perl/Getopt-Euclid/Getopt-Euclid-0.2.1.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+inherit perl-module
+
+DESCRIPTION="Executable Uniform Command-Line Interface Descriptions"
+HOMEPAGE="http://search.cpan.org/~kgalinsky/Getopt-Euclid"
+SRC_URI="mirror://cpan/authors/id/K/KG/KGALINSKY/${P}.tar.gz"
+
+LICENSE="Unknown"
+SLOT="0"
+KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86"
+IUSE=""
+
+SRC_TEST="do"
+
+RDEPEND="dev-lang/perl"
+DEPEND="${RDEPEND}
+	virtual/perl-Module-Build"



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-Common/, dev-perl/Audio-MPD/, dev-perl/Getopt-Euclid/
Date: Sun,  8 May 2011 16:10:46 +0000 (UTC)	[thread overview]
Message-ID: <e6c612554ce786db8f3f4658f1f944c0aa9fa8d0.kent@gentoo> (raw)
Message-ID: <20110508161046.ZB3n9MtZZNnQM0KkETzRVHn844RN1HLrdciZbT115Cg@z> (raw)

commit:     e6c612554ce786db8f3f4658f1f944c0aa9fa8d0
Author:     Greg Fitzgerald <netzdamon <AT> gmail <DOT> com>
AuthorDate: Thu Jul  9 12:58:43 2009 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri May  6 09:23:02 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=e6c61255

[import] ( mpd ) Add Audio-MPD perl module along with missing dependencies

Signed-off-by: Greg Fitzgerald <netzdamon <AT> gmail.com>
(cherry picked from commit 76959400495c302a910f06643b8d492b12ee4c6f)

---
 .../Audio-MPD-Common/Audio-MPD-Common-0.1.4.ebuild |   21 +++++++++++++++++++
 dev-perl/Audio-MPD/Audio-MPD-0.19.6.ebuild         |   22 ++++++++++++++++++++
 dev-perl/Getopt-Euclid/Getopt-Euclid-0.2.1.ebuild  |   19 +++++++++++++++++
 3 files changed, 62 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Audio-MPD-Common/Audio-MPD-Common-0.1.4.ebuild b/dev-perl/Audio-MPD-Common/Audio-MPD-Common-0.1.4.ebuild
new file mode 100644
index 0000000..4895b81
--- /dev/null
+++ b/dev-perl/Audio-MPD-Common/Audio-MPD-Common-0.1.4.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+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"
+SLOT="0"
+KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86"
+IUSE=""
+
+SRC_TEST="do"
+
+RDEPEND="dev-perl/Class-Accessor
+	dev-perl/Readonly
+	dev-lang/perl"
+DEPEND="${RDEPEND}
+	virtual/perl-Module-Build"

diff --git a/dev-perl/Audio-MPD/Audio-MPD-0.19.6.ebuild b/dev-perl/Audio-MPD/Audio-MPD-0.19.6.ebuild
new file mode 100644
index 0000000..d65db36
--- /dev/null
+++ b/dev-perl/Audio-MPD/Audio-MPD-0.19.6.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+inherit perl-module
+
+DESCRIPTION="Audio::MPD is a Perl module for interfacing MPD through perl scripts."
+HOMEPAGE="http://search.cpan.org/~jquelin/Audio-MPD/"
+SRC_URI="mirror://cpan/authors/id/J/JQ/JQUELIN/${P}.tar.gz"
+
+LICENSE="Artistic"
+SLOT="0"
+KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86"
+IUSE=""
+
+SRC_TEST="do"
+
+RDEPEND="dev-perl/Proc-Daemon
+	dev-perl/Class-Accessor
+	dev-perl/Readonly
+	dev-lang/perl"
+DEPEND="${RDEPEND}
+	virtual/perl-Module-Build"

diff --git a/dev-perl/Getopt-Euclid/Getopt-Euclid-0.2.1.ebuild b/dev-perl/Getopt-Euclid/Getopt-Euclid-0.2.1.ebuild
new file mode 100644
index 0000000..5cfbab4
--- /dev/null
+++ b/dev-perl/Getopt-Euclid/Getopt-Euclid-0.2.1.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+inherit perl-module
+
+DESCRIPTION="Executable Uniform Command-Line Interface Descriptions"
+HOMEPAGE="http://search.cpan.org/~kgalinsky/Getopt-Euclid"
+SRC_URI="mirror://cpan/authors/id/K/KG/KGALINSKY/${P}.tar.gz"
+
+LICENSE="Unknown"
+SLOT="0"
+KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86"
+IUSE=""
+
+SRC_TEST="do"
+
+RDEPEND="dev-lang/perl"
+DEPEND="${RDEPEND}
+	virtual/perl-Module-Build"



             reply	other threads:[~2011-05-08 16:19 UTC|newest]

Thread overview: 5+ 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-Common/, dev-perl/Getopt-Euclid/, dev-perl/Audio-MPD/ Kent Fredric
2011-05-08 16:10 ` [gentoo-commits] proj/perl-overlay:perl514virtuals commit in: dev-perl/Audio-MPD-Common/, dev-perl/Audio-MPD/, dev-perl/Getopt-Euclid/ 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 commit in: dev-perl/Audio-MPD-Common/, dev-perl/Getopt-Euclid/, dev-perl/Audio-MPD/ 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=e6c612554ce786db8f3f4658f1f944c0aa9fa8d0.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