diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2011-01-27 02:47:25 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2011-01-27 02:47:25 +0000 |
commit | cea31e8b76c1836a87a0a1961ab60c459d32f7b3 (patch) | |
tree | 15f6ab7da786a4c2aa842b04e3ce93bcd869cc2b /dev-perl/JSON | |
parent | fix in sed line; added ffmpeg use-flag depend (diff) | |
download | historical-cea31e8b76c1836a87a0a1961ab60c459d32f7b3.tar.gz historical-cea31e8b76c1836a87a0a1961ab60c459d32f7b3.tar.bz2 historical-cea31e8b76c1836a87a0a1961ab60c459d32f7b3.zip |
Version bump via perl-bump experimental tool.
Package-Manager: portage-2.2.0_alpha19/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.50.ebuild | 16 |
2 files changed, 23 insertions, 2 deletions
diff --git a/dev-perl/JSON/ChangeLog b/dev-perl/JSON/ChangeLog index fc07356c5079..c216f5d8bd22 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.27 2010/12/05 16:51:45 armin76 Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/JSON/ChangeLog,v 1.28 2011/01/27 02:37:34 robbat2 Exp $ + +*JSON-2.50 (27 Jan 2011) + + 27 Jan 2011; Robin H. Johnson <robbat2@gentoo.org> +JSON-2.50.ebuild: + Version bump via perl-bump experimental tool. 05 Dec 2010; Raúl Porcel <armin76@gentoo.org> JSON-2.27.ebuild: alpha/ia64/sparc stable wrt #346403 diff --git a/dev-perl/JSON/JSON-2.50.ebuild b/dev-perl/JSON/JSON-2.50.ebuild new file mode 100644 index 000000000000..f469ffafab1c --- /dev/null +++ b/dev-perl/JSON/JSON-2.50.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/JSON/JSON-2.50.ebuild,v 1.1 2011/01/27 02:37:34 robbat2 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" |