commit: e0a2291833b92f05774fc455fa40de2854b938b0 Author: Matoro Mahri <matoro_gentoo <AT> matoro <DOT> tk> AuthorDate: Fri Mar 28 05:09:08 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed May 21 20:50:57 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0a22918
app-emulation/hercules-sdl-softfloat: add 4.8.0 Closes: https://bugs.gentoo.org/951930 Signed-off-by: Matoro Mahri <matoro_gentoo <AT> matoro.tk> Part-of: https://github.com/gentoo/gentoo/pull/41335 Signed-off-by: Sam James <sam <AT> gentoo.org> app-emulation/hercules-sdl-softfloat/Manifest | 1 + .../hercules-sdl-softfloat-4.8.0.ebuild | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+) diff --git a/app-emulation/hercules-sdl-softfloat/Manifest b/app-emulation/hercules-sdl-softfloat/Manifest index f2f732c98ab5..0d76d0de9f12 100644 --- a/app-emulation/hercules-sdl-softfloat/Manifest +++ b/app-emulation/hercules-sdl-softfloat/Manifest @@ -1 +1,2 @@ DIST SoftFloat-4b0c326008e174610969c92e69178939ed80653d.tar.gz 237236 BLAKE2B 4d29161ebdb1b659a61a7c83cb2c5eee1b0874455d0e6f634d2fb70a4dd0200c0bd46961edf9e7f41fd84695278653e1073c2b0fe39bf252ca7242bafdcf6adc SHA512 549b144c63fdbbb0815650dfe9fb443a92fb8baeff33baeca1d25fa6226705ef149a1bdb80236c5debeb161bfaecd4cffe9f8d74298a83175c2ddeebb735c48c +DIST hercules-sdl-softfloat-e053494d988ec0648c92f683abce52597bfae745.tar.gz 237302 BLAKE2B f2433766865742b6d8f6b61867120460986c5280fdf42201aec232e2e470f3b1fc7907e603b3632da8d3c511c654049a585faac87bb30e2055ffc3470fbeafea SHA512 322fcb5d8522610b3d2d3a725d9f720dc05e0554b53dbf898f2826cf98ede81a6441f2a83ad71cbaf2d58fa3c8faa8b086144f4492950732dd3f3a1e3b40e0a5 diff --git a/app-emulation/hercules-sdl-softfloat/hercules-sdl-softfloat-4.8.0.ebuild b/app-emulation/hercules-sdl-softfloat/hercules-sdl-softfloat-4.8.0.ebuild new file mode 100644 index 000000000000..8b1c45919fd3 --- /dev/null +++ b/app-emulation/hercules-sdl-softfloat/hercules-sdl-softfloat-4.8.0.ebuild @@ -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="e053494d988ec0648c92f683abce52597bfae745" + +DESCRIPTION="Berkeley IEEE Binary Floating-Point Library" +HOMEPAGE="https://github.com/SDL-Hercules-390/SoftFloat" +SRC_URI="https://github.com/SDL-Hercules-390/SoftFloat/archive/${COMMIT}.tar.gz -> ${PN}-${COMMIT}.tar.gz" + +S="${WORKDIR}/SoftFloat-${COMMIT}" +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~ppc64" +PATCHES=( "${FILESDIR}/cmakefix.patch" )
