diff options
author | Torsten Veller <tove@gentoo.org> | 2013-03-13 08:17:42 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2013-03-13 08:17:42 +0000 |
commit | 3caa528c85baccc596e0cffe2092eb0b0da3cd65 (patch) | |
tree | 051b6616c23ee77b83de7fc73200e003b0d2821e /perl-core | |
parent | [bump] virtual/perl-Module-Pluggable-4.700.0 (diff) | |
download | gentoo-2-3caa528c85baccc596e0cffe2092eb0b0da3cd65.tar.gz gentoo-2-3caa528c85baccc596e0cffe2092eb0b0da3cd65.tar.bz2 gentoo-2-3caa528c85baccc596e0cffe2092eb0b0da3cd65.zip |
[bump] perl-core/JSON-PP-2.272.20
(Portage version: 2.2.0_alpha166/cvs/Linux x86_64, signed Manifest commit with key 0x5772769F4E046AEC)
Diffstat (limited to 'perl-core')
-rw-r--r-- | perl-core/JSON-PP/ChangeLog | 9 | ||||
-rw-r--r-- | perl-core/JSON-PP/JSON-PP-2.272.20.ebuild | 19 |
2 files changed, 26 insertions, 2 deletions
diff --git a/perl-core/JSON-PP/ChangeLog b/perl-core/JSON-PP/ChangeLog index 1d0dea701041..6f6bfc90ab8f 100644 --- a/perl-core/JSON-PP/ChangeLog +++ b/perl-core/JSON-PP/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for perl-core/JSON-PP -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/JSON-PP/ChangeLog,v 1.22 2012/06/24 15:39:04 tove Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/JSON-PP/ChangeLog,v 1.23 2013/03/13 08:17:42 tove Exp $ + +*JSON-PP-2.272.20 (13 Mar 2013) + + 13 Mar 2013; Torsten Veller <tove@gentoo.org> +JSON-PP-2.272.20.ebuild: + Version bump 24 Jun 2012; Torsten Veller <tove@gentoo.org> metadata.xml: Update CPAN upstream info diff --git a/perl-core/JSON-PP/JSON-PP-2.272.20.ebuild b/perl-core/JSON-PP/JSON-PP-2.272.20.ebuild new file mode 100644 index 000000000000..1c35583f0324 --- /dev/null +++ b/perl-core/JSON-PP/JSON-PP-2.272.20.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/JSON-PP/JSON-PP-2.272.20.ebuild,v 1.1 2013/03/13 08:17:42 tove Exp $ + +EAPI=5 + +MODULE_AUTHOR=MAKAMAKA +MODULE_VERSION=2.27202 +inherit perl-module + +DESCRIPTION="JSON::XS compatible pure-Perl module" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +IUSE="" + +RDEPEND="!!<dev-perl/JSON-2.50" + +SRC_TEST="do" |