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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6C64915800A for ; Wed, 23 Aug 2023 11:40:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9DDF92BC116; Wed, 23 Aug 2023 11:40:09 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7F03A2BC116 for ; Wed, 23 Aug 2023 11:40:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 78EB5335D1E for ; Wed, 23 Aug 2023 11:40:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AF9CD106E for ; Wed, 23 Aug 2023 11:40:06 +0000 (UTC) From: "Michael Orlitzky" 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" Message-ID: <1692790695.0fe600b986b16bd349a2d3aa8772c9e996a5315c.mjo@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/normaliz/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-mathematics/normaliz/Manifest sci-mathematics/normaliz/normaliz-3.10.0.ebuild sci-mathematics/normaliz/normaliz-3.10.1.ebuild X-VCS-Directories: sci-mathematics/normaliz/ X-VCS-Committer: mjo X-VCS-Committer-Name: Michael Orlitzky X-VCS-Revision: 0fe600b986b16bd349a2d3aa8772c9e996a5315c X-VCS-Branch: master Date: Wed, 23 Aug 2023 11:40:06 +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: ee626e04-22b3-4ab3-ac5a-e04de9543c9d X-Archives-Hash: 62c6b0f81b9f2b1ae69c4432ac22fde3 commit: 0fe600b986b16bd349a2d3aa8772c9e996a5315c Author: Michael Orlitzky gentoo org> AuthorDate: Wed Aug 23 02:51:42 2023 +0000 Commit: Michael Orlitzky gentoo org> CommitDate: Wed Aug 23 11:38:15 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fe600b9 sci-mathematics/normaliz: add 3.10.1, drop 3.10.0 Signed-off-by: Michael Orlitzky gentoo.org> sci-mathematics/normaliz/Manifest | 2 +- .../normaliz/{normaliz-3.10.0.ebuild => normaliz-3.10.1.ebuild} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-mathematics/normaliz/Manifest b/sci-mathematics/normaliz/Manifest index 29d799e77b20..eafcc0691f98 100644 --- a/sci-mathematics/normaliz/Manifest +++ b/sci-mathematics/normaliz/Manifest @@ -1,2 +1,2 @@ -DIST normaliz-3.10.0.tar.gz 5177794 BLAKE2B ef2ed089da0bf7b286f477837d8793466c1b030ea0f321cd74e910461a6bd28705f971d1b987ef59aa783311dc247e2838d5acf850cb1948e429c98e1ca440f0 SHA512 febc43f846607dcfca8bcf462e8ccf655e2e6e10dcb2741412c08489fc9b2e99410306dc4b078084bfe73e41113849b201e6f7f5a8e2ae07508ebf1c043f95a3 +DIST normaliz-3.10.1.tar.gz 6795274 BLAKE2B 49bef9b5826daa4e3f483a7f5e67c3e5770ad11eaae85524f3ad2e81853eda033cffd28516efb1b0664a8d2ea971f101cf7880e465b0cf3182035a7a12ea9705 SHA512 363ee2c9388d0c88181742399be1d9bd21b27394a306ce095382f60fb8544a39feea7d10ce2bce1edf0ba6407c9bd1becc237ef1a58c7509e84e1b9f2712ba0c DIST normaliz-3.9.3.tar.gz 4946498 BLAKE2B 3faff64fda86216ee11b0f55ba1341d70988472f65eedafe5b52bf6b05abd817add2dbab45144de0a43d02c501caf3c4a89d66c2b2d621b81188a2a5100d158f SHA512 5d6866cc35835c196d22d6b4b0d5f0e3e2e00f772553115fbbabd8415b20388cf367cf9a282904a72c03c2ef482b804f7009d67e3334add4fc37f3bab675da6c diff --git a/sci-mathematics/normaliz/normaliz-3.10.0.ebuild b/sci-mathematics/normaliz/normaliz-3.10.1.ebuild similarity index 98% rename from sci-mathematics/normaliz/normaliz-3.10.0.ebuild rename to sci-mathematics/normaliz/normaliz-3.10.1.ebuild index 055e1f8973ca..8b7771628d25 100644 --- a/sci-mathematics/normaliz/normaliz-3.10.0.ebuild +++ b/sci-mathematics/normaliz/normaliz-3.10.1.ebuild @@ -7,7 +7,7 @@ inherit autotools toolchain-funcs DESCRIPTION="Tool for computations in affine monoids and more" HOMEPAGE="https://www.normaliz.uni-osnabrueck.de/" -SRC_URI="https://github.com/Normaliz/Normaliz/releases/download/${PV}/${P}.tar.gz" +SRC_URI="https://github.com/Normaliz/Normaliz/releases/download/v${PV}/${P}.tar.gz" LICENSE="GPL-3" SLOT="0/3"