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 3591B158041 for ; Tue, 9 Apr 2024 13:03:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 44DE0E2A35; Tue, 9 Apr 2024 13:03:38 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 263F6E2A35 for ; Tue, 9 Apr 2024 13:03:38 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0F2F13432D4 for ; Tue, 9 Apr 2024 13:03:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4F70D167D for ; Tue, 9 Apr 2024 13:03:35 +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: <1712667812.4b95140aacddacf64028c53e6fa552845e23f250.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/qtrvsim-0.9.5.ebuild X-VCS-Directories: app-emulation/qtrvsim/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 4b95140aacddacf64028c53e6fa552845e23f250 X-VCS-Branch: master Date: Tue, 9 Apr 2024 13:03:35 +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: 60dd06b9-f2af-4bf7-bba0-90d4a634b828 X-Archives-Hash: dad56ca4c31e229f2cbe9dd413823dcc commit: 4b95140aacddacf64028c53e6fa552845e23f250 Author: Florian Schmaus gentoo org> AuthorDate: Tue Apr 9 12:46:55 2024 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Tue Apr 9 13:03:32 2024 +0000 URL: https://gitweb.gentoo.org/proj/riscv.git/commit/?id=4b95140a app-emulation/qtrvsim: drop 0.9.5 Signed-off-by: Florian Schmaus gentoo.org> app-emulation/qtrvsim/Manifest | 1 - app-emulation/qtrvsim/qtrvsim-0.9.5.ebuild | 20 -------------------- 2 files changed, 21 deletions(-) diff --git a/app-emulation/qtrvsim/Manifest b/app-emulation/qtrvsim/Manifest index 654a094..762a7e2 100644 --- a/app-emulation/qtrvsim/Manifest +++ b/app-emulation/qtrvsim/Manifest @@ -1,2 +1 @@ -DIST qtrvsim-0.9.5.tar.gz 1328020 BLAKE2B 3e390af0db8ee0cce8267c3923efb965f7bebd07be7e154ac45906f830f020115e86ec42faa179abc53c819ade9168a22cf6a01529b15a3c0cd9473068559ac5 SHA512 f888d159131c6ea4f48cfc4b34f406a15e122c8422bc0f0dae24275a7487a1a0df16008dc8e2c74105b49710816b07e5bea90334f6f06851aa4d1f53078172b5 DIST qtrvsim-0.9.7.tar.gz 1421805 BLAKE2B 9128dbe513860eafd01e0f37a99547797d385b57a404e06aea310404012e66e6be802920cdea62acb914d355fc842cd3759fc794d2cd417257b941f9ec62fbec SHA512 0d53e21681630cbf97db472472bd96dfe4914e0d275a1094cb18a7f0372cef23b0dea3c33092b6ab6d2403737070ef0b6f2b1f5d9d35eea8923b24a80ac6adfe diff --git a/app-emulation/qtrvsim/qtrvsim-0.9.5.ebuild b/app-emulation/qtrvsim/qtrvsim-0.9.5.ebuild deleted file mode 100644 index 3b644a1..0000000 --- a/app-emulation/qtrvsim/qtrvsim-0.9.5.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 2023 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/qtgui - dev-qt/qtwidgets - virtual/libelf - " -RDEPEND="${DEPEND}" -BDEPEND=""