axs 14/08/23 00:14:24 Modified: ChangeLog Added: JSON-XS-2.340.0-r1.ebuild Removed: JSON-XS-2.340.0.ebuild Log: bumped EAPI to 5; committed directly to stable as no other changes present and revbump helps stable systems to keep from dieing on perl-5.18 upgrade (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 2B6559ED)
Revision Changes Path 1.41 dev-perl/JSON-XS/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/JSON-XS/ChangeLog?rev=1.41&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/JSON-XS/ChangeLog?rev=1.41&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/JSON-XS/ChangeLog?r1=1.40&r2=1.41 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-perl/JSON-XS/ChangeLog,v retrieving revision 1.40 retrieving revision 1.41 diff -u -r1.40 -r1.41 --- ChangeLog 21 Oct 2013 17:49:17 -0000 1.40 +++ ChangeLog 23 Aug 2014 00:14:24 -0000 1.41 @@ -1,6 +1,13 @@ # ChangeLog for dev-perl/JSON-XS -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/JSON-XS/ChangeLog,v 1.40 2013/10/21 17:49:17 ago Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/JSON-XS/ChangeLog,v 1.41 2014/08/23 00:14:24 axs Exp $ + +*JSON-XS-2.340.0-r1 (23 Aug 2014) + + 23 Aug 2014; Ian Stakenvicius (_AxS_) <a...@gentoo.org> + +JSON-XS-2.340.0-r1.ebuild, -JSON-XS-2.340.0.ebuild: + bumped EAPI to 5; committed directly to stable as no other changes present and + revbump helps stable systems to keep from dieing on perl-5.18 upgrade 21 Oct 2013; Agostino Sarubbo <a...@gentoo.org> JSON-XS-2.340.0.ebuild: Stable for x86, wrt bug #488624 1.1 dev-perl/JSON-XS/JSON-XS-2.340.0-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/JSON-XS/JSON-XS-2.340.0-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/JSON-XS/JSON-XS-2.340.0-r1.ebuild?rev=1.1&content-type=text/plain Index: JSON-XS-2.340.0-r1.ebuild =================================================================== # Copyright 1999-2014 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.340.0-r1.ebuild,v 1.1 2014/08/23 00:14:24 axs Exp $ EAPI=5 MODULE_AUTHOR=MLEHMANN MODULE_VERSION=2.34 inherit perl-module DESCRIPTION="JSON::XS - JSON serialising/deserialising, done correctly and fast" SLOT="0" KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86 ~x64-macos ~x86-solaris" IUSE="test" RDEPEND="dev-perl/common-sense" DEPEND="${RDEPEND} test? ( virtual/perl-Test-Harness )" SRC_TEST="do"