Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/symengine/
Date: Mon, 21 Feb 2022 03:17:46
Message-Id: 1645413411.65cc8cdbdbcf3a1266116541bf80983d0bdf51b1.sam@gentoo
1 commit: 65cc8cdbdbcf3a1266116541bf80983d0bdf51b1
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 21 03:16:51 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 21 03:16:51 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65cc8cdb
7
8 sci-libs/symengine: fix subslot
9
10 Closes: https://bugs.gentoo.org/720760
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 .../symengine/{symengine-0.6.0.ebuild => symengine-0.6.0-r1.ebuild} | 4 ++--
14 .../symengine/{symengine-0.7.0.ebuild => symengine-0.7.0-r1.ebuild} | 4 ++--
15 .../symengine/{symengine-0.8.1.ebuild => symengine-0.8.1-r1.ebuild} | 4 ++--
16 3 files changed, 6 insertions(+), 6 deletions(-)
17
18 diff --git a/sci-libs/symengine/symengine-0.6.0.ebuild b/sci-libs/symengine/symengine-0.6.0-r1.ebuild
19 similarity index 97%
20 rename from sci-libs/symengine/symengine-0.6.0.ebuild
21 rename to sci-libs/symengine/symengine-0.6.0-r1.ebuild
22 index ae13a29f65d2..1454ac3431a0 100644
23 --- a/sci-libs/symengine/symengine-0.6.0.ebuild
24 +++ b/sci-libs/symengine/symengine-0.6.0-r1.ebuild
25 @@ -1,4 +1,4 @@
26 -# Copyright 1999-2020 Gentoo Authors
27 +# Copyright 1999-2022 Gentoo Authors
28 # Distributed under the terms of the GNU General Public License v2
29
30 EAPI=7
31 @@ -11,7 +11,7 @@ HOMEPAGE="https://github.com/sympy/symengine"
32 SRC_URI="https://github.com/sympy/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
33
34 LICENSE="MIT"
35 -SLOT="0/0.4"
36 +SLOT="0/$(ver_cut 1-2)"
37 KEYWORDS="amd64 ~arm ~arm64 x86 ~amd64-linux ~x86-linux"
38 IUSE="arb benchmarks boost debug doc ecm flint llvm mpc mpfr openmp test tcmalloc threads"
39 RESTRICT="!test? ( test )"
40
41 diff --git a/sci-libs/symengine/symengine-0.7.0.ebuild b/sci-libs/symengine/symengine-0.7.0-r1.ebuild
42 similarity index 97%
43 rename from sci-libs/symengine/symengine-0.7.0.ebuild
44 rename to sci-libs/symengine/symengine-0.7.0-r1.ebuild
45 index da83537b7b5b..8b1becc43784 100644
46 --- a/sci-libs/symengine/symengine-0.7.0.ebuild
47 +++ b/sci-libs/symengine/symengine-0.7.0-r1.ebuild
48 @@ -1,4 +1,4 @@
49 -# Copyright 1999-2021 Gentoo Authors
50 +# Copyright 1999-2022 Gentoo Authors
51 # Distributed under the terms of the GNU General Public License v2
52
53 EAPI=7
54 @@ -10,7 +10,7 @@ HOMEPAGE="https://github.com/sympy/symengine"
55 SRC_URI="https://github.com/sympy/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
56
57 LICENSE="MIT"
58 -SLOT="0/0.4"
59 +SLOT="0/$(ver_cut 1-2)"
60 KEYWORDS="amd64 ~arm ~arm64 ~riscv x86 ~amd64-linux ~x86-linux"
61 IUSE="arb benchmarks boost debug doc ecm flint llvm mpc mpfr openmp test tcmalloc threads"
62 RESTRICT="!test? ( test )"
63
64 diff --git a/sci-libs/symengine/symengine-0.8.1.ebuild b/sci-libs/symengine/symengine-0.8.1-r1.ebuild
65 similarity index 97%
66 rename from sci-libs/symengine/symengine-0.8.1.ebuild
67 rename to sci-libs/symengine/symengine-0.8.1-r1.ebuild
68 index 0c457169db01..68c0939697b8 100644
69 --- a/sci-libs/symengine/symengine-0.8.1.ebuild
70 +++ b/sci-libs/symengine/symengine-0.8.1-r1.ebuild
71 @@ -1,4 +1,4 @@
72 -# Copyright 1999-2021 Gentoo Authors
73 +# Copyright 1999-2022 Gentoo Authors
74 # Distributed under the terms of the GNU General Public License v2
75
76 EAPI=8
77 @@ -10,7 +10,7 @@ HOMEPAGE="https://github.com/sympy/symengine"
78 SRC_URI="https://github.com/sympy/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
79
80 LICENSE="MIT"
81 -SLOT="0/0.4"
82 +SLOT="0/$(ver_cut 1-2)"
83 KEYWORDS="amd64 ~arm ~arm64 ~riscv x86 ~amd64-linux ~x86-linux"
84 IUSE="arb benchmarks boost debug doc ecm flint llvm mpc mpfr openmp test tcmalloc threads"
85 RESTRICT="!test? ( test )"