diff options
author | Torsten Veller <tove@gentoo.org> | 2009-10-17 11:14:11 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-10-17 11:14:11 +0000 |
commit | 25e4869e16eb66d4df4be5bd51bb636dedcb7104 (patch) | |
tree | 88cd21754ebc3f594b581a02de78fd6a94672113 /dev-perl/JSON | |
parent | Mask media-libs/libmpcdec. Replaced by media-sound/musepack-tools. (diff) | |
download | gentoo-2-25e4869e16eb66d4df4be5bd51bb636dedcb7104.tar.gz gentoo-2-25e4869e16eb66d4df4be5bd51bb636dedcb7104.tar.bz2 gentoo-2-25e4869e16eb66d4df4be5bd51bb636dedcb7104.zip |
Version bump
(Portage version: 2.2_rc46/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.16.ebuild | 16 |
2 files changed, 22 insertions, 1 deletions
diff --git a/dev-perl/JSON/ChangeLog b/dev-perl/JSON/ChangeLog index 7291fa96c848..039af89834c5 100644 --- a/dev-perl/JSON/ChangeLog +++ b/dev-perl/JSON/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/JSON # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/JSON/ChangeLog,v 1.11 2009/09/07 08:57:49 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/JSON/ChangeLog,v 1.12 2009/10/17 11:14:11 tove Exp $ + +*JSON-2.16 (17 Oct 2009) + + 17 Oct 2009; Torsten Veller <tove@gentoo.org> +JSON-2.16.ebuild: + Version bump 07 Sep 2009; Torsten Veller <tove@gentoo.org> -JSON-2.14.ebuild: Cleanup diff --git a/dev-perl/JSON/JSON-2.16.ebuild b/dev-perl/JSON/JSON-2.16.ebuild new file mode 100644 index 000000000000..a8b286ec580e --- /dev/null +++ b/dev-perl/JSON/JSON-2.16.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/JSON/JSON-2.16.ebuild,v 1.1 2009/10/17 11:14:11 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" |