* [gentoo-commits] repo/gentoo:master commit in: app-emulation/qtrvsim/
@ 2024-04-09 14:20 Florian Schmaus
0 siblings, 0 replies; 7+ messages in thread
From: Florian Schmaus @ 2024-04-09 14:20 UTC (permalink / raw
To: gentoo-commits
commit: 4c03f8213e425147b2b95156ddb50418eb431a82
Author: Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 9 14:19:59 2024 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Tue Apr 9 14:20:16 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c03f821
app-emulation/qtrvsim: new packages, migrated from ::riscv
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
app-emulation/qtrvsim/Manifest | 1 +
app-emulation/qtrvsim/metadata.xml | 11 +++++++++++
app-emulation/qtrvsim/qtrvsim-0.9.7.ebuild | 25 +++++++++++++++++++++++++
3 files changed, 37 insertions(+)
diff --git a/app-emulation/qtrvsim/Manifest b/app-emulation/qtrvsim/Manifest
new file mode 100644
index 000000000000..762a7e2d5b7d
--- /dev/null
+++ b/app-emulation/qtrvsim/Manifest
@@ -0,0 +1 @@
+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
new file mode 100644
index 000000000000..38cc1db28ca8
--- /dev/null
+++ b/app-emulation/qtrvsim/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>flow@gentoo.org</email>
+ <name>Florian Schmaus</name>
+ </maintainer>
+ <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
new file mode 100644
index 000000000000..88e56acd60ea
--- /dev/null
+++ b/app-emulation/qtrvsim/qtrvsim-0.9.7.ebuild
@@ -0,0 +1,25 @@
+# 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
+)
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emulation/qtrvsim/
@ 2024-05-06 12:32 Florian Schmaus
0 siblings, 0 replies; 7+ messages in thread
From: Florian Schmaus @ 2024-05-06 12:32 UTC (permalink / raw
To: gentoo-commits
commit: 76768a96a113718050ecdf2a32c978583acbed5d
Author: Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Mon May 6 12:25:40 2024 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Mon May 6 12:32:16 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76768a96
app-emulation/qtrvsim: stabilize 0.9.7 for amd64
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
app-emulation/qtrvsim/qtrvsim-0.9.7.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-emulation/qtrvsim/qtrvsim-0.9.7.ebuild b/app-emulation/qtrvsim/qtrvsim-0.9.7.ebuild
index 88e56acd60ea..a9c2875d59f6 100644
--- a/app-emulation/qtrvsim/qtrvsim-0.9.7.ebuild
+++ b/app-emulation/qtrvsim/qtrvsim-0.9.7.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/cvut/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.t
LICENSE="GPL-3+"
SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
DEPEND="
dev-qt/qtbase:6[gui,widgets]
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emulation/qtrvsim/
@ 2024-07-07 19:58 Florian Schmaus
0 siblings, 0 replies; 7+ messages in thread
From: Florian Schmaus @ 2024-07-07 19:58 UTC (permalink / raw
To: gentoo-commits
commit: f78a0f7b8d919b864221f7e4d62ff8f4c32b795a
Author: Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 7 19:50:48 2024 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Sun Jul 7 19:57:36 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f78a0f7b
app-emulation/qtrvsim: ensure Qt6 build
Thanks to asturm for assistance with this.
Closes: https://bugs.gentoo.org/933594
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
app-emulation/qtrvsim/qtrvsim-0.9.7-r1.ebuild | 33 +++++++++++++++++++++++++++
1 file changed, 33 insertions(+)
diff --git a/app-emulation/qtrvsim/qtrvsim-0.9.7-r1.ebuild b/app-emulation/qtrvsim/qtrvsim-0.9.7-r1.ebuild
new file mode 100644
index 000000000000..a50f1b567a64
--- /dev/null
+++ b/app-emulation/qtrvsim/qtrvsim-0.9.7-r1.ebuild
@@ -0,0 +1,33 @@
+# 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
+)
+
+src_prepare() {
+ cmake_src_prepare
+
+ # ensure Qt6 build
+ sed "/^ *find_package.*QT NAMES/s/Qt5 //" \
+ -i CMakeLists.txt || die
+}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emulation/qtrvsim/
@ 2024-08-22 9:33 Florian Schmaus
0 siblings, 0 replies; 7+ messages in thread
From: Florian Schmaus @ 2024-08-22 9:33 UTC (permalink / raw
To: gentoo-commits
commit: 640e5f94c1361be8b0fc80a9fb8d94b811fc7d8d
Author: Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 22 09:25:50 2024 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Thu Aug 22 09:33:00 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=640e5f94
app-emulation/qtrvsim: stabilize 0.9.7-r1 for amd64
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
app-emulation/qtrvsim/qtrvsim-0.9.7-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-emulation/qtrvsim/qtrvsim-0.9.7-r1.ebuild b/app-emulation/qtrvsim/qtrvsim-0.9.7-r1.ebuild
index a50f1b567a64..efe69a56f390 100644
--- a/app-emulation/qtrvsim/qtrvsim-0.9.7-r1.ebuild
+++ b/app-emulation/qtrvsim/qtrvsim-0.9.7-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/cvut/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.t
LICENSE="GPL-3+"
SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
DEPEND="
dev-qt/qtbase:6[gui,widgets]
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emulation/qtrvsim/
@ 2024-10-31 18:39 Florian Schmaus
0 siblings, 0 replies; 7+ messages in thread
From: Florian Schmaus @ 2024-10-31 18:39 UTC (permalink / raw
To: gentoo-commits
commit: 51d8b40a82fd1fed175855a1020703cb10c195f3
Author: Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 31 18:16:54 2024 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Thu Oct 31 18:39:09 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51d8b40a
app-emulation/qtrvsim: add 0.9.8
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
app-emulation/qtrvsim/Manifest | 1 +
app-emulation/qtrvsim/qtrvsim-0.9.8.ebuild | 27 +++++++++++++++++++++++++++
2 files changed, 28 insertions(+)
diff --git a/app-emulation/qtrvsim/Manifest b/app-emulation/qtrvsim/Manifest
index 762a7e2d5b7d..470f96e3d424 100644
--- a/app-emulation/qtrvsim/Manifest
+++ b/app-emulation/qtrvsim/Manifest
@@ -1 +1,2 @@
DIST qtrvsim-0.9.7.tar.gz 1421805 BLAKE2B 9128dbe513860eafd01e0f37a99547797d385b57a404e06aea310404012e66e6be802920cdea62acb914d355fc842cd3759fc794d2cd417257b941f9ec62fbec SHA512 0d53e21681630cbf97db472472bd96dfe4914e0d275a1094cb18a7f0372cef23b0dea3c33092b6ab6d2403737070ef0b6f2b1f5d9d35eea8923b24a80ac6adfe
+DIST qtrvsim-0.9.8.tar.gz 1442156 BLAKE2B d1e98f5cf0706c2d6cd1edcfdb92d60b4dcd9f74f05e4992f13fc30a11384a25e64af62dbda55a2a3befadbbb6c74d827d8316c392686212c9086487e5adf4c9 SHA512 88efbd3663faadff3f1df44edf518fa9c2f769339d336947cf61c9a9b359b264877f1062a3611b2c3446dbb26a5766316eeb2a861d9e325ca4587705eaddcf15
diff --git a/app-emulation/qtrvsim/qtrvsim-0.9.8.ebuild b/app-emulation/qtrvsim/qtrvsim-0.9.8.ebuild
new file mode 100644
index 000000000000..b1faa86770f2
--- /dev/null
+++ b/app-emulation/qtrvsim/qtrvsim-0.9.8.ebuild
@@ -0,0 +1,27 @@
+# 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}"
+
+src_configure() {
+ local mycmakeargs=(
+ -DQT_VERSION_MAJOR=6
+ )
+ cmake_src_configure
+}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emulation/qtrvsim/
@ 2024-10-31 18:39 Florian Schmaus
0 siblings, 0 replies; 7+ messages in thread
From: Florian Schmaus @ 2024-10-31 18:39 UTC (permalink / raw
To: gentoo-commits
commit: fedb9b7cd595c7f5f2177df0af6a56ef4f62d74a
Author: Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 31 18:17:15 2024 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> 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 <flow <AT> 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
-)
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emulation/qtrvsim/
@ 2024-12-10 11:17 Florian Schmaus
0 siblings, 0 replies; 7+ messages in thread
From: Florian Schmaus @ 2024-12-10 11:17 UTC (permalink / raw
To: gentoo-commits
commit: aa581aa2d25f2727d214a8befdef4d11f7963356
Author: Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 10 11:15:44 2024 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Tue Dec 10 11:15:44 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa581aa2
app-emulation/qtrvsim: stabilize 0.9.8 for amd64
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
app-emulation/qtrvsim/qtrvsim-0.9.8.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-emulation/qtrvsim/qtrvsim-0.9.8.ebuild b/app-emulation/qtrvsim/qtrvsim-0.9.8.ebuild
index b1faa86770f2..5b892ab054f5 100644
--- a/app-emulation/qtrvsim/qtrvsim-0.9.8.ebuild
+++ b/app-emulation/qtrvsim/qtrvsim-0.9.8.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/cvut/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.t
LICENSE="GPL-3+"
SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
DEPEND="
dev-qt/qtbase:6[gui,widgets]
^ permalink raw reply related [flat|nested] 7+ messages in thread
end of thread, other threads:[~2024-12-10 11:17 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-10 11:17 [gentoo-commits] repo/gentoo:master commit in: app-emulation/qtrvsim/ Florian Schmaus
-- strict thread matches above, loose matches on Subject: below --
2024-10-31 18:39 Florian Schmaus
2024-10-31 18:39 Florian Schmaus
2024-08-22 9:33 Florian Schmaus
2024-07-07 19:58 Florian Schmaus
2024-05-06 12:32 Florian Schmaus
2024-04-09 14:20 Florian Schmaus
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox