commit:     1c440c97a791230166990bef4dc8c1e9fe2d433e
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Tue Apr  9 14:19:16 2024 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> 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 <flow <AT> 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 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-       <!-- maintainer-needed -->
-       <upstream>
-               <remote-id type="github">cvut/qtrvsim</remote-id>
-       </upstream>
-</pkgmetadata>

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
-)

Reply via email to