Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/cblas/, virtual/lapack/, virtual/blas/
Date: Sat, 31 Oct 2020 18:48:37
Message-Id: 1604170087.1c0a850548c2e6eca1d6b2ea3e0bc70feb8767f4.soap@gentoo
1 commit: 1c0a850548c2e6eca1d6b2ea3e0bc70feb8767f4
2 Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
3 AuthorDate: Sat Oct 31 18:48:07 2020 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 31 18:48:07 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c0a8505
7
8 virtual/{blas,lapack}: drop old packages
9
10 reference implementations are masked
11
12 Package-Manager: Portage-3.0.8, Repoman-3.0.1
13 Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
14 Signed-off-by: David Seifert <soap <AT> gentoo.org>
15
16 virtual/blas/blas-1.0.ebuild | 14 --------------
17 virtual/blas/blas-3.6.ebuild | 13 -------------
18 virtual/blas/blas-3.7.ebuild | 13 -------------
19 virtual/cblas/cblas-1.0.ebuild | 14 --------------
20 virtual/cblas/cblas-3.6.ebuild | 14 --------------
21 virtual/cblas/cblas-3.7.ebuild | 14 --------------
22 virtual/lapack/lapack-3.0.ebuild | 13 -------------
23 virtual/lapack/lapack-3.1.ebuild | 13 -------------
24 virtual/lapack/lapack-3.6.ebuild | 13 -------------
25 virtual/lapack/lapack-3.7.ebuild | 13 -------------
26 10 files changed, 134 deletions(-)
27
28 diff --git a/virtual/blas/blas-1.0.ebuild b/virtual/blas/blas-1.0.ebuild
29 deleted file mode 100644
30 index 2494d82172f..00000000000
31 --- a/virtual/blas/blas-1.0.ebuild
32 +++ /dev/null
33 @@ -1,14 +0,0 @@
34 -# Copyright 1999-2020 Gentoo Authors
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=5
38 -
39 -DESCRIPTION="Virtual for FORTRAN 77 BLAS implementation"
40 -SLOT="0"
41 -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris"
42 -
43 -RDEPEND="|| (
44 - sci-libs/blas-reference
45 - >=sci-libs/mkl-9.1.023
46 - sci-libs/blas-goto
47 - )"
48
49 diff --git a/virtual/blas/blas-3.6.ebuild b/virtual/blas/blas-3.6.ebuild
50 deleted file mode 100644
51 index cc82c666157..00000000000
52 --- a/virtual/blas/blas-3.6.ebuild
53 +++ /dev/null
54 @@ -1,13 +0,0 @@
55 -# Copyright 1999-2017 Gentoo Foundation
56 -# Distributed under the terms of the GNU General Public License v2
57 -
58 -EAPI="6"
59 -
60 -DESCRIPTION="Virtual for FORTRAN 77 BLAS implementation"
61 -SLOT="0"
62 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris"
63 -
64 -RDEPEND="|| (
65 - >=sci-libs/blas-reference-20151113
66 - >=sci-libs/mkl-9.1.023
67 - )"
68
69 diff --git a/virtual/blas/blas-3.7.ebuild b/virtual/blas/blas-3.7.ebuild
70 deleted file mode 100644
71 index fc3320dbb07..00000000000
72 --- a/virtual/blas/blas-3.7.ebuild
73 +++ /dev/null
74 @@ -1,13 +0,0 @@
75 -# Copyright 1999-2017 Gentoo Foundation
76 -# Distributed under the terms of the GNU General Public License v2
77 -
78 -EAPI="6"
79 -
80 -DESCRIPTION="Virtual for FORTRAN 77 BLAS implementation"
81 -SLOT="0"
82 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris"
83 -
84 -RDEPEND="|| (
85 - >=sci-libs/blas-reference-20161223
86 - >=sci-libs/mkl-9.1.023
87 - )"
88
89 diff --git a/virtual/cblas/cblas-1.0.ebuild b/virtual/cblas/cblas-1.0.ebuild
90 deleted file mode 100644
91 index 18e1b899afb..00000000000
92 --- a/virtual/cblas/cblas-1.0.ebuild
93 +++ /dev/null
94 @@ -1,14 +0,0 @@
95 -# Copyright 1999-2020 Gentoo Authors
96 -# Distributed under the terms of the GNU General Public License v2
97 -
98 -EAPI=5
99 -
100 -DESCRIPTION="Virtual for BLAS C implementation"
101 -SLOT="0"
102 -KEYWORDS="~alpha amd64 arm hppa ~ia64 ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
103 -
104 -RDEPEND="|| (
105 - sci-libs/cblas-reference
106 - sci-libs/gsl[-cblas-external]
107 - >=sci-libs/mkl-9.1.023
108 - )"
109
110 diff --git a/virtual/cblas/cblas-3.6.ebuild b/virtual/cblas/cblas-3.6.ebuild
111 deleted file mode 100644
112 index 70757a9dda2..00000000000
113 --- a/virtual/cblas/cblas-3.6.ebuild
114 +++ /dev/null
115 @@ -1,14 +0,0 @@
116 -# Copyright 1999-2017 Gentoo Foundation
117 -# Distributed under the terms of the GNU General Public License v2
118 -
119 -EAPI="6"
120 -
121 -DESCRIPTION="Virtual for BLAS C implementation"
122 -SLOT="0"
123 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
124 -
125 -RDEPEND="|| (
126 - >=sci-libs/cblas-reference-20151113
127 - sci-libs/gsl[-cblas-external]
128 - >=sci-libs/mkl-9.1.023
129 - )"
130
131 diff --git a/virtual/cblas/cblas-3.7.ebuild b/virtual/cblas/cblas-3.7.ebuild
132 deleted file mode 100644
133 index 5f160cad9a3..00000000000
134 --- a/virtual/cblas/cblas-3.7.ebuild
135 +++ /dev/null
136 @@ -1,14 +0,0 @@
137 -# Copyright 1999-2017 Gentoo Foundation
138 -# Distributed under the terms of the GNU General Public License v2
139 -
140 -EAPI="6"
141 -
142 -DESCRIPTION="Virtual for BLAS C implementation"
143 -SLOT="0"
144 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
145 -
146 -RDEPEND="|| (
147 - >=sci-libs/cblas-reference-20161223
148 - sci-libs/gsl[-cblas-external]
149 - >=sci-libs/mkl-9.1.023
150 - )"
151
152 diff --git a/virtual/lapack/lapack-3.0.ebuild b/virtual/lapack/lapack-3.0.ebuild
153 deleted file mode 100644
154 index cf006868357..00000000000
155 --- a/virtual/lapack/lapack-3.0.ebuild
156 +++ /dev/null
157 @@ -1,13 +0,0 @@
158 -# Copyright 1999-2020 Gentoo Authors
159 -# Distributed under the terms of the GNU General Public License v2
160 -
161 -EAPI=5
162 -
163 -DESCRIPTION="Virtual for Linear Algebra Package FORTRAN 77 (LAPACK) implementation"
164 -SLOT="0"
165 -KEYWORDS="~alpha amd64 hppa ~ia64 ppc ppc64 sparc x86"
166 -
167 -RDEPEND="|| (
168 - sci-libs/lapack-reference
169 - >=sci-libs/mkl-9.1.023
170 - )"
171
172 diff --git a/virtual/lapack/lapack-3.1.ebuild b/virtual/lapack/lapack-3.1.ebuild
173 deleted file mode 100644
174 index 5b32c0b0f07..00000000000
175 --- a/virtual/lapack/lapack-3.1.ebuild
176 +++ /dev/null
177 @@ -1,13 +0,0 @@
178 -# Copyright 1999-2020 Gentoo Authors
179 -# Distributed under the terms of the GNU General Public License v2
180 -
181 -EAPI=5
182 -
183 -DESCRIPTION="Virtual for Linear Algebra Package FORTRAN 77 (LAPACK) implementation"
184 -SLOT="0"
185 -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
186 -
187 -RDEPEND="|| (
188 - >=sci-libs/lapack-reference-3.1
189 - >=sci-libs/mkl-10
190 - )"
191
192 diff --git a/virtual/lapack/lapack-3.6.ebuild b/virtual/lapack/lapack-3.6.ebuild
193 deleted file mode 100644
194 index dcbedcbb5a8..00000000000
195 --- a/virtual/lapack/lapack-3.6.ebuild
196 +++ /dev/null
197 @@ -1,13 +0,0 @@
198 -# Copyright 1999-2017 Gentoo Foundation
199 -# Distributed under the terms of the GNU General Public License v2
200 -
201 -EAPI=6
202 -
203 -DESCRIPTION="Virtual for Linear Algebra Package FORTRAN 77 (LAPACK) implementation"
204 -SLOT="0"
205 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
206 -
207 -RDEPEND="|| (
208 - >=sci-libs/lapack-reference-3.6
209 - >=sci-libs/mkl-10
210 - )"
211
212 diff --git a/virtual/lapack/lapack-3.7.ebuild b/virtual/lapack/lapack-3.7.ebuild
213 deleted file mode 100644
214 index 71e4a65c06d..00000000000
215 --- a/virtual/lapack/lapack-3.7.ebuild
216 +++ /dev/null
217 @@ -1,13 +0,0 @@
218 -# Copyright 1999-2017 Gentoo Foundation
219 -# Distributed under the terms of the GNU General Public License v2
220 -
221 -EAPI=6
222 -
223 -DESCRIPTION="Virtual for Linear Algebra Package FORTRAN 77 (LAPACK) implementation"
224 -SLOT="0"
225 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
226 -
227 -RDEPEND="|| (
228 - >=sci-libs/lapack-reference-3.7
229 - >=sci-libs/mkl-10
230 - )"