public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Jemplate/
@ 2012-03-27  9:30 Kent Fredric
  0 siblings, 0 replies; 7+ messages in thread
From: Kent Fredric @ 2012-03-27  9:30 UTC (permalink / raw
  To: gentoo-commits

commit:     124ddc3c271fc7f0830d57abd429d893b20de4b2
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue Mar 27 08:37:28 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Mar 27 08:37:28 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=124ddc3c

[newversion] Jemplate-0.262.0

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

---
 dev-perl/Jemplate/ChangeLog               |    7 ++++-
 dev-perl/Jemplate/Jemplate-0.262.0.ebuild |   40 +++++++++++++++++++++++++++++
 2 files changed, 46 insertions(+), 1 deletions(-)

diff --git a/dev-perl/Jemplate/ChangeLog b/dev-perl/Jemplate/ChangeLog
index ac2fd8b..78801f9 100644
--- a/dev-perl/Jemplate/ChangeLog
+++ b/dev-perl/Jemplate/ChangeLog
@@ -1,7 +1,12 @@
 # ChangeLog for dev-perl/Jemplate
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Jemplate-0.262.0 (27 Mar 2012)
+
+  27 Mar 2012; Kent Fredric <kentfredric@gmail.com> +Jemplate-0.262.0.ebuild:
+  Version Bump
+
 *Jemplate-0.261 (30 Jan 2011)
 *Jemplate-0.230 (30 Jan 2011)
 *Jemplate-0.220 (30 Jan 2011)

diff --git a/dev-perl/Jemplate/Jemplate-0.262.0.ebuild b/dev-perl/Jemplate/Jemplate-0.262.0.ebuild
new file mode 100644
index 0000000..4ae3801
--- /dev/null
+++ b/dev-perl/Jemplate/Jemplate-0.262.0.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=FREW
+MODULE_VERSION=0.262
+inherit perl-module
+
+DESCRIPTION='JavaScript Templating with Template Toolkit'
+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
+}
+perl_meta_runtime() {
+	# File::Find::Rule 0.30 ( 0.300.0 )
+	echo \>=dev-perl/File-Find-Rule-0.300.0
+	# Filter::Util::Call
+	echo virtual/perl-Filter
+	# Template 2.14 ( 2.140.0 )
+	echo \>=dev-perl/Template-Toolkit-2.14
+	# perl v5.6.1 ( 5.6.1 )
+	echo \>=dev-lang/perl-5.6.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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Jemplate/
@ 2012-05-27  7:47 Kent Fredric
  0 siblings, 0 replies; 7+ messages in thread
From: Kent Fredric @ 2012-05-27  7:47 UTC (permalink / raw
  To: gentoo-commits

commit:     e7c14573b1523e57293ab4e9ddef6270f4a1ee40
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun May 27 03:00:38 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun May 27 03:00:38 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=e7c14573

[migrate] addzero Jemplate

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

---
 dev-perl/Jemplate/ChangeLog                        |    9 +++++++++
 ...mplate-0.220.ebuild => Jemplate-0.220.0.ebuild} |    2 +-
 ...mplate-0.230.ebuild => Jemplate-0.230.0.ebuild} |    2 +-
 ...mplate-0.261.ebuild => Jemplate-0.261.0.ebuild} |    2 +-
 4 files changed, 12 insertions(+), 3 deletions(-)

diff --git a/dev-perl/Jemplate/ChangeLog b/dev-perl/Jemplate/ChangeLog
index 78801f9..ab4cd50 100644
--- a/dev-perl/Jemplate/ChangeLog
+++ b/dev-perl/Jemplate/ChangeLog
@@ -2,6 +2,15 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Jemplate-0.261.0 (27 May 2012)
+*Jemplate-0.230.0 (27 May 2012)
+*Jemplate-0.220.0 (27 May 2012)
+
+  27 May 2012; Kent Fredric <kentfredric@gmail.com> -Jemplate-0.220.ebuild,
+  +Jemplate-0.220.0.ebuild, -Jemplate-0.230.ebuild, +Jemplate-0.230.0.ebuild,
+  -Jemplate-0.261.ebuild, +Jemplate-0.261.0.ebuild:
+  Migrate to x.y.z ( addzero )
+
 *Jemplate-0.262.0 (27 Mar 2012)
 
   27 Mar 2012; Kent Fredric <kentfredric@gmail.com> +Jemplate-0.262.0.ebuild:

