From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0908C138334 for ; Mon, 11 Jun 2018 10:51:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CF80BE096A; Mon, 11 Jun 2018 10:51:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8E3B6E096A for ; Mon, 11 Jun 2018 10:51:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BAA90335C7E for ; Mon, 11 Jun 2018 10:51:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 829942A1 for ; Mon, 11 Jun 2018 10:51:34 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1528714162.560d743fba27c1fa84132a436a6effd435997e12.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/mpich/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-cluster/mpich/mpich-3.0.4.ebuild sys-cluster/mpich/mpich-3.1.3.ebuild sys-cluster/mpich/mpich-3.1.4.ebuild sys-cluster/mpich/mpich-3.2-r1.ebuild sys-cluster/mpich/mpich-3.2.ebuild X-VCS-Directories: sys-cluster/mpich/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 560d743fba27c1fa84132a436a6effd435997e12 X-VCS-Branch: master Date: Mon, 11 Jun 2018 10:51:34 +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: 726afeea-d110-43ed-b281-90477eecda36 X-Archives-Hash: 40ead19c9ebdddc111897785341b0fb5 commit: 560d743fba27c1fa84132a436a6effd435997e12 Author: Ulrich Müller gentoo org> AuthorDate: Mon Jun 11 10:49:22 2018 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Mon Jun 11 10:49:22 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=560d743f sys-cluster/mpich: Update LICENSE. The mpich license is a duplicate of mpich2. Bug: https://bugs.gentoo.org/657686 Package-Manager: Portage-2.3.40, Repoman-2.3.9 sys-cluster/mpich/mpich-3.0.4.ebuild | 4 ++-- sys-cluster/mpich/mpich-3.1.3.ebuild | 4 ++-- sys-cluster/mpich/mpich-3.1.4.ebuild | 4 ++-- sys-cluster/mpich/mpich-3.2-r1.ebuild | 4 ++-- sys-cluster/mpich/mpich-3.2.ebuild | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/sys-cluster/mpich/mpich-3.0.4.ebuild b/sys-cluster/mpich/mpich-3.0.4.ebuild index 63dee55d2a0..c6a40b9fc6a 100644 --- a/sys-cluster/mpich/mpich-3.0.4.ebuild +++ b/sys-cluster/mpich/mpich-3.0.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -13,7 +13,7 @@ HOMEPAGE="http://www.mpich.org/" SRC_URI="http://www.mpich.org/static/downloads/${PV}/${P}.tar.gz" SLOT="0" -LICENSE="mpich" +LICENSE="mpich2" KEYWORDS="amd64 hppa ppc ppc64 x86 ~amd64-linux ~x86-linux" IUSE="+cxx doc fortran mpi-threads romio threads" diff --git a/sys-cluster/mpich/mpich-3.1.3.ebuild b/sys-cluster/mpich/mpich-3.1.3.ebuild index 0ed79526c4a..196aa6b6cfe 100644 --- a/sys-cluster/mpich/mpich-3.1.3.ebuild +++ b/sys-cluster/mpich/mpich-3.1.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -13,7 +13,7 @@ HOMEPAGE="http://www.mpich.org/" SRC_URI="http://www.mpich.org/static/downloads/${PV}/${P}.tar.gz" SLOT="0" -LICENSE="mpich" +LICENSE="mpich2" KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" IUSE="+cxx doc fortran mpi-threads romio threads" diff --git a/sys-cluster/mpich/mpich-3.1.4.ebuild b/sys-cluster/mpich/mpich-3.1.4.ebuild index 81b842d0f03..f7a59bdf3f5 100644 --- a/sys-cluster/mpich/mpich-3.1.4.ebuild +++ b/sys-cluster/mpich/mpich-3.1.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -13,7 +13,7 @@ HOMEPAGE="http://www.mpich.org/" SRC_URI="http://www.mpich.org/static/downloads/${PV}/${P}.tar.gz" SLOT="0" -LICENSE="mpich" +LICENSE="mpich2" KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" IUSE="+cxx doc fortran mpi-threads romio threads" diff --git a/sys-cluster/mpich/mpich-3.2-r1.ebuild b/sys-cluster/mpich/mpich-3.2-r1.ebuild index 7a865b38f33..aa21fd7acae 100644 --- a/sys-cluster/mpich/mpich-3.2-r1.ebuild +++ b/sys-cluster/mpich/mpich-3.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -14,7 +14,7 @@ HOMEPAGE="http://www.mpich.org/" SRC_URI="http://www.mpich.org/static/downloads/${PV}/${P}.tar.gz" SLOT="0" -LICENSE="mpich" +LICENSE="mpich2" KEYWORDS="amd64 ~arm64 hppa ppc ppc64 x86 ~amd64-linux ~x86-linux" IUSE="+cxx doc fortran mpi-threads romio threads" diff --git a/sys-cluster/mpich/mpich-3.2.ebuild b/sys-cluster/mpich/mpich-3.2.ebuild index 81b842d0f03..f7a59bdf3f5 100644 --- a/sys-cluster/mpich/mpich-3.2.ebuild +++ b/sys-cluster/mpich/mpich-3.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -13,7 +13,7 @@ HOMEPAGE="http://www.mpich.org/" SRC_URI="http://www.mpich.org/static/downloads/${PV}/${P}.tar.gz" SLOT="0" -LICENSE="mpich" +LICENSE="mpich2" KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" IUSE="+cxx doc fortran mpi-threads romio threads"