diff options
author | Torsten Veller <tove@gentoo.org> | 2010-01-08 15:43:32 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2010-01-08 15:43:32 +0000 |
commit | fc2aa9bd822de9b9a3cc9eebf1397af322ac5471 (patch) | |
tree | 4514856ada5267918c6207a6c05ed3f8ec83eefd /dev-perl/JSON | |
parent | Version bump (diff) | |
download | gentoo-2-fc2aa9bd822de9b9a3cc9eebf1397af322ac5471.tar.gz gentoo-2-fc2aa9bd822de9b9a3cc9eebf1397af322ac5471.tar.bz2 gentoo-2-fc2aa9bd822de9b9a3cc9eebf1397af322ac5471.zip |
Version bump
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/JSON')
-rw-r--r-- | dev-perl/JSON/ChangeLog | 9 | ||||
-rw-r--r-- | dev-perl/JSON/JSON-2.17.ebuild | 16 |
2 files changed, 23 insertions, 2 deletions
diff --git a/dev-perl/JSON/ChangeLog b/dev-perl/JSON/ChangeLog index e54e9125fce1..75e098aacc90 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.13 2009/12/24 19:55:36 tove Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/JSON/ChangeLog,v 1.14 2010/01/08 15:43:32 tove Exp $ + +*JSON-2.17 (08 Jan 2010) + + 08 Jan 2010; Torsten Veller <tove@gentoo.org> +JSON-2.17.ebuild: + Version bump 24 Dec 2009; Torsten Veller <tove@gentoo.org> -JSON-2.15.ebuild: Cleanup diff --git a/dev-perl/JSON/JSON-2.17.ebuild b/dev-perl/JSON/JSON-2.17.ebuild new file mode 100644 index 000000000000..473a2ce5f569 --- /dev/null +++ b/dev-perl/JSON/JSON-2.17.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.17.ebuild,v 1.1 2010/01/08 15:43:32 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" |