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:master commit in: dev-perl/Devel-PartialDump/
Date: Fri,  6 May 2011 07:21:30 +0000 (UTC)	[thread overview]
Message-ID: <b871e850985d12d3c424ec8ce4a3aa88323f0017.kent@gentoo> (raw)

commit:     b871e850985d12d3c424ec8ce4a3aa88323f0017
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri May  6 07:08:14 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri May  6 07:08:14 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=b871e850

[newversion] Devel-PartialDump-0.150.0

(Portage version: 2.2.0_alpha30/git/Linux x86_64, signed Manifest commit with key 0A0CB301)

---
 dev-perl/Devel-PartialDump/ChangeLog               |    6 ++++
 .../Devel-PartialDump-0.150.0.ebuild               |   31 ++++++++++++++++++++
 2 files changed, 37 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Devel-PartialDump/ChangeLog b/dev-perl/Devel-PartialDump/ChangeLog
index 07afc19..dd7cf2f 100644
--- a/dev-perl/Devel-PartialDump/ChangeLog
+++ b/dev-perl/Devel-PartialDump/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Devel-PartialDump-0.150.0 (06 May 2011)
+
+  06 May 2011; Kent Fredric <kentfredric@gmail.com>
+  +Devel-PartialDump-0.150.0.ebuild:
+  Bump
+
 *Devel-PartialDump-0.140.0 (05 May 2011)
 
   05 May 2011; Kent Fredric <kentfredric@gmail.com>

diff --git a/dev-perl/Devel-PartialDump/Devel-PartialDump-0.150.0.ebuild b/dev-perl/Devel-PartialDump/Devel-PartialDump-0.150.0.ebuild
new file mode 100644
index 0000000..270ccc8
--- /dev/null
+++ b/dev-perl/Devel-PartialDump/Devel-PartialDump-0.150.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=FLORA
+MODULE_VERSION=0.15
+inherit perl-module
+
+DESCRIPTION="Partial dumping of data structures, optimized for argument printing."
+LICENSE="|| ( Artistic GPL-2 )"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+IUSE="test"
+comment() { echo ''; }
+COMMON_DEPEND="
+	dev-perl/Moose
+	virtual/perl-Scalar-List-Utils $(comment Scalar::Util)
+	>=dev-perl/namespace-clean-0.200
+	dev-perl/Sub-Exporter
+"
+RDEPEND="${COMMON_DEPEND}"
+DEPEND="
+	${COMMON_DEPEND}
+	test? (
+		dev-perl/Test-use-ok
+		>=dev-perl/Test-Warn-0.21 $(comment 0.210.0)
+	)
+"
+SRC_TEST="do"



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/Devel-PartialDump/
Date: Sun,  8 May 2011 16:10:45 +0000 (UTC)	[thread overview]
Message-ID: <b871e850985d12d3c424ec8ce4a3aa88323f0017.kent@gentoo> (raw)
Message-ID: <20110508161045.ijwMz-4KNdarzNWRnke25QNbqEgiOp_N9RV9zIcxuEI@z> (raw)

commit:     b871e850985d12d3c424ec8ce4a3aa88323f0017
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri May  6 07:08:14 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri May  6 07:08:14 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=b871e850

[newversion] Devel-PartialDump-0.150.0

(Portage version: 2.2.0_alpha30/git/Linux x86_64, signed Manifest commit with key 0A0CB301)

---
 dev-perl/Devel-PartialDump/ChangeLog               |    6 ++++
 .../Devel-PartialDump-0.150.0.ebuild               |   31 ++++++++++++++++++++
 2 files changed, 37 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Devel-PartialDump/ChangeLog b/dev-perl/Devel-PartialDump/ChangeLog
index 07afc19..dd7cf2f 100644
--- a/dev-perl/Devel-PartialDump/ChangeLog
+++ b/dev-perl/Devel-PartialDump/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Devel-PartialDump-0.150.0 (06 May 2011)
+
+  06 May 2011; Kent Fredric <kentfredric@gmail.com>
+  +Devel-PartialDump-0.150.0.ebuild:
+  Bump
+
 *Devel-PartialDump-0.140.0 (05 May 2011)
 
   05 May 2011; Kent Fredric <kentfredric@gmail.com>

