From fb2d37f8c24ef9bf27756903b0cdfca0f6e5bb6b Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Thu, 2 Oct 2025 08:21:49 -0400 Subject: [PATCH] sci-mathematics/gap: add 4.15.0, drop 4.15.0_beta2 Signed-off-by: Michael Orlitzky --- sci-mathematics/gap/Manifest | 2 +- .../gap/{gap-4.15.0_beta2.ebuild => gap-4.15.0.ebuild} | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) rename sci-mathematics/gap/{gap-4.15.0_beta2.ebuild => gap-4.15.0.ebuild} (98%) diff --git a/sci-mathematics/gap/Manifest b/sci-mathematics/gap/Manifest index 6829e3663cd71..0e0f131efa200 100644 --- a/sci-mathematics/gap/Manifest +++ b/sci-mathematics/gap/Manifest @@ -1,2 +1,2 @@ DIST gap-4.14.0-core.tar.gz 38684144 BLAKE2B f9ae77f51dcfd53c4211e8019083d5c33a944835f5ab4d2c5c256f37469f70ee85159163771fe6795e36dd0e30f0423236d6294a666ea4c230cd297c7284c613 SHA512 fdc67bdb2e96727e2d9ae1077d3f2df127ee6c2f6875b298ee508d8afe8323cfb32b160ccaa8eed1c5d9e9c68548686f8391ab3b5e60c20325f4ae8a51ca9540 -DIST gap-4.15.0-beta2-core.tar.gz 38816381 BLAKE2B c2ae41794ab9afa7f5c491d8f53e9f141a9a3424f0823f37bf0049878c7d0e806764dbdfae4ba1c7db937832ad176e1e38af75fedaad7541065194a324c6a526 SHA512 08ba998b43996d85a21f86d38f395c904ef2c6dc47dbc27393e167f30129db1ae74a3e47680cfd74ef2c0206833226b1abefbb5612b44794be144be65c14ec4e +DIST gap-4.15.0-core.tar.gz 38814212 BLAKE2B d10fd896dbb3b8fa0ec419aeda15a2f1f04f7b40f44cfeb6e800699d454ae241cc88eb27b42e759b555ecab1b3ce609ef0058717f621cfe3ceebae700e7e6093 SHA512 fd8a3e90510875dd99abdebde464904d79f9fb25c4cb6a633492a931ad607be775e1097124070df6bf40e454bf078bd2122c2d29426d977c093b945095579f5a diff --git a/sci-mathematics/gap/gap-4.15.0_beta2.ebuild b/sci-mathematics/gap/gap-4.15.0.ebuild similarity index 98% rename from sci-mathematics/gap/gap-4.15.0_beta2.ebuild rename to sci-mathematics/gap/gap-4.15.0.ebuild index 9618339852c03..53368687d6439 100644 --- a/sci-mathematics/gap/gap-4.15.0_beta2.ebuild +++ b/sci-mathematics/gap/gap-4.15.0.ebuild @@ -7,12 +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/10" # soname -KEYWORDS="" +KEYWORDS="~amd64 ~riscv" IUSE="cpu_flags_x86_popcnt debug memcheck minimal readline test valgrind" REQUIRED_USE="?? ( memcheck valgrind )"