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 1PnxvP-000116-Ir for garchives@archives.gentoo.org; Fri, 11 Feb 2011 18:40:59 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0981E1C073; Fri, 11 Feb 2011 18:39:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id CED3B1C074 for ; Fri, 11 Feb 2011 18:39:47 +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 695121BC019 for ; Fri, 11 Feb 2011 18:39:47 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 82B668007A for ; Fri, 11 Feb 2011 18:39:46 +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: <26ac2ff6edccd05840d287a5a2a25eda8ff1e3e0.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/CGI-Application-Plugin-JSON/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/CGI-Application-Plugin-JSON/CGI-Application-Plugin-JSON-1.20.ebuild dev-perl/CGI-Application-Plugin-JSON/ChangeLog X-VCS-Directories: dev-perl/CGI-Application-Plugin-JSON/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 26ac2ff6edccd05840d287a5a2a25eda8ff1e3e0 Date: Fri, 11 Feb 2011 18:39:46 +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: 60d8ef63b22ee5d241bfaae945e2ef85 commit: 26ac2ff6edccd05840d287a5a2a25eda8ff1e3e0 Author: Kent Fredric gmail com> AuthorDate: Fri Feb 11 18:24:35 2011 +0000 Commit: Kent Fredric gmail com> CommitDate: Fri Feb 11 18:24:35 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/perl-overlay.= git;a=3Dcommit;h=3D26ac2ff6 [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-P= lugin-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=3D2 +EAPI=3D3 MODULE_AUTHOR=3DWONKO MODULE_VERSION=3D"1.02" inherit perl-module @@ -19,6 +19,7 @@ RDEPEND=3D" " DEPEND=3D"${RDEPEND} >=3Ddev-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/CG= I-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: $ =20 + 11 Feb 2011; Kent Fredric + CGI-Application-Plugin-JSON-1.20.ebuild: + EAPI=3D3, MB dep + *CGI-Application-Plugin-JSON-1.20 (11 Feb 2011) =20 11 Feb 2011; Kent Fredric