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

commit:     000df8c13fded723cb7543a43569d99a7f0d0ccd
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri Jul 15 08:29:20 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri Jul 15 08:29:20 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=000df8c1

[cpanclean] HTML-Template-Pro-0.950.400

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

---
 dev-perl/HTML-Template-Pro/ChangeLog               |    4 ++
 .../HTML-Template-Pro-0.950.400.ebuild             |   35 --------------------
 2 files changed, 4 insertions(+), 35 deletions(-)

diff --git a/dev-perl/HTML-Template-Pro/ChangeLog b/dev-perl/HTML-Template-Pro/ChangeLog
index 411be97..6bc144d 100644
--- a/dev-perl/HTML-Template-Pro/ChangeLog
+++ b/dev-perl/HTML-Template-Pro/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  15 Jul 2011; Kent Fredric <kentfredric@gmail.com>
+  -HTML-Template-Pro-0.950.400.ebuild:
+  Gone on CPAN
+
 *HTML-Template-Pro-0.950.500 (15 Jul 2011)
 
   15 Jul 2011; Kent Fredric <kentfredric@gmail.com>

diff --git a/dev-perl/HTML-Template-Pro/HTML-Template-Pro-0.950.400.ebuild b/dev-perl/HTML-Template-Pro/HTML-Template-Pro-0.950.400.ebuild
deleted file mode 100644
index 2070ac5..0000000
--- a/dev-perl/HTML-Template-Pro/HTML-Template-Pro-0.950.400.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=3
-
-MODULE_AUTHOR=VIY
-MODULE_VERSION=0.9504
-inherit perl-module
-
-DESCRIPTION="Perl/XS module to use HTML Templates from CGI scripts"
-
-SLOT="0"
-LICENSE="|| ( Artistic LGPL-2 )"
-KEYWORDS="~amd64 ~x86"
-IUSE="pcre test"
-
-RDEPEND="
-	pcre? ( dev-libs/libpcre )
-	virtual/perl-File-Spec
-	dev-perl/JSON
-"
-DEPEND="${RDEPEND}
-	test? ( virtual/perl-Test-Simple )"
-
-SRC_TEST="do"
-
-src_configure() {
-	if use pcre ; then
-		myconf="PCRE=1"
-	else
-		myconf="PCRE=0"
-	fi
-	perl-module_src_configure
-}



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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/HTML-Template-Pro/
@ 2011-07-15 16:15 Kent Fredric
  0 siblings, 0 replies; 8+ messages in thread
From: Kent Fredric @ 2011-07-15 16:15 UTC (permalink / raw
  To: gentoo-commits

commit:     2c27606f3a6de92eda094f029b4e6a20ec6eab93
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri Jul 15 08:28:23 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri Jul 15 08:28:23 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=2c27606f

[newversion] HTML-Template-Pro-0.950.500

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

---
 dev-perl/HTML-Template-Pro/ChangeLog               |    6 +++
 .../HTML-Template-Pro-0.950.500.ebuild             |   35 ++++++++++++++++++++
 2 files changed, 41 insertions(+), 0 deletions(-)

diff --git a/dev-perl/HTML-Template-Pro/ChangeLog b/dev-perl/HTML-Template-Pro/ChangeLog
index ca4bcae..411be97 100644
--- a/dev-perl/HTML-Template-Pro/ChangeLog
+++ b/dev-perl/HTML-Template-Pro/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*HTML-Template-Pro-0.950.500 (15 Jul 2011)
+
+  15 Jul 2011; Kent Fredric <kentfredric@gmail.com>
+  +HTML-Template-Pro-0.950.500.ebuild:
+  Version Bump
+
 *HTML-Template-Pro-0.950.400 (30 Jan 2011)
 
   30 Jan 2011; Kent Fredric <kentfredric@gmail.com>

diff --git a/dev-perl/HTML-Template-Pro/HTML-Template-Pro-0.950.500.ebuild b/dev-perl/HTML-Template-Pro/HTML-Template-Pro-0.950.500.ebuild
new file mode 100644
index 0000000..3294e03
--- /dev/null
+++ b/dev-perl/HTML-Template-Pro/HTML-Template-Pro-0.950.500.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+MODULE_AUTHOR=VIY
+MODULE_VERSION=0.9505
+inherit perl-module
+
+DESCRIPTION="Perl/XS module to use HTML Templates from CGI scripts"
+
+SLOT="0"
+LICENSE="|| ( Artistic LGPL-2 )"
+KEYWORDS="~amd64 ~x86"
+IUSE="pcre test"
+
+RDEPEND="
+	pcre? ( dev-libs/libpcre )
+	virtual/perl-File-Spec
+	dev-perl/JSON
+"
+DEPEND="${RDEPEND}
+	test? ( virtual/perl-Test-Simple )"
+
+SRC_TEST="do"
+
+src_configure() {
+	if use pcre ; then
+		myconf="PCRE=1"
+	else
+		myconf="PCRE=0"
+	fi
+	perl-module_src_configure
+}



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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/HTML-Template-Pro/
@ 2012-02-27 16:54 Kent Fredric
  0 siblings, 0 replies; 8+ messages in thread
From: Kent Fredric @ 2012-02-27 16:54 UTC (permalink / raw
  To: gentoo-commits

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

[newversion] HTML-Template-Pro-0.950.800

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

---
 dev-perl/HTML-Template-Pro/ChangeLog               |    8 +++-
 .../HTML-Template-Pro-0.950.800.ebuild             |   40 ++++++++++++++++++++
 2 files changed, 47 insertions(+), 1 deletions(-)

diff --git a/dev-perl/HTML-Template-Pro/ChangeLog b/dev-perl/HTML-Template-Pro/ChangeLog
index 6bc144d..30c039c 100644
--- a/dev-perl/HTML-Template-Pro/ChangeLog
+++ b/dev-perl/HTML-Template-Pro/ChangeLog
@@ -1,7 +1,13 @@
 # ChangeLog for dev-perl/HTML-Template-Pro
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*HTML-Template-Pro-0.950.800 (27 Feb 2012)
+
+  27 Feb 2012; Kent Fredric <kentfredric@gmail.com>
+  +HTML-Template-Pro-0.950.800.ebuild:
+  Version Bump
+
   15 Jul 2011; Kent Fredric <kentfredric@gmail.com>
   -HTML-Template-Pro-0.950.400.ebuild:
   Gone on CPAN

diff --git a/dev-perl/HTML-Template-Pro/HTML-Template-Pro-0.950.800.ebuild b/dev-perl/HTML-Template-Pro/HTML-Template-Pro-0.950.800.ebuild
new file mode 100644
index 0000000..8962eed
--- /dev/null
+++ b/dev-perl/HTML-Template-Pro/HTML-Template-Pro-0.950.800.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=VIY
+MODULE_VERSION=0.9508
+inherit perl-module
+
+DESCRIPTION='Perl/XS module to use HTML Templates from CGI scripts'
+LICENSE=" || ( Artistic GPL-2 LGPL-2 LGPL-3 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_configure() {
+	# ExtUtils::MakeMaker
+	echo virtual/perl-ExtUtils-MakeMaker
+}
+perl_meta_build() {
+	# ExtUtils::MakeMaker
+	echo virtual/perl-ExtUtils-MakeMaker
+}
+perl_meta_runtime() {
+	# File::Path 2 ( 2.0.0 )
+	echo \>=virtual/perl-File-Path-2.0
+	# File::Spec
+	echo virtual/perl-File-Spec
+	# JSON 2 ( 2.0.0 )
+	echo \>=dev-perl/JSON-2.0
+	# Test::More
+	echo virtual/perl-Test-Simple
+}
+DEPEND="
+	$(perl_meta_configure)
+	$(perl_meta_build)
+	$(perl_meta_runtime)
+"
+RDEPEND="
+	$(perl_meta_runtime)
+"
+SRC_TEST="do"



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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/HTML-Template-Pro/
@ 2012-02-29 12:06 Kent Fredric
  0 siblings, 0 replies; 8+ messages in thread
From: Kent Fredric @ 2012-02-29 12:06 UTC (permalink / raw
  To: gentoo-commits

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

[newversion] HTML-Template-Pro-0.950.900

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

---
 dev-perl/HTML-Template-Pro/ChangeLog               |    6 +++
 .../HTML-Template-Pro-0.950.900.ebuild             |   40 ++++++++++++++++++++
 2 files changed, 46 insertions(+), 0 deletions(-)

diff --git a/dev-perl/HTML-Template-Pro/ChangeLog b/dev-perl/HTML-Template-Pro/ChangeLog
index 30c039c..4a70d90 100644
--- a/dev-perl/HTML-Template-Pro/ChangeLog
+++ b/dev-perl/HTML-Template-Pro/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*HTML-Template-Pro-0.950.900 (29 Feb 2012)
+
+  29 Feb 2012; Kent Fredric <kentfredric@gmail.com>
+  +HTML-Template-Pro-0.950.900.ebuild:
+  Version Bump
+
 *HTML-Template-Pro-0.950.800 (27 Feb 2012)
 
   27 Feb 2012; Kent Fredric <kentfredric@gmail.com>

diff --git a/dev-perl/HTML-Template-Pro/HTML-Template-Pro-0.950.900.ebuild b/dev-perl/HTML-Template-Pro/HTML-Template-Pro-0.950.900.ebuild
new file mode 100644
index 0000000..459eb63
--- /dev/null
+++ b/dev-perl/HTML-Template-Pro/HTML-Template-Pro-0.950.900.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=VIY
+MODULE_VERSION=0.9509
+inherit perl-module
+
+DESCRIPTION='Perl/XS module to use HTML Templates from CGI scripts'
+LICENSE=" || ( Artistic GPL-2 LGPL-2 LGPL-3 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_configure() {
+	# ExtUtils::MakeMaker
+	echo virtual/perl-ExtUtils-MakeMaker
+}
+perl_meta_build() {
+	# ExtUtils::MakeMaker
+	echo virtual/perl-ExtUtils-MakeMaker
+}
+perl_meta_runtime() {
+	# File::Path 2 ( 2.0.0 )
+	echo \>=virtual/perl-File-Path-2.0
+	# File::Spec
+	echo virtual/perl-File-Spec
+	# JSON 2 ( 2.0.0 )
+	echo \>=dev-perl/JSON-2.0
+	# Test::More
+	echo virtual/perl-Test-Simple
+}
+DEPEND="
+	$(perl_meta_configure)
+	$(perl_meta_build)
+	$(perl_meta_runtime)
+"
+RDEPEND="
+	$(perl_meta_runtime)
+"
+SRC_TEST="do"



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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/HTML-Template-Pro/
@ 2012-03-04  1:48 Kent Fredric
  0 siblings, 0 replies; 8+ messages in thread
From: Kent Fredric @ 2012-03-04  1:48 UTC (permalink / raw
  To: gentoo-commits

commit:     8a4114e1c0e315e629d06e31fc07f5867e627ea0
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Mar  3 12:04:22 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Mar  3 12:04:22 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=8a4114e1

[cpanclean] HTML-Template-Pro-0.950.500

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

---
 dev-perl/HTML-Template-Pro/ChangeLog               |    4 ++
 .../HTML-Template-Pro-0.950.500.ebuild             |   35 --------------------
 2 files changed, 4 insertions(+), 35 deletions(-)

diff --git a/dev-perl/HTML-Template-Pro/ChangeLog b/dev-perl/HTML-Template-Pro/ChangeLog
index 4a70d90..996dc09 100644
--- a/dev-perl/HTML-Template-Pro/ChangeLog
+++ b/dev-perl/HTML-Template-Pro/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  03 Mar 2012; Kent Fredric <kentfredric@gmail.com>
+  -HTML-Template-Pro-0.950.500.ebuild:
+  Gone on CPAN
+
 *HTML-Template-Pro-0.950.900 (29 Feb 2012)
 
   29 Feb 2012; Kent Fredric <kentfredric@gmail.com>

diff --git a/dev-perl/HTML-Template-Pro/HTML-Template-Pro-0.950.500.ebuild b/dev-perl/HTML-Template-Pro/HTML-Template-Pro-0.950.500.ebuild
deleted file mode 100644
index 3294e03..0000000
--- a/dev-perl/HTML-Template-Pro/HTML-Template-Pro-0.950.500.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-MODULE_AUTHOR=VIY
-MODULE_VERSION=0.9505
-inherit perl-module
-
-DESCRIPTION="Perl/XS module to use HTML Templates from CGI scripts"
-
-SLOT="0"
-LICENSE="|| ( Artistic LGPL-2 )"
-KEYWORDS="~amd64 ~x86"
-IUSE="pcre test"
-
-RDEPEND="
-	pcre? ( dev-libs/libpcre )
-	virtual/perl-File-Spec
-	dev-perl/JSON
-"
-DEPEND="${RDEPEND}
-	test? ( virtual/perl-Test-Simple )"
-
-SRC_TEST="do"
-
-src_configure() {
-	if use pcre ; then
-		myconf="PCRE=1"
-	else
-		myconf="PCRE=0"
-	fi
-	perl-module_src_configure
-}



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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/HTML-Template-Pro/
@ 2012-06-08 18:42 Kent Fredric
  0 siblings, 0 replies; 8+ messages in thread
From: Kent Fredric @ 2012-06-08 18:42 UTC (permalink / raw
  To: gentoo-commits

commit:     dc68d97cf9abc9ef24c361162ddc4bd2e1b91b44
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri Jun  8 18:28:37 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri Jun  8 18:28:37 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=dc68d97c

[fix] normalise dep from HTML-Template-Pro on JSON

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

---
 dev-perl/HTML-Template-Pro/ChangeLog               |    4 ++++
 .../HTML-Template-Pro-0.950.800.ebuild             |    2 +-
 .../HTML-Template-Pro-0.950.900.ebuild             |    2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/dev-perl/HTML-Template-Pro/ChangeLog b/dev-perl/HTML-Template-Pro/ChangeLog
index 996dc09..fbb092b 100644
--- a/dev-perl/HTML-Template-Pro/ChangeLog
+++ b/dev-perl/HTML-Template-Pro/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  08 Jun 2012; Kent Fredric <kentfredric@gmail.com>
+  HTML-Template-Pro-0.950.800.ebuild, HTML-Template-Pro-0.950.900.ebuild:
+  Normalize dep on JSON
+
   03 Mar 2012; Kent Fredric <kentfredric@gmail.com>
   -HTML-Template-Pro-0.950.500.ebuild:
   Gone on CPAN

diff --git a/dev-perl/HTML-Template-Pro/HTML-Template-Pro-0.950.800.ebuild b/dev-perl/HTML-Template-Pro/HTML-Template-Pro-0.950.800.ebuild
index 8962eed..cafa8f4 100644
--- a/dev-perl/HTML-Template-Pro/HTML-Template-Pro-0.950.800.ebuild
+++ b/dev-perl/HTML-Template-Pro/HTML-Template-Pro-0.950.800.ebuild
@@ -25,7 +25,7 @@ perl_meta_runtime() {
 	# File::Spec
 	echo virtual/perl-File-Spec
 	# JSON 2 ( 2.0.0 )
-	echo \>=dev-perl/JSON-2.0
+	echo \>=dev-perl/JSON-2.0.0
 	# Test::More
 	echo virtual/perl-Test-Simple
 }

diff --git a/dev-perl/HTML-Template-Pro/HTML-Template-Pro-0.950.900.ebuild b/dev-perl/HTML-Template-Pro/HTML-Template-Pro-0.950.900.ebuild
index 459eb63..300521a 100644
--- a/dev-perl/HTML-Template-Pro/HTML-Template-Pro-0.950.900.ebuild
+++ b/dev-perl/HTML-Template-Pro/HTML-Template-Pro-0.950.900.ebuild
@@ -25,7 +25,7 @@ perl_meta_runtime() {
 	# File::Spec
 	echo virtual/perl-File-Spec
 	# JSON 2 ( 2.0.0 )
-	echo \>=dev-perl/JSON-2.0
+	echo \>=dev-perl/JSON-2.0.0
 	# Test::More
 	echo virtual/perl-Test-Simple
 }



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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/HTML-Template-Pro/
@ 2013-05-15 22:23 Kent Fredric
  0 siblings, 0 replies; 8+ messages in thread
From: Kent Fredric @ 2013-05-15 22:23 UTC (permalink / raw
  To: gentoo-commits

commit:     4cfe8d0c661708bb54d48df33b1603a109aa2823
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Wed May 15 19:40:48 2013 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Wed May 15 19:40:48 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=4cfe8d0c

[newversion] dev-perl/HTML-Template-Pro-0.951.0

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

---
 dev-perl/HTML-Template-Pro/ChangeLog               |    8 +++-
 .../HTML-Template-Pro-0.951.0.ebuild               |   40 ++++++++++++++++++++
 2 files changed, 47 insertions(+), 1 deletions(-)

diff --git a/dev-perl/HTML-Template-Pro/ChangeLog b/dev-perl/HTML-Template-Pro/ChangeLog
index fbb092b..a221cd2 100644
--- a/dev-perl/HTML-Template-Pro/ChangeLog
+++ b/dev-perl/HTML-Template-Pro/ChangeLog
@@ -1,7 +1,13 @@
 # ChangeLog for dev-perl/HTML-Template-Pro
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*HTML-Template-Pro-0.951.0 (15 May 2013)
+
+  15 May 2013; Kent Fredric <kentfredric@gmail.com>
+  +HTML-Template-Pro-0.951.0.ebuild:
+  Version Bump
+
   08 Jun 2012; Kent Fredric <kentfredric@gmail.com>
   HTML-Template-Pro-0.950.800.ebuild, HTML-Template-Pro-0.950.900.ebuild:
   Normalize dep on JSON

diff --git a/dev-perl/HTML-Template-Pro/HTML-Template-Pro-0.951.0.ebuild b/dev-perl/HTML-Template-Pro/HTML-Template-Pro-0.951.0.ebuild
new file mode 100644
index 0000000..76c8ae8
--- /dev/null
+++ b/dev-perl/HTML-Template-Pro/HTML-Template-Pro-0.951.0.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=VIY
+MODULE_VERSION=0.9510
+inherit perl-module
+
+DESCRIPTION='Perl/XS module to use HTML Templates from CGI scripts'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_configure() {
+	# ExtUtils::MakeMaker
+	echo virtual/perl-ExtUtils-MakeMaker
+}
+perl_meta_build() {
+	# ExtUtils::MakeMaker
+	echo virtual/perl-ExtUtils-MakeMaker
+}
+perl_meta_runtime() {
+	# File::Path 2 ( 2.0.0 )
+	echo \>=virtual/perl-File-Path-2.0
+	# File::Spec
+	echo virtual/perl-File-Spec
+	# JSON 2 ( 2.0.0 )
+	echo \>=dev-perl/JSON-2.0.0
+	# Test::More
+	echo virtual/perl-Test-Simple
+}
+DEPEND="
+	$(perl_meta_configure)
+	$(perl_meta_build)
+	$(perl_meta_runtime)
+"
+RDEPEND="
+	$(perl_meta_runtime)
+"
+SRC_TEST="do parallel"


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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/HTML-Template-Pro/
@ 2014-12-07 18:06 Kent Fredric
  0 siblings, 0 replies; 8+ messages in thread
From: Kent Fredric @ 2014-12-07 18:06 UTC (permalink / raw
  To: gentoo-commits

commit:     6501696cbfe55e9b74d791d8b4db2093b529356b
Author:     Andreas K. Huettel (dilfridge) <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Dec  7 16:03:01 2014 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun Dec  7 16:03:01 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=6501696c

[cleanup] dev-perl/HTML-Template-Pro moved to main tree

---
 .../HTML-Template-Pro-0.950.800.ebuild             | 40 ----------------------
 .../HTML-Template-Pro-0.950.900.ebuild             | 40 ----------------------
 .../HTML-Template-Pro-0.951.0.ebuild               | 40 ----------------------
 dev-perl/HTML-Template-Pro/metadata.xml            | 14 --------
 4 files changed, 134 deletions(-)

diff --git a/dev-perl/HTML-Template-Pro/HTML-Template-Pro-0.950.800.ebuild b/dev-perl/HTML-Template-Pro/HTML-Template-Pro-0.950.800.ebuild
deleted file mode 100644
index cafa8f4..0000000
--- a/dev-perl/HTML-Template-Pro/HTML-Template-Pro-0.950.800.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=VIY
-MODULE_VERSION=0.9508
-inherit perl-module
-
-DESCRIPTION='Perl/XS module to use HTML Templates from CGI scripts'
-LICENSE=" || ( Artistic GPL-2 LGPL-2 LGPL-3 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-perl_meta_configure() {
-	# ExtUtils::MakeMaker
-	echo virtual/perl-ExtUtils-MakeMaker
-}
-perl_meta_build() {
-	# ExtUtils::MakeMaker
-	echo virtual/perl-ExtUtils-MakeMaker
-}
-perl_meta_runtime() {
-	# File::Path 2 ( 2.0.0 )
-	echo \>=virtual/perl-File-Path-2.0
-	# File::Spec
-	echo virtual/perl-File-Spec
-	# JSON 2 ( 2.0.0 )
-	echo \>=dev-perl/JSON-2.0.0
-	# Test::More
-	echo virtual/perl-Test-Simple
-}
-DEPEND="
-	$(perl_meta_configure)
-	$(perl_meta_build)
-	$(perl_meta_runtime)
-"
-RDEPEND="
-	$(perl_meta_runtime)
-"
-SRC_TEST="do"

diff --git a/dev-perl/HTML-Template-Pro/HTML-Template-Pro-0.950.900.ebuild b/dev-perl/HTML-Template-Pro/HTML-Template-Pro-0.950.900.ebuild
deleted file mode 100644
index 300521a..0000000
--- a/dev-perl/HTML-Template-Pro/HTML-Template-Pro-0.950.900.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=VIY
-MODULE_VERSION=0.9509
-inherit perl-module
-
-DESCRIPTION='Perl/XS module to use HTML Templates from CGI scripts'
-LICENSE=" || ( Artistic GPL-2 LGPL-2 LGPL-3 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-perl_meta_configure() {
-	# ExtUtils::MakeMaker
-	echo virtual/perl-ExtUtils-MakeMaker
-}
-perl_meta_build() {
-	# ExtUtils::MakeMaker
-	echo virtual/perl-ExtUtils-MakeMaker
-}
-perl_meta_runtime() {
-	# File::Path 2 ( 2.0.0 )
-	echo \>=virtual/perl-File-Path-2.0
-	# File::Spec
-	echo virtual/perl-File-Spec
-	# JSON 2 ( 2.0.0 )
-	echo \>=dev-perl/JSON-2.0.0
-	# Test::More
-	echo virtual/perl-Test-Simple
-}
-DEPEND="
-	$(perl_meta_configure)
-	$(perl_meta_build)
-	$(perl_meta_runtime)
-"
-RDEPEND="
-	$(perl_meta_runtime)
-"
-SRC_TEST="do"

diff --git a/dev-perl/HTML-Template-Pro/HTML-Template-Pro-0.951.0.ebuild b/dev-perl/HTML-Template-Pro/HTML-Template-Pro-0.951.0.ebuild
deleted file mode 100644
index 76c8ae8..0000000
--- a/dev-perl/HTML-Template-Pro/HTML-Template-Pro-0.951.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=5
-MODULE_AUTHOR=VIY
-MODULE_VERSION=0.9510
-inherit perl-module
-
-DESCRIPTION='Perl/XS module to use HTML Templates from CGI scripts'
-LICENSE=" || ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-perl_meta_configure() {
-	# ExtUtils::MakeMaker
-	echo virtual/perl-ExtUtils-MakeMaker
-}
-perl_meta_build() {
-	# ExtUtils::MakeMaker
-	echo virtual/perl-ExtUtils-MakeMaker
-}
-perl_meta_runtime() {
-	# File::Path 2 ( 2.0.0 )
-	echo \>=virtual/perl-File-Path-2.0
-	# File::Spec
-	echo virtual/perl-File-Spec
-	# JSON 2 ( 2.0.0 )
-	echo \>=dev-perl/JSON-2.0.0
-	# Test::More
-	echo virtual/perl-Test-Simple
-}
-DEPEND="
-	$(perl_meta_configure)
-	$(perl_meta_build)
-	$(perl_meta_runtime)
-"
-RDEPEND="
-	$(perl_meta_runtime)
-"
-SRC_TEST="do parallel"

diff --git a/dev-perl/HTML-Template-Pro/metadata.xml b/dev-perl/HTML-Template-Pro/metadata.xml
deleted file mode 100644
index 2f96011..0000000
--- a/dev-perl/HTML-Template-Pro/metadata.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-    <herd>perl</herd>
-    <maintainer>
-        <email>dwc@pobox.com</email>
-        <name>Daniel Westermann-Clark</name>
-    </maintainer>
-    <upstream>
-        <remote-id type="cpan">HTML-Template-Pro</remote-id>
-        <remote-id type="cpan-module">HTML::Template::Pro</remote-id>
-        <remote-id type="cpan-module">HTML::Template::Pro::WrapAssociate</remote-id>
-    </upstream>
-</pkgmetadata>


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

end of thread, other threads:[~2014-12-07 18:07 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-27 16:54 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/HTML-Template-Pro/ Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2014-12-07 18:06 Kent Fredric
2013-05-15 22:23 Kent Fredric
2012-06-08 18:42 Kent Fredric
2012-03-04  1:48 Kent Fredric
2012-02-29 12:06 Kent Fredric
2011-07-15 16:15 Kent Fredric
2011-07-15 16:15 Kent Fredric

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