diff options
author | Torsten Veller <tove@gentoo.org> | 2009-02-25 20:43:57 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-02-25 20:43:57 +0000 |
commit | 2c0b5aa38a722285151c625b62c44c86c82d8992 (patch) | |
tree | 655e59c920f71079d8e726052d5f9bd61677de1c /dev-perl | |
parent | amd64 stable, bug #257585 (diff) | |
download | gentoo-2-2c0b5aa38a722285151c625b62c44c86c82d8992.tar.gz gentoo-2-2c0b5aa38a722285151c625b62c44c86c82d8992.tar.bz2 gentoo-2-2c0b5aa38a722285151c625b62c44c86c82d8992.zip |
Version bump
(Portage version: 2.2_rc23/cvs/Linux i686)
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/JSON/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/JSON/JSON-2.14.ebuild | 18 |
2 files changed, 24 insertions, 1 deletions
diff --git a/dev-perl/JSON/ChangeLog b/dev-perl/JSON/ChangeLog index 51c17227fb6c..9f77b6699043 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.7 2009/02/22 08:53:56 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/JSON/ChangeLog,v 1.8 2009/02/25 20:43:57 tove Exp $ + +*JSON-2.14 (25 Feb 2009) + + 25 Feb 2009; Torsten Veller <tove@gentoo.org> +JSON-2.14.ebuild: + Version bump *JSON-2.13 (22 Feb 2009) diff --git a/dev-perl/JSON/JSON-2.14.ebuild b/dev-perl/JSON/JSON-2.14.ebuild new file mode 100644 index 000000000000..c54a2a8d3406 --- /dev/null +++ b/dev-perl/JSON/JSON-2.14.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/JSON/JSON-2.14.ebuild,v 1.1 2009/02/25 20:43:57 tove Exp $ + +MODULE_AUTHOR=MAKAMAKA +inherit perl-module + +DESCRIPTION="parse and convert to JSON (JavaScript Object Notation)" + +LICENSE="|| ( Artistic GPL-2 )" +SLOT="0" +KEYWORDS="~amd64 ~sparc ~x86" +IUSE="" + +DEPEND="dev-lang/perl" +RDEPEND="${DEPEND}" + +SRC_TEST="do" |