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/symmetrica/
Date: Sat, 03 Apr 2021 15:44:46
Message-Id: 1617464627.50eb8a7f82b0d1f88cedaf408bebda9a1ed987c5.sam@gentoo
1 commit: 50eb8a7f82b0d1f88cedaf408bebda9a1ed987c5
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 2 08:24:11 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 3 15:43:47 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50eb8a7f
7
8 sci-libs/symmetrica: fix StaticSrcUri (partly)
9
10 We won't be able to make this fully generic
11 as it's currently based on a certain commit or hash,
12 but it's _less_ to change now anyway, and it silences
13 CI.
14
15 Signed-off-by: Sam James <sam <AT> gentoo.org>
16
17 sci-libs/symmetrica/symmetrica-3.0.1.ebuild | 4 ++--
18 1 file changed, 2 insertions(+), 2 deletions(-)
19
20 diff --git a/sci-libs/symmetrica/symmetrica-3.0.1.ebuild b/sci-libs/symmetrica/symmetrica-3.0.1.ebuild
21 index f616c5710f8..ca5e8384135 100644
22 --- a/sci-libs/symmetrica/symmetrica-3.0.1.ebuild
23 +++ b/sci-libs/symmetrica/symmetrica-3.0.1.ebuild
24 @@ -1,11 +1,11 @@
25 -# Copyright 1999-2020 Gentoo Authors
26 +# Copyright 1999-2021 Gentoo Authors
27 # Distributed under the terms of the GNU General Public License v2
28
29 EAPI=7
30
31 DESCRIPTION="C library for representation theory, combinatorics, and more"
32 HOMEPAGE="https://gitlab.com/sagemath/symmetrica"
33 -SRC_URI="https://gitlab.com/sagemath/symmetrica/uploads/b3d8e1ad5ab2449c30bbc3147e7a5e53/symmetrica-3.0.1.tar.xz"
34 +SRC_URI="https://gitlab.com/sagemath/symmetrica/uploads/b3d8e1ad5ab2449c30bbc3147e7a5e53/${P}.tar.xz"
35
36 LICENSE="ISC"
37 SLOT="0/2"