summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2011-01-28 08:03:34 +0000
committerTorsten Veller <tove@gentoo.org>2011-01-28 08:03:34 +0000
commitf350da5f704017573c47c9f97b765954694a1792 (patch)
tree4fc5bb5a9e7d3f1878699e65dac7f849dc96de4d /perl-core
parentRemove old versions. (diff)
downloadgentoo-2-f350da5f704017573c47c9f97b765954694a1792.tar.gz
gentoo-2-f350da5f704017573c47c9f97b765954694a1792.tar.bz2
gentoo-2-f350da5f704017573c47c9f97b765954694a1792.zip
Initial commit
(Portage version: 2.2.0_alpha19/cvs/Linux x86_64)
Diffstat (limited to 'perl-core')
-rw-r--r--perl-core/JSON-PP/ChangeLog10
-rw-r--r--perl-core/JSON-PP/JSON-PP-2.271.40.ebuild19
-rw-r--r--perl-core/JSON-PP/metadata.xml5
3 files changed, 34 insertions, 0 deletions
diff --git a/perl-core/JSON-PP/ChangeLog b/perl-core/JSON-PP/ChangeLog
new file mode 100644
index 000000000000..ce052d57ba7c
--- /dev/null
+++ b/perl-core/JSON-PP/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for perl-core/JSON-PP
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/perl-core/JSON-PP/ChangeLog,v 1.1 2011/01/28 08:03:34 tove Exp $
+
+*JSON-PP-2.271.40 (28 Jan 2011)
+
+ 28 Jan 2011; Torsten Veller <tove@gentoo.org> +JSON-PP-2.271.40.ebuild,
+ +metadata.xml:
+ Initial commit
+
diff --git a/perl-core/JSON-PP/JSON-PP-2.271.40.ebuild b/perl-core/JSON-PP/JSON-PP-2.271.40.ebuild
new file mode 100644
index 000000000000..010b2e1a088d
--- /dev/null
+++ b/perl-core/JSON-PP/JSON-PP-2.271.40.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/perl-core/JSON-PP/JSON-PP-2.271.40.ebuild,v 1.1 2011/01/28 08:03:34 tove Exp $
+
+EAPI=3
+
+MODULE_AUTHOR=MAKAMAKA
+MODULE_VERSION=2.27104
+inherit perl-module
+
+DESCRIPTION="JSON::XS compatible pure-Perl module"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="!!<dev-perl/JSON-2.50"
+
+SRC_TEST="do"
diff --git a/perl-core/JSON-PP/metadata.xml b/perl-core/JSON-PP/metadata.xml
new file mode 100644
index 000000000000..801e9385a1e0
--- /dev/null
+++ b/perl-core/JSON-PP/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>perl</herd>
+</pkgmetadata>