diff options
author | Torsten Veller <tove@gentoo.org> | 2010-03-31 07:46:01 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2010-03-31 07:46:01 +0000 |
commit | e08665e6c0b9cf4f04928c867f64749d58cd12d7 (patch) | |
tree | 0e3af4278a9a8553a05cbc661f267de9d0983bd7 /dev-perl/JSON | |
parent | x86 stable wrt bug #310707 (diff) | |
download | gentoo-2-e08665e6c0b9cf4f04928c867f64749d58cd12d7.tar.gz gentoo-2-e08665e6c0b9cf4f04928c867f64749d58cd12d7.tar.bz2 gentoo-2-e08665e6c0b9cf4f04928c867f64749d58cd12d7.zip |
Version bump
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/JSON')
-rw-r--r-- | dev-perl/JSON/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/JSON/JSON-2.19.ebuild | 16 |
2 files changed, 22 insertions, 1 deletions
diff --git a/dev-perl/JSON/ChangeLog b/dev-perl/JSON/ChangeLog index 16de665d4076..011a98b6724b 100644 --- a/dev-perl/JSON/ChangeLog +++ b/dev-perl/JSON/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/JSON # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/JSON/ChangeLog,v 1.15 2010/03/23 08:51:28 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/JSON/ChangeLog,v 1.16 2010/03/31 07:46:00 tove Exp $ + +*JSON-2.19 (31 Mar 2010) + + 31 Mar 2010; Torsten Veller <tove@gentoo.org> +JSON-2.19.ebuild: + Version bump *JSON-2.18 (23 Mar 2010) diff --git a/dev-perl/JSON/JSON-2.19.ebuild b/dev-perl/JSON/JSON-2.19.ebuild new file mode 100644 index 000000000000..876eff5de0a0 --- /dev/null +++ b/dev-perl/JSON/JSON-2.19.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/JSON/JSON-2.19.ebuild,v 1.1 2010/03/31 07:46:01 tove Exp $ + +EAPI=2 + +MODULE_AUTHOR=MAKAMAKA +inherit perl-module + +DESCRIPTION="parse and convert to JSON (JavaScript Object Notation)" + +SLOT="0" +KEYWORDS="~amd64 ~sparc ~x86" +IUSE="" + +SRC_TEST="do" |