From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0487B158042 for ; Thu, 31 Oct 2024 18:39:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D043AE0866; Thu, 31 Oct 2024 18:39:29 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B59E3E0866 for ; Thu, 31 Oct 2024 18:39:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BDA493430B9 for ; Thu, 31 Oct 2024 18:39:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 21869173C for ; Thu, 31 Oct 2024 18:39:27 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1730399950.fedb9b7cd595c7f5f2177df0af6a56ef4f62d74a.flow@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/qtrvsim/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/qtrvsim/qtrvsim-0.9.7.ebuild X-VCS-Directories: app-emulation/qtrvsim/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: fedb9b7cd595c7f5f2177df0af6a56ef4f62d74a X-VCS-Branch: master Date: Thu, 31 Oct 2024 18:39:27 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b3db7be7-46b7-4a58-8638-0ce3fe4f922b X-Archives-Hash: 5435fe8c968cdcdd1f6634de06e90622 commit: fedb9b7cd595c7f5f2177df0af6a56ef4f62d74a Author: Florian Schmaus gentoo org> AuthorDate: Thu Oct 31 18:17:15 2024 +0000 Commit: Florian Schmaus gentoo 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 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 -)