commit: 6c9fb452584eb058c330ce167ecf57443499f33b Author: Florian Schmaus <flow <AT> gentoo <DOT> org> AuthorDate: Tue Apr 1 07:16:03 2025 +0000 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org> CommitDate: Tue Apr 1 07:17:08 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c9fb452
app-emulation/qtrvsim: drop 0.9.7-r1 Signed-off-by: Florian Schmaus <flow <AT> gentoo.org> app-emulation/qtrvsim/Manifest | 1 - app-emulation/qtrvsim/qtrvsim-0.9.7-r1.ebuild | 33 --------------------------- 2 files changed, 34 deletions(-) diff --git a/app-emulation/qtrvsim/Manifest b/app-emulation/qtrvsim/Manifest index 470f96e3d424..c51afeaa478c 100644 --- a/app-emulation/qtrvsim/Manifest +++ b/app-emulation/qtrvsim/Manifest @@ -1,2 +1 @@ -DIST qtrvsim-0.9.7.tar.gz 1421805 BLAKE2B 9128dbe513860eafd01e0f37a99547797d385b57a404e06aea310404012e66e6be802920cdea62acb914d355fc842cd3759fc794d2cd417257b941f9ec62fbec SHA512 0d53e21681630cbf97db472472bd96dfe4914e0d275a1094cb18a7f0372cef23b0dea3c33092b6ab6d2403737070ef0b6f2b1f5d9d35eea8923b24a80ac6adfe DIST qtrvsim-0.9.8.tar.gz 1442156 BLAKE2B d1e98f5cf0706c2d6cd1edcfdb92d60b4dcd9f74f05e4992f13fc30a11384a25e64af62dbda55a2a3befadbbb6c74d827d8316c392686212c9086487e5adf4c9 SHA512 88efbd3663faadff3f1df44edf518fa9c2f769339d336947cf61c9a9b359b264877f1062a3611b2c3446dbb26a5766316eeb2a861d9e325ca4587705eaddcf15 diff --git a/app-emulation/qtrvsim/qtrvsim-0.9.7-r1.ebuild b/app-emulation/qtrvsim/qtrvsim-0.9.7-r1.ebuild deleted file mode 100644 index efe69a56f390..000000000000 --- a/app-emulation/qtrvsim/qtrvsim-0.9.7-r1.ebuild +++ /dev/null @@ -1,33 +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 -) - -src_prepare() { - cmake_src_prepare - - # ensure Qt6 build - sed "/^ *find_package.*QT NAMES/s/Qt5 //" \ - -i CMakeLists.txt || die -}
