diff options
-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" |