summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2015-02-24 00:37:36 +0000
committerAndreas K. Hüttel <dilfridge@gentoo.org>2015-02-24 00:37:36 +0000
commit65c01cbc68aa2b324f0356ee832a9be45316a006 (patch)
tree41efc66af224e0a406f1d2fb4f971050869d9c64 /dev-perl
parentRemove keywords until distfile URI works #541160 (diff)
downloadgentoo-2-65c01cbc68aa2b324f0356ee832a9be45316a006.tar.gz
gentoo-2-65c01cbc68aa2b324f0356ee832a9be45316a006.tar.bz2
gentoo-2-65c01cbc68aa2b324f0356ee832a9be45316a006.zip
Version bump
(Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key EBE6A336BE19039C!)
Diffstat (limited to 'dev-perl')
-rw-r--r--dev-perl/JSON/ChangeLog9
-rw-r--r--dev-perl/JSON/JSON-2.900.0.ebuild22
2 files changed, 29 insertions, 2 deletions
diff --git a/dev-perl/JSON/ChangeLog b/dev-perl/JSON/ChangeLog
index de94ad219ced..e4c2b4531adb 100644
--- a/dev-perl/JSON/ChangeLog
+++ b/dev-perl/JSON/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-perl/JSON
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/JSON/ChangeLog,v 1.63 2014/12/07 16:17:31 zlogene Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/JSON/ChangeLog,v 1.64 2015/02/24 00:37:36 dilfridge Exp $
+
+*JSON-2.900.0 (24 Feb 2015)
+
+ 24 Feb 2015; Andreas K. Huettel <dilfridge@gentoo.org> +JSON-2.900.0.ebuild:
+ Version bump
07 Dec 2014; Mikle Kolyada <zlogene@gentoo.org> JSON-2.590.0-r1.ebuild:
Add ~amd64-fbsd keyword
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..5c3950d7ab75
--- /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
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/JSON/JSON-2.900.0.ebuild,v 1.1 2015/02/24 00:37:36 dilfridge Exp $
+
+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"