diff options
author | Torsten Veller <tove@gentoo.org> | 2010-09-28 12:23:07 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2010-09-28 12:23:07 +0000 |
commit | b4603fd61ca2f9706a9191f900af1d457ceb3681 (patch) | |
tree | 3c3d11bf75b9786e714675df337658e3f3cfd9a9 /dev-perl/JSON | |
parent | Version bump (diff) | |
download | gentoo-2-b4603fd61ca2f9706a9191f900af1d457ceb3681.tar.gz gentoo-2-b4603fd61ca2f9706a9191f900af1d457ceb3681.tar.bz2 gentoo-2-b4603fd61ca2f9706a9191f900af1d457ceb3681.zip |
Version bump
(Portage version: 2.2_rc88/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.26.ebuild | 16 |
2 files changed, 22 insertions, 1 deletions
diff --git a/dev-perl/JSON/ChangeLog b/dev-perl/JSON/ChangeLog index 881f50655e14..29248a3c4541 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.22 2010/08/26 13:16:03 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/JSON/ChangeLog,v 1.23 2010/09/28 12:23:07 tove Exp $ + +*JSON-2.26 (28 Sep 2010) + + 28 Sep 2010; Torsten Veller <tove@gentoo.org> +JSON-2.26.ebuild: + Version bump *JSON-2.22 (26 Aug 2010) diff --git a/dev-perl/JSON/JSON-2.26.ebuild b/dev-perl/JSON/JSON-2.26.ebuild new file mode 100644 index 000000000000..d0aa7cc84ed8 --- /dev/null +++ b/dev-perl/JSON/JSON-2.26.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.26.ebuild,v 1.1 2010/09/28 12:23:07 tove Exp $ + +EAPI=3 + +MODULE_AUTHOR=MAKAMAKA +inherit perl-module + +DESCRIPTION="parse and convert to JSON (JavaScript Object Notation)" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="" + +SRC_TEST="do" |