From 56bd759df1d0c750a065b8c845e93d5dfa6b549d Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Sat, 8 Aug 2015 13:49:04 -0700 Subject: proj/gentoo: Initial commit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson X-Thanks: Alec Warner - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring - wrote much python to improve cvs2svn X-Thanks: Rich Freeman - validation scripts X-Thanks: Patrick Lauer - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed --- dev-perl/JSON/JSON-2.590.0-r1.ebuild | 17 +++++++++++++++++ dev-perl/JSON/JSON-2.900.0.ebuild | 22 ++++++++++++++++++++++ dev-perl/JSON/Manifest | 2 ++ dev-perl/JSON/metadata.xml | 20 ++++++++++++++++++++ 4 files changed, 61 insertions(+) create mode 100644 dev-perl/JSON/JSON-2.590.0-r1.ebuild create mode 100644 dev-perl/JSON/JSON-2.900.0.ebuild create mode 100644 dev-perl/JSON/Manifest create mode 100644 dev-perl/JSON/metadata.xml (limited to 'dev-perl/JSON') diff --git a/dev-perl/JSON/JSON-2.590.0-r1.ebuild b/dev-perl/JSON/JSON-2.590.0-r1.ebuild new file mode 100644 index 000000000000..99eb391c240e --- /dev/null +++ b/dev-perl/JSON/JSON-2.590.0-r1.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +MODULE_AUTHOR=MAKAMAKA +MODULE_VERSION=2.59 +inherit perl-module + +DESCRIPTION="parse and convert to JSON (JavaScript Object Notation)" + +SLOT="0" +KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" +IUSE="" + +SRC_TEST="do" diff --git a/dev-perl/JSON/JSON-2.900.0.ebuild b/dev-perl/JSON/JSON-2.900.0.ebuild new file mode 100644 index 000000000000..b2579be57bef --- /dev/null +++ b/dev-perl/JSON/JSON-2.900.0.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +MODULE_AUTHOR=MAKAMAKA +MODULE_VERSION=2.90 +inherit perl-module + +DESCRIPTION="JSON (JavaScript Object Notation) encoder/decoder" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" +IUSE="test" + +DEPEND=" + virtual/perl-ExtUtils-MakeMaker + test? ( virtual/perl-Test-Simple ) +" + +SRC_TEST="do" diff --git a/dev-perl/JSON/Manifest b/dev-perl/JSON/Manifest new file mode 100644 index 000000000000..df8b78e40318 --- /dev/null +++ b/dev-perl/JSON/Manifest @@ -0,0 +1,2 @@ +DIST JSON-2.59.tar.gz 83997 SHA256 349b191b624474245648f4e8810463433ac8065cc7a44171634902ba113cda6d SHA512 141003524e5b5187abdcf935bf16807dfab6d770add373cc571b8b137015f9e29966e5836a38f523147259d573534b1f50048acac712389939de6e67cb1e78f9 WHIRLPOOL 7a47e4d59dc5f848405349588a750a99847848f7673d194521b2bd6788b4aeb6fccd973678790a97ce3fc058576e04e43c12c50177af2865ef533a0c1be73d12 +DIST JSON-2.90.tar.gz 85333 SHA256 4ddbb3cb985a79f69a34e7c26cde1c81120d03487e87366f9a119f90f7bdfe88 SHA512 72462a468aa37da73d164c91b5123c237c268f87215019fae49b7f212b0a25e0b48cd57b3cf0bd93c9fff6afc553b2417faafc0c319e62cb0cf4b1cf432698e7 WHIRLPOOL b737d158dbbeb516c6208b91f9aeea33f557d4f6ee17beb92d148c47c5ee23e7bf6fc6132db557c39eb95c13b209e7b0d73cbefdefb1578de7572e5bf1b0f02c diff --git a/dev-perl/JSON/metadata.xml b/dev-perl/JSON/metadata.xml new file mode 100644 index 000000000000..71f7c40c070b --- /dev/null +++ b/dev-perl/JSON/metadata.xml @@ -0,0 +1,20 @@ + + + + perl + + hd_brummy@gentoo.org + Joerg Bornkessel + + + JSON + JSON + JSON::Backend::PP + JSON::Boolean + JSON::PP + JSON::PP5005 + JSON::PP56 + JSON::PP::IncrParser + JSON::backportPP::Boolean + + -- cgit v1.2.3-65-gdbad