diff options
author | Torsten Veller <tove@gentoo.org> | 2010-10-31 19:23:04 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2010-10-31 19:23:04 +0000 |
commit | 96f8c95ba9e646055112dc1802d5ac16117e2531 (patch) | |
tree | f2d3755de06b8a77a510aabdd9114ef10a89885a /dev-perl/JSON | |
parent | Mask dev-python/pysqlite:0. (diff) | |
download | gentoo-2-96f8c95ba9e646055112dc1802d5ac16117e2531.tar.gz gentoo-2-96f8c95ba9e646055112dc1802d5ac16117e2531.tar.bz2 gentoo-2-96f8c95ba9e646055112dc1802d5ac16117e2531.zip |
Version bump
(Portage version: 2.2.0_alpha2/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.27.ebuild | 16 |
2 files changed, 22 insertions, 1 deletions
diff --git a/dev-perl/JSON/ChangeLog b/dev-perl/JSON/ChangeLog index 29248a3c4541..5e445fe2e072 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.23 2010/09/28 12:23:07 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/JSON/ChangeLog,v 1.24 2010/10/31 19:23:04 tove Exp $ + +*JSON-2.27 (31 Oct 2010) + + 31 Oct 2010; Torsten Veller <tove@gentoo.org> +JSON-2.27.ebuild: + Version bump *JSON-2.26 (28 Sep 2010) diff --git a/dev-perl/JSON/JSON-2.27.ebuild b/dev-perl/JSON/JSON-2.27.ebuild new file mode 100644 index 000000000000..8293e300b5e9 --- /dev/null +++ b/dev-perl/JSON/JSON-2.27.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.27.ebuild,v 1.1 2010/10/31 19:23:04 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" |