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/MooseX-Types-Structured/
Date: Sun,  8 May 2011 16:10:20 +0000 (UTC)	[thread overview]
Message-ID: <0e3789e5aae98e7fc093eae729818d71656a370f.kent@gentoo> (raw)

commit:     0e3789e5aae98e7fc093eae729818d71656a370f
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri May  6 05:15:58 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri May  6 05:15:58 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=0e3789e5

[newversion] MooseX-Types-Structured-0.270.0

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

---
 dev-perl/MooseX-Types-Structured/ChangeLog         |    6 +++
 .../MooseX-Types-Structured-0.270.0.ebuild         |   42 ++++++++++++++++++++
 2 files changed, 48 insertions(+), 0 deletions(-)

diff --git a/dev-perl/MooseX-Types-Structured/ChangeLog b/dev-perl/MooseX-Types-Structured/ChangeLog
index 4bbfa65..a001a6b 100644
--- a/dev-perl/MooseX-Types-Structured/ChangeLog
+++ b/dev-perl/MooseX-Types-Structured/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*MooseX-Types-Structured-0.270.0 (06 May 2011)
+
+  06 May 2011; Kent Fredric <kentfredric@gmail.com>
+  +MooseX-Types-Structured-0.270.0.ebuild:
+  Bump
+
 *MooseX-Types-Structured-0.260.0 (06 May 2011)
 *MooseX-Types-Structured-0.230.0 (06 May 2011)
 *MooseX-Types-Structured-0.220.0 (06 May 2011)

