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

commit:     e07c02447d877a9ff2de0c5c199183da5cb620cd
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Jul 31 16:32:31 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun Jul 31 16:32:31 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=e07c0244

[newversion] Mason-2.130.0

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

---
 dev-perl/Mason/ChangeLog            |    5 ++++
 dev-perl/Mason/Mason-2.130.0.ebuild |   43 +++++++++++++++++++++++++++++++++++
 2 files changed, 48 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Mason/ChangeLog b/dev-perl/Mason/ChangeLog
index 3cec6d6..663a031 100644
--- a/dev-perl/Mason/ChangeLog
+++ b/dev-perl/Mason/ChangeLog
@@ -2,6 +2,11 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Mason-2.130.0 (31 Jul 2011)
+
+  31 Jul 2011; Kent Fredric <kentfredric@gmail.com> +Mason-2.130.0.ebuild:
+  Version Bump
+
 *Mason-2.120.0 (16 Jul 2011)
 
   16 Jul 2011; Kent Fredric <kentfredric@gmail.com> +Mason-2.120.0.ebuild:

diff --git a/dev-perl/Mason/Mason-2.130.0.ebuild b/dev-perl/Mason/Mason-2.130.0.ebuild
new file mode 100644
index 0000000..165619a
--- /dev/null
+++ b/dev-perl/Mason/Mason-2.130.0.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+MODULE_AUTHOR=JSWARTZ
+MODULE_VERSION=2.13
+inherit perl-module
+
+DESCRIPTION="Powerful, high-performance templating for the web and beyond"
+
+SLOT="0"
+IUSE=""
+KEYWORDS="~amd64 ~x86"
+comment() { echo ''; }
+RDEPEND="
+	dev-perl/Capture-Tiny
+	dev-perl/Class-Unload
+	dev-perl/Devel-GlobalDestruction
+	virtual/perl-File-Spec
+	virtual/perl-File-Temp
+	dev-perl/Guard
+	dev-perl/IPC-System-Simple
+	dev-perl/JSON
+	>=dev-perl/Log-Any-0.08 $(comment 0.80.0)
+	virtual/perl-Memoize
+	dev-perl/Method-Signatures-Simple
+	>=dev-perl/Moose-1.15 $(comment 1.150.0)
+	>=dev-perl/MooseX-StrictConstructor-0.130 $(comment 0.130.0)
+	>=dev-perl/MooseX-HasDefaults-0.30.0
+	>=virtual/perl-Scalar-List-Utils-1.01 $(comment Scalar::Util 1.10.0)
+	dev-perl/Try-Tiny
+"
+DEPEND="${RDEPEND}
+	$(comment CONFIGURE)
+	>=virtual/perl-ExtUtils-MakeMaker-6.30 $(comment 6.300.0)
+	$(comment BUILD)
+	dev-perl/Test-Class-Most
+	dev-perl/Test-LongString
+"
+
+SRC_TEST=do



^ permalink raw reply related	[flat|nested] 11+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Mason/
@ 2015-06-08 18:40 Kent Fredric
  0 siblings, 0 replies; 11+ messages in thread
From: Kent Fredric @ 2015-06-08 18:40 UTC (permalink / raw
  To: gentoo-commits

commit:     134b6e50db03d317245060cd4d9ac9ba7c89d74b
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Mon Jun  8 18:13:25 2015 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Mon Jun  8 18:13:25 2015 +0000
URL:        https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=134b6e50

[cleanup] Mason: Remove old versions

Package-Manager: portage-2.2.17

 dev-perl/Mason/Mason-2.160.0.ebuild | 68 -------------------------------------
 dev-perl/Mason/Mason-2.170.0.ebuild | 68 -------------------------------------
 dev-perl/Mason/Mason-2.180.0.ebuild | 68 -------------------------------------
 dev-perl/Mason/Mason-2.190.0.ebuild | 68 -------------------------------------
 4 files changed, 272 deletions(-)

diff --git a/dev-perl/Mason/Mason-2.160.0.ebuild b/dev-perl/Mason/Mason-2.160.0.ebuild
deleted file mode 100644
index e88db99..0000000
--- a/dev-perl/Mason/Mason-2.160.0.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=JSWARTZ
-MODULE_VERSION=2.16
-inherit perl-module
-
-DESCRIPTION='Powerful, high-performance templating for the web and beyond'
-LICENSE=" || ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-perl_meta_configure() {
-	# ExtUtils::MakeMaker 6.30 ( 6.300.0 )
-	echo \>=virtual/perl-ExtUtils-MakeMaker-6.30
-}
-perl_meta_runtime() {
-	# Capture::Tiny
-	echo dev-perl/Capture-Tiny
-	# Class::Unload
-	echo dev-perl/Class-Unload
-	# Devel::GlobalDestruction
-	echo dev-perl/Devel-GlobalDestruction
-	# Exception::Class
-	echo dev-perl/Exception-Class
-	# File::Spec
-	echo virtual/perl-File-Spec
-	# File::Temp
-	echo virtual/perl-File-Temp
-	# Guard
-	echo dev-perl/Guard
-	# IPC::System::Simple
-	echo dev-perl/IPC-System-Simple
-	# JSON
-	echo dev-perl/JSON
-	# Log::Any 0.08 ( 0.80.0 )
-	echo \>=dev-perl/Log-Any-0.80.0
-	# Memoize
-	echo virtual/perl-Memoize
-	# Method::Signatures::Simple
-	echo dev-perl/Method-Signatures-Simple
-	# Moose 1.15 ( 1.150.0 )
-	echo \>=dev-perl/Moose-1.150.0
-	# MooseX::HasDefaults 0.03 ( 0.30.0 )
-	echo \>=dev-perl/MooseX-HasDefaults-0.30.0
-	# MooseX::StrictConstructor 0.13 ( 0.130.0 )
-	echo \>=dev-perl/MooseX-StrictConstructor-0.130.0
-	# Scalar::Util 1.01 ( 1.10.0 )
-	echo \>=virtual/perl-Scalar-List-Utils-1.10.0
-	# Try::Tiny
-	echo dev-perl/Try-Tiny
-}
-perl_meta_test() {
-	# Test::Class::Most
-	echo dev-perl/Test-Class-Most
-	# Test::LongString
-	echo dev-perl/Test-LongString
-}
-DEPEND="
-	$(perl_meta_configure)
-	$(perl_meta_runtime)
-	test? ( $(perl_meta_test) )
-"
-RDEPEND="
-	$(perl_meta_runtime)
-"
-SRC_TEST="do"

diff --git a/dev-perl/Mason/Mason-2.170.0.ebuild b/dev-perl/Mason/Mason-2.170.0.ebuild
deleted file mode 100644
index 247d268..0000000
--- a/dev-perl/Mason/Mason-2.170.0.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=JSWARTZ
-MODULE_VERSION=2.17
-inherit perl-module
-
-DESCRIPTION='Powerful, high-performance templating for the web and beyond'
-LICENSE=" || ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-perl_meta_configure() {
-	# ExtUtils::MakeMaker 6.30 ( 6.300.0 )
-	echo \>=virtual/perl-ExtUtils-MakeMaker-6.30
-}
-perl_meta_runtime() {
-	# Capture::Tiny
-	echo dev-perl/Capture-Tiny
-	# Class::Unload
-	echo dev-perl/Class-Unload
-	# Devel::GlobalDestruction
-	echo dev-perl/Devel-GlobalDestruction
-	# Exception::Class
-	echo dev-perl/Exception-Class
-	# File::Spec
-	echo virtual/perl-File-Spec
-	# File::Temp
-	echo virtual/perl-File-Temp
-	# Guard
-	echo dev-perl/Guard
-	# IPC::System::Simple
-	echo dev-perl/IPC-System-Simple
-	# JSON
-	echo dev-perl/JSON
-	# Log::Any 0.08 ( 0.80.0 )
-	echo \>=dev-perl/Log-Any-0.80.0
-	# Memoize
-	echo virtual/perl-Memoize
-	# Method::Signatures::Simple
-	echo dev-perl/Method-Signatures-Simple
-	# Moose 1.15 ( 1.150.0 )
-	echo \>=dev-perl/Moose-1.150.0
-	# MooseX::HasDefaults 0.03 ( 0.30.0 )
-	echo \>=dev-perl/MooseX-HasDefaults-0.30.0
-	# MooseX::StrictConstructor 0.13 ( 0.130.0 )
-	echo \>=dev-perl/MooseX-StrictConstructor-0.130.0
-	# Scalar::Util 1.01 ( 1.10.0 )
-	echo \>=virtual/perl-Scalar-List-Utils-1.10.0
-	# Try::Tiny
-	echo dev-perl/Try-Tiny
-}
-perl_meta_test() {
-	# Test::Class::Most
-	echo dev-perl/Test-Class-Most
-	# Test::LongString
-	echo dev-perl/Test-LongString
-}
-DEPEND="
-	$(perl_meta_configure)
-	$(perl_meta_runtime)
-	test? ( $(perl_meta_test) )
-"
-RDEPEND="
-	$(perl_meta_runtime)
-"
-SRC_TEST="do"

diff --git a/dev-perl/Mason/Mason-2.180.0.ebuild b/dev-perl/Mason/Mason-2.180.0.ebuild
deleted file mode 100644
index ff47ac8..0000000
--- a/dev-perl/Mason/Mason-2.180.0.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=JSWARTZ
-MODULE_VERSION=2.18
-inherit perl-module
-
-DESCRIPTION='Powerful, high-performance templating for the web and beyond'
-LICENSE=" || ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-perl_meta_configure() {
-	# ExtUtils::MakeMaker 6.30 ( 6.300.0 )
-	echo \>=virtual/perl-ExtUtils-MakeMaker-6.30
-}
-perl_meta_runtime() {
-	# Capture::Tiny
-	echo dev-perl/Capture-Tiny
-	# Class::Unload
-	echo dev-perl/Class-Unload
-	# Devel::GlobalDestruction
-	echo dev-perl/Devel-GlobalDestruction
-	# Exception::Class
-	echo dev-perl/Exception-Class
-	# File::Spec
-	echo virtual/perl-File-Spec
-	# File::Temp
-	echo virtual/perl-File-Temp
-	# Guard
-	echo dev-perl/Guard
-	# IPC::System::Simple
-	echo dev-perl/IPC-System-Simple
-	# JSON
-	echo dev-perl/JSON
-	# Log::Any 0.08 ( 0.80.0 )
-	echo \>=dev-perl/Log-Any-0.80.0
-	# Memoize
-	echo virtual/perl-Memoize
-	# Method::Signatures::Simple
-	echo dev-perl/Method-Signatures-Simple
-	# Moose 1.15 ( 1.150.0 )
-	echo \>=dev-perl/Moose-1.150.0
-	# MooseX::HasDefaults 0.03 ( 0.30.0 )
-	echo \>=dev-perl/MooseX-HasDefaults-0.30.0
-	# MooseX::StrictConstructor 0.13 ( 0.130.0 )
-	echo \>=dev-perl/MooseX-StrictConstructor-0.130.0
-	# Scalar::Util 1.01 ( 1.10.0 )
-	echo \>=virtual/perl-Scalar-List-Utils-1.10.0
-	# Try::Tiny
-	echo dev-perl/Try-Tiny
-}
-perl_meta_test() {
-	# Test::Class::Most
-	echo dev-perl/Test-Class-Most
-	# Test::LongString
-	echo dev-perl/Test-LongString
-}
-DEPEND="
-	$(perl_meta_configure)
-	$(perl_meta_runtime)
-	test? ( $(perl_meta_test) )
-"
-RDEPEND="
-	$(perl_meta_runtime)
-"
-SRC_TEST="do"

diff --git a/dev-perl/Mason/Mason-2.190.0.ebuild b/dev-perl/Mason/Mason-2.190.0.ebuild
deleted file mode 100644
index 42e8b10..0000000
--- a/dev-perl/Mason/Mason-2.190.0.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=JSWARTZ
-MODULE_VERSION=2.19
-inherit perl-module
-
-DESCRIPTION='Powerful, high-performance templating for the web and beyond'
-LICENSE=" || ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-perl_meta_configure() {
-	# ExtUtils::MakeMaker 6.30 ( 6.300.0 )
-	echo \>=virtual/perl-ExtUtils-MakeMaker-6.30
-}
-perl_meta_runtime() {
-	# Capture::Tiny
-	echo dev-perl/Capture-Tiny
-	# Class::Unload
-	echo dev-perl/Class-Unload
-	# Devel::GlobalDestruction
-	echo dev-perl/Devel-GlobalDestruction
-	# Exception::Class
-	echo dev-perl/Exception-Class
-	# File::Spec
-	echo virtual/perl-File-Spec
-	# File::Temp
-	echo virtual/perl-File-Temp
-	# Guard
-	echo dev-perl/Guard
-	# IPC::System::Simple
-	echo dev-perl/IPC-System-Simple
-	# JSON
-	echo dev-perl/JSON
-	# Log::Any 0.08 ( 0.80.0 )
-	echo \>=dev-perl/Log-Any-0.80.0
-	# Memoize
-	echo virtual/perl-Memoize
-	# Method::Signatures::Simple
-	echo dev-perl/Method-Signatures-Simple
-	# Moose 1.15 ( 1.150.0 )
-	echo \>=dev-perl/Moose-1.150.0
-	# MooseX::HasDefaults 0.03 ( 0.30.0 )
-	echo \>=dev-perl/MooseX-HasDefaults-0.30.0
-	# MooseX::StrictConstructor 0.13 ( 0.130.0 )
-	echo \>=dev-perl/MooseX-StrictConstructor-0.130.0
-	# Scalar::Util 1.01 ( 1.10.0 )
-	echo \>=virtual/perl-Scalar-List-Utils-1.10.0
-	# Try::Tiny
-	echo dev-perl/Try-Tiny
-}
-perl_meta_test() {
-	# Test::Class::Most
-	echo dev-perl/Test-Class-Most
-	# Test::LongString
-	echo dev-perl/Test-LongString
-}
-DEPEND="
-	$(perl_meta_configure)
-	$(perl_meta_runtime)
-	test? ( $(perl_meta_test) )
-"
-RDEPEND="
-	$(perl_meta_runtime)
-"
-SRC_TEST="do"


^ permalink raw reply related	[flat|nested] 11+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Mason/
@ 2012-07-25 18:30 Kent Fredric
  0 siblings, 0 replies; 11+ messages in thread
From: Kent Fredric @ 2012-07-25 18:30 UTC (permalink / raw
  To: gentoo-commits

commit:     5a23a875add7428891319feec68a40518de850f7
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Wed Jul 25 15:38:22 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Wed Jul 25 15:38:22 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=5a23a875

[newversion] Mason-2.200.0

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

---
 dev-perl/Mason/ChangeLog            |    5 +++
 dev-perl/Mason/Mason-2.200.0.ebuild |   68 +++++++++++++++++++++++++++++++++++
 2 files changed, 73 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Mason/ChangeLog b/dev-perl/Mason/ChangeLog
index c5426b8..cfeb7e3 100644
--- a/dev-perl/Mason/ChangeLog
+++ b/dev-perl/Mason/ChangeLog
@@ -2,6 +2,11 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Mason-2.200.0 (25 Jul 2012)
+
+  25 Jul 2012; Kent Fredric <kentfredric@gmail.com> +Mason-2.200.0.ebuild:
+  Version Bump
+
 *Mason-2.190.0 (07 May 2012)
 
   07 May 2012; Kent Fredric <kentfredric@gmail.com> +Mason-2.190.0.ebuild:

diff --git a/dev-perl/Mason/Mason-2.200.0.ebuild b/dev-perl/Mason/Mason-2.200.0.ebuild
new file mode 100644
index 0000000..7d05335
--- /dev/null
+++ b/dev-perl/Mason/Mason-2.200.0.ebuild
@@ -0,0 +1,68 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=JSWARTZ
+MODULE_VERSION=2.20
+inherit perl-module
+
+DESCRIPTION='Powerful, high-performance templating for the web and beyond'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+perl_meta_configure() {
+	# ExtUtils::MakeMaker 6.30 ( 6.300.0 )
+	echo \>=virtual/perl-ExtUtils-MakeMaker-6.30
+}
+perl_meta_runtime() {
+	# Capture::Tiny
+	echo dev-perl/Capture-Tiny
+	# Class::Unload
+	echo dev-perl/Class-Unload
+	# Devel::GlobalDestruction
+	echo dev-perl/Devel-GlobalDestruction
+	# Exception::Class
+	echo dev-perl/Exception-Class
+	# File::Spec
+	echo virtual/perl-File-Spec
+	# File::Temp
+	echo virtual/perl-File-Temp
+	# Guard
+	echo dev-perl/Guard
+	# IPC::System::Simple
+	echo dev-perl/IPC-System-Simple
+	# JSON
+	echo dev-perl/JSON
+	# Log::Any 0.08 ( 0.80.0 )
+	echo \>=dev-perl/Log-Any-0.80.0
+	# Memoize
+	echo virtual/perl-Memoize
+	# Method::Signatures::Simple
+	echo dev-perl/Method-Signatures-Simple
+	# Moose 1.15 ( 1.150.0 )
+	echo \>=dev-perl/Moose-1.150
+	# MooseX::HasDefaults 0.03 ( 0.30.0 )
+	echo \>=dev-perl/MooseX-HasDefaults-0.30.0
+	# MooseX::StrictConstructor 0.13 ( 0.130.0 )
+	echo \>=dev-perl/MooseX-StrictConstructor-0.130.0
+	# Scalar::Util 1.01 ( 1.10.0 )
+	echo \>=virtual/perl-Scalar-List-Utils-1.10.0
+	# Try::Tiny
+	echo dev-perl/Try-Tiny
+}
+perl_meta_test() {
+	# Test::Class::Most
+	echo dev-perl/Test-Class-Most
+	# Test::LongString
+	echo dev-perl/Test-LongString
+}
+DEPEND="
+	$(perl_meta_configure)
+	$(perl_meta_runtime)
+	test? ( $(perl_meta_test) )
+"
+RDEPEND="
+	$(perl_meta_runtime)
+"
+SRC_TEST="do"


^ permalink raw reply related	[flat|nested] 11+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Mason/
@ 2012-05-07  5:19 Kent Fredric
  0 siblings, 0 replies; 11+ messages in thread
From: Kent Fredric @ 2012-05-07  5:19 UTC (permalink / raw
  To: gentoo-commits

commit:     6fadeaabfcb13c99d10d4240fa3fd17aaf3d3486
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Mon May  7 03:33:29 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Mon May  7 03:33:29 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=6fadeaab

[newversion] Mason 2.190.0

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

---
 dev-perl/Mason/ChangeLog            |    5 +++
 dev-perl/Mason/Mason-2.190.0.ebuild |   68 +++++++++++++++++++++++++++++++++++
 2 files changed, 73 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Mason/ChangeLog b/dev-perl/Mason/ChangeLog
index 7ef3ef4..c5426b8 100644
--- a/dev-perl/Mason/ChangeLog
+++ b/dev-perl/Mason/ChangeLog
@@ -2,6 +2,11 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Mason-2.190.0 (07 May 2012)
+
+  07 May 2012; Kent Fredric <kentfredric@gmail.com> +Mason-2.190.0.ebuild:
+  Version Bump
+
 *Mason-2.180.0 (22 Apr 2012)
 
   22 Apr 2012; Kent Fredric <kentfredric@gmail.com> +Mason-2.180.0.ebuild:

diff --git a/dev-perl/Mason/Mason-2.190.0.ebuild b/dev-perl/Mason/Mason-2.190.0.ebuild
new file mode 100644
index 0000000..e523d9f
--- /dev/null
+++ b/dev-perl/Mason/Mason-2.190.0.ebuild
@@ -0,0 +1,68 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=JSWARTZ
+MODULE_VERSION=2.19
+inherit perl-module
+
+DESCRIPTION='Powerful, high-performance templating for the web and beyond'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+perl_meta_configure() {
+	# ExtUtils::MakeMaker 6.30 ( 6.300.0 )
+	echo \>=virtual/perl-ExtUtils-MakeMaker-6.30
+}
+perl_meta_runtime() {
+	# Capture::Tiny
+	echo dev-perl/Capture-Tiny
+	# Class::Unload
+	echo dev-perl/Class-Unload
+	# Devel::GlobalDestruction
+	echo dev-perl/Devel-GlobalDestruction
+	# Exception::Class
+	echo dev-perl/Exception-Class
+	# File::Spec
+	echo virtual/perl-File-Spec
+	# File::Temp
+	echo virtual/perl-File-Temp
+	# Guard
+	echo dev-perl/Guard
+	# IPC::System::Simple
+	echo dev-perl/IPC-System-Simple
+	# JSON
+	echo dev-perl/JSON
+	# Log::Any 0.08 ( 0.80.0 )
+	echo \>=dev-perl/Log-Any-0.80.0
+	# Memoize
+	echo virtual/perl-Memoize
+	# Method::Signatures::Simple
+	echo dev-perl/Method-Signatures-Simple
+	# Moose 1.15 ( 1.150.0 )
+	echo \>=dev-perl/Moose-1.150
+	# MooseX::HasDefaults 0.03 ( 0.30.0 )
+	echo \>=dev-perl/MooseX-HasDefaults-0.30.0
+	# MooseX::StrictConstructor 0.13 ( 0.130.0 )
+	echo \>=dev-perl/MooseX-StrictConstructor-0.130.0
+	# Scalar::Util 1.01 ( 1.10.0 )
+	echo \>=virtual/perl-Scalar-List-Utils-1.10.0
+	# Try::Tiny
+	echo dev-perl/Try-Tiny
+}
+perl_meta_test() {
+	# Test::Class::Most
+	echo dev-perl/Test-Class-Most
+	# Test::LongString
+	echo dev-perl/Test-LongString
+}
+DEPEND="
+	$(perl_meta_configure)
+	$(perl_meta_runtime)
+	test? ( $(perl_meta_test) )
+"
+RDEPEND="
+	$(perl_meta_runtime)
+"
+SRC_TEST="do"



^ permalink raw reply related	[flat|nested] 11+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Mason/
@ 2012-04-22 20:12 Kent Fredric
  0 siblings, 0 replies; 11+ messages in thread
From: Kent Fredric @ 2012-04-22 20:12 UTC (permalink / raw
  To: gentoo-commits

commit:     8d4bdc390f7159767b032925fe0d292fc7c2f5bc
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Apr 22 20:09:18 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun Apr 22 20:09:18 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=8d4bdc39

[newversion] Mason-2.180.0

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

---
 dev-perl/Mason/ChangeLog            |    5 +++
 dev-perl/Mason/Mason-2.180.0.ebuild |   68 +++++++++++++++++++++++++++++++++++
 2 files changed, 73 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Mason/ChangeLog b/dev-perl/Mason/ChangeLog
index 00519dd..7ef3ef4 100644
--- a/dev-perl/Mason/ChangeLog
+++ b/dev-perl/Mason/ChangeLog
@@ -2,6 +2,11 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Mason-2.180.0 (22 Apr 2012)
+
+  22 Apr 2012; Kent Fredric <kentfredric@gmail.com> +Mason-2.180.0.ebuild:
+  Version Bump
+
 *Mason-2.170.0 (06 Apr 2012)
 
   06 Apr 2012; Kent Fredric <kentfredric@gmail.com> +Mason-2.170.0.ebuild:

diff --git a/dev-perl/Mason/Mason-2.180.0.ebuild b/dev-perl/Mason/Mason-2.180.0.ebuild
new file mode 100644
index 0000000..eda4e7f
--- /dev/null
+++ b/dev-perl/Mason/Mason-2.180.0.ebuild
@@ -0,0 +1,68 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=JSWARTZ
+MODULE_VERSION=2.18
+inherit perl-module
+
+DESCRIPTION='Powerful, high-performance templating for the web and beyond'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+perl_meta_configure() {
+	# ExtUtils::MakeMaker 6.30 ( 6.300.0 )
+	echo \>=virtual/perl-ExtUtils-MakeMaker-6.30
+}
+perl_meta_runtime() {
+	# Capture::Tiny
+	echo dev-perl/Capture-Tiny
+	# Class::Unload
+	echo dev-perl/Class-Unload
+	# Devel::GlobalDestruction
+	echo dev-perl/Devel-GlobalDestruction
+	# Exception::Class
+	echo dev-perl/Exception-Class
+	# File::Spec
+	echo virtual/perl-File-Spec
+	# File::Temp
+	echo virtual/perl-File-Temp
+	# Guard
+	echo dev-perl/Guard
+	# IPC::System::Simple
+	echo dev-perl/IPC-System-Simple
+	# JSON
+	echo dev-perl/JSON
+	# Log::Any 0.08 ( 0.80.0 )
+	echo \>=dev-perl/Log-Any-0.80.0
+	# Memoize
+	echo virtual/perl-Memoize
+	# Method::Signatures::Simple
+	echo dev-perl/Method-Signatures-Simple
+	# Moose 1.15 ( 1.150.0 )
+	echo \>=dev-perl/Moose-1.150
+	# MooseX::HasDefaults 0.03 ( 0.30.0 )
+	echo \>=dev-perl/MooseX-HasDefaults-0.30.0
+	# MooseX::StrictConstructor 0.13 ( 0.130.0 )
+	echo \>=dev-perl/MooseX-StrictConstructor-0.130.0
+	# Scalar::Util 1.01 ( 1.10.0 )
+	echo \>=virtual/perl-Scalar-List-Utils-1.10.0
+	# Try::Tiny
+	echo dev-perl/Try-Tiny
+}
+perl_meta_test() {
+	# Test::Class::Most
+	echo dev-perl/Test-Class-Most
+	# Test::LongString
+	echo dev-perl/Test-LongString
+}
+DEPEND="
+	$(perl_meta_configure)
+	$(perl_meta_runtime)
+	test? ( $(perl_meta_test) )
+"
+RDEPEND="
+	$(perl_meta_runtime)
+"
+SRC_TEST="do"



^ permalink raw reply related	[flat|nested] 11+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Mason/
@ 2012-04-06 20:43 Kent Fredric
  0 siblings, 0 replies; 11+ messages in thread
From: Kent Fredric @ 2012-04-06 20:43 UTC (permalink / raw
  To: gentoo-commits

commit:     94b5382355b5db4b91db6fd8c6178e82d58ad9ed
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri Apr  6 16:12:10 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri Apr  6 16:12:10 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=94b53823

[newversion] Mason-2.170.0

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

---
 dev-perl/Mason/ChangeLog            |    5 +++
 dev-perl/Mason/Mason-2.170.0.ebuild |   68 +++++++++++++++++++++++++++++++++++
 2 files changed, 73 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Mason/ChangeLog b/dev-perl/Mason/ChangeLog
index 816a44c..00519dd 100644
--- a/dev-perl/Mason/ChangeLog
+++ b/dev-perl/Mason/ChangeLog
@@ -2,6 +2,11 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Mason-2.170.0 (06 Apr 2012)
+
+  06 Apr 2012; Kent Fredric <kentfredric@gmail.com> +Mason-2.170.0.ebuild:
+  Version Bump
+
 *Mason-2.160.0 (27 Feb 2012)
 
   27 Feb 2012; Kent Fredric <kentfredric@gmail.com> +Mason-2.160.0.ebuild:

diff --git a/dev-perl/Mason/Mason-2.170.0.ebuild b/dev-perl/Mason/Mason-2.170.0.ebuild
new file mode 100644
index 0000000..15d269f
--- /dev/null
+++ b/dev-perl/Mason/Mason-2.170.0.ebuild
@@ -0,0 +1,68 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=JSWARTZ
+MODULE_VERSION=2.17
+inherit perl-module
+
+DESCRIPTION='Powerful, high-performance templating for the web and beyond'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+perl_meta_configure() {
+	# ExtUtils::MakeMaker 6.30 ( 6.300.0 )
+	echo \>=virtual/perl-ExtUtils-MakeMaker-6.30
+}
+perl_meta_runtime() {
+	# Capture::Tiny
+	echo dev-perl/Capture-Tiny
+	# Class::Unload
+	echo dev-perl/Class-Unload
+	# Devel::GlobalDestruction
+	echo dev-perl/Devel-GlobalDestruction
+	# Exception::Class
+	echo dev-perl/Exception-Class
+	# File::Spec
+	echo virtual/perl-File-Spec
+	# File::Temp
+	echo virtual/perl-File-Temp
+	# Guard
+	echo dev-perl/Guard
+	# IPC::System::Simple
+	echo dev-perl/IPC-System-Simple
+	# JSON
+	echo dev-perl/JSON
+	# Log::Any 0.08 ( 0.80.0 )
+	echo \>=dev-perl/Log-Any-0.80.0
+	# Memoize
+	echo virtual/perl-Memoize
+	# Method::Signatures::Simple
+	echo dev-perl/Method-Signatures-Simple
+	# Moose 1.15 ( 1.150.0 )
+	echo \>=dev-perl/Moose-1.150
+	# MooseX::HasDefaults 0.03 ( 0.30.0 )
+	echo \>=dev-perl/MooseX-HasDefaults-0.30.0
+	# MooseX::StrictConstructor 0.13 ( 0.130.0 )
+	echo \>=dev-perl/MooseX-StrictConstructor-0.130.0
+	# Scalar::Util 1.01 ( 1.10.0 )
+	echo \>=virtual/perl-Scalar-List-Utils-1.10.0
+	# Try::Tiny
+	echo dev-perl/Try-Tiny
+}
+perl_meta_test() {
+	# Test::Class::Most
+	echo dev-perl/Test-Class-Most
+	# Test::LongString
+	echo dev-perl/Test-LongString
+}
+DEPEND="
+	$(perl_meta_configure)
+	$(perl_meta_runtime)
+	test? ( $(perl_meta_test) )
+"
+RDEPEND="
+	$(perl_meta_runtime)
+"
+SRC_TEST="do"



^ permalink raw reply related	[flat|nested] 11+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Mason/
@ 2012-02-27 21:01 Kent Fredric
  0 siblings, 0 replies; 11+ messages in thread
From: Kent Fredric @ 2012-02-27 21:01 UTC (permalink / raw
  To: gentoo-commits

commit:     59e0d51627dc9da17b8f1eadecb42b8ad82e929f
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Mon Feb 27 18:42:54 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Mon Feb 27 18:42:54 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=59e0d516

[newversion] Mason-2.160.0

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

---
 dev-perl/Mason/ChangeLog            |    7 +++-
 dev-perl/Mason/Mason-2.160.0.ebuild |   68 +++++++++++++++++++++++++++++++++++
 2 files changed, 74 insertions(+), 1 deletions(-)

diff --git a/dev-perl/Mason/ChangeLog b/dev-perl/Mason/ChangeLog
index 97a7e76..816a44c 100644
--- a/dev-perl/Mason/ChangeLog
+++ b/dev-perl/Mason/ChangeLog
@@ -1,7 +1,12 @@
 # ChangeLog for dev-perl/Mason
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Mason-2.160.0 (27 Feb 2012)
+
+  27 Feb 2012; Kent Fredric <kentfredric@gmail.com> +Mason-2.160.0.ebuild:
+  Version Bump
+
 *Mason-2.140.0 (24 Sep 2011)
 
   24 Sep 2011; Kent Fredric <kentfredric@gmail.com> +Mason-2.140.0.ebuild:

diff --git a/dev-perl/Mason/Mason-2.160.0.ebuild b/dev-perl/Mason/Mason-2.160.0.ebuild
new file mode 100644
index 0000000..b53cb7f
--- /dev/null
+++ b/dev-perl/Mason/Mason-2.160.0.ebuild
@@ -0,0 +1,68 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=JSWARTZ
+MODULE_VERSION=2.16
+inherit perl-module
+
+DESCRIPTION='Powerful, high-performance templating for the web and beyond'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+perl_meta_configure() {
+	# ExtUtils::MakeMaker 6.30 ( 6.300.0 )
+	echo \>=virtual/perl-ExtUtils-MakeMaker-6.30
+}
+perl_meta_runtime() {
+	# Capture::Tiny
+	echo dev-perl/Capture-Tiny
+	# Class::Unload
+	echo dev-perl/Class-Unload
+	# Devel::GlobalDestruction
+	echo dev-perl/Devel-GlobalDestruction
+	# Exception::Class
+	echo dev-perl/Exception-Class
+	# File::Spec
+	echo virtual/perl-File-Spec
+	# File::Temp
+	echo virtual/perl-File-Temp
+	# Guard
+	echo dev-perl/Guard
+	# IPC::System::Simple
+	echo dev-perl/IPC-System-Simple
+	# JSON
+	echo dev-perl/JSON
+	# Log::Any 0.08 ( 0.80.0 )
+	echo \>=dev-perl/Log-Any-0.80.0
+	# Memoize
+	echo virtual/perl-Memoize
+	# Method::Signatures::Simple
+	echo dev-perl/Method-Signatures-Simple
+	# Moose 1.15 ( 1.150.0 )
+	echo \>=dev-perl/Moose-1.150
+	# MooseX::HasDefaults 0.03 ( 0.30.0 )
+	echo \>=dev-perl/MooseX-HasDefaults-0.30.0
+	# MooseX::StrictConstructor 0.13 ( 0.130.0 )
+	echo \>=dev-perl/MooseX-StrictConstructor-0.130.0
+	# Scalar::Util 1.01 ( 1.10.0 )
+	echo \>=virtual/perl-Scalar-List-Utils-1.10.0
+	# Try::Tiny
+	echo dev-perl/Try-Tiny
+}
+perl_meta_test() {
+	# Test::Class::Most
+	echo dev-perl/Test-Class-Most
+	# Test::LongString
+	echo dev-perl/Test-LongString
+}
+DEPEND="
+	$(perl_meta_configure)
+	$(perl_meta_runtime)
+	test? ( $(perl_meta_test) )
+"
+RDEPEND="
+	$(perl_meta_runtime)
+"
+SRC_TEST="do"



^ permalink raw reply related	[flat|nested] 11+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Mason/
@ 2011-09-24 14:04 Kent Fredric
  0 siblings, 0 replies; 11+ messages in thread
From: Kent Fredric @ 2011-09-24 14:04 UTC (permalink / raw
  To: gentoo-commits

commit:     41e513e985f04ac0f377986f4277a1b75e3f63ac
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Sep 24 14:02:25 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Sep 24 14:02:25 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=41e513e9

[newversion] Mason-2.140.0

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

---
 dev-perl/Mason/ChangeLog            |    5 +++
 dev-perl/Mason/Mason-2.140.0.ebuild |   66 +++++++++++++++++++++++++++++++++++
 2 files changed, 71 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Mason/ChangeLog b/dev-perl/Mason/ChangeLog
index 663a031..97a7e76 100644
--- a/dev-perl/Mason/ChangeLog
+++ b/dev-perl/Mason/ChangeLog
@@ -2,6 +2,11 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Mason-2.140.0 (24 Sep 2011)
+
+  24 Sep 2011; Kent Fredric <kentfredric@gmail.com> +Mason-2.140.0.ebuild:
+  Version Bump
+
 *Mason-2.130.0 (31 Jul 2011)
 
   31 Jul 2011; Kent Fredric <kentfredric@gmail.com> +Mason-2.130.0.ebuild:

diff --git a/dev-perl/Mason/Mason-2.140.0.ebuild b/dev-perl/Mason/Mason-2.140.0.ebuild
new file mode 100644
index 0000000..b3ba220
--- /dev/null
+++ b/dev-perl/Mason/Mason-2.140.0.ebuild
@@ -0,0 +1,66 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+MODULE_AUTHOR=JSWARTZ
+MODULE_VERSION=2.14
+inherit perl-module
+
+DESCRIPTION="Powerful, high-performance templating for the web and beyond"
+
+SLOT="0"
+IUSE=""
+KEYWORDS="~amd64 ~x86"
+perl_eumm_build() {
+	# Test::Class::Most
+	echo dev-perl/Test-Class-Most
+	# Test::LongString
+	echo dev-perl/Test-LongString
+}
+perl_eumm_configure() {
+	# ExtUtils::MakeMaker 6.56
+	echo '>=virtual/perl-ExtUtils-MakeMaker-6.56'
+}
+perl_eumm_prereq_pm() {
+	# Capture::Tiny
+	echo dev-perl/Capture-Tiny
+	# Class::Unload
+	echo dev-perl/Class-Unload
+	# Devel::GlobalDestruction
+	echo dev-perl/Devel-GlobalDestruction
+	# File::Spec
+	echo virtual/perl-File-Spec
+	# File::Temp
+	echo virtual/perl-File-Temp
+	# Guard
+	echo dev-perl/Guard
+	# IPC::System::Simple
+	echo dev-perl/IPC-System-Simple
+	# JSON
+	echo dev-perl/JSON
+	# Log::Any 0.08
+	echo '>=dev-perl/Log-Any-0.80.0'
+	# Memoize
+	echo virtual/perl-Memoize
+	# Method::Signatures::Simple
+	echo dev-perl/Method-Signatures-Simple
+	# Moose 1.15
+	echo '>=dev-perl/Moose-1.15'
+	# MooseX::HasDefaults 0.03
+	echo '>=dev-perl/MooseX-HasDefaults-0.30.0'
+	# MooseX::StrictConstructor 0.13
+	echo '>=dev-perl/MooseX-StrictConstructor-0.130.0'
+	# Scalar::Util 1.01
+	echo '>=virtual/perl-Scalar-List-Utils-1.10.0'
+	# Try::Tiny
+	echo dev-perl/Try-Tiny
+}
+RDEPEND="$(perl_eumm_prereq_pm)"
+DEPEND="
+	$(perl_eumm_configure)
+	$(perl_eumm_build)
+	$(perl_eumm_prereq_pm)
+"
+SRC_TEST=do



^ permalink raw reply related	[flat|nested] 11+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Mason/
@ 2011-07-16  5:40 Kent Fredric
  0 siblings, 0 replies; 11+ messages in thread
From: Kent Fredric @ 2011-07-16  5:40 UTC (permalink / raw
  To: gentoo-commits

commit:     90841f0bcf5dd2b465b7140f02f590dde9afcb6a
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Jul 16 05:38:53 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Jul 16 05:38:53 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=90841f0b

[newversion] Mason-2.120.0

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

---
 dev-perl/Mason/ChangeLog            |    5 ++++
 dev-perl/Mason/Mason-2.120.0.ebuild |   43 +++++++++++++++++++++++++++++++++++
 2 files changed, 48 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Mason/ChangeLog b/dev-perl/Mason/ChangeLog
index 8224e26..3cec6d6 100644
--- a/dev-perl/Mason/ChangeLog
+++ b/dev-perl/Mason/ChangeLog
@@ -2,6 +2,11 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Mason-2.120.0 (16 Jul 2011)
+
+  16 Jul 2011; Kent Fredric <kentfredric@gmail.com> +Mason-2.120.0.ebuild:
+  Version Bump
+
 *Mason-2.70.0 (24 Apr 2011)
 
   24 Apr 2011; Kent Fredric <kentfredric@gmail.com> +Mason-2.70.0.ebuild:

diff --git a/dev-perl/Mason/Mason-2.120.0.ebuild b/dev-perl/Mason/Mason-2.120.0.ebuild
new file mode 100644
index 0000000..6da6d08
--- /dev/null
+++ b/dev-perl/Mason/Mason-2.120.0.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+MODULE_AUTHOR=JSWARTZ
+MODULE_VERSION=2.12
+inherit perl-module
+
+DESCRIPTION="Powerful, high-performance templating for the web and beyond"
+
+SLOT="0"
+IUSE=""
+KEYWORDS="~amd64 ~x86"
+comment() { echo ''; }
+RDEPEND="
+	dev-perl/Capture-Tiny
+	dev-perl/Class-Unload
+	dev-perl/Devel-GlobalDestruction
+	virtual/perl-File-Spec
+	virtual/perl-File-Temp
+	dev-perl/Guard
+	dev-perl/IPC-System-Simple
+	dev-perl/JSON
+	>=dev-perl/Log-Any-0.08 $(comment 0.80.0)
+	virtual/perl-Memoize
+	dev-perl/Method-Signatures-Simple
+	>=dev-perl/Moose-1.15 $(comment 1.150.0)
+	>=dev-perl/MooseX-StrictConstructor-0.130 $(comment 0.130.0)
+	>=dev-perl/MooseX-HasDefaults-0.30.0
+	>=virtual/perl-Scalar-List-Utils-1.01 $(comment Scalar::Util 1.10.0)
+	dev-perl/Try-Tiny
+"
+DEPEND="${RDEPEND}
+	$(comment CONFIGURE)
+	>=virtual/perl-ExtUtils-MakeMaker-6.30 $(comment 6.300.0)
+	$(comment BUILD)
+	dev-perl/Test-Class-Most
+	dev-perl/Test-LongString
+"
+
+SRC_TEST=do



^ permalink raw reply related	[flat|nested] 11+ messages in thread
* [gentoo-commits] proj/perl-overlay:perl514 commit in: dev-perl/Mason/
@ 2011-04-24 21:15 Kent Fredric
  2011-04-24 21:13 ` [gentoo-commits] proj/perl-overlay:master " Kent Fredric
  0 siblings, 1 reply; 11+ messages in thread
From: Kent Fredric @ 2011-04-24 21:15 UTC (permalink / raw
  To: gentoo-commits

commit:     da8c17ba34412badbee340482d53065dfa1c4214
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Apr 24 20:41:21 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun Apr 24 20:41:21 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=da8c17ba

[newversion] Mason-2.70.0

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

---
 dev-perl/Mason/ChangeLog           |    5 ++++
 dev-perl/Mason/Mason-2.70.0.ebuild |   43 ++++++++++++++++++++++++++++++++++++
 2 files changed, 48 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Mason/ChangeLog b/dev-perl/Mason/ChangeLog
index bfdd507..8224e26 100644
--- a/dev-perl/Mason/ChangeLog
+++ b/dev-perl/Mason/ChangeLog
@@ -2,6 +2,11 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Mason-2.70.0 (24 Apr 2011)
+
+  24 Apr 2011; Kent Fredric <kentfredric@gmail.com> +Mason-2.70.0.ebuild:
+  Bump
+
 *Mason-2.60.0 (29 Mar 2011)
 
   29 Mar 2011; Torsten Veller <tove@gentoo.org> +Mason-2.60.0.ebuild,

diff --git a/dev-perl/Mason/Mason-2.70.0.ebuild b/dev-perl/Mason/Mason-2.70.0.ebuild
new file mode 100644
index 0000000..a218a6b
--- /dev/null
+++ b/dev-perl/Mason/Mason-2.70.0.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+MODULE_AUTHOR=JSWARTZ
+MODULE_VERSION=2.07
+inherit perl-module
+
+DESCRIPTION="Powerful, high-performance templating for the web and beyond"
+
+SLOT="0"
+IUSE=""
+KEYWORDS="~amd64 ~x86"
+comment() { echo ''; }
+RDEPEND="
+	dev-perl/Capture-Tiny
+	dev-perl/Class-Unload
+	dev-perl/Devel-GlobalDestruction
+	virtual/perl-File-Spec
+	virtual/perl-File-Temp
+	dev-perl/Guard
+	dev-perl/IPC-System-Simple
+	dev-perl/JSON
+	>=dev-perl/Log-Any-0.08 $(comment 0.80.0)
+	virtual/perl-Memoize
+	dev-perl/Method-Signatures-Simple
+	>=dev-perl/Moose-0.95 $(comment 0.950.0)
+	>=dev-perl/MooseX-StrictConstructor-0.130 $(comment 0.130.0)
+	>=dev-perl/MooseX-HasDefaults-0.30.0
+	>=virtual/perl-Scalar-List-Utils-1.01 $(comment Scalar::Util 1.10.0)
+	dev-perl/Try-Tiny
+"
+DEPEND="${RDEPEND}
+	$(comment CONFIGURE)
+	>=virtual/perl-ExtUtils-MakeMaker-6.31 $(comment 6.310.0)
+	$(comment BUILD)
+	dev-perl/Test-Class-Most
+	dev-perl/Test-LongString
+"
+
+SRC_TEST=do



^ permalink raw reply related	[flat|nested] 11+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Mason/
@ 2011-03-29 10:33 Torsten Veller
  0 siblings, 0 replies; 11+ messages in thread
From: Torsten Veller @ 2011-03-29 10:33 UTC (permalink / raw
  To: gentoo-commits

commit:     8c8fe7094942020b0b7ef53b1549b9c9fc8ca085
Author:     Torsten Veller <tove <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 29 10:33:27 2011 +0000
Commit:     Torsten Veller <tove <AT> gentoo <DOT> org>
CommitDate: Tue Mar 29 10:33:27 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=8c8fe709

[add] dev-perl/Mason

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

---
 dev-perl/Mason/ChangeLog           |   10 ++++++++
 dev-perl/Mason/Mason-2.60.0.ebuild |   41 ++++++++++++++++++++++++++++++++++++
 dev-perl/Mason/metadata.xml        |    5 ++++
 3 files changed, 56 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Mason/ChangeLog b/dev-perl/Mason/ChangeLog
new file mode 100644
index 0000000..bfdd507
--- /dev/null
+++ b/dev-perl/Mason/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-perl/Mason
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*Mason-2.60.0 (29 Mar 2011)
+
+  29 Mar 2011; Torsten Veller <tove@gentoo.org> +Mason-2.60.0.ebuild,
+  +metadata.xml:
+  Initial commit
+

diff --git a/dev-perl/Mason/Mason-2.60.0.ebuild b/dev-perl/Mason/Mason-2.60.0.ebuild
new file mode 100644
index 0000000..ae91407
--- /dev/null
+++ b/dev-perl/Mason/Mason-2.60.0.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+MODULE_AUTHOR=JSWARTZ
+MODULE_VERSION=2.06
+inherit perl-module
+
+DESCRIPTION="Powerful, high-performance templating for the web and beyond"
+
+SLOT="0"
+IUSE=""
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+	virtual/perl-Memoize
+	dev-perl/JSON
+	dev-perl/Method-Signatures-Simple
+	>=dev-perl/Log-Any-0.08
+	>=dev-perl/Moose-0.95
+	dev-perl/Capture-Tiny
+	dev-perl/Class-Unload
+	dev-perl/Devel-GlobalDestruction
+	>=dev-perl/MooseX-StrictConstructor-0.13
+	dev-perl/Guard
+	dev-perl/IPC-System-Simple
+	>=dev-perl/MooseX-HasDefaults-0.30.0
+	>=virtual/perl-Scalar-List-Utils-1.01
+	virtual/perl-File-Temp
+	dev-perl/Try-Tiny
+	virtual/perl-File-Spec
+"
+DEPEND="${RDEPEND}
+	>=virtual/perl-ExtUtils-MakeMaker-6.31
+	dev-perl/Test-Class-Most
+	dev-perl/Test-LongString
+"
+
+SRC_TEST=do

diff --git a/dev-perl/Mason/metadata.xml b/dev-perl/Mason/metadata.xml
new file mode 100644
index 0000000..801e938
--- /dev/null
+++ b/dev-perl/Mason/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<herd>perl</herd>
+</pkgmetadata>



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

end of thread, other threads:[~2015-06-08 18:40 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-31 17:06 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Mason/ Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2015-06-08 18:40 Kent Fredric
2012-07-25 18:30 Kent Fredric
2012-05-07  5:19 Kent Fredric
2012-04-22 20:12 Kent Fredric
2012-04-06 20:43 Kent Fredric
2012-02-27 21:01 Kent Fredric
2011-09-24 14:04 Kent Fredric
2011-07-16  5:40 Kent Fredric
2011-04-24 21:15 [gentoo-commits] proj/perl-overlay:perl514 " Kent Fredric
2011-04-24 21:13 ` [gentoo-commits] proj/perl-overlay:master " Kent Fredric
2011-03-29 10:33 Torsten Veller

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