summaryrefslogtreecommitdiff
path: root/virtual/lapack
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2017-01-14 17:56:55 +0100
committerUlrich Müller <ulm@gentoo.org>2017-01-14 18:18:54 +0100
commit38b21964d89c8ccebe1fe33596d4d7fa1dba5006 (patch)
tree7de7ef6f32fa5501d31ef7183b95ddfa64d8896e /virtual/lapack
parent07fe9f9199b537d80ce6b19d9baa6fce33843798 (diff)
downloadgentoo-38b21964d89c8ccebe1fe33596d4d7fa1dba5006.tar.gz
gentoo-38b21964d89c8ccebe1fe33596d4d7fa1dba5006.tar.xz
virtual: [QA] Bump all virtuals with EAPI 3 or older to EAPI 5.
Also remove empty variable assignments. As discussed in #gentoo-qa. Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'virtual/lapack')
-rw-r--r--virtual/lapack/lapack-3.0.ebuild10
-rw-r--r--virtual/lapack/lapack-3.1.ebuild10
2 files changed, 7 insertions, 13 deletions
diff --git a/virtual/lapack/lapack-3.0.ebuild b/virtual/lapack/lapack-3.0.ebuild
index 52f7804e8a7..9b1c97c8f96 100644
--- a/virtual/lapack/lapack-3.0.ebuild
+++ b/virtual/lapack/lapack-3.0.ebuild
@@ -1,17 +1,15 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
+EAPI=5
+
DESCRIPTION="Virtual for Linear Algebra Package FORTRAN 77 (LAPACK) implementation"
-HOMEPAGE=""
-SRC_URI=""
-LICENSE=""
SLOT="0"
KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd"
-IUSE=""
+
RDEPEND="|| (
sci-libs/lapack-reference
>=sci-libs/mkl-9.1.023
>=sci-libs/acml-3.6
)"
-DEPEND=""
diff --git a/virtual/lapack/lapack-3.1.ebuild b/virtual/lapack/lapack-3.1.ebuild
index c03e02e2ea4..caca58caa59 100644
--- a/virtual/lapack/lapack-3.1.ebuild
+++ b/virtual/lapack/lapack-3.1.ebuild
@@ -1,19 +1,15 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
-DESCRIPTION="Virtual for Linear Algebra Package FORTRAN 77 (LAPACK) implementation"
-HOMEPAGE=""
-SRC_URI=""
+EAPI=5
-LICENSE=""
+DESCRIPTION="Virtual for Linear Algebra Package FORTRAN 77 (LAPACK) implementation"
SLOT="0"
KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
-IUSE=""
RDEPEND="|| (
>=sci-libs/lapack-reference-3.1
>=sci-libs/mkl-10
>=sci-libs/acml-4
)"
-DEPEND=""