diff --git a/dev-perl/MooseX-Types-Structured/MooseX-Types-Structured-0.270.0.ebuild b/dev-perl/MooseX-Types-Structured/MooseX-Types-Structured-0.270.0.ebuild
new file mode 100644
index 0000000..2a253fa
--- /dev/null
+++ b/dev-perl/MooseX-Types-Structured/MooseX-Types-Structured-0.270.0.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+MODULE_AUTHOR=JJNAPIORK
+MODULE_VERSION=0.27
+inherit perl-module
+
+DESCRIPTION="Structured Type Constraints for Moose"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+comment() { echo ''; }
+RDEPEND="
+	>=dev-perl/Devel-PartialDump-0.130.0
+	>=dev-perl/Moose-1.08 $(comment 1.80.0)
+	$(comment Moose::Meta::TypeCoercion since v0.05)
+	$(comment Moose::Meta::TypeConstraint since v0.05)
+	$(comment Moose::Meta::TypeConstraint::Parameterizable since v0.34)
+	$(comment Moose::Util::TypeConstraints since v0.01)
+	>=dev-perl/MooseX-Types-0.220.0
+	virtual/perl-Scalar-List-Utils $(comment Scalar::Util)
+	>=dev-perl/Sub-Exporter-0.982
+	$(comment virtual/perl-overload)
+"
+DEPEND="${RDEPEND}
+	$(comment CONFIGURE)
+	>=virtual/perl-ExtUtils-MakeMaker-6.56
+	$(comment BUILD)
+	test? (
+		$(comment virtual/perl-Data-Dumper)
+		dev-perl/DateTime
+		dev-perl/MooseX-Types-DateTime
+		dev-perl/MooseX-Types $(comment MooseX::Types::Moose)
+		dev-perl/Test-Fatal
+		>=virtual/perl-Test-Simple-0.94 $(comment 0.940.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/MooseX-Types-Structured/
Date: Sun,  8 May 2011 16:10:41 +0000 (UTC)	[thread overview]
Message-ID: <0e3789e5aae98e7fc093eae729818d71656a370f.kent@gentoo> (raw)
Message-ID: <20110508161041.Zk_LNvsaPiJXuggI1EE3aFBECmQrvcPnTFco2ps9FDY@z> (raw)

commit:     0e3789e5aae98e7fc093eae729818d71656a370f
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri May  6 05:15:58 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri May  6 05:15:58 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=0e3789e5

[newversion] MooseX-Types-Structured-0.270.0

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

---
 dev-perl/MooseX-Types-Structured/ChangeLog         |    6 +++
 .../MooseX-Types-Structured-0.270.0.ebuild         |   42 ++++++++++++++++++++
 2 files changed, 48 insertions(+), 0 deletions(-)

diff --git a/dev-perl/MooseX-Types-Structured/ChangeLog b/dev-perl/MooseX-Types-Structured/ChangeLog
index 4bbfa65..a001a6b 100644
--- a/dev-perl/MooseX-Types-Structured/ChangeLog
+++ b/dev-perl/MooseX-Types-Structured/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*MooseX-Types-Structured-0.270.0 (06 May 2011)
+
+  06 May 2011; Kent Fredric <kentfredric@gmail.com>
+  +MooseX-Types-Structured-0.270.0.ebuild:
+  Bump
+
 *MooseX-Types-Structured-0.260.0 (06 May 2011)
 *MooseX-Types-Structured-0.230.0 (06 May 2011)
 *MooseX-Types-Structured-0.220.0 (06 May 2011)

diff --git a/dev-perl/MooseX-Types-Structured/MooseX-Types-Structured-0.270.0.ebuild b/dev-perl/MooseX-Types-Structured/MooseX-Types-Structured-0.270.0.ebuild
new file mode 100644
index 0000000..2a253fa
--- /dev/null
+++ b/dev-perl/MooseX-Types-Structured/MooseX-Types-Structured-0.270.0.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+MODULE_AUTHOR=JJNAPIORK
+MODULE_VERSION=0.27
+inherit perl-module
+
+DESCRIPTION="Structured Type Constraints for Moose"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+comment() { echo ''; }
+RDEPEND="
+	>=dev-perl/Devel-PartialDump-0.130.0
+	>=dev-perl/Moose-1.08 $(comment 1.80.0)
+	$(comment Moose::Meta::TypeCoercion since v0.05)
+	$(comment Moose::Meta::TypeConstraint since v0.05)
+	$(comment Moose::Meta::TypeConstraint::Parameterizable since v0.34)
+	$(comment Moose::Util::TypeConstraints since v0.01)
+	>=dev-perl/MooseX-Types-0.220.0
+	virtual/perl-Scalar-List-Utils $(comment Scalar::Util)
+	>=dev-perl/Sub-Exporter-0.982
+	$(comment virtual/perl-overload)
+"
+DEPEND="${RDEPEND}
+	$(comment CONFIGURE)
+	>=virtual/perl-ExtUtils-MakeMaker-6.56
+	$(comment BUILD)
+	test? (
+		$(comment virtual/perl-Data-Dumper)
+		dev-perl/DateTime
+		dev-perl/MooseX-Types-DateTime
+		dev-perl/MooseX-Types $(comment MooseX::Types::Moose)
+		dev-perl/Test-Fatal
+		>=virtual/perl-Test-Simple-0.94 $(comment 0.940.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:master commit in: dev-perl/MooseX-Types-Structured/
Date: Fri,  6 May 2011 07:21:26 +0000 (UTC)	[thread overview]
Message-ID: <0e3789e5aae98e7fc093eae729818d71656a370f.kent@gentoo> (raw)
Message-ID: <20110506072126.9fW5tPQXp3RQOk2azO6SgKYMxnuXkxTtsJJdApZEYfw@z> (raw)

commit:     0e3789e5aae98e7fc093eae729818d71656a370f
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri May  6 05:15:58 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri May  6 05:15:58 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=0e3789e5

[newversion] MooseX-Types-Structured-0.270.0

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

---
 dev-perl/MooseX-Types-Structured/ChangeLog         |    6 +++
 .../MooseX-Types-Structured-0.270.0.ebuild         |   42 ++++++++++++++++++++
 2 files changed, 48 insertions(+), 0 deletions(-)

diff --git a/dev-perl/MooseX-Types-Structured/ChangeLog b/dev-perl/MooseX-Types-Structured/ChangeLog
index 4bbfa65..a001a6b 100644
--- a/dev-perl/MooseX-Types-Structured/ChangeLog
+++ b/dev-perl/MooseX-Types-Structured/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*MooseX-Types-Structured-0.270.0 (06 May 2011)
+
+  06 May 2011; Kent Fredric <kentfredric@gmail.com>
+  +MooseX-Types-Structured-0.270.0.ebuild:
+  Bump
+
 *MooseX-Types-Structured-0.260.0 (06 May 2011)
 *MooseX-Types-Structured-0.230.0 (06 May 2011)
 *MooseX-Types-Structured-0.220.0 (06 May 2011)

diff --git a/dev-perl/MooseX-Types-Structured/MooseX-Types-Structured-0.270.0.ebuild b/dev-perl/MooseX-Types-Structured/MooseX-Types-Structured-0.270.0.ebuild
new file mode 100644
index 0000000..2a253fa
--- /dev/null
+++ b/dev-perl/MooseX-Types-Structured/MooseX-Types-Structured-0.270.0.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+MODULE_AUTHOR=JJNAPIORK
+MODULE_VERSION=0.27
+inherit perl-module
+
+DESCRIPTION="Structured Type Constraints for Moose"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+comment() { echo ''; }
+RDEPEND="
+	>=dev-perl/Devel-PartialDump-0.130.0
+	>=dev-perl/Moose-1.08 $(comment 1.80.0)
+	$(comment Moose::Meta::TypeCoercion since v0.05)
+	$(comment Moose::Meta::TypeConstraint since v0.05)
+	$(comment Moose::Meta::TypeConstraint::Parameterizable since v0.34)
+	$(comment Moose::Util::TypeConstraints since v0.01)
+	>=dev-perl/MooseX-Types-0.220.0
+	virtual/perl-Scalar-List-Utils $(comment Scalar::Util)
+	>=dev-perl/Sub-Exporter-0.982
+	$(comment virtual/perl-overload)
+"
+DEPEND="${RDEPEND}
+	$(comment CONFIGURE)
+	>=virtual/perl-ExtUtils-MakeMaker-6.56
+	$(comment BUILD)
+	test? (
+		$(comment virtual/perl-Data-Dumper)
+		dev-perl/DateTime
+		dev-perl/MooseX-Types-DateTime
+		dev-perl/MooseX-Types $(comment MooseX::Types::Moose)
+		dev-perl/Test-Fatal
+		>=virtual/perl-Test-Simple-0.94 $(comment 0.940.0)
+	)
+"
+SRC_TEST="do"



             reply	other threads:[~2011-05-08 16:13 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  7:21 ` [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/MooseX-Types-Structured/ 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 [gentoo-commits] proj/perl-overlay:perl514 " Kent Fredric
2011-05-05 18:17 [gentoo-commits] proj/perl-overlay:perl514virtuals " Kent Fredric
2011-05-05 18:16 ` [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=0e3789e5aae98e7fc093eae729818d71656a370f.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