From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id B14E7138825 for ; Tue, 11 Nov 2014 20:50:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7EF7BE086C; Tue, 11 Nov 2014 20:50:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 29CEFE086C for ; Tue, 11 Nov 2014 20:50:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E16273401CA for ; Tue, 11 Nov 2014 20:50:16 +0000 (UTC) Received: by oystercatcher.gentoo.org (Postfix, from userid 2192) id 927EA9F04; Tue, 11 Nov 2014 20:50:15 +0000 (UTC) From: "Markus Meier (maekke)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, maekke@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/JSON-XS: JSON-XS-3.10.0.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: JSON-XS-3.10.0.ebuild ChangeLog X-VCS-Directories: dev-perl/JSON-XS X-VCS-Committer: maekke X-VCS-Committer-Name: Markus Meier Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20141111205015.927EA9F04@oystercatcher.gentoo.org> Date: Tue, 11 Nov 2014 20:50:15 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 55172006-37b7-437c-a87c-64ce2c87d93a X-Archives-Hash: 307f1bb7ad17ae261e340448e82d0871 maekke 14/11/11 20:50:15 Modified: JSON-XS-3.10.0.ebuild ChangeLog Log: add ~arm, bug #523298 (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062) Revision Changes Path 1.2 dev-perl/JSON-XS/JSON-XS-3.10.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/JSON-XS/JSON-XS-3.10.0.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/JSON-XS/JSON-XS-3.10.0.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/JSON-XS/JSON-XS-3.10.0.ebuild?r1=1.1&r2=1.2 Index: JSON-XS-3.10.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-perl/JSON-XS/JSON-XS-3.10.0.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- JSON-XS-3.10.0.ebuild 25 Oct 2014 19:02:48 -0000 1.1 +++ JSON-XS-3.10.0.ebuild 11 Nov 2014 20:50:15 -0000 1.2 @@ -1,6 +1,6 @@ # 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-3.10.0.ebuild,v 1.1 2014/10/25 19:02:48 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/JSON-XS/JSON-XS-3.10.0.ebuild,v 1.2 2014/11/11 20:50:15 maekke Exp $ EAPI=5 @@ -11,7 +11,7 @@ DESCRIPTION="JSON::XS - JSON serialising/deserialising, done correctly and fast" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~arm ~x86" IUSE="test" RDEPEND=" 1.44 dev-perl/JSON-XS/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/JSON-XS/ChangeLog?rev=1.44&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/JSON-XS/ChangeLog?rev=1.44&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/JSON-XS/ChangeLog?r1=1.43&r2=1.44 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-perl/JSON-XS/ChangeLog,v retrieving revision 1.43 retrieving revision 1.44 diff -u -r1.43 -r1.44 --- ChangeLog 25 Oct 2014 19:02:48 -0000 1.43 +++ ChangeLog 11 Nov 2014 20:50:15 -0000 1.44 @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/JSON-XS # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/JSON-XS/ChangeLog,v 1.43 2014/10/25 19:02:48 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/JSON-XS/ChangeLog,v 1.44 2014/11/11 20:50:15 maekke Exp $ + + 11 Nov 2014; Markus Meier JSON-XS-3.10.0.ebuild: + add ~arm, bug #523298 *JSON-XS-3.10.0 (25 Oct 2014)