app-emulation/hercules-sdl-decnumber: add 4.8.0

Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk>
Part-of: https://github.com/gentoo/gentoo/pull/41335
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Matoro Mahri
2025-03-28 01:10:08 -04:00
committed by Sam James
parent a31d46d40c
commit 8201b2fd2f
2 changed files with 21 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST decNumber-3aa2f4531b5fcbd0478ecbaf72ccc47079c67280.tar.gz 785702 BLAKE2B c7348c33dfdad046f79fc8112800e31b8010a0aa0acbca0e84d21e0f4ba366969a4c453d07ed8a3fdb79735850f17d71e66731a9b2db6d64781309f2c2861f8e SHA512 dad1c2d271f5739ac99850ac90ad45209e8efc80c20d29210f2f5b911b10ffc12a039e1bf6a7b8a171869a63ecad9bc8dfcf95161273385974b03221bd538a74
DIST hercules-sdl-decnumber-995184583107625015bb450228a5f3fb781d9502.tar.gz 785704 BLAKE2B 8da0e9f5f8f2c0f72629a1b4418f65d2b36388eb4292ba100f8e9d3ec0cf3127b46f23e42d58350b6c5d7ab06950450d85785e509858fe84ae01da28218c8e8c SHA512 1626ad71e9e0f22c721b66a4001c4d084b7bcf0997eabe1935ffc4eb728a6f93534e99a25415dcda4ecf449b1fd2d2777da629f4b8e56ee3cab6e011ef06ecde

View File

@@ -0,0 +1,20 @@
# Copyright 2022-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit cmake
# Use ../hercules-sdl/files/gen_hashes.sh to identify the relevant
# commit when tagging new versions.
COMMIT="995184583107625015bb450228a5f3fb781d9502"
DESCRIPTION="ANSI C General Decimal Arithmetic Library"
HOMEPAGE="https://github.com/SDL-Hercules-390/decNumber"
SRC_URI="https://github.com/SDL-Hercules-390/decNumber/archive/${COMMIT}.tar.gz -> ${PN}-${COMMIT}.tar.gz"
S="${WORKDIR}/decNumber-${COMMIT}"
LICENSE="icu"
SLOT="0"
KEYWORDS="~amd64 ~ppc64"
PATCHES=( "${FILESDIR}/cmakefix.patch" )