public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/CGI-Application-Plugin-JSON/
@ 2011-02-11 18:39 Kent Fredric
  0 siblings, 0 replies; 6+ messages in thread
From: Kent Fredric @ 2011-02-11 18:39 UTC (permalink / raw
  To: gentoo-commits

commit:     26ac2ff6edccd05840d287a5a2a25eda8ff1e3e0
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri Feb 11 18:24:35 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri Feb 11 18:24:35 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=26ac2ff6

[fix] CGI-Application-Plugin-JSON , EAPI, MB

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

---
 .../CGI-Application-Plugin-JSON-1.20.ebuild        |    3 ++-
 dev-perl/CGI-Application-Plugin-JSON/ChangeLog     |    4 ++++
 2 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/dev-perl/CGI-Application-Plugin-JSON/CGI-Application-Plugin-JSON-1.20.ebuild b/dev-perl/CGI-Application-Plugin-JSON/CGI-Application-Plugin-JSON-1.20.ebuild
index 6e84a7b..4da2c7e 100644
--- a/dev-perl/CGI-Application-Plugin-JSON/CGI-Application-Plugin-JSON-1.20.ebuild
+++ b/dev-perl/CGI-Application-Plugin-JSON/CGI-Application-Plugin-JSON-1.20.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
-EAPI=2
+EAPI=3
 MODULE_AUTHOR=WONKO
 MODULE_VERSION="1.02"
 inherit perl-module
@@ -19,6 +19,7 @@ RDEPEND="
 "
 DEPEND="${RDEPEND}
 	>=dev-perl/JSON-2.02
+	virtual/perl-Module-Build
 	test? (
 			virtual/perl-Test-Simple
 	)

diff --git a/dev-perl/CGI-Application-Plugin-JSON/ChangeLog b/dev-perl/CGI-Application-Plugin-JSON/ChangeLog
index 8b014b9..e2e7163 100644
--- a/dev-perl/CGI-Application-Plugin-JSON/ChangeLog
+++ b/dev-perl/CGI-Application-Plugin-JSON/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  11 Feb 2011; Kent Fredric <kentfredric@gmail.com>
+  CGI-Application-Plugin-JSON-1.20.ebuild:
+  EAPI=3, MB dep
+
 *CGI-Application-Plugin-JSON-1.20 (11 Feb 2011)
 
   11 Feb 2011; Kent Fredric <kentfredric@gmail.com>



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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/CGI-Application-Plugin-JSON/
@ 2011-02-11 18:39 Kent Fredric
  0 siblings, 0 replies; 6+ messages in thread
From: Kent Fredric @ 2011-02-11 18:39 UTC (permalink / raw
  To: gentoo-commits

commit:     d1d6f01692fc3619cda4c0ca2453dd5a6effb1f7
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri Feb 11 18:23:41 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri Feb 11 18:23:41 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=d1d6f016

[migrate] CGI-Application-Plugin-JSON

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

---
 ...ild => CGI-Application-Plugin-JSON-1.20.ebuild} |    3 ++-
 dev-perl/CGI-Application-Plugin-JSON/ChangeLog     |    9 ++++++++-
 2 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/dev-perl/CGI-Application-Plugin-JSON/CGI-Application-Plugin-JSON-1.02.ebuild b/dev-perl/CGI-Application-Plugin-JSON/CGI-Application-Plugin-JSON-1.20.ebuild
similarity index 87%
rename from dev-perl/CGI-Application-Plugin-JSON/CGI-Application-Plugin-JSON-1.02.ebuild
rename to dev-perl/CGI-Application-Plugin-JSON/CGI-Application-Plugin-JSON-1.20.ebuild
index 739be04..6e84a7b 100644
--- a/dev-perl/CGI-Application-Plugin-JSON/CGI-Application-Plugin-JSON-1.02.ebuild
+++ b/dev-perl/CGI-Application-Plugin-JSON/CGI-Application-Plugin-JSON-1.20.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 EAPI=2
 MODULE_AUTHOR=WONKO
+MODULE_VERSION="1.02"
 inherit perl-module
 
 DESCRIPTION="Easy manipulation of JSON headers"

diff --git a/dev-perl/CGI-Application-Plugin-JSON/ChangeLog b/dev-perl/CGI-Application-Plugin-JSON/ChangeLog
index 0559706..8b014b9 100644
--- a/dev-perl/CGI-Application-Plugin-JSON/ChangeLog
+++ b/dev-perl/CGI-Application-Plugin-JSON/ChangeLog
@@ -1,7 +1,14 @@
 # ChangeLog for dev-perl/CGI-Application-Plugin-JSON
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*CGI-Application-Plugin-JSON-1.20 (11 Feb 2011)
+
+  11 Feb 2011; Kent Fredric <kentfredric@gmail.com>
+  -CGI-Application-Plugin-JSON-1.02.ebuild,
+  +CGI-Application-Plugin-JSON-1.20.ebuild:
+  Migrate to new vscheme
+
   03 Jun 2010; Kent Fredric <kentfredric@gmail.com>
   -CGI-Application-Plugin-JSON-1.01.ebuild:
   Removed, gone on CPAN. Fixed (C)



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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/CGI-Application-Plugin-JSON/
@ 2011-06-28  5:09 Kent Fredric
  0 siblings, 0 replies; 6+ messages in thread
From: Kent Fredric @ 2011-06-28  5:09 UTC (permalink / raw
  To: gentoo-commits

commit:     5a1bc59fea4cd1ef801e489cc1d95189930e2f4d
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Mon Jun 27 02:34:48 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Mon Jun 27 02:34:48 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=5a1bc59f

[addzero] CGI-Application-Plugin-JSON

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

---
 ...d => CGI-Application-Plugin-JSON-1.20.0.ebuild} |    0
 dev-perl/CGI-Application-Plugin-JSON/ChangeLog     |    7 +++++++
 2 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/dev-perl/CGI-Application-Plugin-JSON/CGI-Application-Plugin-JSON-1.20.ebuild b/dev-perl/CGI-Application-Plugin-JSON/CGI-Application-Plugin-JSON-1.20.0.ebuild
similarity index 100%
rename from dev-perl/CGI-Application-Plugin-JSON/CGI-Application-Plugin-JSON-1.20.ebuild
rename to dev-perl/CGI-Application-Plugin-JSON/CGI-Application-Plugin-JSON-1.20.0.ebuild

diff --git a/dev-perl/CGI-Application-Plugin-JSON/ChangeLog b/dev-perl/CGI-Application-Plugin-JSON/ChangeLog
index e2e7163..aec03b6 100644
--- a/dev-perl/CGI-Application-Plugin-JSON/ChangeLog
+++ b/dev-perl/CGI-Application-Plugin-JSON/ChangeLog
@@ -2,6 +2,13 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*CGI-Application-Plugin-JSON-1.20.0 (27 Jun 2011)
+
+  27 Jun 2011; Kent Fredric <kentfredric@gmail.com>
+  -CGI-Application-Plugin-JSON-1.20.ebuild,
+  +CGI-Application-Plugin-JSON-1.20.0.ebuild:
+  Add Zero
+
   11 Feb 2011; Kent Fredric <kentfredric@gmail.com>
   CGI-Application-Plugin-JSON-1.20.ebuild:
   EAPI=3, MB dep



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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/CGI-Application-Plugin-JSON/
@ 2011-06-28  5:09 Kent Fredric
  0 siblings, 0 replies; 6+ messages in thread
From: Kent Fredric @ 2011-06-28  5:09 UTC (permalink / raw
  To: gentoo-commits

commit:     f2e649ba33b58a4d2cdefaf4873260ad278a5551
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Mon Jun 27 02:37:29 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Mon Jun 27 02:37:29 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=f2e649ba

[fixdep] CGI-Application-Plugin-JSON -> CGI-Application

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

---
 .../CGI-Application-Plugin-JSON-1.20.0.ebuild      |    7 ++++---
 dev-perl/CGI-Application-Plugin-JSON/ChangeLog     |    4 ++++
 2 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/dev-perl/CGI-Application-Plugin-JSON/CGI-Application-Plugin-JSON-1.20.0.ebuild b/dev-perl/CGI-Application-Plugin-JSON/CGI-Application-Plugin-JSON-1.20.0.ebuild
index 4da2c7e..95cdce3 100644
--- a/dev-perl/CGI-Application-Plugin-JSON/CGI-Application-Plugin-JSON-1.20.0.ebuild
+++ b/dev-perl/CGI-Application-Plugin-JSON/CGI-Application-Plugin-JSON-1.20.0.ebuild
@@ -13,12 +13,13 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
 IUSE="test"
+comment() { echo ''; }
 RDEPEND="
-	>=dev-perl/CGI-Application-4.00
-	>=dev-perl/JSON-Any-1.14
+	>=dev-perl/CGI-Application-4.0.0
+	>=dev-perl/JSON-Any-1.14 $(comment 1.140.0)
 "
 DEPEND="${RDEPEND}
-	>=dev-perl/JSON-2.02
+	>=dev-perl/JSON-2.02 $(comment 2.20.0)
 	virtual/perl-Module-Build
 	test? (
 			virtual/perl-Test-Simple

diff --git a/dev-perl/CGI-Application-Plugin-JSON/ChangeLog b/dev-perl/CGI-Application-Plugin-JSON/ChangeLog
index aec03b6..ab437ee 100644
--- a/dev-perl/CGI-Application-Plugin-JSON/ChangeLog
+++ b/dev-perl/CGI-Application-Plugin-JSON/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  27 Jun 2011; Kent Fredric <kentfredric@gmail.com>
+  CGI-Application-Plugin-JSON-1.20.0.ebuild:
+  Fixdep CGI-Application
+
 *CGI-Application-Plugin-JSON-1.20.0 (27 Jun 2011)
 
   27 Jun 2011; Kent Fredric <kentfredric@gmail.com>



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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/CGI-Application-Plugin-JSON/
@ 2013-04-28 22:52 Kent Fredric
  0 siblings, 0 replies; 6+ messages in thread
From: Kent Fredric @ 2013-04-28 22:52 UTC (permalink / raw
  To: gentoo-commits

commit:     25ddf50b96fa3443552fbcd53431f6b75c58d9b8
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Apr 28 22:40:56 2013 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun Apr 28 22:40:56 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=25ddf50b

[fixdep] CGI-Application-Plugin-JSON -> JSON-Any ( normalize )

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

---
 .../CGI-Application-Plugin-JSON-1.20.0.ebuild      |    4 ++--
 dev-perl/CGI-Application-Plugin-JSON/ChangeLog     |    6 +++++-
 2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/dev-perl/CGI-Application-Plugin-JSON/CGI-Application-Plugin-JSON-1.20.0.ebuild b/dev-perl/CGI-Application-Plugin-JSON/CGI-Application-Plugin-JSON-1.20.0.ebuild
index df9a208..3621d7c 100644
--- a/dev-perl/CGI-Application-Plugin-JSON/CGI-Application-Plugin-JSON-1.20.0.ebuild
+++ b/dev-perl/CGI-Application-Plugin-JSON/CGI-Application-Plugin-JSON-1.20.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=3
@@ -16,7 +16,7 @@ IUSE="test"
 comment() { echo ''; }
 RDEPEND="
 	>=dev-perl/CGI-Application-4.0.0
-	>=dev-perl/JSON-Any-1.14 $(comment 1.140.0)
+	>=dev-perl/JSON-Any-1.140.0
 "
 DEPEND="${RDEPEND}
 	>=dev-perl/JSON-2.20.0

diff --git a/dev-perl/CGI-Application-Plugin-JSON/ChangeLog b/dev-perl/CGI-Application-Plugin-JSON/ChangeLog
index d9bc3fb..8d03eb1 100644
--- a/dev-perl/CGI-Application-Plugin-JSON/ChangeLog
+++ b/dev-perl/CGI-Application-Plugin-JSON/ChangeLog
@@ -1,7 +1,11 @@
 # ChangeLog for dev-perl/CGI-Application-Plugin-JSON
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  28 Apr 2013; Kent Fredric <kentfredric@gmail.com>
+  CGI-Application-Plugin-JSON-1.20.0.ebuild:
+  Fix dependency on JSON-Any ( normalize )
+
   08 Jun 2012; Kent Fredric <kentfredric@gmail.com>
   CGI-Application-Plugin-JSON-1.20.0.ebuild:
   Normalise dep on JSON


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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/CGI-Application-Plugin-JSON/
@ 2015-06-14 16:30 Kent Fredric
  0 siblings, 0 replies; 6+ messages in thread
From: Kent Fredric @ 2015-06-14 16:30 UTC (permalink / raw
  To: gentoo-commits

commit:     75adae8d499bb215ace6d8bede79908756a3eb52
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Jun 14 16:13:03 2015 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun Jun 14 16:13:03 2015 +0000
URL:        https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=75adae8d

[fixup] CGI-Application-Plugin-JSON:  Module::Build is no longer part of core Perl and has been moved to dev-perl

Package-Manager: portage-2.2.17

 .../CGI-Application-Plugin-JSON-1.20.0.ebuild                         | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/CGI-Application-Plugin-JSON/CGI-Application-Plugin-JSON-1.20.0.ebuild b/dev-perl/CGI-Application-Plugin-JSON/CGI-Application-Plugin-JSON-1.20.0.ebuild
index 3621d7c..624037b 100644
--- a/dev-perl/CGI-Application-Plugin-JSON/CGI-Application-Plugin-JSON-1.20.0.ebuild
+++ b/dev-perl/CGI-Application-Plugin-JSON/CGI-Application-Plugin-JSON-1.20.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 EAPI=3
@@ -20,7 +20,7 @@ RDEPEND="
 "
 DEPEND="${RDEPEND}
 	>=dev-perl/JSON-2.20.0
-	virtual/perl-Module-Build
+	dev-perl/Module-Build
 	test? (
 			virtual/perl-Test-Simple
 	)


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

end of thread, other threads:[~2015-06-14 16:30 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-28  5:09 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/CGI-Application-Plugin-JSON/ Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2015-06-14 16:30 Kent Fredric
2013-04-28 22:52 Kent Fredric
2011-06-28  5:09 Kent Fredric
2011-02-11 18:39 Kent Fredric
2011-02-11 18:39 Kent Fredric

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