diff --git a/dev-perl/Devel-PartialDump/Devel-PartialDump-0.150.0.ebuild b/dev-perl/Devel-PartialDump/Devel-PartialDump-0.150.0.ebuild
new file mode 100644
index 0000000..270ccc8
--- /dev/null
+++ b/dev-perl/Devel-PartialDump/Devel-PartialDump-0.150.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=FLORA
+MODULE_VERSION=0.15
+inherit perl-module
+
+DESCRIPTION="Partial dumping of data structures, optimized for argument printing."
+LICENSE="|| ( Artistic GPL-2 )"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+IUSE="test"
+comment() { echo ''; }
+COMMON_DEPEND="
+	dev-perl/Moose
+	virtual/perl-Scalar-List-Utils $(comment Scalar::Util)
+	>=dev-perl/namespace-clean-0.200
+	dev-perl/Sub-Exporter
+"
+RDEPEND="${COMMON_DEPEND}"
+DEPEND="
+	${COMMON_DEPEND}
+	test? (
+		dev-perl/Test-use-ok
+		>=dev-perl/Test-Warn-0.21 $(comment 0.210.0)
+	)
+"
+SRC_TEST="do"



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:perl514 commit in: dev-perl/Devel-PartialDump/
Date: Sun,  8 May 2011 16:10:24 +0000 (UTC)	[thread overview]
Message-ID: <b871e850985d12d3c424ec8ce4a3aa88323f0017.kent@gentoo> (raw)
Message-ID: <20110508161024.cWF_GIb6tfwvU9ILKz8iwqv_uhlIUhV_zTN5YEZxcMo@z> (raw)

commit:     b871e850985d12d3c424ec8ce4a3aa88323f0017
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri May  6 07:08:14 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri May  6 07:08:14 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=b871e850

[newversion] Devel-PartialDump-0.150.0

(Portage version: 2.2.0_alpha30/git/Linux x86_64, signed Manifest commit with key 0A0CB301)

---
 dev-perl/Devel-PartialDump/ChangeLog               |    6 ++++
 .../Devel-PartialDump-0.150.0.ebuild               |   31 ++++++++++++++++++++
 2 files changed, 37 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Devel-PartialDump/ChangeLog b/dev-perl/Devel-PartialDump/ChangeLog
index 07afc19..dd7cf2f 100644
--- a/dev-perl/Devel-PartialDump/ChangeLog
+++ b/dev-perl/Devel-PartialDump/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Devel-PartialDump-0.150.0 (06 May 2011)
+
+  06 May 2011; Kent Fredric <kentfredric@gmail.com>
+  +Devel-PartialDump-0.150.0.ebuild:
+  Bump
+
 *Devel-PartialDump-0.140.0 (05 May 2011)
 
   05 May 2011; Kent Fredric <kentfredric@gmail.com>

diff --git a/dev-perl/Devel-PartialDump/Devel-PartialDump-0.150.0.ebuild b/dev-perl/Devel-PartialDump/Devel-PartialDump-0.150.0.ebuild
new file mode 100644
index 0000000..270ccc8
--- /dev/null
+++ b/dev-perl/Devel-PartialDump/Devel-PartialDump-0.150.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=FLORA
+MODULE_VERSION=0.15
+inherit perl-module
+
+DESCRIPTION="Partial dumping of data structures, optimized for argument printing."
+LICENSE="|| ( Artistic GPL-2 )"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+IUSE="test"
+comment() { echo ''; }
+COMMON_DEPEND="
+	dev-perl/Moose
+	virtual/perl-Scalar-List-Utils $(comment Scalar::Util)
+	>=dev-perl/namespace-clean-0.200
+	dev-perl/Sub-Exporter
+"
+RDEPEND="${COMMON_DEPEND}"
+DEPEND="
+	${COMMON_DEPEND}
+	test? (
+		dev-perl/Test-use-ok
+		>=dev-perl/Test-Warn-0.21 $(comment 0.210.0)
+	)
+"
+SRC_TEST="do"



             reply	other threads:[~2011-05-06  7:22 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-05-06  7:21 Kent Fredric [this message]
2011-05-08 16:10 ` [gentoo-commits] proj/perl-overlay:perl514 commit in: dev-perl/Devel-PartialDump/ Kent Fredric
2011-05-08 16:10 ` [gentoo-commits] proj/perl-overlay:perl514virtuals " Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2015-06-05 13:45 [gentoo-commits] proj/perl-overlay:master " Kent Fredric
2015-06-05 13:45 Kent Fredric
2013-02-09 19:31 Kent Fredric
2011-05-05 18:17 [gentoo-commits] proj/perl-overlay:perl514virtuals " Kent Fredric
2011-05-05  9:50 ` [gentoo-commits] proj/perl-overlay:master " Kent Fredric
2011-05-05  9:50 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=b871e850985d12d3c424ec8ce4a3aa88323f0017.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