commit:     8870a1a9b66ccfce41c312043496246ee4cf21c7
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Tue Apr  1 02:39:15 2025 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Tue Apr  1 19:33:40 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8870a1a9

sci-mathematics/gap: add 4.14.0, drop 4.14.0_beta1

Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>

 sci-mathematics/gap/Manifest                                      | 2 +-
 .../gap/{gap-4.14.0_beta1.ebuild => gap-4.14.0.ebuild}            | 8 +++-----
 2 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/sci-mathematics/gap/Manifest b/sci-mathematics/gap/Manifest
index 86a1ed01c570..857010b3aeaa 100644
--- a/sci-mathematics/gap/Manifest
+++ b/sci-mathematics/gap/Manifest
@@ -1,2 +1,2 @@
 DIST gap-4.13.1-core.tar.gz 38673913 BLAKE2B 
a63cbd2211430bfbf1bc9bb489a68a2ee7182858ccb326dfe5e6d3a7b8fb6a8c34b56a539c8b9cf3a22a1cc3a4ffe22d365b0e5229ba2c2b6d0ce6bacf0e645b
 SHA512 
e3b74558c05e5963ea87aa77baba0edc068634072ff97b8ea0880289e53213eed82b01784db2675263d6f47547bfef259b80353ed2843ce90a77a0252c551919
-DIST gap-4.14.0-beta1-core.tar.gz 38686095 BLAKE2B 
dec27a1d04cc9a75e3d896e8e08c07ff2f1e7e27cbb2a5a302a840fd9ed878abc91c8efa5b172118adf96949491badc809e86c43bbdca0bb6a78ce47b6ae53e5
 SHA512 
e56d768a2a84a3ba82cfcfb4c3d9f39f862410cf32f04c1a173376c7e2ca5beb55ab7a7519388ca5e3b2f8118d604033a0c405d1bfa26bb974a7ac8c02f574ea
+DIST gap-4.14.0-core.tar.gz 38684144 BLAKE2B 
f9ae77f51dcfd53c4211e8019083d5c33a944835f5ab4d2c5c256f37469f70ee85159163771fe6795e36dd0e30f0423236d6294a666ea4c230cd297c7284c613
 SHA512 
fdc67bdb2e96727e2d9ae1077d3f2df127ee6c2f6875b298ee508d8afe8323cfb32b160ccaa8eed1c5d9e9c68548686f8391ab3b5e60c20325f4ae8a51ca9540

diff --git a/sci-mathematics/gap/gap-4.14.0_beta1.ebuild 
b/sci-mathematics/gap/gap-4.14.0.ebuild
similarity index 97%
rename from sci-mathematics/gap/gap-4.14.0_beta1.ebuild
rename to sci-mathematics/gap/gap-4.14.0.ebuild
index 2675a4683173..16a41bf35e8a 100644
--- a/sci-mathematics/gap/gap-4.14.0_beta1.ebuild
+++ b/sci-mathematics/gap/gap-4.14.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -7,13 +7,11 @@ inherit estack
 
 DESCRIPTION="System for computational discrete algebra. Core functionality."
 HOMEPAGE="https://www.gap-system.org/";
-SRC_URI="https://github.com/gap-system/gap/releases/download/v${PV/_/-}/${P/_/-}-core.tar.gz";
-
-S="${WORKDIR}/${P/_/-}"
+SRC_URI="https://github.com/gap-system/gap/releases/download/v${PV}/${P}-core.tar.gz";
 
 LICENSE="GPL-2+"
 SLOT="0/9" # soname
-KEYWORDS=""
+KEYWORDS="~amd64 ~riscv"
 IUSE="cpu_flags_x86_popcnt debug memcheck minimal readline test valgrind"
 REQUIRED_USE="?? ( memcheck valgrind )"
 

Reply via email to