From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QDe5o-0000Hz-QJ for garchives@archives.gentoo.org; Sat, 23 Apr 2011 14:45:53 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1EFC81C021; Sat, 23 Apr 2011 14:45:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id C67371C018 for ; Sat, 23 Apr 2011 14:45:40 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 181B71B402A for ; Sat, 23 Apr 2011 14:45:40 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id BA14780378 for ; Sat, 23 Apr 2011 14:45:33 +0000 (UTC) From: "Kent Fredric" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kent Fredric" Message-ID: <49c0d8cdedd8accd537755122cf07a2041165406.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Config-JSON/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/Config-JSON/ChangeLog dev-perl/Config-JSON/Config-JSON-1.500.0.ebuild dev-perl/Config-JSON/Config-JSON-1.5000.ebuild dev-perl/Config-JSON/Config-JSON-1.510.0.ebuild dev-perl/Config-JSON/Config-JSON-1.5100.ebuild X-VCS-Directories: dev-perl/Config-JSON/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 49c0d8cdedd8accd537755122cf07a2041165406 Date: Sat, 23 Apr 2011 14:45:33 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 431f9abb7912d50531a3017c1309fbec Message-ID: <20110423144533.QSH1RxIMT0u0FKQ7JisWSVJKJ4OD4iEvqKv3gpUbdGU@z> commit: 49c0d8cdedd8accd537755122cf07a2041165406 Author: Kent Fredric gmail com> AuthorDate: Sat Apr 23 14:24:19 2011 +0000 Commit: Kent Fredric gmail com> CommitDate: Sat Apr 23 14:24:19 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/perl-overlay.= git;a=3Dcommit;h=3D49c0d8cd [migrate] Config-JSON (Portage version: 2.2.0_alpha30/git/Linux x86_64, signed Manifest commit = with key 0A0CB301) --- dev-perl/Config-JSON/ChangeLog | 8 ++++++++ ...ON-1.5000.ebuild =3D> Config-JSON-1.500.0.ebuild} | 3 ++- ...ON-1.5100.ebuild =3D> Config-JSON-1.510.0.ebuild} | 1 + 3 files changed, 11 insertions(+), 1 deletions(-) diff --git a/dev-perl/Config-JSON/ChangeLog b/dev-perl/Config-JSON/Change= Log index 77ff887..d9adc15 100644 --- a/dev-perl/Config-JSON/ChangeLog +++ b/dev-perl/Config-JSON/ChangeLog @@ -2,6 +2,14 @@ # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ =20 +*Config-JSON-1.510.0 (23 Apr 2011) +*Config-JSON-1.500.0 (23 Apr 2011) + + 23 Apr 2011; Kent Fredric + +Config-JSON-1.500.0.ebuild, +Config-JSON-1.510.0.ebuild, + -Config-JSON-1.5000.ebuild, -Config-JSON-1.5100.ebuild: + Migrate to x.y.z + *Config-JSON-1.5100 (08 Jan 2011) =20 08 Jan 2011; Kent Fredric +Config-JSON-1.5100.= ebuild: diff --git a/dev-perl/Config-JSON/Config-JSON-1.5000.ebuild b/dev-perl/Co= nfig-JSON/Config-JSON-1.500.0.ebuild similarity index 88% rename from dev-perl/Config-JSON/Config-JSON-1.5000.ebuild rename to dev-perl/Config-JSON/Config-JSON-1.500.0.ebuild index a41fc9c..79c60f0 100644 --- a/dev-perl/Config-JSON/Config-JSON-1.5000.ebuild +++ b/dev-perl/Config-JSON/Config-JSON-1.500.0.ebuild @@ -1,10 +1,11 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ =20 EAPI=3D"2" =20 MODULE_AUTHOR=3D"RIZEN" +MODULE_VERSION=3D"1.5000" inherit perl-module =20 DESCRIPTION=3D"A JSON based config file system." diff --git a/dev-perl/Config-JSON/Config-JSON-1.5100.ebuild b/dev-perl/Co= nfig-JSON/Config-JSON-1.510.0.ebuild similarity index 95% rename from dev-perl/Config-JSON/Config-JSON-1.5100.ebuild rename to dev-perl/Config-JSON/Config-JSON-1.510.0.ebuild index 277edf9..8520938 100644 --- a/dev-perl/Config-JSON/Config-JSON-1.5100.ebuild +++ b/dev-perl/Config-JSON/Config-JSON-1.510.0.ebuild @@ -5,6 +5,7 @@ EAPI=3D"3" =20 MODULE_AUTHOR=3D"RIZEN" +MODULE_VERSION=3D"1.5100" inherit perl-module =20 DESCRIPTION=3D"A JSON based config file system."