commit: fedb9b7cd595c7f5f2177df0af6a56ef4f62d74a Author: Florian Schmaus <flow <AT> gentoo <DOT> org> AuthorDate: Thu Oct 31 18:17:15 2024 +0000 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org> CommitDate: Thu Oct 31 18:39:10 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fedb9b7c
app-emulation/qtrvsim: drop 0.9.7 Signed-off-by: Florian Schmaus <flow <AT> gentoo.org> app-emulation/qtrvsim/qtrvsim-0.9.7.ebuild | 25 ------------------------- 1 file changed, 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 -)
