Gentoo Archives: gentoo-commits

From: Haelwenn Monnier <contact@×××××××××.me>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: sci-libs/slicot/
Date: Thu, 05 May 2022 14:42:34
Message-Id: 1651735978.254a781abc0a17d0630c2a0d7318c6fbfcc69761.lanodan@gentoo
1 commit: 254a781abc0a17d0630c2a0d7318c6fbfcc69761
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Thu May 5 07:32:58 2022 +0000
4 Commit: Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
5 CommitDate: Thu May 5 07:32:58 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=254a781a
7
8 sci-libs/slicot: EAPI 8
9
10 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
11
12 ...ot-5.0_p20101122.ebuild => slicot-5.0_p20101122-r1.ebuild} | 11 +++++++----
13 1 file changed, 7 insertions(+), 4 deletions(-)
14
15 diff --git a/sci-libs/slicot/slicot-5.0_p20101122.ebuild b/sci-libs/slicot/slicot-5.0_p20101122-r1.ebuild
16 similarity index 83%
17 rename from sci-libs/slicot/slicot-5.0_p20101122.ebuild
18 rename to sci-libs/slicot/slicot-5.0_p20101122-r1.ebuild
19 index 214605082..74662c9d9 100644
20 --- a/sci-libs/slicot/slicot-5.0_p20101122.ebuild
21 +++ b/sci-libs/slicot/slicot-5.0_p20101122-r1.ebuild
22 @@ -1,7 +1,7 @@
23 -# Copyright 1999-2020 Gentoo Authors
24 +# Copyright 1999-2022 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 -EAPI="7"
28 +EAPI=8
29
30 inherit flag-o-matic fortran-2 toolchain-funcs
31
32 @@ -9,7 +9,10 @@ MY_PV="${PV/_p/+}"
33 MY_P="${PN}-${MY_PV}"
34
35 DESCRIPTION="Subroutine Library in Systems and Control Theory"
36 -HOMEPAGE="https://web.archive.org/web/20191022092917/http://www.slicot.org"
37 +HOMEPAGE="
38 + https://web.archive.org/web/20191022092917/http://www.slicot.org
39 + https://tracker.debian.org/pkg/slicot
40 +"
41 SRC_URI="http://cdn-fastly.deb.debian.org/debian/pool/main/s/${PN}/${PN}_${MY_PV}.orig.tar.gz"
42
43 LICENSE="GPL-2+"
44 @@ -20,7 +23,7 @@ IUSE="doc examples"
45
46 DEPEND="
47 virtual/blas
48 - virtual/lapack
49 + || ( sci-libs/lapack[deprecated] sci-libs/openblas )
50 "
51 RDEPEND="${DEPEND}"