aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenri Gasc <gasc@eurecom.fr>2024-06-01 00:15:24 +0200
committerHenri Gasc <gasc@eurecom.fr>2024-06-01 00:16:02 +0200
commitb8bcd816709d553a65d3ac820125719906814474 (patch)
tree9a585d95e50269c5a1184508355051dba0803729 /app-emulation
parentdev-python/mkdocs-rss-plugin: add 1.12.2, drop 1.12.1 (diff)
downloadguru-b8bcd816709d553a65d3ac820125719906814474.tar.gz
guru-b8bcd816709d553a65d3ac820125719906814474.tar.bz2
guru-b8bcd816709d553a65d3ac820125719906814474.zip
app-emulation/rars: Fix value of S
Closes: https://bugs.gentoo.org/932128 Signed-off-by: Henri Gasc <gasc@eurecom.fr>
Diffstat (limited to 'app-emulation')
-rw-r--r--app-emulation/rars/rars-1.6-r1.ebuild (renamed from app-emulation/rars/rars-1.6.ebuild)12
1 files changed, 5 insertions, 7 deletions
diff --git a/app-emulation/rars/rars-1.6.ebuild b/app-emulation/rars/rars-1.6-r1.ebuild
index 9e563f4210..c68fc9d807 100644
--- a/app-emulation/rars/rars-1.6.ebuild
+++ b/app-emulation/rars/rars-1.6-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2023 Gentoo Authors
+# Copyright 2023-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -13,7 +13,10 @@ DESCRIPTION="RARS -- RISC-V Assembler and Runtime Simulator"
HOMEPAGE="https://github.com/TheThirdOne/rars"
SRC_URI="
https://github.com/TheThirdOne/rars/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz
- https://github.com/TheThirdOne/JSoftFloat/archive/${jsoft_hash}.tar.gz -> JSoftFloat-75c3a5d.gh.tar.gz"
+ https://github.com/TheThirdOne/JSoftFloat/archive/${jsoft_hash}.tar.gz -> JSoftFloat-75c3a5d.gh.tar.gz
+"
+# We need S to point to this directory
+S="${WORKDIR}/${P}"
LICENSE="MIT"
SLOT="0"
@@ -27,11 +30,6 @@ src_unpack() {
mv "${WORKDIR}/JSoftFloat-${jsoft_hash}" "${S}/src/jsoftfloat"
}
-src_prepare() {
- default
- java-pkg_clean
-}
-
src_compile() {
# Using the build-jar.sh script
cd "${S}"