diff options
author | Yuval Yaari <yuval@gentoo.org> | 2008-04-24 16:45:17 +0000 |
---|---|---|
committer | Yuval Yaari <yuval@gentoo.org> | 2008-04-24 16:45:17 +0000 |
commit | 0818c1e473775b4100664d86ddb3018bbf678546 (patch) | |
tree | df35fb40dc40b6d2cbb368086a009ea5275f24e9 /dev-perl/JSON-XS | |
parent | Version bump. Bug #219110 by Alexander Skwar. (diff) | |
download | gentoo-2-0818c1e473775b4100664d86ddb3018bbf678546.tar.gz gentoo-2-0818c1e473775b4100664d86ddb3018bbf678546.tar.bz2 gentoo-2-0818c1e473775b4100664d86ddb3018bbf678546.zip |
Version bump
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-perl/JSON-XS')
-rw-r--r-- | dev-perl/JSON-XS/ChangeLog | 9 | ||||
-rw-r--r-- | dev-perl/JSON-XS/JSON-XS-2.2.ebuild | 18 |
2 files changed, 25 insertions, 2 deletions
diff --git a/dev-perl/JSON-XS/ChangeLog b/dev-perl/JSON-XS/ChangeLog index f669431a037d..9c65f2e82bbd 100644 --- a/dev-perl/JSON-XS/ChangeLog +++ b/dev-perl/JSON-XS/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/JSON-XS -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/JSON-XS/ChangeLog,v 1.6 2007/10/19 21:33:59 ian Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/JSON-XS/ChangeLog,v 1.7 2008/04/24 16:45:17 yuval Exp $ + +*JSON-XS-2.2 (24 Apr 2008) + + 24 Apr 2008; Yuval Yaari <yuval@gentoo.org> +JSON-XS-2.2.ebuild: + Version bump *JSON-XS-1.52 (19 Oct 2007) diff --git a/dev-perl/JSON-XS/JSON-XS-2.2.ebuild b/dev-perl/JSON-XS/JSON-XS-2.2.ebuild new file mode 100644 index 000000000000..0f4e7eeb7dc5 --- /dev/null +++ b/dev-perl/JSON-XS/JSON-XS-2.2.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/JSON-XS/JSON-XS-2.2.ebuild,v 1.1 2008/04/24 16:45:17 yuval Exp $ + +inherit perl-module + +DESCRIPTION="JSON::XS - JSON serialising/deserialising, done correctly and fast" +SRC_URI="mirror://cpan/authors/id/M/ML/MLEHMANN/${P}.tar.gz" +HOMEPAGE="http://search.cpan.org/~mlehmann/${P}/" + +SLOT="0" +LICENSE="|| ( Artistic GPL-2 )" +KEYWORDS="~amd64 ~x86" +IUSE="test" +SRC_TEST="do" + +DEPEND="dev-lang/perl + test? ( virtual/perl-Test-Harness )" |