aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Schmaus <flow@gentoo.org>2024-04-09 16:19:16 +0200
committerFlorian Schmaus <flow@gentoo.org>2024-04-09 16:19:16 +0200
commit1c440c97a791230166990bef4dc8c1e9fe2d433e (patch)
tree83e238fad64b4e34800dcabbaf423379f262b85c
parentapp-emulation/qtrvsim: skip failing cli_stalls test (diff)
downloadriscv-1c440c97a791230166990bef4dc8c1e9fe2d433e.tar.gz
riscv-1c440c97a791230166990bef4dc8c1e9fe2d433e.tar.bz2
riscv-1c440c97a791230166990bef4dc8c1e9fe2d433e.zip
app-emulation/qtrvsim: treeclean, migrated to ::gentoo
Signed-off-by: Florian Schmaus <flow@gentoo.org>
-rw-r--r--app-emulation/qtrvsim/Manifest1
-rw-r--r--app-emulation/qtrvsim/metadata.xml8
-rw-r--r--app-emulation/qtrvsim/qtrvsim-0.9.7.ebuild25
3 files changed, 0 insertions, 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
-)