diff options
author | Jörg Bornkessel <hd_brummy@gentoo.org> | 2008-02-03 14:47:03 +0000 |
---|---|---|
committer | Jörg Bornkessel <hd_brummy@gentoo.org> | 2008-02-03 14:47:03 +0000 |
commit | 50544f8f71400ec819d057def07695ddfd47a798 (patch) | |
tree | aa47bfcce83ebb405d8785fbec643ef1e8915b0a /dev-perl/JSON | |
parent | remove dev-ml/equeue, see it in ocamlnet (diff) | |
download | gentoo-2-50544f8f71400ec819d057def07695ddfd47a798.tar.gz gentoo-2-50544f8f71400ec819d057def07695ddfd47a798.tar.bz2 gentoo-2-50544f8f71400ec819d057def07695ddfd47a798.zip |
version bump; thanks to M.Beltrame on bug 206958
(Portage version: 2.1.3.19)
Diffstat (limited to 'dev-perl/JSON')
-rw-r--r-- | dev-perl/JSON/ChangeLog | 9 | ||||
-rw-r--r-- | dev-perl/JSON/JSON-2.04.ebuild | 16 |
2 files changed, 23 insertions, 2 deletions
diff --git a/dev-perl/JSON/ChangeLog b/dev-perl/JSON/ChangeLog index e5f0df2f1ed7..f9ff928a4cd0 100644 --- a/dev-perl/JSON/ChangeLog +++ b/dev-perl/JSON/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/JSON -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/JSON/ChangeLog,v 1.1 2007/11/11 13:40:22 hd_brummy Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/JSON/ChangeLog,v 1.2 2008/02/03 14:47:03 hd_brummy Exp $ + +*JSON-2.04 (03 Feb 2008) + + 03 Feb 2008; Joerg Bornkessel <hd_brummy@gentoo.org> +JSON-2.04.ebuild: + version bump; thanks to M.Beltrame on bug 206958 *JSON-1.14 (11 Nov 2007) diff --git a/dev-perl/JSON/JSON-2.04.ebuild b/dev-perl/JSON/JSON-2.04.ebuild new file mode 100644 index 000000000000..d514e24b7c93 --- /dev/null +++ b/dev-perl/JSON/JSON-2.04.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.04.ebuild,v 1.1 2008/02/03 14:47:03 hd_brummy 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" |