public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/MooseX-Types-Common/
@ 2011-09-02  5:06 Kent Fredric
  0 siblings, 0 replies; 5+ messages in thread
From: Kent Fredric @ 2011-09-02  5:06 UTC (permalink / raw
  To: gentoo-commits

commit:     9ec9b3533dc6ae541a24440aee3cb1d0149a81d3
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri Sep  2 02:04:18 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri Sep  2 02:04:18 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=9ec9b353

[newversion] MooseX-Types-Common-0.1.3

(Portage version: 2.2.0_alpha51/git/Linux x86_64, signed Manifest commit with key BD86D695)

---
 dev-perl/MooseX-Types-Common/ChangeLog             |    6 +++
 .../MooseX-Types-Common-0.1.3.ebuild               |   35 ++++++++++++++++++++
 2 files changed, 41 insertions(+), 0 deletions(-)

diff --git a/dev-perl/MooseX-Types-Common/ChangeLog b/dev-perl/MooseX-Types-Common/ChangeLog
index bb43b8e..2356cb8 100644
--- a/dev-perl/MooseX-Types-Common/ChangeLog
+++ b/dev-perl/MooseX-Types-Common/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*MooseX-Types-Common-0.1.3 (02 Sep 2011)
+
+  02 Sep 2011; Kent Fredric <kentfredric@gmail.com>
+  +MooseX-Types-Common-0.1.3.ebuild:
+  Version Bump
+
 *MooseX-Types-Common-0.1.2 (02 Sep 2011)
 
   02 Sep 2011; Kent Fredric <kentfredric@gmail.com>

diff --git a/dev-perl/MooseX-Types-Common/MooseX-Types-Common-0.1.3.ebuild b/dev-perl/MooseX-Types-Common/MooseX-Types-Common-0.1.3.ebuild
new file mode 100644
index 0000000..08b6b87
--- /dev/null
+++ b/dev-perl/MooseX-Types-Common/MooseX-Types-Common-0.1.3.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=ARCANEZ
+MODULE_VERSION=0.001003
+inherit perl-module
+
+DESCRIPTION="A set of commonly-used type constraints that do not ship with Moose by default"
+LICENSE="|| ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+comment() { true;}
+COMMON_DEPEND="
+	$(comment Moose 0.39)
+	>=dev-perl/Moose-0.39 $(comment 0.390.0)
+
+	$(comment MooseX::Types 0.04)
+	>=dev-perl/MooseX-Types-0.40.0
+"
+DEPEND="
+	${COMMON_DEPEND}
+	test? (
+		$(comment Test::More 0.62)
+		>=virtual/perl-Test-Simple-0.62
+
+		$(comment Test::Exception)
+		dev-perl/Test-Exception
+	)
+"
+RDEPEND="
+	${COMMON_DEPEND}
+"
+SRC_TEST="do"



^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/MooseX-Types-Common/
@ 2011-09-02  5:06 Kent Fredric
  0 siblings, 0 replies; 5+ messages in thread
From: Kent Fredric @ 2011-09-02  5:06 UTC (permalink / raw
  To: gentoo-commits

commit:     32098c39c48e0e8988c8d52db72ce76139d03f89
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri Sep  2 00:16:24 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri Sep  2 00:16:24 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=32098c39

[mígrate] MooseX-Types-Common-0.001002 -> MooseX-Types-Common-0.1.2

(Portage version: 2.2.0_alpha51/git/Linux x86_64, signed Manifest commit with key BD86D695)

---
 dev-perl/MooseX-Types-Common/ChangeLog             |    8 +++++++-
 ...002.ebuild => MooseX-Types-Common-0.1.2.ebuild} |    3 ++-
 2 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/dev-perl/MooseX-Types-Common/ChangeLog b/dev-perl/MooseX-Types-Common/ChangeLog
index 8156801..bb43b8e 100644
--- a/dev-perl/MooseX-Types-Common/ChangeLog
+++ b/dev-perl/MooseX-Types-Common/ChangeLog
@@ -1,7 +1,13 @@
 # ChangeLog for dev-perl/MooseX-Types-Common
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*MooseX-Types-Common-0.1.2 (02 Sep 2011)
+
+  02 Sep 2011; Kent Fredric <kentfredric@gmail.com>
+  +MooseX-Types-Common-0.1.2.ebuild, -MooseX-Types-Common-0.001002.ebuild:
+  migrate to x.y.z
+
 *MooseX-Types-Common-0.001002 (15 Apr 2010)
 
   15 Apr 2010; Michele Beltrame <m@cattlegrid.info>

diff --git a/dev-perl/MooseX-Types-Common/MooseX-Types-Common-0.001002.ebuild b/dev-perl/MooseX-Types-Common/MooseX-Types-Common-0.1.2.ebuild
similarity index 88%
rename from dev-perl/MooseX-Types-Common/MooseX-Types-Common-0.001002.ebuild
rename to dev-perl/MooseX-Types-Common/MooseX-Types-Common-0.1.2.ebuild
index 98c2406..c53aea8 100644
--- a/dev-perl/MooseX-Types-Common/MooseX-Types-Common-0.001002.ebuild
+++ b/dev-perl/MooseX-Types-Common/MooseX-Types-Common-0.1.2.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 EAPI=2
 MODULE_AUTHOR=GRODITI
+MODULE_VERSION="0.001002"
 inherit perl-module
 
 DESCRIPTION="A set of commonly-used type constraints that do not ship with Moose by default"



^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/MooseX-Types-Common/
@ 2012-02-28 10:02 Kent Fredric
  0 siblings, 0 replies; 5+ messages in thread
From: Kent Fredric @ 2012-02-28 10:02 UTC (permalink / raw
  To: gentoo-commits

commit:     0a5411783320da93b28ac7762aa59eb27cffb450
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue Feb 28 09:45:15 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Feb 28 09:45:15 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=0a541178

[newversion] MooseX-Types-Common-0.1.7

(Portage version: 2.2.0_alpha85/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)

---
 dev-perl/MooseX-Types-Common/ChangeLog             |    8 +++-
 .../MooseX-Types-Common-0.1.7.ebuild               |   40 ++++++++++++++++++++
 2 files changed, 47 insertions(+), 1 deletions(-)

diff --git a/dev-perl/MooseX-Types-Common/ChangeLog b/dev-perl/MooseX-Types-Common/ChangeLog
index 2356cb8..fbee4c0 100644
--- a/dev-perl/MooseX-Types-Common/ChangeLog
+++ b/dev-perl/MooseX-Types-Common/ChangeLog
@@ -1,7 +1,13 @@
 # ChangeLog for dev-perl/MooseX-Types-Common
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*MooseX-Types-Common-0.1.7 (28 Feb 2012)
+
+  28 Feb 2012; Kent Fredric <kentfredric@gmail.com>
+  +MooseX-Types-Common-0.1.7.ebuild:
+  Version Bump
+
 *MooseX-Types-Common-0.1.3 (02 Sep 2011)
 
   02 Sep 2011; Kent Fredric <kentfredric@gmail.com>

diff --git a/dev-perl/MooseX-Types-Common/MooseX-Types-Common-0.1.7.ebuild b/dev-perl/MooseX-Types-Common/MooseX-Types-Common-0.1.7.ebuild
new file mode 100644
index 0000000..493f6e3
--- /dev/null
+++ b/dev-perl/MooseX-Types-Common/MooseX-Types-Common-0.1.7.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=ARCANEZ
+MODULE_VERSION=0.001007
+inherit perl-module
+
+DESCRIPTION='A library of commonly used type constraints'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_configure() {
+	# ExtUtils::MakeMaker 6.36 ( 6.360.0 )
+	echo \>=virtual/perl-ExtUtils-MakeMaker-6.36
+}
+perl_meta_build() {
+	# ExtUtils::MakeMaker 6.36 ( 6.360.0 )
+	echo \>=virtual/perl-ExtUtils-MakeMaker-6.36
+	# Test::Fatal
+	echo dev-perl/Test-Fatal
+	# Test::More 0.62 ( 0.620.0 )
+	echo \>=virtual/perl-Test-Simple-0.62
+}
+perl_meta_runtime() {
+	# Moose 0.39 ( 0.390.0 )
+	echo \>=dev-perl/Moose-0.390.0
+	# MooseX::Types 0.04 ( 0.40.0 )
+	echo \>=dev-perl/MooseX-Types-0.40.0
+}
+DEPEND="
+	$(perl_meta_configure)
+	$(perl_meta_build)
+	$(perl_meta_runtime)
+"
+RDEPEND="
+	$(perl_meta_runtime)
+"
+SRC_TEST="do"



^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/MooseX-Types-Common/
@ 2012-06-23 16:39 Kent Fredric
  0 siblings, 0 replies; 5+ messages in thread
From: Kent Fredric @ 2012-06-23 16:39 UTC (permalink / raw
  To: gentoo-commits

commit:     f8dd4e207f04a1991e3eef94194a529dc9849236
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Jun 23 14:50:02 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Jun 23 14:50:02 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=f8dd4e20

[newversion] MooseX-Types-Common-0.1.8

(Portage version: 2.2.0_alpha101/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)

---
 dev-perl/MooseX-Types-Common/ChangeLog             |    6 +++
 .../MooseX-Types-Common-0.1.8.ebuild               |   40 ++++++++++++++++++++
 2 files changed, 46 insertions(+), 0 deletions(-)

diff --git a/dev-perl/MooseX-Types-Common/ChangeLog b/dev-perl/MooseX-Types-Common/ChangeLog
index fbee4c0..a65e4ca 100644
--- a/dev-perl/MooseX-Types-Common/ChangeLog
+++ b/dev-perl/MooseX-Types-Common/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*MooseX-Types-Common-0.1.8 (23 Jun 2012)
+
+  23 Jun 2012; Kent Fredric <kentfredric@gmail.com>
+  +MooseX-Types-Common-0.1.8.ebuild:
+  Version Bump
+
 *MooseX-Types-Common-0.1.7 (28 Feb 2012)
 
   28 Feb 2012; Kent Fredric <kentfredric@gmail.com>

diff --git a/dev-perl/MooseX-Types-Common/MooseX-Types-Common-0.1.8.ebuild b/dev-perl/MooseX-Types-Common/MooseX-Types-Common-0.1.8.ebuild
new file mode 100644
index 0000000..784797d
--- /dev/null
+++ b/dev-perl/MooseX-Types-Common/MooseX-Types-Common-0.1.8.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=ETHER
+MODULE_VERSION=0.001008
+inherit perl-module
+
+DESCRIPTION='A library of commonly used type constraints'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_configure() {
+	# ExtUtils::MakeMaker 6.36 ( 6.360.0 )
+	echo \>=virtual/perl-ExtUtils-MakeMaker-6.36
+}
+perl_meta_build() {
+	# ExtUtils::MakeMaker 6.36 ( 6.360.0 )
+	echo \>=virtual/perl-ExtUtils-MakeMaker-6.36
+	# Test::Fatal
+	echo dev-perl/Test-Fatal
+	# Test::More 0.62 ( 0.620.0 )
+	echo \>=virtual/perl-Test-Simple-0.62
+}
+perl_meta_runtime() {
+	# Moose 0.39 ( 0.390.0 )
+	echo \>=dev-perl/Moose-0.390.0
+	# MooseX::Types 0.04 ( 0.40.0 )
+	echo \>=dev-perl/MooseX-Types-0.40.0
+}
+DEPEND="
+	$(perl_meta_configure)
+	$(perl_meta_build)
+	$(perl_meta_runtime)
+"
+RDEPEND="
+	$(perl_meta_runtime)
+"
+SRC_TEST="do"



^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/MooseX-Types-Common/
@ 2013-02-07 15:06 Kent Fredric
  0 siblings, 0 replies; 5+ messages in thread
From: Kent Fredric @ 2013-02-07 15:06 UTC (permalink / raw
  To: gentoo-commits

commit:     8087f55da6cd7a09222b401bacbee797a4c9e770
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Thu Feb  7 14:44:14 2013 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Thu Feb  7 14:44:14 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=8087f55d

[fixdep] MooseX-Types-Common -> Moose ( normalize )

Package-Manager: portage-2.2.0_alpha141
Manifest-Sign-Key: ECD2C675C102CDA4

---
 dev-perl/MooseX-Types-Common/ChangeLog             |    6 +++++-
 .../MooseX-Types-Common-0.1.2.ebuild               |    4 ++--
 .../MooseX-Types-Common-0.1.3.ebuild               |    4 ++--
 3 files changed, 9 insertions(+), 5 deletions(-)

diff --git a/dev-perl/MooseX-Types-Common/ChangeLog b/dev-perl/MooseX-Types-Common/ChangeLog
index a65e4ca..a2fcaec 100644
--- a/dev-perl/MooseX-Types-Common/ChangeLog
+++ b/dev-perl/MooseX-Types-Common/ChangeLog
@@ -1,7 +1,11 @@
 # ChangeLog for dev-perl/MooseX-Types-Common
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  07 Feb 2013; Kent Fredric <kentfredric@gmail.com>
+  MooseX-Types-Common-0.1.2.ebuild, MooseX-Types-Common-0.1.3.ebuild:
+  Fix dependency on Moose ( normalize )
+
 *MooseX-Types-Common-0.1.8 (23 Jun 2012)
 
   23 Jun 2012; Kent Fredric <kentfredric@gmail.com>

diff --git a/dev-perl/MooseX-Types-Common/MooseX-Types-Common-0.1.2.ebuild b/dev-perl/MooseX-Types-Common/MooseX-Types-Common-0.1.2.ebuild
index c53aea8..2dd3cf6 100644
--- a/dev-perl/MooseX-Types-Common/MooseX-Types-Common-0.1.2.ebuild
+++ b/dev-perl/MooseX-Types-Common/MooseX-Types-Common-0.1.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 EAPI=2
@@ -12,7 +12,7 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="test"
 COMMON_DEPEND="
-	>=dev-perl/Moose-0.39
+	>=dev-perl/Moose-0.390.0
 	>=dev-perl/MooseX-Types-0.04
 "
 DEPEND="

diff --git a/dev-perl/MooseX-Types-Common/MooseX-Types-Common-0.1.3.ebuild b/dev-perl/MooseX-Types-Common/MooseX-Types-Common-0.1.3.ebuild
index 08b6b87..93036c4 100644
--- a/dev-perl/MooseX-Types-Common/MooseX-Types-Common-0.1.3.ebuild
+++ b/dev-perl/MooseX-Types-Common/MooseX-Types-Common-0.1.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 EAPI=4
@@ -14,7 +14,7 @@ IUSE="test"
 comment() { true;}
 COMMON_DEPEND="
 	$(comment Moose 0.39)
-	>=dev-perl/Moose-0.39 $(comment 0.390.0)
+	>=dev-perl/Moose-0.390.0
 
 	$(comment MooseX::Types 0.04)
 	>=dev-perl/MooseX-Types-0.40.0


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2013-02-07 15:06 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-28 10:02 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/MooseX-Types-Common/ Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2013-02-07 15:06 Kent Fredric
2012-06-23 16:39 Kent Fredric
2011-09-02  5:06 Kent Fredric
2011-09-02  5:06 Kent Fredric

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox