public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Catalyst-View-TT/
@ 2011-07-18 17:39 Torsten Veller
  0 siblings, 0 replies; 7+ messages in thread
From: Torsten Veller @ 2011-07-18 17:39 UTC (permalink / raw
  To: gentoo-commits

commit:     04f762767ec5ef6bb2823f7a6d9393aaedc7660e
Author:     Torsten Veller <tove <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 18 17:33:36 2011 +0000
Commit:     Torsten Veller <tove <AT> gentoo <DOT> org>
CommitDate: Mon Jul 18 17:33:36 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=04f76276

[bump] dev-perl/Catalyst-View-TT-0.370.0

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

---
 .../Catalyst-View-TT-0.370.0.ebuild                |   28 ++++++++++++++++++++
 dev-perl/Catalyst-View-TT/ChangeLog                |    6 ++++
 2 files changed, 34 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Catalyst-View-TT/Catalyst-View-TT-0.370.0.ebuild b/dev-perl/Catalyst-View-TT/Catalyst-View-TT-0.370.0.ebuild
new file mode 100644
index 0000000..3761f3b
--- /dev/null
+++ b/dev-perl/Catalyst-View-TT/Catalyst-View-TT-0.370.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+MODULE_AUTHOR=MSTROUT
+MODULE_VERSION=0.37
+inherit perl-module
+
+DESCRIPTION="Template View Class"
+LICENSE="|| ( Artistic GPL-2 )"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+IUSE="test"
+RDEPEND="
+	>=dev-perl/Catalyst-Runtime-5.700
+	dev-perl/Class-Accessor
+	dev-perl/MRO-Compat
+	dev-perl/Path-Class
+	dev-perl/Template-Timer
+	dev-perl/Template-Toolkit
+"
+DEPEND="${RDEPEND}
+	virtual/perl-Test-Simple
+"
+SRC_TEST="do"

diff --git a/dev-perl/Catalyst-View-TT/ChangeLog b/dev-perl/Catalyst-View-TT/ChangeLog
index 5d88121..fb4253f 100644
--- a/dev-perl/Catalyst-View-TT/ChangeLog
+++ b/dev-perl/Catalyst-View-TT/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Catalyst-View-TT-0.370.0 (18 Jul 2011)
+
+  18 Jul 2011; Torsten Veller <tove@gentoo.org>
+  +Catalyst-View-TT-0.370.0.ebuild:
+  Version bump
+
 *Catalyst-View-TT-0.36 (03 Jan 2011)
 
   03 Jan 2011; Kent Fredric <kentfredric@gmail.com>



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

commit:     be037f390e4a3b36cf66e195e43eff6aca971ae8
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri Nov 11 13:39:34 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri Nov 11 13:39:34 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=be037f39

[fixdep] Catalyst-View-TT -> Catalyst-Runtime

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

---
 .../Catalyst-View-TT/Catalyst-View-TT-0.31.ebuild  |    4 ++--
 .../Catalyst-View-TT/Catalyst-View-TT-0.34.ebuild  |    4 ++--
 .../Catalyst-View-TT/Catalyst-View-TT-0.35.ebuild  |    4 ++--
 .../Catalyst-View-TT/Catalyst-View-TT-0.36.ebuild  |    2 +-
 .../Catalyst-View-TT-0.370.0.ebuild                |    2 +-
 dev-perl/Catalyst-View-TT/ChangeLog                |    6 ++++++
 6 files changed, 14 insertions(+), 8 deletions(-)

diff --git a/dev-perl/Catalyst-View-TT/Catalyst-View-TT-0.31.ebuild b/dev-perl/Catalyst-View-TT/Catalyst-View-TT-0.31.ebuild
index 1bccf19..9ebb4d1 100644
--- a/dev-perl/Catalyst-View-TT/Catalyst-View-TT-0.31.ebuild
+++ b/dev-perl/Catalyst-View-TT/Catalyst-View-TT-0.31.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
@@ -14,7 +14,7 @@ KEYWORDS="~amd64 ~x86"
 
 IUSE=""
 RDEPEND="
-	>=dev-perl/Catalyst-Runtime-5.700
+	>=dev-perl/Catalyst-Runtime-5.700.0
 	dev-perl/Template-Toolkit
 	dev-perl/Class-Accessor
 	dev-perl/Template-Timer

diff --git a/dev-perl/Catalyst-View-TT/Catalyst-View-TT-0.34.ebuild b/dev-perl/Catalyst-View-TT/Catalyst-View-TT-0.34.ebuild
index 87f3831..9ebb4d1 100644
--- a/dev-perl/Catalyst-View-TT/Catalyst-View-TT-0.34.ebuild
+++ b/dev-perl/Catalyst-View-TT/Catalyst-View-TT-0.34.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
@@ -14,7 +14,7 @@ KEYWORDS="~amd64 ~x86"
 
 IUSE=""
 RDEPEND="
-	>=dev-perl/Catalyst-Runtime-5.700
+	>=dev-perl/Catalyst-Runtime-5.700.0
 	dev-perl/Template-Toolkit
 	dev-perl/Class-Accessor
 	dev-perl/Template-Timer

diff --git a/dev-perl/Catalyst-View-TT/Catalyst-View-TT-0.35.ebuild b/dev-perl/Catalyst-View-TT/Catalyst-View-TT-0.35.ebuild
index 2b40d61..01fdb53 100644
--- a/dev-perl/Catalyst-View-TT/Catalyst-View-TT-0.35.ebuild
+++ b/dev-perl/Catalyst-View-TT/Catalyst-View-TT-0.35.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
@@ -14,7 +14,7 @@ KEYWORDS="~amd64 ~x86"
 
 IUSE="test"
 RDEPEND="
-	>=dev-perl/Catalyst-Runtime-5.700
+	>=dev-perl/Catalyst-Runtime-5.700.0
 	dev-perl/Class-Accessor
 	dev-perl/MRO-Compat
 	dev-perl/Path-Class

diff --git a/dev-perl/Catalyst-View-TT/Catalyst-View-TT-0.36.ebuild b/dev-perl/Catalyst-View-TT/Catalyst-View-TT-0.36.ebuild
index e321b94..19628a2 100644
--- a/dev-perl/Catalyst-View-TT/Catalyst-View-TT-0.36.ebuild
+++ b/dev-perl/Catalyst-View-TT/Catalyst-View-TT-0.36.ebuild
@@ -14,7 +14,7 @@ KEYWORDS="~amd64 ~x86"
 
 IUSE="test"
 RDEPEND="
-	>=dev-perl/Catalyst-Runtime-5.700
+	>=dev-perl/Catalyst-Runtime-5.700.0
 	dev-perl/Class-Accessor
 	dev-perl/MRO-Compat
 	dev-perl/Path-Class

diff --git a/dev-perl/Catalyst-View-TT/Catalyst-View-TT-0.370.0.ebuild b/dev-perl/Catalyst-View-TT/Catalyst-View-TT-0.370.0.ebuild
index 3761f3b..ba6d517 100644
--- a/dev-perl/Catalyst-View-TT/Catalyst-View-TT-0.370.0.ebuild
+++ b/dev-perl/Catalyst-View-TT/Catalyst-View-TT-0.370.0.ebuild
@@ -15,7 +15,7 @@ KEYWORDS="~amd64 ~x86"
 
 IUSE="test"
 RDEPEND="
-	>=dev-perl/Catalyst-Runtime-5.700
+	>=dev-perl/Catalyst-Runtime-5.700.0
 	dev-perl/Class-Accessor
 	dev-perl/MRO-Compat
 	dev-perl/Path-Class

diff --git a/dev-perl/Catalyst-View-TT/ChangeLog b/dev-perl/Catalyst-View-TT/ChangeLog
index fb4253f..95948b0 100644
--- a/dev-perl/Catalyst-View-TT/ChangeLog
+++ b/dev-perl/Catalyst-View-TT/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  11 Nov 2011; Kent Fredric <kentfredric@gmail.com>
+  Catalyst-View-TT-0.31.ebuild, Catalyst-View-TT-0.34.ebuild,
+  Catalyst-View-TT-0.35.ebuild, Catalyst-View-TT-0.36.ebuild,
+  Catalyst-View-TT-0.370.0.ebuild:
+  Fixdep Catalyst-Runtime
+
 *Catalyst-View-TT-0.370.0 (18 Jul 2011)
 
   18 Jul 2011; Torsten Veller <tove@gentoo.org>



^ permalink raw reply related	[flat|nested] 7+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Catalyst-View-TT/
@ 2012-02-22 22:30 Kent Fredric
  0 siblings, 0 replies; 7+ messages in thread
From: Kent Fredric @ 2012-02-22 22:30 UTC (permalink / raw
  To: gentoo-commits

commit:     e56598104b83fdc194027296614f9db426e900ca
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Wed Feb 22 22:06:59 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Wed Feb 22 22:06:59 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=e5659810

[migrate] Catalyst-View-TT to x.y.z

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

---
 ...0.31.ebuild => Catalyst-View-TT-0.310.0.ebuild} |    3 ++-
 ...0.34.ebuild => Catalyst-View-TT-0.340.0.ebuild} |    3 ++-
 ...0.35.ebuild => Catalyst-View-TT-0.350.0.ebuild} |    3 ++-
 ...0.36.ebuild => Catalyst-View-TT-0.360.0.ebuild} |    3 ++-
 dev-perl/Catalyst-View-TT/ChangeLog                |   14 +++++++++++++-
 5 files changed, 21 insertions(+), 5 deletions(-)

diff --git a/dev-perl/Catalyst-View-TT/Catalyst-View-TT-0.31.ebuild b/dev-perl/Catalyst-View-TT/Catalyst-View-TT-0.310.0.ebuild
similarity index 87%
rename from dev-perl/Catalyst-View-TT/Catalyst-View-TT-0.31.ebuild
rename to dev-perl/Catalyst-View-TT/Catalyst-View-TT-0.310.0.ebuild
index 9ebb4d1..1e25f55 100644
--- a/dev-perl/Catalyst-View-TT/Catalyst-View-TT-0.31.ebuild
+++ b/dev-perl/Catalyst-View-TT/Catalyst-View-TT-0.310.0.ebuild
@@ -1,9 +1,10 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
 EAPI=2
 MODULE_AUTHOR=BOBTFISH
+MODULE_VERSION="0.31"
 inherit perl-module
 
 DESCRIPTION="Template View Class"

diff --git a/dev-perl/Catalyst-View-TT/Catalyst-View-TT-0.34.ebuild b/dev-perl/Catalyst-View-TT/Catalyst-View-TT-0.340.0.ebuild
similarity index 87%
rename from dev-perl/Catalyst-View-TT/Catalyst-View-TT-0.34.ebuild
rename to dev-perl/Catalyst-View-TT/Catalyst-View-TT-0.340.0.ebuild
index 9ebb4d1..5721b75 100644
--- a/dev-perl/Catalyst-View-TT/Catalyst-View-TT-0.34.ebuild
+++ b/dev-perl/Catalyst-View-TT/Catalyst-View-TT-0.340.0.ebuild
@@ -1,9 +1,10 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
 EAPI=2
 MODULE_AUTHOR=BOBTFISH
+MODULE_VERSION="0.34"
 inherit perl-module
 
 DESCRIPTION="Template View Class"

diff --git a/dev-perl/Catalyst-View-TT/Catalyst-View-TT-0.35.ebuild b/dev-perl/Catalyst-View-TT/Catalyst-View-TT-0.350.0.ebuild
similarity index 88%
rename from dev-perl/Catalyst-View-TT/Catalyst-View-TT-0.35.ebuild
rename to dev-perl/Catalyst-View-TT/Catalyst-View-TT-0.350.0.ebuild
index 01fdb53..2d74494 100644
--- a/dev-perl/Catalyst-View-TT/Catalyst-View-TT-0.35.ebuild
+++ b/dev-perl/Catalyst-View-TT/Catalyst-View-TT-0.350.0.ebuild
@@ -1,9 +1,10 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
 EAPI=3
 MODULE_AUTHOR=BOBTFISH
+MODULE_VERSION="0.35"
 inherit perl-module
 
 DESCRIPTION="Template View Class"

diff --git a/dev-perl/Catalyst-View-TT/Catalyst-View-TT-0.36.ebuild b/dev-perl/Catalyst-View-TT/Catalyst-View-TT-0.360.0.ebuild
similarity index 88%
rename from dev-perl/Catalyst-View-TT/Catalyst-View-TT-0.36.ebuild
rename to dev-perl/Catalyst-View-TT/Catalyst-View-TT-0.360.0.ebuild
index 19628a2..eed3bb9 100644
--- a/dev-perl/Catalyst-View-TT/Catalyst-View-TT-0.36.ebuild
+++ b/dev-perl/Catalyst-View-TT/Catalyst-View-TT-0.360.0.ebuild
@@ -1,9 +1,10 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
 EAPI=3
 MODULE_AUTHOR=ABRAXXA
+MODULE_VERSION="0.36"
 inherit perl-module
 
 DESCRIPTION="Template View Class"

diff --git a/dev-perl/Catalyst-View-TT/ChangeLog b/dev-perl/Catalyst-View-TT/ChangeLog
index 95948b0..3db3f70 100644
--- a/dev-perl/Catalyst-View-TT/ChangeLog
+++ b/dev-perl/Catalyst-View-TT/ChangeLog
@@ -1,7 +1,19 @@
 # ChangeLog for dev-perl/Catalyst-View-TT
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Catalyst-View-TT-0.360.0 (22 Feb 2012)
+*Catalyst-View-TT-0.350.0 (22 Feb 2012)
+*Catalyst-View-TT-0.340.0 (22 Feb 2012)
+*Catalyst-View-TT-0.310.0 (22 Feb 2012)
+
+  22 Feb 2012; Kent Fredric <kentfredric@gmail.com>
+  -Catalyst-View-TT-0.31.ebuild, -Catalyst-View-TT-0.34.ebuild,
+  -Catalyst-View-TT-0.35.ebuild, -Catalyst-View-TT-0.36.ebuild,
+  +Catalyst-View-TT-0.310.0.ebuild, +Catalyst-View-TT-0.340.0.ebuild,
+  +Catalyst-View-TT-0.350.0.ebuild, +Catalyst-View-TT-0.360.0.ebuild:
+  Migrate to x.y.z
+
   11 Nov 2011; Kent Fredric <kentfredric@gmail.com>
   Catalyst-View-TT-0.31.ebuild, Catalyst-View-TT-0.34.ebuild,
   Catalyst-View-TT-0.35.ebuild, Catalyst-View-TT-0.36.ebuild,



^ permalink raw reply related	[flat|nested] 7+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Catalyst-View-TT/
@ 2012-02-23  7:05 Kent Fredric
  0 siblings, 0 replies; 7+ messages in thread
