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 003D9138A87 for ; Sun, 22 Feb 2015 10:58:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 81DC5E08A4; Sun, 22 Feb 2015 10:58:13 +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 12C13E08A4 for ; Sun, 22 Feb 2015 10:58:13 +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 26334340BA5 for ; Sun, 22 Feb 2015 10:58:12 +0000 (UTC) Received: by oystercatcher.gentoo.org (Postfix, from userid 2262) id D75C9124D9; Sun, 22 Feb 2015 10:58:10 +0000 (UTC) From: "Pacho Ramos (pacho)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, pacho@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in sci-libs/netcdf: netcdf-4.3.2-r1.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: netcdf-4.3.2-r1.ebuild ChangeLog X-VCS-Directories: sci-libs/netcdf X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20150222105810.D75C9124D9@oystercatcher.gentoo.org> Date: Sun, 22 Feb 2015 10:58:10 +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: ffc7d3ce-799e-45b7-a3ae-0ab8b21f26d6 X-Archives-Hash: 2c63c4033471e6d009e51117b8617037 pacho 15/02/22 10:58:10 Modified: netcdf-4.3.2-r1.ebuild ChangeLog Log: amd64/ppc/ppc64/x86 stable, bug #540494 (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key A188FBD4) Revision Changes Path 1.3 sci-libs/netcdf/netcdf-4.3.2-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/netcdf/netcdf-4.3.2-r1.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/netcdf/netcdf-4.3.2-r1.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/netcdf/netcdf-4.3.2-r1.ebuild?r1=1.2&r2=1.3 Index: netcdf-4.3.2-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sci-libs/netcdf/netcdf-4.3.2-r1.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- netcdf-4.3.2-r1.ebuild 24 Oct 2014 14:19:46 -0000 1.2 +++ netcdf-4.3.2-r1.ebuild 22 Feb 2015 10:58:10 -0000 1.3 @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/netcdf/netcdf-4.3.2-r1.ebuild,v 1.2 2014/10/24 14:19:46 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/netcdf/netcdf-4.3.2-r1.ebuild,v 1.3 2015/02/22 10:58:10 pacho Exp $ EAPI=5 @@ -12,7 +12,7 @@ LICENSE="UCAR-Unidata" SLOT="0/7" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm ppc ppc64 x86 ~amd64-linux ~x86-linux" IUSE="+dap examples hdf +hdf5 mpi static-libs szip test tools" RDEPEND=" 1.117 sci-libs/netcdf/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/netcdf/ChangeLog?rev=1.117&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/netcdf/ChangeLog?rev=1.117&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/netcdf/ChangeLog?r1=1.116&r2=1.117 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sci-libs/netcdf/ChangeLog,v retrieving revision 1.116 retrieving revision 1.117 diff -u -r1.116 -r1.117 --- ChangeLog 24 Oct 2014 14:19:46 -0000 1.116 +++ ChangeLog 22 Feb 2015 10:58:10 -0000 1.117 @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/netcdf -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/netcdf/ChangeLog,v 1.116 2014/10/24 14:19:46 aballier Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/netcdf/ChangeLog,v 1.117 2015/02/22 10:58:10 pacho Exp $ + + 22 Feb 2015; Pacho Ramos netcdf-4.3.2-r1.ebuild: + amd64/ppc/ppc64/x86 stable, bug #540494 24 Oct 2014; Alexis Ballier netcdf-4.3.2-r1.ebuild: keyword ~arm