summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Schmaus <flow@gentoo.org>2024-10-31 19:17:15 +0100
committerFlorian Schmaus <flow@gentoo.org>2024-10-31 19:39:10 +0100
commitfedb9b7cd595c7f5f2177df0af6a56ef4f62d74a (patch)
treec5bb928a9b4124fbd5a24c1a8eab10442fd82504 /app-emulation
parentapp-emulation/qtrvsim: add 0.9.8 (diff)
downloadgentoo-fedb9b7cd595c7f5f2177df0af6a56ef4f62d74a.tar.gz
gentoo-fedb9b7cd595c7f5f2177df0af6a56ef4f62d74a.tar.bz2
gentoo-fedb9b7cd595c7f5f2177df0af6a56ef4f62d74a.zip
app-emulation/qtrvsim: drop 0.9.7
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r--app-emulation/qtrvsim/qtrvsim-0.9.7.ebuild25
1 files changed, 0 insertions, 25 deletions
diff --git a/app-emulation/qtrvsim/qtrvsim-0.9.7.ebuild b/app-emulation/qtrvsim/qtrvsim-0.9.7.ebuild
deleted file mode 100644
index a9c2875d59f6..000000000000
--- a/app-emulation/qtrvsim/qtrvsim-0.9.7.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 2023-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake
-
-DESCRIPTION="RISC-V CPU simulator for education"
-HOMEPAGE="https://github.com/cvut/qtrvsim"
-SRC_URI="https://github.com/cvut/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64"
-
-DEPEND="
- dev-qt/qtbase:6[gui,widgets]
- virtual/libelf:=
-"
-RDEPEND="${DEPEND}"
-
-CMAKE_SKIP_TESTS=(
- # Fails in 0.9.7, but not in master.
- cli_stalls
-)