diff --git a/dev-perl/Jemplate/Jemplate-0.220.ebuild b/dev-perl/Jemplate/Jemplate-0.220.0.ebuild
similarity index 88%
rename from dev-perl/Jemplate/Jemplate-0.220.ebuild
rename to dev-perl/Jemplate/Jemplate-0.220.0.ebuild
index 2dfb05f..b64f1b1 100644
--- a/dev-perl/Jemplate/Jemplate-0.220.ebuild
+++ b/dev-perl/Jemplate/Jemplate-0.220.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 

diff --git a/dev-perl/Jemplate/Jemplate-0.230.ebuild b/dev-perl/Jemplate/Jemplate-0.230.0.ebuild
similarity index 89%
rename from dev-perl/Jemplate/Jemplate-0.230.ebuild
rename to dev-perl/Jemplate/Jemplate-0.230.0.ebuild
index cfefde2..854abe1 100644
--- a/dev-perl/Jemplate/Jemplate-0.230.ebuild
+++ b/dev-perl/Jemplate/Jemplate-0.230.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 

diff --git a/dev-perl/Jemplate/Jemplate-0.261.ebuild b/dev-perl/Jemplate/Jemplate-0.261.0.ebuild
similarity index 90%
rename from dev-perl/Jemplate/Jemplate-0.261.ebuild
rename to dev-perl/Jemplate/Jemplate-0.261.0.ebuild
index b7c34a4..69a0c82 100644
--- a/dev-perl/Jemplate/Jemplate-0.261.ebuild
+++ b/dev-perl/Jemplate/Jemplate-0.261.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 



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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Jemplate/
@ 2012-05-27  7:47 Kent Fredric
  0 siblings, 0 replies; 7+ messages in thread
