diff options
Diffstat (limited to 'dev-perl/JSON')
-rw-r--r-- | dev-perl/JSON/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/JSON/JSON-2.09.ebuild | 16 |
2 files changed, 22 insertions, 1 deletions
diff --git a/dev-perl/JSON/ChangeLog b/dev-perl/JSON/ChangeLog index 7b6918dccac7..24ad16d0d969 100644 --- a/dev-perl/JSON/ChangeLog +++ b/dev-perl/JSON/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/JSON # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/JSON/ChangeLog,v 1.3 2008/03/24 14:17:44 hd_brummy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/JSON/ChangeLog,v 1.4 2008/04/24 16:43:24 yuval Exp $ + +*JSON-2.09 (24 Apr 2008) + + 24 Apr 2008; Yuval Yaari <yuval@gentoo.org> +JSON-2.09.ebuild: + Version bump *JSON-2.07 (24 Mar 2008) diff --git a/dev-perl/JSON/JSON-2.09.ebuild b/dev-perl/JSON/JSON-2.09.ebuild new file mode 100644 index 000000000000..04e7f5378c34 --- /dev/null +++ b/dev-perl/JSON/JSON-2.09.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/JSON/JSON-2.09.ebuild,v 1.1 2008/04/24 16:43:24 yuval Exp $ + +inherit perl-module + +DESCRIPTION="parse and convert to JSON (JavaScript Object Notation)" +SRC_URI="http://search.cpan.org/CPAN/authors/id/M/MA/MAKAMAKA/${P}.tar.gz" +HOMEPAGE="http://search.cpan.org/~makamaka/" +SLOT="0" +LICENSE="|| ( Artistic GPL-2 )" +KEYWORDS="~amd64 ~sparc ~x86" + +SRC_TEST="do" + +DEPEND="dev-lang/perl" |