From: Kent Fredric @ 2012-02-23  7:05 UTC (permalink / raw
  To: gentoo-commits

commit:     3a2192d31b2237aadd55007b2eae62c95b834921
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Wed Feb 22 22:53:29 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Wed Feb 22 22:53:29 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=3a2192d3

[newversion] Catalyst-View-TT-0.380.0

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

---
 .../Catalyst-View-TT-0.380.0.ebuild                |   50 ++++++++++++++++++++
 dev-perl/Catalyst-View-TT/ChangeLog                |    6 ++
 2 files changed, 56 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Catalyst-View-TT/Catalyst-View-TT-0.380.0.ebuild b/dev-perl/Catalyst-View-TT/Catalyst-View-TT-0.380.0.ebuild
new file mode 100644
index 0000000..e4c31f2
--- /dev/null
+++ b/dev-perl/Catalyst-View-TT/Catalyst-View-TT-0.380.0.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=BOBTFISH
+MODULE_VERSION=0.38
+inherit perl-module
+
+DESCRIPTION='Template View Class'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_configure() {
+	# ExtUtils::MakeMaker 6.6302 ( 6.630.200 )
+	# 6.59 as MI is broken.
+	echo \>=virtual/perl-ExtUtils-MakeMaker-6.590.0
+}
+perl_meta_build() {
+	# ExtUtils::MakeMaker 6.6302 ( 6.630.200 )
+	# 6.59 as MI is broken
+	echo \>=virtual/perl-ExtUtils-MakeMaker-6.590.0
+	# Test::More
+	echo virtual/perl-Test-Simple
+}
+perl_meta_runtime() {
+	# Catalyst 5.7 ( 5.700.0 )
+	echo \>=dev-perl/Catalyst-Runtime-5.700.0
+	# Class::Accessor
+	echo dev-perl/Class-Accessor
+	# MRO::Compat
+	echo dev-perl/MRO-Compat
+	# Path::Class
+	echo dev-perl/Path-Class
+	# Template
+	echo dev-perl/Template-Toolkit
+	# Template::Timer
+	echo dev-perl/Template-Timer
+	# perl v5.8.1 ( 5.8.1 )
+	echo \>=dev-lang/perl-5.8.1
+}
+DEPEND="
+	$(perl_meta_configure)
+	$(perl_meta_build)
+	$(perl_meta_runtime)
+"
+RDEPEND="
+	$(perl_meta_runtime)
+"
+SRC_TEST="do"

diff --git a/dev-perl/Catalyst-View-TT/ChangeLog b/dev-perl/Catalyst-View-TT/ChangeLog
index 3db3f70..26cb087 100644
--- a/dev-perl/Catalyst-View-TT/ChangeLog
+++ b/dev-perl/Catalyst-View-TT/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Catalyst-View-TT-0.380.0 (22 Feb 2012)
+
+  22 Feb 2012; Kent Fredric <kentfredric@gmail.com>
+  +Catalyst-View-TT-0.380.0.ebuild:
+  Version Bump
+
 *Catalyst-View-TT-0.360.0 (22 Feb 2012)
 *Catalyst-View-TT-0.350.0 (22 Feb 2012)
 *Catalyst-View-TT-0.340.0 (22 Feb 2012)



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

commit:     1e60e22b52e6e56c314d793b61fe4650c2f98b0d
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Wed Apr 11 22:34:54 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Wed Apr 11 22:34:54 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=1e60e22b

[newversion] Catalyst-View-TT-0.390.0

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

---
 .../Catalyst-View-TT-0.390.0.ebuild                |   48 ++++++++++++++++++++
 dev-perl/Catalyst-View-TT/ChangeLog                |    6 +++
 2 files changed, 54 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Catalyst-View-TT/Catalyst-View-TT-0.390.0.ebuild b/dev-perl/Catalyst-View-TT/Catalyst-View-TT-0.390.0.ebuild
new file mode 100644
index 0000000..84d4459
--- /dev/null
+++ b/dev-perl/Catalyst-View-TT/Catalyst-View-TT-0.390.0.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=BOBTFISH
+MODULE_VERSION=0.39
+inherit perl-module
+
+DESCRIPTION='Template View Class'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_configure() {
+	# ExtUtils::MakeMaker 6.59 ( 6.590.0 )
+	echo \>=virtual/perl-ExtUtils-MakeMaker-6.590.0
+}
+perl_meta_build() {
+	# ExtUtils::MakeMaker 6.59 ( 6.590.0 )
+	echo \>=virtual/perl-ExtUtils-MakeMaker-6.590.0
+	# Test::More
+	echo virtual/perl-Test-Simple
+}
+perl_meta_runtime() {
+	# Catalyst 5.7 ( 5.700.0 )
+	echo \>=dev-perl/Catalyst-Runtime-5.700.0
+	# Class::Accessor
+	echo dev-perl/Class-Accessor
+	# MRO::Compat
+	echo dev-perl/MRO-Compat
+	# Path::Class
+	echo dev-perl/Path-Class
+	# Template
+	echo dev-perl/Template-Toolkit
+	# Template::Timer
+	echo dev-perl/Template-Timer
+	# perl v5.8.1 ( 5.8.1 )
+	echo \>=dev-lang/perl-5.8.1
+}
+DEPEND="
+	$(perl_meta_configure)
+	$(perl_meta_build)
+	$(perl_meta_runtime)
+"
+RDEPEND="
+	$(perl_meta_runtime)
+"
+SRC_TEST="do"

diff --git a/dev-perl/Catalyst-View-TT/ChangeLog b/dev-perl/Catalyst-View-TT/ChangeLog
index 26cb087..d4be12d 100644
--- a/dev-perl/Catalyst-View-TT/ChangeLog
+++ b/dev-perl/Catalyst-View-TT/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Catalyst-View-TT-0.390.0 (11 Apr 2012)
+
+  11 Apr 2012; Kent Fredric <kentfredric@gmail.com>
+  +Catalyst-View-TT-0.390.0.ebuild:
+  Version Bump
+
 *Catalyst-View-TT-0.380.0 (22 Feb 2012)
 
   22 Feb 2012; Kent Fredric <kentfredric@gmail.com>



^ permalink raw reply related	[flat|nested] 7+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Catalyst-View-TT/
@ 2013-03-02  7:02 Kent Fredric
  0 siblings, 0 replies; 7+ messages in thread
From: Kent Fredric @ 2013-03-02  7:02 UTC (permalink / raw
  To: gentoo-commits

commit:     d08587eb9dc3664fcd67e048b532f2354d48c2e7
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri Mar  1 21:44:47 2013 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri Mar  1 21:44:47 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=d08587eb

[newversion] Catalyst-View-TT-0.410.0

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

---
 .../Catalyst-View-TT-0.410.0.ebuild                |   48 ++++++++++++++++++++
 dev-perl/Catalyst-View-TT/ChangeLog                |    6 +++
 2 files changed, 54 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Catalyst-View-TT/Catalyst-View-TT-0.410.0.ebuild b/dev-perl/Catalyst-View-TT/Catalyst-View-TT-0.410.0.ebuild
new file mode 100644
index 0000000..59cdbaf
--- /dev/null
+++ b/dev-perl/Catalyst-View-TT/Catalyst-View-TT-0.410.0.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=JJNAPIORK
+MODULE_VERSION=0.41
+inherit perl-module
+
+DESCRIPTION='Template View Class'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_configure() {
+	# ExtUtils::MakeMaker 6.59 ( 6.590.0 )
+	echo \>=virtual/perl-ExtUtils-MakeMaker-6.590.0
+}
+perl_meta_build() {
+	# ExtUtils::MakeMaker 6.59 ( 6.590.0 )
+	echo \>=virtual/perl-ExtUtils-MakeMaker-6.590.0
+	# Test::More
+	echo virtual/perl-Test-Simple
+}
+perl_meta_runtime() {
+	# Catalyst 5.7 ( 5.700.0 )
+	echo \>=dev-perl/Catalyst-Runtime-5.700.0
+	# Class::Accessor
+	echo dev-perl/Class-Accessor
+	# MRO::Compat
+	echo dev-perl/MRO-Compat
+	# Path::Class
+	echo dev-perl/Path-Class
+	# Template
+	echo dev-perl/Template-Toolkit
+	# Template::Timer
+	echo dev-perl/Template-Timer
+	# perl v5.8.1 ( 5.8.1 )
+	echo \>=dev-lang/perl-5.8.1
+}
+DEPEND="
+	$(perl_meta_configure)
+	$(perl_meta_build)
+	$(perl_meta_runtime)
+"
+RDEPEND="
+	$(perl_meta_runtime)
+"
+SRC_TEST="do"

diff --git a/dev-perl/Catalyst-View-TT/ChangeLog b/dev-perl/Catalyst-View-TT/ChangeLog
index 0c3b0d2..542922f 100644
--- a/dev-perl/Catalyst-View-TT/ChangeLog
+++ b/dev-perl/Catalyst-View-TT/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Catalyst-View-TT-0.410.0 (01 Mar 2013)
+
+  01 Mar 2013; Kent Fredric <kentfredric@gmail.com>
+  +Catalyst-View-TT-0.410.0.ebuild:
+  Version Bump
+
 *Catalyst-View-TT-0.400.0 (07 Feb 2013)
 
   07 Feb 2013; Kent Fredric <kentfredric@gmail.com>


^ permalink raw reply related	[flat|nested] 7+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Catalyst-View-TT/
@ 2015-04-29 18:02 Kent Fredric
  0 siblings, 0 replies; 7+ messages in thread
From: Kent Fredric @ 2015-04-29 18:02 UTC (permalink / raw
  To: gentoo-commits

commit:     a144d0bf6fdb4f8bb2a146592e280f4390b0b802
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Wed Apr 29 16:32:32 2015 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Wed Apr 29 16:32:32 2015 +0000
URL:        https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=a144d0bf

[cleanup] Catalyst-View-TT: Remove old versions

Package-Manager: portage-2.2.17

 .../Catalyst-View-TT-0.310.0.ebuild                | 26 -----------
 .../Catalyst-View-TT-0.340.0.ebuild                | 26 -----------
 .../Catalyst-View-TT-0.350.0.ebuild                | 28 ------------
 .../Catalyst-View-TT-0.360.0.ebuild                | 28 ------------
 .../Catalyst-View-TT-0.370.0.ebuild                | 28 ------------
 .../Catalyst-View-TT-0.380.0.ebuild                | 50 ----------------------
 .../Catalyst-View-TT-0.390.0.ebuild                | 48 ---------------------
 .../Catalyst-View-TT-0.400.0.ebuild                | 48 ---------------------
 8 files changed, 282 deletions(-)

diff --git a/dev-perl/Catalyst-View-TT/Catalyst-View-TT-0.310.0.ebuild b/dev-perl/Catalyst-View-TT/Catalyst-View-TT-0.310.0.ebuild
deleted file mode 100644
index 1e25f55..0000000
--- a/dev-perl/Catalyst-View-TT/Catalyst-View-TT-0.310.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=2
-MODULE_AUTHOR=BOBTFISH
-MODULE_VERSION="0.31"
-inherit perl-module
-
-DESCRIPTION="Template View Class"
-LICENSE="|| ( Artistic GPL-2 )"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-IUSE=""
-RDEPEND="
-	>=dev-perl/Catalyst-Runtime-5.700.0
-	dev-perl/Template-Toolkit
-	dev-perl/Class-Accessor
-	dev-perl/Template-Timer
-	dev-perl/Path-Class
-	dev-perl/MRO-Compat
-"
-DEPEND="${RDEPEND}"
-SRC_TEST="do"

diff --git a/dev-perl/Catalyst-View-TT/Catalyst-View-TT-0.340.0.ebuild b/dev-perl/Catalyst-View-TT/Catalyst-View-TT-0.340.0.ebuild
deleted file mode 100644
index 5721b75..0000000
--- a/dev-perl/Catalyst-View-TT/Catalyst-View-TT-0.340.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=2
-MODULE_AUTHOR=BOBTFISH
-MODULE_VERSION="0.34"
-inherit perl-module
-
-DESCRIPTION="Template View Class"
-LICENSE="|| ( Artistic GPL-2 )"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-IUSE=""
-RDEPEND="
-	>=dev-perl/Catalyst-Runtime-5.700.0
-	dev-perl/Template-Toolkit
-	dev-perl/Class-Accessor
-	dev-perl/Template-Timer
-	dev-perl/Path-Class
-	dev-perl/MRO-Compat
-"
-DEPEND="${RDEPEND}"
-SRC_TEST="do"

diff --git a/dev-perl/Catalyst-View-TT/Catalyst-View-TT-0.350.0.ebuild b/dev-perl/Catalyst-View-TT/Catalyst-View-TT-0.350.0.ebuild
deleted file mode 100644
index 2d74494..0000000
--- a/dev-perl/Catalyst-View-TT/Catalyst-View-TT-0.350.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=3
-MODULE_AUTHOR=BOBTFISH
-MODULE_VERSION="0.35"
-inherit perl-module
-
-DESCRIPTION="Template View Class"
-LICENSE="|| ( Artistic GPL-2 )"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-IUSE="test"
-RDEPEND="
-	>=dev-perl/Catalyst-Runtime-5.700.0
-	dev-perl/Class-Accessor
-	dev-perl/MRO-Compat
-	dev-perl/Path-Class
-	dev-perl/Template-Timer
-	dev-perl/Template-Toolkit
-"
-DEPEND="${RDEPEND}
-	test? ( virtual/perl-Test-Simple )
-"
-SRC_TEST="do"

diff --git a/dev-perl/Catalyst-View-TT/Catalyst-View-TT-0.360.0.ebuild b/dev-perl/Catalyst-View-TT/Catalyst-View-TT-0.360.0.ebuild
deleted file mode 100644
index eed3bb9..0000000
--- a/dev-perl/Catalyst-View-TT/Catalyst-View-TT-0.360.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=3
-MODULE_AUTHOR=ABRAXXA
-MODULE_VERSION="0.36"
-inherit perl-module
-
-DESCRIPTION="Template View Class"
-LICENSE="|| ( Artistic GPL-2 )"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-IUSE="test"
-RDEPEND="
-	>=dev-perl/Catalyst-Runtime-5.700.0
-	dev-perl/Class-Accessor
-	dev-perl/MRO-Compat
-	dev-perl/Path-Class
-	dev-perl/Template-Timer
-	dev-perl/Template-Toolkit
-"
-DEPEND="${RDEPEND}
-	virtual/perl-Test-Simple
-"
-SRC_TEST="do"

diff --git a/dev-perl/Catalyst-View-TT/Catalyst-View-TT-0.370.0.ebuild b/dev-perl/Catalyst-View-TT/Catalyst-View-TT-0.370.0.ebuild
deleted file mode 100644
index ba6d517..0000000
--- a/dev-perl/Catalyst-View-TT/Catalyst-View-TT-0.370.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-MODULE_AUTHOR=MSTROUT
-MODULE_VERSION=0.37
-inherit perl-module
-
-DESCRIPTION="Template View Class"
-LICENSE="|| ( Artistic GPL-2 )"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-IUSE="test"
-RDEPEND="
-	>=dev-perl/Catalyst-Runtime-5.700.0
-	dev-perl/Class-Accessor
-	dev-perl/MRO-Compat
-	dev-perl/Path-Class
-	dev-perl/Template-Timer
-	dev-perl/Template-Toolkit
-"
-DEPEND="${RDEPEND}
-	virtual/perl-Test-Simple
-"
-SRC_TEST="do"

diff --git a/dev-perl/Catalyst-View-TT/Catalyst-View-TT-0.380.0.ebuild b/dev-perl/Catalyst-View-TT/Catalyst-View-TT-0.380.0.ebuild
deleted file mode 100644
index e4c31f2..0000000
--- a/dev-perl/Catalyst-View-TT/Catalyst-View-TT-0.380.0.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=BOBTFISH
-MODULE_VERSION=0.38
-inherit perl-module
-
-DESCRIPTION='Template View Class'
-LICENSE=" || ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-perl_meta_configure() {
-	# ExtUtils::MakeMaker 6.6302 ( 6.630.200 )
-	# 6.59 as MI is broken.
-	echo \>=virtual/perl-ExtUtils-MakeMaker-6.590.0
-}
-perl_meta_build() {
-	# ExtUtils::MakeMaker 6.6302 ( 6.630.200 )
-	# 6.59 as MI is broken
-	echo \>=virtual/perl-ExtUtils-MakeMaker-6.590.0
-	# Test::More
-	echo virtual/perl-Test-Simple
-}
-perl_meta_runtime() {
-	# Catalyst 5.7 ( 5.700.0 )
-	echo \>=dev-perl/Catalyst-Runtime-5.700.0
-	# Class::Accessor
-	echo dev-perl/Class-Accessor
-	# MRO::Compat
-	echo dev-perl/MRO-Compat
-	# Path::Class
-	echo dev-perl/Path-Class
-	# Template
-	echo dev-perl/Template-Toolkit
-	# Template::Timer
-	echo dev-perl/Template-Timer
-	# perl v5.8.1 ( 5.8.1 )
-	echo \>=dev-lang/perl-5.8.1
-}
-DEPEND="
-	$(perl_meta_configure)
-	$(perl_meta_build)
-	$(perl_meta_runtime)
-"
-RDEPEND="
-	$(perl_meta_runtime)
-"
-SRC_TEST="do"

diff --git a/dev-perl/Catalyst-View-TT/Catalyst-View-TT-0.390.0.ebuild b/dev-perl/Catalyst-View-TT/Catalyst-View-TT-0.390.0.ebuild
deleted file mode 100644
index 84d4459..0000000
--- a/dev-perl/Catalyst-View-TT/Catalyst-View-TT-0.390.0.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=BOBTFISH
-MODULE_VERSION=0.39
-inherit perl-module
-
-DESCRIPTION='Template View Class'
-LICENSE=" || ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-perl_meta_configure() {
-	# ExtUtils::MakeMaker 6.59 ( 6.590.0 )
-	echo \>=virtual/perl-ExtUtils-MakeMaker-6.590.0
-}
-perl_meta_build() {
-	# ExtUtils::MakeMaker 6.59 ( 6.590.0 )
-	echo \>=virtual/perl-ExtUtils-MakeMaker-6.590.0
-	# Test::More
-	echo virtual/perl-Test-Simple
-}
-perl_meta_runtime() {
-	# Catalyst 5.7 ( 5.700.0 )
-	echo \>=dev-perl/Catalyst-Runtime-5.700.0
-	# Class::Accessor
-	echo dev-perl/Class-Accessor
-	# MRO::Compat
-	echo dev-perl/MRO-Compat
-	# Path::Class
-	echo dev-perl/Path-Class
-	# Template
-	echo dev-perl/Template-Toolkit
-	# Template::Timer
-	echo dev-perl/Template-Timer
-	# perl v5.8.1 ( 5.8.1 )
-	echo \>=dev-lang/perl-5.8.1
-}
-DEPEND="
-	$(perl_meta_configure)
-	$(perl_meta_build)
-	$(perl_meta_runtime)
-"
-RDEPEND="
-	$(perl_meta_runtime)
-"
-SRC_TEST="do"

diff --git a/dev-perl/Catalyst-View-TT/Catalyst-View-TT-0.400.0.ebuild b/dev-perl/Catalyst-View-TT/Catalyst-View-TT-0.400.0.ebuild
deleted file mode 100644
index 8e3af09..0000000
--- a/dev-perl/Catalyst-View-TT/Catalyst-View-TT-0.400.0.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=5
-MODULE_AUTHOR=ILMARI
-MODULE_VERSION=0.40
-inherit perl-module
-
-DESCRIPTION='Template View Class'
-LICENSE=" || ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-perl_meta_configure() {
-	# ExtUtils::MakeMaker 6.59 ( 6.590.0 )
-	echo \>=virtual/perl-ExtUtils-MakeMaker-6.590.0
-}
-perl_meta_build() {
-	# ExtUtils::MakeMaker 6.59 ( 6.590.0 )
-	echo \>=virtual/perl-ExtUtils-MakeMaker-6.590.0
-	# Test::More
-	echo virtual/perl-Test-Simple
-}
-perl_meta_runtime() {
-	# Catalyst 5.7 ( 5.700.0 )
-	echo \>=dev-perl/Catalyst-Runtime-5.700.0
-	# Class::Accessor
-	echo dev-perl/Class-Accessor
-	# MRO::Compat
-	echo dev-perl/MRO-Compat
-	# Path::Class
-	echo dev-perl/Path-Class
-	# Template
-	echo dev-perl/Template-Toolkit
-	# Template::Timer
-	echo dev-perl/Template-Timer
-	# perl v5.8.1 ( 5.8.1 )
-	echo \>=dev-lang/perl-5.8.1
-}
-DEPEND="
-	$(perl_meta_configure)
-	$(perl_meta_build)
-	$(perl_meta_runtime)
-"
-RDEPEND="
-	$(perl_meta_runtime)
-"
-SRC_TEST="do"


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

end of thread, other threads:[~2015-04-29 18:02 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-18 17:39 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Catalyst-View-TT/ Torsten Veller
  -- strict thread matches above, loose matches on Subject: below --
2011-11-11 14:38 Kent Fredric
2012-02-22 22:30 Kent Fredric
2012-02-23  7:05 Kent Fredric
2012-04-11 23:32 Kent Fredric
2013-03-02  7:02 Kent Fredric
2015-04-29 18:02 Kent Fredric

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