From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AD0701382C5 for ; Sat, 3 Apr 2021 15:44:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F0F86E088B; Sat, 3 Apr 2021 15:44:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DB807E0884 for ; Sat, 3 Apr 2021 15:44:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 04321340B81 for ; Sat, 3 Apr 2021 15:44:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 31C0F641 for ; Sat, 3 Apr 2021 15:44:42 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1617464627.50eb8a7f82b0d1f88cedaf408bebda9a1ed987c5.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/symmetrica/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/symmetrica/symmetrica-3.0.1.ebuild X-VCS-Directories: sci-libs/symmetrica/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 50eb8a7f82b0d1f88cedaf408bebda9a1ed987c5 X-VCS-Branch: master Date: Sat, 3 Apr 2021 15:44:42 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f1d6f9b9-3bb5-4032-ac54-e67d5d50fc1d X-Archives-Hash: 92063e2986da021ebc16098dd8f33f48 commit: 50eb8a7f82b0d1f88cedaf408bebda9a1ed987c5 Author: Sam James gentoo org> AuthorDate: Fri Apr 2 08:24:11 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sat Apr 3 15:43:47 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50eb8a7f sci-libs/symmetrica: fix StaticSrcUri (partly) We won't be able to make this fully generic as it's currently based on a certain commit or hash, but it's _less_ to change now anyway, and it silences CI. Signed-off-by: Sam James gentoo.org> sci-libs/symmetrica/symmetrica-3.0.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-libs/symmetrica/symmetrica-3.0.1.ebuild b/sci-libs/symmetrica/symmetrica-3.0.1.ebuild index f616c5710f8..ca5e8384135 100644 --- a/sci-libs/symmetrica/symmetrica-3.0.1.ebuild +++ b/sci-libs/symmetrica/symmetrica-3.0.1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 DESCRIPTION="C library for representation theory, combinatorics, and more" HOMEPAGE="https://gitlab.com/sagemath/symmetrica" -SRC_URI="https://gitlab.com/sagemath/symmetrica/uploads/b3d8e1ad5ab2449c30bbc3147e7a5e53/symmetrica-3.0.1.tar.xz" +SRC_URI="https://gitlab.com/sagemath/symmetrica/uploads/b3d8e1ad5ab2449c30bbc3147e7a5e53/${P}.tar.xz" LICENSE="ISC" SLOT="0/2"