summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2008-11-21 10:24:47 +0000
committerTorsten Veller <tove@gentoo.org>2008-11-21 10:24:47 +0000
commita7aa0b8e681427f8163c3d0617d126b91e11302b (patch)
treeab8dc507611fe37b46716c07ad0a827ee77bf77d /dev-perl/JSON-XS
parentia64/sparc/x86 stable wrt #246652 (diff)
downloadhistorical-a7aa0b8e681427f8163c3d0617d126b91e11302b.tar.gz
historical-a7aa0b8e681427f8163c3d0617d126b91e11302b.tar.bz2
historical-a7aa0b8e681427f8163c3d0617d126b91e11302b.zip
Version bump
Package-Manager: portage-2.2_rc14/cvs/Linux 2.6.27-tuxonice i686
Diffstat (limited to 'dev-perl/JSON-XS')
-rw-r--r--dev-perl/JSON-XS/ChangeLog7
-rw-r--r--dev-perl/JSON-XS/JSON-XS-2.2.3.1.ebuild22
2 files changed, 28 insertions, 1 deletions
diff --git a/dev-perl/JSON-XS/ChangeLog b/dev-perl/JSON-XS/ChangeLog
index 2de9b69ed17e..71117fa3d414 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-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/JSON-XS/ChangeLog,v 1.11 2008/09/30 06:27:01 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/JSON-XS/ChangeLog,v 1.12 2008/11/21 10:13:40 tove Exp $
+
+*JSON-XS-2.2.3.1 (21 Nov 2008)
+
+ 21 Nov 2008; Torsten Veller <tove@gentoo.org> +JSON-XS-2.2.3.1.ebuild:
+ Version bump
*JSON-XS-2.2.3 (30 Sep 2008)
diff --git a/dev-perl/JSON-XS/JSON-XS-2.2.3.1.ebuild b/dev-perl/JSON-XS/JSON-XS-2.2.3.1.ebuild
new file mode 100644
index 000000000000..a6128f8eddee
--- /dev/null
+++ b/dev-perl/JSON-XS/JSON-XS-2.2.3.1.ebuild
@@ -0,0 +1,22 @@
+# 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.3.1.ebuild,v 1.1 2008/11/21 10:13:40 tove Exp $
+
+MODULE_AUTHOR=MLEHMANN
+inherit perl-module versionator
+
+MY_P=${PN}-"$(get_major_version).$(delete_all_version_separators $(get_after_major_version))"
+S=${WORKDIR}/${MY_P}
+
+DESCRIPTION="JSON::XS - JSON serialising/deserialising, done correctly and fast"
+SRC_URI="mirror://cpan/authors/id/M/ML/MLEHMANN/${MY_P}.tar.gz"
+
+SLOT="0"
+LICENSE="|| ( Artistic GPL-2 )"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+SRC_TEST="do"
+
+RDEPEND="dev-lang/perl"
+DEPEND="${RDEPEND}
+ test? ( virtual/perl-Test-Harness )"