From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1302399-garchives=archives.gentoo.org@lists.gentoo.org> 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 DD48C13933E for <garchives@archives.gentoo.org>; Wed, 14 Jul 2021 10:50:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E120AE0A53; Wed, 14 Jul 2021 10:50:33 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 B0169E0A53 for <gentoo-commits@lists.gentoo.org>; Wed, 14 Jul 2021 10:50:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 68DAA33BEE9 for <gentoo-commits@lists.gentoo.org>; Wed, 14 Jul 2021 10:50:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D3AE4720 for <gentoo-commits@lists.gentoo.org>; Wed, 14 Jul 2021 10:50:30 +0000 (UTC) From: "Michael Orlitzky" <mjo@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Orlitzky" <mjo@gentoo.org> Message-ID: <1626259758.ca09025188cf491a91568ac3fc1161b628cc4983.mjo@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/lcalc/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-mathematics/lcalc/Manifest sci-mathematics/lcalc/lcalc-2.0.2.ebuild sci-mathematics/lcalc/lcalc-2.0.3.ebuild X-VCS-Directories: sci-mathematics/lcalc/ X-VCS-Committer: mjo X-VCS-Committer-Name: Michael Orlitzky X-VCS-Revision: ca09025188cf491a91568ac3fc1161b628cc4983 X-VCS-Branch: master Date: Wed, 14 Jul 2021 10:50:30 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: eeccc6f0-5562-4629-b4fa-00c0fe87bce7 X-Archives-Hash: 47f9dea9e35fbcc6349cd0b4bb484a82 commit: ca09025188cf491a91568ac3fc1161b628cc4983 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org> AuthorDate: Wed Jul 14 10:33:45 2021 +0000 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org> CommitDate: Wed Jul 14 10:49:18 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca090251 sci-mathematics/lcalc: new version 2.0.3. Package-Manager: Portage-3.0.20, Repoman-3.0.2 Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org> sci-mathematics/lcalc/Manifest | 2 +- sci-mathematics/lcalc/{lcalc-2.0.2.ebuild => lcalc-2.0.3.ebuild} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-mathematics/lcalc/Manifest b/sci-mathematics/lcalc/Manifest index 3243004fadd..7b3b0435da9 100644 --- a/sci-mathematics/lcalc/Manifest +++ b/sci-mathematics/lcalc/Manifest @@ -1 +1 @@ -DIST lcalc-2.0.2.tar.xz 849376 BLAKE2B a6e14a368bcf6e36f19a8b7d22b74555101f4a25d8e178ac51b8138610cc43ad3e9a71eac70596360627fb62791a28a9cca0148abb1966689037b63dfcee99d8 SHA512 b551d712d500cf061966afe85abbcc1fc27ac9c93676cf546d0c3c9a6ad13bf36efe2761394f4aa334a508640fe5ca40bcabec982126e6f5d34b6ab0be52ee75 +DIST lcalc-2.0.3.tar.xz 825904 BLAKE2B c2daab62de1d5bfb024a8246a965d850480cf313efe4f0ddb7561c28d2cae2aa231fea5c07e073d21e04cfcf2b558f931472825f9100e6ab4585ac87d80b4d3a SHA512 33d7cff04d88b62775a69b5b38eea41c24bdb88592d5185fbf9c13ea0c62a7c07c041f7f4e5c06415a3983b0ba369f3c9766a556090a6282e1cd7003ad25ba46 diff --git a/sci-mathematics/lcalc/lcalc-2.0.2.ebuild b/sci-mathematics/lcalc/lcalc-2.0.3.ebuild similarity index 89% rename from sci-mathematics/lcalc/lcalc-2.0.2.ebuild rename to sci-mathematics/lcalc/lcalc-2.0.3.ebuild index 029a32215c0..5b948497874 100644 --- a/sci-mathematics/lcalc/lcalc-2.0.2.ebuild +++ b/sci-mathematics/lcalc/lcalc-2.0.3.ebuild @@ -5,7 +5,7 @@ EAPI=8 DESCRIPTION="Command-line utility and library for L-function computations" HOMEPAGE="https://gitlab.com/sagemath/lcalc" -SRC_URI="https://gitlab.com/sagemath/lcalc/uploads/e7158e6f51f40012ea97fbb9c798da56/${P}.tar.xz" +SRC_URI="https://gitlab.com/sagemath/lcalc/uploads/32cb4e639e3c1051eb6caf19dfe0769b/${P}.tar.xz" LICENSE="GPL-2+" # The subslot is the libLfunction soname major version