public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Kent Fredric" <kentfredric@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/KiokuDB/
Date: Fri,  8 Jun 2012 18:42:45 +0000 (UTC)	[thread overview]
Message-ID: <1339180167.5580d8e216c072d5d7725c6f68c9f4b26fecc97c.kent@gentoo> (raw)

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

[fix] normalise dep from KiokuDB on JSON

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

---
 dev-perl/KiokuDB/ChangeLog              |    5 +++++
 dev-perl/KiokuDB/KiokuDB-0.420.0.ebuild |    2 +-
 dev-perl/KiokuDB/KiokuDB-0.480.0.ebuild |    2 +-
 dev-perl/KiokuDB/KiokuDB-0.490.0.ebuild |    2 +-
 dev-perl/KiokuDB/KiokuDB-0.510.0.ebuild |    2 +-
 dev-perl/KiokuDB/KiokuDB-0.520.0.ebuild |    2 +-
 6 files changed, 10 insertions(+), 5 deletions(-)

diff --git a/dev-perl/KiokuDB/ChangeLog b/dev-perl/KiokuDB/ChangeLog
index 7a2fa61..2323d85 100644
--- a/dev-perl/KiokuDB/ChangeLog
+++ b/dev-perl/KiokuDB/ChangeLog
@@ -2,6 +2,11 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  08 Jun 2012; Kent Fredric <kentfredric@gmail.com> KiokuDB-0.420.0.ebuild,
+  KiokuDB-0.480.0.ebuild, KiokuDB-0.490.0.ebuild, KiokuDB-0.510.0.ebuild,
+  KiokuDB-0.520.0.ebuild:
+  Normalize dep on JSON
+
   08 Apr 2012; Kent Fredric <kentfredric@gmail.com> -KiokuDB-0.500.0.ebuild:
   Gone on CPAN
 

diff --git a/dev-perl/KiokuDB/KiokuDB-0.420.0.ebuild b/dev-perl/KiokuDB/KiokuDB-0.420.0.ebuild
index b7195c3..c3e5f83 100644
--- a/dev-perl/KiokuDB/KiokuDB-0.420.0.ebuild
+++ b/dev-perl/KiokuDB/KiokuDB-0.420.0.ebuild
@@ -35,7 +35,7 @@ COMMON_DEPEND="
 	dev-perl/Test-Exception
 	virtual/perl-Test-Simple
 	>=dev-perl/Search-GIN-0.30.0
-	>=dev-perl/JSON-2.12
+	>=dev-perl/JSON-2.120.0
 	>=dev-perl/JSON-XS-2.2.3.1
 	>=dev-perl/YAML-LibYAML-0.300.0
 	virtual/perl-Storable

diff --git a/dev-perl/KiokuDB/KiokuDB-0.480.0.ebuild b/dev-perl/KiokuDB/KiokuDB-0.480.0.ebuild
index bcfd975..9f0dd5b 100644
--- a/dev-perl/KiokuDB/KiokuDB-0.480.0.ebuild
+++ b/dev-perl/KiokuDB/KiokuDB-0.480.0.ebuild
@@ -17,7 +17,7 @@ COMMON_DEPEND="
 	|| ( >=dev-perl/Moose-1.990 >=dev-perl/Class-MOP-0.94 )
 	>=dev-perl/Data-Stream-Bulk-0.07
 	>=dev-perl/Data-Visitor-0.24
-	>=dev-perl/JSON-2.12
+	>=dev-perl/JSON-2.120.0
 	>=dev-perl/JSON-XS-2.2.3.1
 	>=dev-perl/Moose-0.92
 	>=dev-perl/MooseX-Clone-0.04

diff --git a/dev-perl/KiokuDB/KiokuDB-0.490.0.ebuild b/dev-perl/KiokuDB/KiokuDB-0.490.0.ebuild
index 874efcc..56f08d4 100644
--- a/dev-perl/KiokuDB/KiokuDB-0.490.0.ebuild
+++ b/dev-perl/KiokuDB/KiokuDB-0.490.0.ebuild
@@ -17,7 +17,7 @@ COMMON_DEPEND="
 	|| ( >=dev-perl/Moose-1.990 >=dev-perl/Class-MOP-0.94 )
 	>=dev-perl/Data-Stream-Bulk-0.07
 	>=dev-perl/Data-Visitor-0.24
-	>=dev-perl/JSON-2.12
+	>=dev-perl/JSON-2.120.0
 	>=dev-perl/JSON-XS-2.2.3.1
 	>=dev-perl/Moose-0.92
 	>=dev-perl/MooseX-Clone-0.04

diff --git a/dev-perl/KiokuDB/KiokuDB-0.510.0.ebuild b/dev-perl/KiokuDB/KiokuDB-0.510.0.ebuild
index 74688d7..2f97ac6 100644
--- a/dev-perl/KiokuDB/KiokuDB-0.510.0.ebuild
+++ b/dev-perl/KiokuDB/KiokuDB-0.510.0.ebuild
@@ -19,7 +19,7 @@ COMMON_DEPEND="
 	|| ( >=dev-perl/Moose-1.990 dev-perl/Class-MOP )
 	>=dev-perl/Data-Stream-Bulk-0.08
 	>=dev-perl/Data-Visitor-0.24
-	>=dev-perl/JSON-2.12
+	>=dev-perl/JSON-2.120.0
 	>=dev-perl/JSON-XS-2.2.3.1
 	>=dev-perl/Moose-1.17
 	>=dev-perl/MooseX-Clone-0.04

diff --git a/dev-perl/KiokuDB/KiokuDB-0.520.0.ebuild b/dev-perl/KiokuDB/KiokuDB-0.520.0.ebuild
index b2747b8..409a13f 100644
--- a/dev-perl/KiokuDB/KiokuDB-0.520.0.ebuild
+++ b/dev-perl/KiokuDB/KiokuDB-0.520.0.ebuild
@@ -19,7 +19,7 @@ COMMON_DEPEND="
 	|| ( >=dev-perl/Moose-1.990 dev-perl/Class-MOP )
 	>=dev-perl/Data-Stream-Bulk-0.08
 	>=dev-perl/Data-Visitor-0.24
-	>=dev-perl/JSON-2.12
+	>=dev-perl/JSON-2.120.0
 	>=dev-perl/JSON-XS-2.2.3.1
 	>=dev-perl/Moose-1.17
 	>=dev-perl/MooseX-Clone-0.04



             reply	other threads:[~2012-06-08 18:44 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-06-08 18:42 Kent Fredric [this message]
  -- strict thread matches above, loose matches on Subject: below --
2015-06-13 15:21 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/KiokuDB/ Kent Fredric
2015-06-05 13:45 Kent Fredric
2015-03-26 22:05 Kent Fredric
2013-05-03  7:51 Kent Fredric
2013-05-03  4:12 Kent Fredric
2013-04-28 22:52 Kent Fredric
2012-04-08 10:51 Kent Fredric
2012-02-27 21:01 Kent Fredric
2011-07-15 16:15 Kent Fredric
2011-07-15 16:15 Kent Fredric
2011-04-05 18:16 Kent Fredric
2011-04-04  0:10 Kent Fredric
2011-04-01 12:34 Torsten Veller
2011-03-10 22:20 Kent Fredric

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1339180167.5580d8e216c072d5d7725c6f68c9f4b26fecc97c.kent@gentoo \
    --to=kentfredric@gmail.com \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox