public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Template-Plugin-JSON/
@ 2012-06-08 18:42 Kent Fredric
  0 siblings, 0 replies; 5+ messages in thread
From: Kent Fredric @ 2012-06-08 18:42 UTC (permalink / raw
  To: gentoo-commits

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

[fix] normalise dep from Template-Plugin-JSON on JSON

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

---
 dev-perl/Template-Plugin-JSON/ChangeLog            |    6 +++++-
 .../Template-Plugin-JSON-0.05.ebuild               |    4 ++--
 .../Template-Plugin-JSON-0.06.ebuild               |    4 ++--
 3 files changed, 9 insertions(+), 5 deletions(-)

diff --git a/dev-perl/Template-Plugin-JSON/ChangeLog b/dev-perl/Template-Plugin-JSON/ChangeLog
index 87966d1..684fd7d 100644
--- a/dev-perl/Template-Plugin-JSON/ChangeLog
+++ b/dev-perl/Template-Plugin-JSON/ChangeLog
@@ -1,7 +1,11 @@
 # ChangeLog for dev-perl/Template-Plugin-JSON
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  08 Jun 2012; Kent Fredric <kentfredric@gmail.com>
+  Template-Plugin-JSON-0.05.ebuild, Template-Plugin-JSON-0.06.ebuild:
+  Normalize dep on JSON
+
 *Template-Plugin-JSON-0.06 (29 Apr 2010)
 
   29 Apr 2010; Torsten Veller <tove@gentoo.org>

diff --git a/dev-perl/Template-Plugin-JSON/Template-Plugin-JSON-0.05.ebuild b/dev-perl/Template-Plugin-JSON/Template-Plugin-JSON-0.05.ebuild
index 05f5717..d953807 100644
--- a/dev-perl/Template-Plugin-JSON/Template-Plugin-JSON-0.05.ebuild
+++ b/dev-perl/Template-Plugin-JSON/Template-Plugin-JSON-0.05.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
@@ -17,5 +17,5 @@ DEPEND="
 	dev-perl/Mouse
 	>=dev-perl/Template-Toolkit-2.20
 	dev-perl/Test-use-ok
-	>=dev-perl/JSON-2.12
+	>=dev-perl/JSON-2.120.0
 "

diff --git a/dev-perl/Template-Plugin-JSON/Template-Plugin-JSON-0.06.ebuild b/dev-perl/Template-Plugin-JSON/Template-Plugin-JSON-0.06.ebuild
index 7706753..d97a9d4 100644
--- a/dev-perl/Template-Plugin-JSON/Template-Plugin-JSON-0.06.ebuild
+++ b/dev-perl/Template-Plugin-JSON/Template-Plugin-JSON-0.06.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
@@ -15,7 +15,7 @@ IUSE="test"
 
 RDEPEND="dev-perl/Moose
 	>=dev-perl/Template-Toolkit-2.20
-	>=dev-perl/JSON-2.12"
+	>=dev-perl/JSON-2.120.0"
 DEPEND="${RDEPEND}
 	test? ( dev-perl/Test-use-ok )"
 



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

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

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

[fixdep] Template-Plugin-JSON -> Template-Toolkit ( normalize )

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

---
 dev-perl/Template-Plugin-JSON/ChangeLog            |    7 ++++++-
 .../Template-Plugin-JSON-0.04.ebuild               |    4 ++--
 .../Template-Plugin-JSON-0.05.ebuild               |    4 ++--
 .../Template-Plugin-JSON-0.06.ebuild               |    4 ++--
 4 files changed, 12 insertions(+), 7 deletions(-)

diff --git a/dev-perl/Template-Plugin-JSON/ChangeLog b/dev-perl/Template-Plugin-JSON/ChangeLog
index 684fd7d..c5d8092 100644
--- a/dev-perl/Template-Plugin-JSON/ChangeLog
+++ b/dev-perl/Template-Plugin-JSON/ChangeLog
@@ -1,7 +1,12 @@
 # ChangeLog for dev-perl/Template-Plugin-JSON
-# 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>
+  Template-Plugin-JSON-0.04.ebuild, Template-Plugin-JSON-0.05.ebuild,
+  Template-Plugin-JSON-0.06.ebuild:
+  Fix dependency on Template-Toolkit ( normalize )
+
   08 Jun 2012; Kent Fredric <kentfredric@gmail.com>
   Template-Plugin-JSON-0.05.ebuild, Template-Plugin-JSON-0.06.ebuild:
   Normalize dep on JSON

diff --git a/dev-perl/Template-Plugin-JSON/Template-Plugin-JSON-0.04.ebuild b/dev-perl/Template-Plugin-JSON/Template-Plugin-JSON-0.04.ebuild
index eab41e8..81c7f53 100644
--- a/dev-perl/Template-Plugin-JSON/Template-Plugin-JSON-0.04.ebuild
+++ b/dev-perl/Template-Plugin-JSON/Template-Plugin-JSON-0.04.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
@@ -14,7 +14,7 @@ KEYWORDS="~amd64 ~x86"
 
 IUSE=""
 DEPEND="
-	>=dev-perl/Template-Toolkit-2.20
+	>=dev-perl/Template-Toolkit-2.200.0
 	dev-perl/Mouse
 	dev-perl/Test-use-ok
 	dev-perl/JSON

diff --git a/dev-perl/Template-Plugin-JSON/Template-Plugin-JSON-0.05.ebuild b/dev-perl/Template-Plugin-JSON/Template-Plugin-JSON-0.05.ebuild
index d953807..d561d1f 100644
--- a/dev-perl/Template-Plugin-JSON/Template-Plugin-JSON-0.05.ebuild
+++ b/dev-perl/Template-Plugin-JSON/Template-Plugin-JSON-0.05.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: $
 
@@ -15,7 +15,7 @@ KEYWORDS="~amd64 ~x86"
 IUSE=""
 DEPEND="
 	dev-perl/Mouse
-	>=dev-perl/Template-Toolkit-2.20
+	>=dev-perl/Template-Toolkit-2.200.0
 	dev-perl/Test-use-ok
 	>=dev-perl/JSON-2.120.0
 "

diff --git a/dev-perl/Template-Plugin-JSON/Template-Plugin-JSON-0.06.ebuild b/dev-perl/Template-Plugin-JSON/Template-Plugin-JSON-0.06.ebuild
index d97a9d4..93fe67f 100644
--- a/dev-perl/Template-Plugin-JSON/Template-Plugin-JSON-0.06.ebuild
+++ b/dev-perl/Template-Plugin-JSON/Template-Plugin-JSON-0.06.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,7 +14,7 @@ KEYWORDS="~amd64 ~x86"
 IUSE="test"
 
 RDEPEND="dev-perl/Moose
-	>=dev-perl/Template-Toolkit-2.20
+	>=dev-perl/Template-Toolkit-2.200.0
 	>=dev-perl/JSON-2.120.0"
 DEPEND="${RDEPEND}
 	test? ( dev-perl/Test-use-ok )"


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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Template-Plugin-JSON/
@ 2014-09-05 23:14 Kent Fredric
  0 siblings, 0 replies; 5+ messages in thread
From: Kent Fredric @ 2014-09-05 23:14 UTC (permalink / raw
  To: gentoo-commits

commit:     6459e82ba4c3a8057486fa8215cabf7e6e0785e7
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri Sep  5 21:35:15 2014 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri Sep  5 21:35:15 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=6459e82b

[cleanup] dev-perl/Template-Plugin-JSON Remove old EAPIs

Package-Manager: portage-2.2.10

---
 dev-perl/Template-Plugin-JSON/ChangeLog             |  6 +++++-
 .../Template-Plugin-JSON-0.04.ebuild                | 21 ---------------------
 .../Template-Plugin-JSON-0.05.ebuild                | 21 ---------------------
 3 files changed, 5 insertions(+), 43 deletions(-)

diff --git a/dev-perl/Template-Plugin-JSON/ChangeLog b/dev-perl/Template-Plugin-JSON/ChangeLog
index c5d8092..a8a6f49 100644
--- a/dev-perl/Template-Plugin-JSON/ChangeLog
+++ b/dev-perl/Template-Plugin-JSON/ChangeLog
@@ -1,7 +1,11 @@
 # ChangeLog for dev-perl/Template-Plugin-JSON
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  05 Sep 2014; Kent Fredric <kentfredric@gmail.com>
+  -Template-Plugin-JSON-0.04.ebuild, -Template-Plugin-JSON-0.05.ebuild:
+  Remove old EAPIs
+
   09 Feb 2013; Kent Fredric <kentfredric@gmail.com>
   Template-Plugin-JSON-0.04.ebuild, Template-Plugin-JSON-0.05.ebuild,
   Template-Plugin-JSON-0.06.ebuild:

diff --git a/dev-perl/Template-Plugin-JSON/Template-Plugin-JSON-0.04.ebuild b/dev-perl/Template-Plugin-JSON/Template-Plugin-JSON-0.04.ebuild
deleted file mode 100644
index 81c7f53..0000000
--- a/dev-perl/Template-Plugin-JSON/Template-Plugin-JSON-0.04.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-MODULE_AUTHOR=NUFFIN
-
-inherit perl-module
-
-DESCRIPTION="Encodes text to be safe in JavaScript"
-LICENSE="|| ( Artistic GPL-2 )"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-IUSE=""
-DEPEND="
-	>=dev-perl/Template-Toolkit-2.200.0
-	dev-perl/Mouse
-	dev-perl/Test-use-ok
-	dev-perl/JSON
-"

diff --git a/dev-perl/Template-Plugin-JSON/Template-Plugin-JSON-0.05.ebuild b/dev-perl/Template-Plugin-JSON/Template-Plugin-JSON-0.05.ebuild
deleted file mode 100644
index d561d1f..0000000
--- a/dev-perl/Template-Plugin-JSON/Template-Plugin-JSON-0.05.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-MODULE_AUTHOR=NUFFIN
-
-inherit perl-module
-
-DESCRIPTION="Encodes text to be safe in JavaScript"
-LICENSE="|| ( Artistic GPL-2 )"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-IUSE=""
-DEPEND="
-	dev-perl/Mouse
-	>=dev-perl/Template-Toolkit-2.200.0
-	dev-perl/Test-use-ok
-	>=dev-perl/JSON-2.120.0
-"


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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Template-Plugin-JSON/
@ 2014-09-05 23:14 Kent Fredric
  0 siblings, 0 replies; 5+ messages in thread
From: Kent Fredric @ 2014-09-05 23:14 UTC (permalink / raw
  To: gentoo-commits

commit:     95989be01e8792c70518c5491f025955e990c709
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri Sep  5 21:40:57 2014 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri Sep  5 21:42:26 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=95989be0

[fixup] dev-perl/Template-Plugin-JSON EAPI5, Normalise, fixup deps

Package-Manager: portage-2.2.10

---
 dev-perl/Template-Plugin-JSON/ChangeLog                  |  7 +++++++
 ...ON-0.06.ebuild => Template-Plugin-JSON-0.60.0.ebuild} | 16 ++++++++++------
 dev-perl/Template-Plugin-JSON/metadata.xml               |  5 ++++-
 3 files changed, 21 insertions(+), 7 deletions(-)

diff --git a/dev-perl/Template-Plugin-JSON/ChangeLog b/dev-perl/Template-Plugin-JSON/ChangeLog
index a8a6f49..764cfd3 100644
--- a/dev-perl/Template-Plugin-JSON/ChangeLog
+++ b/dev-perl/Template-Plugin-JSON/ChangeLog
@@ -2,6 +2,13 @@
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Template-Plugin-JSON-0.60.0 (05 Sep 2014)
+
+  05 Sep 2014; Kent Fredric <kentfredric@gmail.com>
+  -Template-Plugin-JSON-0.06.ebuild, +Template-Plugin-JSON-0.60.0.ebuild,
+  metadata.xml:
+  EAPI5, Normalise, fixup deps
+
   05 Sep 2014; Kent Fredric <kentfredric@gmail.com>
   -Template-Plugin-JSON-0.04.ebuild, -Template-Plugin-JSON-0.05.ebuild:
   Remove old EAPIs

diff --git a/dev-perl/Template-Plugin-JSON/Template-Plugin-JSON-0.06.ebuild b/dev-perl/Template-Plugin-JSON/Template-Plugin-JSON-0.60.0.ebuild
similarity index 58%
rename from dev-perl/Template-Plugin-JSON/Template-Plugin-JSON-0.06.ebuild
rename to dev-perl/Template-Plugin-JSON/Template-Plugin-JSON-0.60.0.ebuild
index 93fe67f..a63850a 100644
--- a/dev-perl/Template-Plugin-JSON/Template-Plugin-JSON-0.06.ebuild
+++ b/dev-perl/Template-Plugin-JSON/Template-Plugin-JSON-0.60.0.ebuild
@@ -1,22 +1,26 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI=3
+EAPI=5
 
 MODULE_AUTHOR=NUFFIN
+MODULE_VERSION=0.06
 inherit perl-module
 
 DESCRIPTION="Encodes text to be safe in JavaScript"
 
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="test"
+IUSE="test recommended"
 
 RDEPEND="dev-perl/Moose
 	>=dev-perl/Template-Toolkit-2.200.0
-	>=dev-perl/JSON-2.120.0"
+	>=dev-perl/JSON-2.120.0
+	recommended? ( dev-perl/JSON-XS )"
 DEPEND="${RDEPEND}
-	test? ( dev-perl/Test-use-ok )"
-
+	test? (
+		virtual/perl-Test-Simple
+		dev-perl/Test-use-ok
+	)"
 SRC_TEST=do

diff --git a/dev-perl/Template-Plugin-JSON/metadata.xml b/dev-perl/Template-Plugin-JSON/metadata.xml
index 81cc221..7bae68e 100644
--- a/dev-perl/Template-Plugin-JSON/metadata.xml
+++ b/dev-perl/Template-Plugin-JSON/metadata.xml
@@ -9,5 +9,8 @@
     <upstream>
         <remote-id type="cpan">Template-Plugin-JSON</remote-id>
         <remote-id type="cpan-module">Template::Plugin::JSON</remote-id>
-    </upstream>
+	</upstream>
+	<use>
+		<flag name="recommended">Install JSON::XS for faster performance</flag>
+	</use>
 </pkgmetadata>


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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Template-Plugin-JSON/
@ 2015-06-07 19:48 Kent Fredric
  0 siblings, 0 replies; 5+ messages in thread
From: Kent Fredric @ 2015-06-07 19:48 UTC (permalink / raw
  To: gentoo-commits

commit:     1d3c246850a9d4d7788ea8cedad46153d6c0e01d
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Jun  7 19:16:05 2015 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun Jun  7 19:16:05 2015 +0000
URL:        https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=1d3c2468

[fixup] Template-Plugin-JSON: Fixup deps re: Test::use::ok, tweak USE flags

Package-Manager: portage-2.2.17

 ...SON-0.60.0.ebuild => Template-Plugin-JSON-0.60.0-r1.ebuild} | 10 +++++-----
 dev-perl/Template-Plugin-JSON/metadata.xml                     |  3 ---
 2 files changed, 5 insertions(+), 8 deletions(-)

diff --git a/dev-perl/Template-Plugin-JSON/Template-Plugin-JSON-0.60.0.ebuild b/dev-perl/Template-Plugin-JSON/Template-Plugin-JSON-0.60.0-r1.ebuild
similarity index 66%
rename from dev-perl/Template-Plugin-JSON/Template-Plugin-JSON-0.60.0.ebuild
rename to dev-perl/Template-Plugin-JSON/Template-Plugin-JSON-0.60.0-r1.ebuild
index a63850a..bb2d11c 100644
--- a/dev-perl/Template-Plugin-JSON/Template-Plugin-JSON-0.60.0.ebuild
+++ b/dev-perl/Template-Plugin-JSON/Template-Plugin-JSON-0.60.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
@@ -12,15 +12,15 @@ DESCRIPTION="Encodes text to be safe in JavaScript"
 
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="test recommended"
+IUSE="test minimal"
 
 RDEPEND="dev-perl/Moose
 	>=dev-perl/Template-Toolkit-2.200.0
 	>=dev-perl/JSON-2.120.0
-	recommended? ( dev-perl/JSON-XS )"
+	!minimal? ( dev-perl/JSON-XS )"
 DEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
 	test? (
 		virtual/perl-Test-Simple
-		dev-perl/Test-use-ok
+		|| ( >=virtual/perl-Test-Simple-1.1.10 dev-perl/Test-use-ok )
 	)"
-SRC_TEST=do

diff --git a/dev-perl/Template-Plugin-JSON/metadata.xml b/dev-perl/Template-Plugin-JSON/metadata.xml
index 7bae68e..0ee5061 100644
--- a/dev-perl/Template-Plugin-JSON/metadata.xml
+++ b/dev-perl/Template-Plugin-JSON/metadata.xml
@@ -10,7 +10,4 @@
         <remote-id type="cpan">Template-Plugin-JSON</remote-id>
         <remote-id type="cpan-module">Template::Plugin::JSON</remote-id>
 	</upstream>
-	<use>
-		<flag name="recommended">Install JSON::XS for faster performance</flag>
-	</use>
 </pkgmetadata>


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

end of thread, other threads:[~2015-06-07 19:48 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-07 19:48 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Template-Plugin-JSON/ Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2014-09-05 23:14 Kent Fredric
2014-09-05 23:14 Kent Fredric
2013-02-09 19:31 Kent Fredric
2012-06-08 18:42 Kent Fredric

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