Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/hdf/
Date: Thu, 30 Aug 2018 18:25:06
Message-Id: 1535653462.f9aac467d23a2d0edcebf9100f1462fc62f43ce3.slyfox@gentoo
1 commit: f9aac467d23a2d0edcebf9100f1462fc62f43ce3
2 Author: Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
3 AuthorDate: Thu Aug 30 15:51:28 2018 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 30 18:24:22 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9aac467
7
8 sci-libs/hdf: upstream lacks sparc platform support
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11 RepoMan-Options: --include-arches="sparc"
12
13 sci-libs/hdf/hdf-4.2.11.ebuild | 4 ++--
14 sci-libs/hdf/hdf-4.2.13-r1.ebuild | 2 +-
15 sci-libs/hdf/hdf-4.2.13.ebuild | 4 ++--
16 sci-libs/hdf/hdf-4.2.8.ebuild | 4 ++--
17 sci-libs/hdf/hdf-4.2.9.ebuild | 4 ++--
18 5 files changed, 9 insertions(+), 9 deletions(-)
19
20 diff --git a/sci-libs/hdf/hdf-4.2.11.ebuild b/sci-libs/hdf/hdf-4.2.11.ebuild
21 index 1d23a4cfe97..3582363389a 100644
22 --- a/sci-libs/hdf/hdf-4.2.11.ebuild
23 +++ b/sci-libs/hdf/hdf-4.2.11.ebuild
24 @@ -1,4 +1,4 @@
25 -# Copyright 1999-2017 Gentoo Foundation
26 +# Copyright 1999-2018 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28
29 EAPI=6
30 @@ -15,7 +15,7 @@ SRC_URI="http://www.hdfgroup.org/ftp/HDF/HDF_Current/src/${MYP}.tar.bz2"
31
32 SLOT="0"
33 LICENSE="NCSA-HDF"
34 -KEYWORDS="~amd64 ~ia64 ~ppc ~x86 ~amd64-linux ~x86-linux"
35 +KEYWORDS="~amd64 ~ia64 ~ppc -sparc ~x86 ~amd64-linux ~x86-linux"
36 IUSE="examples fortran szip static-libs test"
37 REQUIRED_USE="test? ( szip )"
38
39
40 diff --git a/sci-libs/hdf/hdf-4.2.13-r1.ebuild b/sci-libs/hdf/hdf-4.2.13-r1.ebuild
41 index 63e729e7010..d92320b868a 100644
42 --- a/sci-libs/hdf/hdf-4.2.13-r1.ebuild
43 +++ b/sci-libs/hdf/hdf-4.2.13-r1.ebuild
44 @@ -15,7 +15,7 @@ SRC_URI="http://www.hdfgroup.org/ftp/HDF/HDF_Current/src/${MYP}.tar.bz2"
45
46 SLOT="0"
47 LICENSE="NCSA-HDF"
48 -KEYWORDS="amd64 ia64 ppc x86 ~amd64-linux ~x86-linux"
49 +KEYWORDS="amd64 ia64 ppc -sparc x86 ~amd64-linux ~x86-linux"
50 IUSE="examples fortran szip static-libs test"
51 REQUIRED_USE="test? ( szip )"
52
53
54 diff --git a/sci-libs/hdf/hdf-4.2.13.ebuild b/sci-libs/hdf/hdf-4.2.13.ebuild
55 index 103ea3b4428..d7244d6583f 100644
56 --- a/sci-libs/hdf/hdf-4.2.13.ebuild
57 +++ b/sci-libs/hdf/hdf-4.2.13.ebuild
58 @@ -1,4 +1,4 @@
59 -# Copyright 1999-2017 Gentoo Foundation
60 +# Copyright 1999-2018 Gentoo Foundation
61 # Distributed under the terms of the GNU General Public License v2
62
63 EAPI=6
64 @@ -15,7 +15,7 @@ SRC_URI="http://www.hdfgroup.org/ftp/HDF/HDF_Current/src/${MYP}.tar.bz2"
65
66 SLOT="0"
67 LICENSE="NCSA-HDF"
68 -KEYWORDS="~amd64 ~ia64 ~ppc ~x86 ~amd64-linux ~x86-linux"
69 +KEYWORDS="~amd64 ~ia64 ~ppc -sparc ~x86 ~amd64-linux ~x86-linux"
70 IUSE="examples fortran szip static-libs test"
71 REQUIRED_USE="test? ( szip )"
72
73
74 diff --git a/sci-libs/hdf/hdf-4.2.8.ebuild b/sci-libs/hdf/hdf-4.2.8.ebuild
75 index 3561a95953c..32d8a3f2f0a 100644
76 --- a/sci-libs/hdf/hdf-4.2.8.ebuild
77 +++ b/sci-libs/hdf/hdf-4.2.8.ebuild
78 @@ -1,4 +1,4 @@
79 -# Copyright 1999-2017 Gentoo Foundation
80 +# Copyright 1999-2018 Gentoo Foundation
81 # Distributed under the terms of the GNU General Public License v2
82
83 EAPI=4
84 @@ -15,7 +15,7 @@ SRC_URI="http://www.hdfgroup.org/ftp/HDF/HDF_Current/src/${MYP}.tar.bz2"
85
86 SLOT="0"
87 LICENSE="NCSA-HDF"
88 -KEYWORDS="amd64 ia64 ppc x86 ~amd64-linux ~x86-linux"
89 +KEYWORDS="amd64 ia64 ppc -sparc x86 ~amd64-linux ~x86-linux"
90 IUSE="fortran szip static-libs"
91
92 RDEPEND="
93
94 diff --git a/sci-libs/hdf/hdf-4.2.9.ebuild b/sci-libs/hdf/hdf-4.2.9.ebuild
95 index 3d7f73a04cd..04467f22944 100644
96 --- a/sci-libs/hdf/hdf-4.2.9.ebuild
97 +++ b/sci-libs/hdf/hdf-4.2.9.ebuild
98 @@ -1,4 +1,4 @@
99 -# Copyright 1999-2016 Gentoo Foundation
100 +# Copyright 1999-2018 Gentoo Foundation
101 # Distributed under the terms of the GNU General Public License v2
102
103 EAPI=4
104 @@ -15,7 +15,7 @@ SRC_URI="http://www.hdfgroup.org/ftp/HDF/HDF_Current/src/${MYP}.tar.bz2"
105
106 SLOT="0"
107 LICENSE="NCSA-HDF"
108 -KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
109 +KEYWORDS="~amd64 ~ppc -sparc ~x86 ~amd64-linux ~x86-linux"
110 IUSE="fortran szip static-libs"
111
112 RDEPEND="