From: Kent Fredric @ 2012-05-27  7:47 UTC (permalink / raw
  To: gentoo-commits

commit:     b9c0acce0a3d15c318e55aa509d8601d9a32d3da
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun May 27 03:04:31 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun May 27 03:04:31 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=b9c0acce

[newversion] Jemplate-0.270.0

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

---
 dev-perl/Jemplate/ChangeLog               |    5 +++
 dev-perl/Jemplate/Jemplate-0.270.0.ebuild |   40 +++++++++++++++++++++++++++++
 2 files changed, 45 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Jemplate/ChangeLog b/dev-perl/Jemplate/ChangeLog
index ab4cd50..5b3dc4e 100644
--- a/dev-perl/Jemplate/ChangeLog
+++ b/dev-perl/Jemplate/ChangeLog
@@ -2,6 +2,11 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Jemplate-0.270.0 (27 May 2012)
+
+  27 May 2012; Kent Fredric <kentfredric@gmail.com> +Jemplate-0.270.0.ebuild:
+  Version Bump
+
 *Jemplate-0.261.0 (27 May 2012)
 *Jemplate-0.230.0 (27 May 2012)
 *Jemplate-0.220.0 (27 May 2012)

diff --git a/dev-perl/Jemplate/Jemplate-0.270.0.ebuild b/dev-perl/Jemplate/Jemplate-0.270.0.ebuild
new file mode 100644
index 0000000..b456a41
--- /dev/null
+++ b/dev-perl/Jemplate/Jemplate-0.270.0.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=INGY
+MODULE_VERSION=0.27
+inherit perl-module
+
+DESCRIPTION='JavaScript Templating with Template Toolkit'
+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
+}
+perl_meta_runtime() {
+	# File::Find::Rule 0.30 ( 0.300.0 )
+	echo \>=dev-perl/File-Find-Rule-0.300.0
+	# Filter::Util::Call
+	echo virtual/perl-Filter
+	# Template 2.14 ( 2.140.0 )
+	echo \>=dev-perl/Template-Toolkit-2.14
+	# perl v5.6.1 ( 5.6.1 )
+	echo \>=dev-lang/perl-5.6.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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Jemplate/
@ 2013-02-09 19:31 Kent Fredric
  0 siblings, 0 replies; 7+ messages in thread
From: Kent Fredric @ 2013-02-09 19:31 UTC (permalink / raw
  To: gentoo-commits

commit:     4c06b0a0433b9d8c7aaf727aeb55b5745ca2f3f1
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Feb  9 19:16:56 2013 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Feb  9 19:16:56 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=4c06b0a0

[fixdep] Jemplate -> Template-Toolkit ( normalize )

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

---
 dev-perl/Jemplate/ChangeLog               |    7 ++++++-
 dev-perl/Jemplate/Jemplate-0.220.0.ebuild |    4 ++--
 dev-perl/Jemplate/Jemplate-0.230.0.ebuild |    4 ++--
 dev-perl/Jemplate/Jemplate-0.261.0.ebuild |    4 ++--
 dev-perl/Jemplate/Jemplate-0.262.0.ebuild |    4 ++--
 dev-perl/Jemplate/Jemplate-0.270.0.ebuild |    4 ++--
 6 files changed, 16 insertions(+), 11 deletions(-)

diff --git a/dev-perl/Jemplate/ChangeLog b/dev-perl/Jemplate/ChangeLog
index 5b3dc4e..c883137 100644
--- a/dev-perl/Jemplate/ChangeLog
+++ b/dev-perl/Jemplate/ChangeLog
@@ -1,7 +1,12 @@
 # ChangeLog for dev-perl/Jemplate
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  09 Feb 2013; Kent Fredric <kentfredric@gmail.com> Jemplate-0.220.0.ebuild,
+  Jemplate-0.230.0.ebuild, Jemplate-0.261.0.ebuild, Jemplate-0.262.0.ebuild,
+  Jemplate-0.270.0.ebuild:
+  Fix dependency on Template-Toolkit ( normalize )
+
 *Jemplate-0.270.0 (27 May 2012)
 
   27 May 2012; Kent Fredric <kentfredric@gmail.com> +Jemplate-0.270.0.ebuild:

diff --git a/dev-perl/Jemplate/Jemplate-0.220.0.ebuild b/dev-perl/Jemplate/Jemplate-0.220.0.ebuild
index b64f1b1..a433d9f 100644
--- a/dev-perl/Jemplate/Jemplate-0.220.0.ebuild
+++ b/dev-perl/Jemplate/Jemplate-0.220.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
@@ -14,5 +14,5 @@ KEYWORDS="~amd64 ~x86"
 
 IUSE=""
 DEPEND="
-	>=dev-perl/Template-Toolkit-2.19
+	>=dev-perl/Template-Toolkit-2.190.0
 "

diff --git a/dev-perl/Jemplate/Jemplate-0.230.0.ebuild b/dev-perl/Jemplate/Jemplate-0.230.0.ebuild
index 854abe1..60884ab 100644
--- a/dev-perl/Jemplate/Jemplate-0.230.0.ebuild
+++ b/dev-perl/Jemplate/Jemplate-0.230.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
@@ -14,6 +14,6 @@ KEYWORDS="~amd64 ~x86"
 
 IUSE=""
 DEPEND="
-	>=dev-perl/Template-Toolkit-2.19
+	>=dev-perl/Template-Toolkit-2.190.0
 	>=dev-perl/File-Find-Rule-0.30
 "

diff --git a/dev-perl/Jemplate/Jemplate-0.261.0.ebuild b/dev-perl/Jemplate/Jemplate-0.261.0.ebuild
index 69a0c82..46bc891 100644
--- a/dev-perl/Jemplate/Jemplate-0.261.0.ebuild
+++ b/dev-perl/Jemplate/Jemplate-0.261.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
@@ -13,7 +13,7 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
-RDEPEND=">=dev-perl/Template-Toolkit-2.19
+RDEPEND=">=dev-perl/Template-Toolkit-2.190.0
 	>=dev-perl/File-Find-Rule-0.30"
 DEPEND="${RDEPEND}"
 

diff --git a/dev-perl/Jemplate/Jemplate-0.262.0.ebuild b/dev-perl/Jemplate/Jemplate-0.262.0.ebuild
index 4ae3801..9f45f82 100644
--- a/dev-perl/Jemplate/Jemplate-0.262.0.ebuild
+++ b/dev-perl/Jemplate/Jemplate-0.262.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 EAPI=4
@@ -25,7 +25,7 @@ perl_meta_runtime() {
 	# Filter::Util::Call
 	echo virtual/perl-Filter
 	# Template 2.14 ( 2.140.0 )
-	echo \>=dev-perl/Template-Toolkit-2.14
+	echo \>=dev-perl/Template-Toolkit-2.140.0
 	# perl v5.6.1 ( 5.6.1 )
 	echo \>=dev-lang/perl-5.6.1
 }

diff --git a/dev-perl/Jemplate/Jemplate-0.270.0.ebuild b/dev-perl/Jemplate/Jemplate-0.270.0.ebuild
index b456a41..9533d02 100644
--- a/dev-perl/Jemplate/Jemplate-0.270.0.ebuild
+++ b/dev-perl/Jemplate/Jemplate-0.270.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 EAPI=4
@@ -25,7 +25,7 @@ perl_meta_runtime() {
 	# Filter::Util::Call
 	echo virtual/perl-Filter
 	# Template 2.14 ( 2.140.0 )
-	echo \>=dev-perl/Template-Toolkit-2.14
+	echo \>=dev-perl/Template-Toolkit-2.140.0
 	# perl v5.6.1 ( 5.6.1 )
 	echo \>=dev-lang/perl-5.6.1
 }


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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Jemplate/
@ 2014-07-24  2:12 Kent Fredric
  0 siblings, 0 replies; 7+ messages in thread
From: Kent Fredric @ 2014-07-24  2:12 UTC (permalink / raw
  To: gentoo-commits

commit:     771d57c38f5fdcba41b5260010d1e2e3c697973b
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Thu Jul 24 00:49:03 2014 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Thu Jul 24 01:34:21 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=771d57c3

[fix] dev-perl/Jemplate -> Filter to dev-perl

Package-Manager: portage-2.2.10
Manifest-Sign-Key: E854324B1366A820

---
 dev-perl/Jemplate/ChangeLog                                    | 10 +++++++++-
 .../{Jemplate-0.262.0.ebuild => Jemplate-0.262.0-r1.ebuild}    |  4 ++--
 .../{Jemplate-0.270.0.ebuild => Jemplate-0.270.0-r1.ebuild}    |  4 ++--
 3 files changed, 13 insertions(+), 5 deletions(-)

diff --git a/dev-perl/Jemplate/ChangeLog b/dev-perl/Jemplate/ChangeLog
index c883137..4669477 100644
--- a/dev-perl/Jemplate/ChangeLog
+++ b/dev-perl/Jemplate/ChangeLog
@@ -1,7 +1,15 @@
 # ChangeLog for dev-perl/Jemplate
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Jemplate-0.270.0-r1 (24 Jul 2014)
+*Jemplate-0.262.0-r1 (24 Jul 2014)
+
+  24 Jul 2014; Kent Fredric <kentfredric@gmail.com> -Jemplate-0.262.0.ebuild,
+  +Jemplate-0.262.0-r1.ebuild, -Jemplate-0.270.0.ebuild,
+  +Jemplate-0.270.0-r1.ebuild:
+  Fix dep on Filter
+
   09 Feb 2013; Kent Fredric <kentfredric@gmail.com> Jemplate-0.220.0.ebuild,
   Jemplate-0.230.0.ebuild, Jemplate-0.261.0.ebuild, Jemplate-0.262.0.ebuild,
   Jemplate-0.270.0.ebuild:

diff --git a/dev-perl/Jemplate/Jemplate-0.262.0.ebuild b/dev-perl/Jemplate/Jemplate-0.262.0-r1.ebuild
similarity index 93%
rename from dev-perl/Jemplate/Jemplate-0.262.0.ebuild
rename to dev-perl/Jemplate/Jemplate-0.262.0-r1.ebuild
index 9f45f82..ff254f8 100644
--- a/dev-perl/Jemplate/Jemplate-0.262.0.ebuild
+++ b/dev-perl/Jemplate/Jemplate-0.262.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 EAPI=4
@@ -23,7 +23,7 @@ perl_meta_runtime() {
 	# File::Find::Rule 0.30 ( 0.300.0 )
 	echo \>=dev-perl/File-Find-Rule-0.300.0
 	# Filter::Util::Call
-	echo virtual/perl-Filter
+	echo dev-perl/Filter
 	# Template 2.14 ( 2.140.0 )
 	echo \>=dev-perl/Template-Toolkit-2.140.0
 	# perl v5.6.1 ( 5.6.1 )

diff --git a/dev-perl/Jemplate/Jemplate-0.270.0.ebuild b/dev-perl/Jemplate/Jemplate-0.270.0-r1.ebuild
similarity index 93%
rename from dev-perl/Jemplate/Jemplate-0.270.0.ebuild
rename to dev-perl/Jemplate/Jemplate-0.270.0-r1.ebuild
index 9533d02..dbf5342 100644
--- a/dev-perl/Jemplate/Jemplate-0.270.0.ebuild
+++ b/dev-perl/Jemplate/Jemplate-0.270.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 EAPI=4
@@ -23,7 +23,7 @@ perl_meta_runtime() {
 	# File::Find::Rule 0.30 ( 0.300.0 )
 	echo \>=dev-perl/File-Find-Rule-0.300.0
 	# Filter::Util::Call
-	echo virtual/perl-Filter
+	echo dev-perl/Filter
 	# Template 2.14 ( 2.140.0 )
 	echo \>=dev-perl/Template-Toolkit-2.140.0
 	# perl v5.6.1 ( 5.6.1 )


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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Jemplate/
@ 2014-09-01 21:29 Kent Fredric
  0 siblings, 0 replies; 7+ messages in thread
From: Kent Fredric @ 2014-09-01 21:29 UTC (permalink / raw
  To: gentoo-commits

commit:     99a559a4b84fcaae6026d7c9c1fa79e0c416a462
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Mon Sep  1 17:31:43 2014 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Mon Sep  1 17:31:43 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=99a559a4

[bump] dev-perl/Jemplate version 0.300.0, remove old

Package-Manager: portage-2.2.10

---
 dev-perl/Jemplate/ChangeLog                  |  6 +++++
 dev-perl/Jemplate/Jemplate-0.270.0-r1.ebuild | 40 ----------------------------
 dev-perl/Jemplate/Jemplate-0.300.0.ebuild    | 26 ++++++++++++++++++
 3 files changed, 32 insertions(+), 40 deletions(-)

diff --git a/dev-perl/Jemplate/ChangeLog b/dev-perl/Jemplate/ChangeLog
index 9e92aa3..8beeda2 100644
--- a/dev-perl/Jemplate/ChangeLog
+++ b/dev-perl/Jemplate/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Jemplate-0.300.0 (01 Sep 2014)
+
+  01 Sep 2014; Kent Fredric <kentfredric@gmail.com>
+  -Jemplate-0.270.0-r1.ebuild, +Jemplate-0.300.0.ebuild:
+  version 0.300.0, remove old
+
   01 Sep 2014; Kent Fredric <kentfredric@gmail.com> -Jemplate-0.220.0.ebuild,
   -Jemplate-0.230.0.ebuild, -Jemplate-0.261.0.ebuild,
   -Jemplate-0.262.0-r1.ebuild:

diff --git a/dev-perl/Jemplate/Jemplate-0.270.0-r1.ebuild b/dev-perl/Jemplate/Jemplate-0.270.0-r1.ebuild
deleted file mode 100644
index dbf5342..0000000
--- a/dev-perl/Jemplate/Jemplate-0.270.0-r1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=INGY
-MODULE_VERSION=0.27
-inherit perl-module
-
-DESCRIPTION='JavaScript Templating with Template Toolkit'
-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
-}
-perl_meta_runtime() {
-	# File::Find::Rule 0.30 ( 0.300.0 )
-	echo \>=dev-perl/File-Find-Rule-0.300.0
-	# Filter::Util::Call
-	echo dev-perl/Filter
-	# Template 2.14 ( 2.140.0 )
-	echo \>=dev-perl/Template-Toolkit-2.140.0
-	# perl v5.6.1 ( 5.6.1 )
-	echo \>=dev-lang/perl-5.6.1
-}
-DEPEND="
-	$(perl_meta_configure)
-	$(perl_meta_build)
-	$(perl_meta_runtime)
-"
-RDEPEND="
-	$(perl_meta_runtime)
-"
-SRC_TEST="do"

diff --git a/dev-perl/Jemplate/Jemplate-0.300.0.ebuild b/dev-perl/Jemplate/Jemplate-0.300.0.ebuild
new file mode 100644
index 0000000..8a61ce7
--- /dev/null
+++ b/dev-perl/Jemplate/Jemplate-0.300.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=INGY
+MODULE_VERSION=0.30
+inherit perl-module
+
+DESCRIPTION='JavaScript Templating with Template Toolkit'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+# Template -> Template::Toolkit
+RDEPEND="
+	>=dev-perl/File-Find-Rule-0.330.0
+	>=dev-perl/Template-Toolkit-2.250.0
+"
+DEPEND="
+	${RDEPEND}
+	>=virtual/perl-ExtUtils-MakeMaker-6.300.0
+"
+PERL_RM_FILES=(
+	t/release-pod-syntax.t
+)
+SRC_TEST="do parallel"


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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Jemplate/
@ 2014-09-01 21:29 Kent Fredric
  0 siblings, 0 replies; 7+ messages in thread
From: Kent Fredric @ 2014-09-01 21:29 UTC (permalink / raw
  To: gentoo-commits

commit:     16e4de64bb4ed8129324abf56e31dca182bb2907
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Mon Sep  1 17:24:06 2014 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Mon Sep  1 17:24:06 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=16e4de64

[cleanup] dev-perl/Jemplate Remove old EAPIs

Package-Manager: portage-2.2.10

---
 dev-perl/Jemplate/ChangeLog                  |  5 ++++
 dev-perl/Jemplate/Jemplate-0.220.0.ebuild    | 18 -------------
 dev-perl/Jemplate/Jemplate-0.230.0.ebuild    | 19 -------------
 dev-perl/Jemplate/Jemplate-0.261.0.ebuild    | 20 --------------
 dev-perl/Jemplate/Jemplate-0.262.0-r1.ebuild | 40 ----------------------------
 5 files changed, 5 insertions(+), 97 deletions(-)

diff --git a/dev-perl/Jemplate/ChangeLog b/dev-perl/Jemplate/ChangeLog
index 4669477..9e92aa3 100644
--- a/dev-perl/Jemplate/ChangeLog
+++ b/dev-perl/Jemplate/ChangeLog
@@ -2,6 +2,11 @@
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  01 Sep 2014; Kent Fredric <kentfredric@gmail.com> -Jemplate-0.220.0.ebuild,
+  -Jemplate-0.230.0.ebuild, -Jemplate-0.261.0.ebuild,
+  -Jemplate-0.262.0-r1.ebuild:
+  Remove old EAPIs
+
 *Jemplate-0.270.0-r1 (24 Jul 2014)
 *Jemplate-0.262.0-r1 (24 Jul 2014)
 

diff --git a/dev-perl/Jemplate/Jemplate-0.220.0.ebuild b/dev-perl/Jemplate/Jemplate-0.220.0.ebuild
deleted file mode 100644
index a433d9f..0000000
--- a/dev-perl/Jemplate/Jemplate-0.220.0.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-MODULE_AUTHOR=RKRIMEN
-MODULE_VERSION="0.22"
-inherit perl-module
-
-DESCRIPTION="JavaScript Templating with Template Toolkit"
-LICENSE="|| ( Artistic GPL-2 )"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-IUSE=""
-DEPEND="
-	>=dev-perl/Template-Toolkit-2.190.0
-"

diff --git a/dev-perl/Jemplate/Jemplate-0.230.0.ebuild b/dev-perl/Jemplate/Jemplate-0.230.0.ebuild
deleted file mode 100644
index 60884ab..0000000
--- a/dev-perl/Jemplate/Jemplate-0.230.0.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-MODULE_AUTHOR=RKRIMEN
-MODULE_VERSION="0.23"
-inherit perl-module
-
-DESCRIPTION="JavaScript Templating with Template Toolkit"
-LICENSE="|| ( Artistic GPL-2 )"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-IUSE=""
-DEPEND="
-	>=dev-perl/Template-Toolkit-2.190.0
-	>=dev-perl/File-Find-Rule-0.30
-"

diff --git a/dev-perl/Jemplate/Jemplate-0.261.0.ebuild b/dev-perl/Jemplate/Jemplate-0.261.0.ebuild
deleted file mode 100644
index 46bc891..0000000
--- a/dev-perl/Jemplate/Jemplate-0.261.0.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=3
-MODULE_VERSION=0.261
-MODULE_AUTHOR=RKRIMEN
-inherit perl-module
-
-DESCRIPTION="JavaScript Templating with Template Toolkit"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-perl/Template-Toolkit-2.190.0
-	>=dev-perl/File-Find-Rule-0.30"
-DEPEND="${RDEPEND}"
-
-SRC_TEST=do

diff --git a/dev-perl/Jemplate/Jemplate-0.262.0-r1.ebuild b/dev-perl/Jemplate/Jemplate-0.262.0-r1.ebuild
deleted file mode 100644
index ff254f8..0000000
--- a/dev-perl/Jemplate/Jemplate-0.262.0-r1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=FREW
-MODULE_VERSION=0.262
-inherit perl-module
-
-DESCRIPTION='JavaScript Templating with Template Toolkit'
-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
-}
-perl_meta_runtime() {
-	# File::Find::Rule 0.30 ( 0.300.0 )
-	echo \>=dev-perl/File-Find-Rule-0.300.0
-	# Filter::Util::Call
-	echo dev-perl/Filter
-	# Template 2.14 ( 2.140.0 )
-	echo \>=dev-perl/Template-Toolkit-2.140.0
-	# perl v5.6.1 ( 5.6.1 )
-	echo \>=dev-lang/perl-5.6.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:[~2014-09-01 21:29 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-01 21:29 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Jemplate/ Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2014-09-01 21:29 Kent Fredric
2014-07-24  2:12 Kent Fredric
2013-02-09 19:31 Kent Fredric
2012-05-27  7:47 Kent Fredric
2012-05-27  7:47 Kent Fredric
2012-03-27  9:30 Kent Fredric

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