Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/mpich/
Date: Mon, 11 Jun 2018 10:51:40
Message-Id: 1528714162.560d743fba27c1fa84132a436a6effd435997e12.ulm@gentoo
1 commit: 560d743fba27c1fa84132a436a6effd435997e12
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 11 10:49:22 2018 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 11 10:49:22 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=560d743f
7
8 sys-cluster/mpich: Update LICENSE.
9
10 The mpich license is a duplicate of mpich2.
11
12 Bug: https://bugs.gentoo.org/657686
13 Package-Manager: Portage-2.3.40, Repoman-2.3.9
14
15 sys-cluster/mpich/mpich-3.0.4.ebuild | 4 ++--
16 sys-cluster/mpich/mpich-3.1.3.ebuild | 4 ++--
17 sys-cluster/mpich/mpich-3.1.4.ebuild | 4 ++--
18 sys-cluster/mpich/mpich-3.2-r1.ebuild | 4 ++--
19 sys-cluster/mpich/mpich-3.2.ebuild | 4 ++--
20 5 files changed, 10 insertions(+), 10 deletions(-)
21
22 diff --git a/sys-cluster/mpich/mpich-3.0.4.ebuild b/sys-cluster/mpich/mpich-3.0.4.ebuild
23 index 63dee55d2a0..c6a40b9fc6a 100644
24 --- a/sys-cluster/mpich/mpich-3.0.4.ebuild
25 +++ b/sys-cluster/mpich/mpich-3.0.4.ebuild
26 @@ -1,4 +1,4 @@
27 -# Copyright 1999-2014 Gentoo Foundation
28 +# Copyright 1999-2018 Gentoo Foundation
29 # Distributed under the terms of the GNU General Public License v2
30
31 EAPI=5
32 @@ -13,7 +13,7 @@ HOMEPAGE="http://www.mpich.org/"
33 SRC_URI="http://www.mpich.org/static/downloads/${PV}/${P}.tar.gz"
34
35 SLOT="0"
36 -LICENSE="mpich"
37 +LICENSE="mpich2"
38 KEYWORDS="amd64 hppa ppc ppc64 x86 ~amd64-linux ~x86-linux"
39 IUSE="+cxx doc fortran mpi-threads romio threads"
40
41
42 diff --git a/sys-cluster/mpich/mpich-3.1.3.ebuild b/sys-cluster/mpich/mpich-3.1.3.ebuild
43 index 0ed79526c4a..196aa6b6cfe 100644
44 --- a/sys-cluster/mpich/mpich-3.1.3.ebuild
45 +++ b/sys-cluster/mpich/mpich-3.1.3.ebuild
46 @@ -1,4 +1,4 @@
47 -# Copyright 1999-2014 Gentoo Foundation
48 +# Copyright 1999-2018 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50
51 EAPI=5
52 @@ -13,7 +13,7 @@ HOMEPAGE="http://www.mpich.org/"
53 SRC_URI="http://www.mpich.org/static/downloads/${PV}/${P}.tar.gz"
54
55 SLOT="0"
56 -LICENSE="mpich"
57 +LICENSE="mpich2"
58 KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
59 IUSE="+cxx doc fortran mpi-threads romio threads"
60
61
62 diff --git a/sys-cluster/mpich/mpich-3.1.4.ebuild b/sys-cluster/mpich/mpich-3.1.4.ebuild
63 index 81b842d0f03..f7a59bdf3f5 100644
64 --- a/sys-cluster/mpich/mpich-3.1.4.ebuild
65 +++ b/sys-cluster/mpich/mpich-3.1.4.ebuild
66 @@ -1,4 +1,4 @@
67 -# Copyright 1999-2015 Gentoo Foundation
68 +# Copyright 1999-2018 Gentoo Foundation
69 # Distributed under the terms of the GNU General Public License v2
70
71 EAPI=5
72 @@ -13,7 +13,7 @@ HOMEPAGE="http://www.mpich.org/"
73 SRC_URI="http://www.mpich.org/static/downloads/${PV}/${P}.tar.gz"
74
75 SLOT="0"
76 -LICENSE="mpich"
77 +LICENSE="mpich2"
78 KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
79 IUSE="+cxx doc fortran mpi-threads romio threads"
80
81
82 diff --git a/sys-cluster/mpich/mpich-3.2-r1.ebuild b/sys-cluster/mpich/mpich-3.2-r1.ebuild
83 index 7a865b38f33..aa21fd7acae 100644
84 --- a/sys-cluster/mpich/mpich-3.2-r1.ebuild
85 +++ b/sys-cluster/mpich/mpich-3.2-r1.ebuild
86 @@ -1,4 +1,4 @@
87 -# Copyright 1999-2017 Gentoo Foundation
88 +# Copyright 1999-2018 Gentoo Foundation
89 # Distributed under the terms of the GNU General Public License v2
90
91 EAPI=6
92 @@ -14,7 +14,7 @@ HOMEPAGE="http://www.mpich.org/"
93 SRC_URI="http://www.mpich.org/static/downloads/${PV}/${P}.tar.gz"
94
95 SLOT="0"
96 -LICENSE="mpich"
97 +LICENSE="mpich2"
98 KEYWORDS="amd64 ~arm64 hppa ppc ppc64 x86 ~amd64-linux ~x86-linux"
99 IUSE="+cxx doc fortran mpi-threads romio threads"
100
101
102 diff --git a/sys-cluster/mpich/mpich-3.2.ebuild b/sys-cluster/mpich/mpich-3.2.ebuild
103 index 81b842d0f03..f7a59bdf3f5 100644
104 --- a/sys-cluster/mpich/mpich-3.2.ebuild
105 +++ b/sys-cluster/mpich/mpich-3.2.ebuild
106 @@ -1,4 +1,4 @@
107 -# Copyright 1999-2015 Gentoo Foundation
108 +# Copyright 1999-2018 Gentoo Foundation
109 # Distributed under the terms of the GNU General Public License v2
110
111 EAPI=5
112 @@ -13,7 +13,7 @@ HOMEPAGE="http://www.mpich.org/"
113 SRC_URI="http://www.mpich.org/static/downloads/${PV}/${P}.tar.gz"
114
115 SLOT="0"
116 -LICENSE="mpich"
117 +LICENSE="mpich2"
118 KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
119 IUSE="+cxx doc fortran mpi-threads romio threads"