From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 011211395E4 for ; Sat, 5 Nov 2016 09:47:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5A71FE0C28; Sat, 5 Nov 2016 09:47:02 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 310EBE0C28 for ; Sat, 5 Nov 2016 09:47:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0322034161D for ; Sat, 5 Nov 2016 09:47:01 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 29C1724B0 for ; Sat, 5 Nov 2016 09:46:59 +0000 (UTC) From: "Kent Fredric" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kent Fredric" Message-ID: <1478339191.782006012822333ba18def06dda3553841e1801b.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/JSON-Parse/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/JSON-Parse/JSON-Parse-0.420.0.ebuild dev-perl/JSON-Parse/Manifest dev-perl/JSON-Parse/metadata.xml X-VCS-Directories: dev-perl/JSON-Parse/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 782006012822333ba18def06dda3553841e1801b X-VCS-Branch: master Date: Sat, 5 Nov 2016 09:46:59 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 27b9663c-1489-4542-8719-4bd337d66f6d X-Archives-Hash: 29b898c3aa264ebb4f80a2aed031884b commit: 782006012822333ba18def06dda3553841e1801b Author: Kent Fredric gentoo org> AuthorDate: Sat Nov 5 07:45:33 2016 +0000 Commit: Kent Fredric gentoo org> CommitDate: Sat Nov 5 09:46:31 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78200601 dev-perl/JSON-Parse: Added at version 0.420.0 Required by newer Google-Ads-Adwords-Client Package-Manager: portage-2.3.2 dev-perl/JSON-Parse/JSON-Parse-0.420.0.ebuild | 25 +++++++++++++++++++++++++ dev-perl/JSON-Parse/Manifest | 1 + dev-perl/JSON-Parse/metadata.xml | 14 ++++++++++++++ 3 files changed, 40 insertions(+) diff --git a/dev-perl/JSON-Parse/JSON-Parse-0.420.0.ebuild b/dev-perl/JSON-Parse/JSON-Parse-0.420.0.ebuild new file mode 100644 index 00000000..6971a4f --- /dev/null +++ b/dev-perl/JSON-Parse/JSON-Parse-0.420.0.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +DIST_AUTHOR=BKB +DIST_VERSION=0.42 +inherit perl-module + +DESCRIPTION="Read JSON into a Perl Variable" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +RDEPEND="dev-perl/Path-Tiny + virtual/perl-Getopt-Long +" +DEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( + virtual/perl-Test-Simple + virtual/perl-Encode + ) +" diff --git a/dev-perl/JSON-Parse/Manifest b/dev-perl/JSON-Parse/Manifest new file mode 100644 index 00000000..8f6cf70 --- /dev/null +++ b/dev-perl/JSON-Parse/Manifest @@ -0,0 +1 @@ +DIST JSON-Parse-0.42.tar.gz 65871 SHA256 bac333e09f9e6d18daca1742732045032609a8bdd70cf93f4ae64ec48cd493aa SHA512 de13b79da092fb4232d82dfacab05c0585d77dda735b76a9622a571a1992e7e5a652b29df26f25a5837894f120d0fe4627963981636865a3a457dfe68082e34e WHIRLPOOL 0b5dcb8e47b210ed5fcfd21082cdffc3c5725e02d2e117655c47cfdb386e58710fe653ca29b9c01c94e770e3a21a3e363b2aa8fd2cef8eee685291d962a8ad7a diff --git a/dev-perl/JSON-Parse/metadata.xml b/dev-perl/JSON-Parse/metadata.xml new file mode 100644 index 00000000..6726e352 --- /dev/null +++ b/dev-perl/JSON-Parse/metadata.xml @@ -0,0 +1,14 @@ + + + + + perl@gentoo.org + Gentoo Perl Project + + + JSON-Parse + JSON::Parse + JSON::Tokenize + JSON::Whitespace + +