summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2008-09-07 10:21:01 +0000
committerTorsten Veller <tove@gentoo.org>2008-09-07 10:21:01 +0000
commit7551177fb4bcdfbc405a1296956e9ef0bdf0cb27 (patch)
tree67d6efa000c9ee3c2d6bc26833de438448cbe3e7 /dev-perl/JSON
parentVersion bump wrt security bug 231285. (diff)
downloadgentoo-2-7551177fb4bcdfbc405a1296956e9ef0bdf0cb27.tar.gz
gentoo-2-7551177fb4bcdfbc405a1296956e9ef0bdf0cb27.tar.bz2
gentoo-2-7551177fb4bcdfbc405a1296956e9ef0bdf0cb27.zip
Version bump
(Portage version: 2.2_rc8/cvs/Linux 2.6.26-tuxonice i686)
Diffstat (limited to 'dev-perl/JSON')
-rw-r--r--dev-perl/JSON/ChangeLog7
-rw-r--r--dev-perl/JSON/JSON-2.12.ebuild17
2 files changed, 23 insertions, 1 deletions
diff --git a/dev-perl/JSON/ChangeLog b/dev-perl/JSON/ChangeLog
index 24ad16d0d969..310ddba5375d 100644
--- a/dev-perl/JSON/ChangeLog
+++ b/dev-perl/JSON/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-perl/JSON
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/JSON/ChangeLog,v 1.4 2008/04/24 16:43:24 yuval Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/JSON/ChangeLog,v 1.5 2008/09/07 10:21:01 tove Exp $
+
+*JSON-2.12 (07 Sep 2008)
+
+ 07 Sep 2008; Torsten Veller <tove@gentoo.org> +JSON-2.12.ebuild:
+ Version bump
*JSON-2.09 (24 Apr 2008)
diff --git a/dev-perl/JSON/JSON-2.12.ebuild b/dev-perl/JSON/JSON-2.12.ebuild
new file mode 100644
index 000000000000..001598d17d01
--- /dev/null
+++ b/dev-perl/JSON/JSON-2.12.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/JSON/JSON-2.12.ebuild,v 1.1 2008/09/07 10:21:01 tove Exp $
+
+MODULE_AUTHOR=MAKAMAKA
+inherit perl-module
+
+DESCRIPTION="parse and convert to JSON (JavaScript Object Notation)"
+
+SLOT="0"
+LICENSE="|| ( Artistic GPL-2 )"
+KEYWORDS="~amd64 ~sparc ~x86"
+IUSE=""
+
+SRC_TEST="do"
+
+DEPEND="dev-lang/perl"