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 (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1BEB9158041 for ; Tue, 9 Apr 2024 14:20:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 45D1AE29F4; Tue, 9 Apr 2024 14:20:47 +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 28E19E29F4 for ; Tue, 9 Apr 2024 14:20:47 +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 394303431A7 for ; Tue, 9 Apr 2024 14:20:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7DF88135F for ; Tue, 9 Apr 2024 14:20:44 +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: <1712672356.1c440c97a791230166990bef4dc8c1e9fe2d433e.flow@gentoo> Subject: [gentoo-commits] proj/riscv:master commit in: app-emulation/qtrvsim/ X-VCS-Repository: proj/riscv X-VCS-Files: app-emulation/qtrvsim/Manifest app-emulation/qtrvsim/metadata.xml 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: 1c440c97a791230166990bef4dc8c1e9fe2d433e X-VCS-Branch: master Date: Tue, 9 Apr 2024 14:20:44 +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: 27f341b5-b2f3-420d-bd02-54ec2b5de020 X-Archives-Hash: bbe10668bca9e7e17a0416455a872766 commit: 1c440c97a791230166990bef4dc8c1e9fe2d433e Author: Florian Schmaus gentoo org> AuthorDate: Tue Apr 9 14:19:16 2024 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Tue Apr 9 14:19:16 2024 +0000 URL: https://gitweb.gentoo.org/proj/riscv.git/commit/?id=1c440c97 app-emulation/qtrvsim: treeclean, migrated to ::gentoo Signed-off-by: Florian Schmaus gentoo.org> app-emulation/qtrvsim/Manifest | 1 - app-emulation/qtrvsim/metadata.xml | 8 -------- app-emulation/qtrvsim/qtrvsim-0.9.7.ebuild | 25 ------------------------- 3 files changed, 34 deletions(-) diff --git a/app-emulation/qtrvsim/Manifest b/app-emulation/qtrvsim/Manifest deleted file mode 100644 index 762a7e2..0000000 --- a/app-emulation/qtrvsim/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST qtrvsim-0.9.7.tar.gz 1421805 BLAKE2B 9128dbe513860eafd01e0f37a99547797d385b57a404e06aea310404012e66e6be802920cdea62acb914d355fc842cd3759fc794d2cd417257b941f9ec62fbec SHA512 0d53e21681630cbf97db472472bd96dfe4914e0d275a1094cb18a7f0372cef23b0dea3c33092b6ab6d2403737070ef0b6f2b1f5d9d35eea8923b24a80ac6adfe diff --git a/app-emulation/qtrvsim/metadata.xml b/app-emulation/qtrvsim/metadata.xml deleted file mode 100644 index cd68118..0000000 --- a/app-emulation/qtrvsim/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - cvut/qtrvsim - - 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 88e56ac..0000000 --- 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 -)