dilfridge 15/02/24 00:37:36 Modified: ChangeLog Added: JSON-2.900.0.ebuild Log: Version bump (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key EBE6A336BE19039C!)
Revision Changes Path 1.64 dev-perl/JSON/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/JSON/ChangeLog?rev=1.64&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/JSON/ChangeLog?rev=1.64&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/JSON/ChangeLog?r1=1.63&r2=1.64 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-perl/JSON/ChangeLog,v retrieving revision 1.63 retrieving revision 1.64 diff -u -r1.63 -r1.64 --- ChangeLog 7 Dec 2014 16:17:31 -0000 1.63 +++ ChangeLog 24 Feb 2015 00:37:36 -0000 1.64 @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/JSON -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/JSON/ChangeLog,v 1.63 2014/12/07 16:17:31 zlogene Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/JSON/ChangeLog,v 1.64 2015/02/24 00:37:36 dilfridge Exp $ + +*JSON-2.900.0 (24 Feb 2015) + + 24 Feb 2015; Andreas K. Huettel <[email protected]> +JSON-2.900.0.ebuild: + Version bump 07 Dec 2014; Mikle Kolyada <[email protected]> JSON-2.590.0-r1.ebuild: Add ~amd64-fbsd keyword 1.1 dev-perl/JSON/JSON-2.900.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/JSON/JSON-2.900.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/JSON/JSON-2.900.0.ebuild?rev=1.1&content-type=text/plain Index: JSON-2.900.0.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-perl/JSON/JSON-2.900.0.ebuild,v 1.1 2015/02/24 00:37:36 dilfridge Exp $ EAPI=5 MODULE_AUTHOR=MAKAMAKA MODULE_VERSION=2.90 inherit perl-module DESCRIPTION="JSON (JavaScript Object Notation) encoder/decoder" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" IUSE="test" DEPEND=" virtual/perl-ExtUtils-MakeMaker test? ( virtual/perl-Test-Simple ) " SRC_TEST="do"
