From: "Steve Burnham" <danipo@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-emulation/quickemu/
Date: Mon, 11 Dec 2023 01:57:42 +0000 (UTC) [thread overview]
Message-ID: <1702259835.bbb457d99d292fcc0d75c418fba93698283ed604.danipo@gentoo> (raw)
commit: bbb457d99d292fcc0d75c418fba93698283ed604
Author: Steven Burnham <danipo <AT> gmail <DOT> com>
AuthorDate: Mon Dec 11 01:56:53 2023 +0000
Commit: Steve Burnham <danipo <AT> gmail <DOT> com>
CommitDate: Mon Dec 11 01:57:15 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bbb457d9
app-emulation/quickemu: add 4.9.2
Signed-off-by: Steven Burnham <danipo <AT> gmail.com>
app-emulation/quickemu/Manifest | 1 +
app-emulation/quickemu/quickemu-4.9.2.ebuild | 42 ++++++++++++++++++++++++++++
2 files changed, 43 insertions(+)
diff --git a/app-emulation/quickemu/Manifest b/app-emulation/quickemu/Manifest
index f08be6a573..5915a14753 100644
--- a/app-emulation/quickemu/Manifest
+++ b/app-emulation/quickemu/Manifest
@@ -1,2 +1,3 @@
DIST quickemu-4.8.tar.gz 166544 BLAKE2B 527ce0cb7310d4d4f3ce19900a60b40b1534a637c58899beb48a947b4bd29c02c8381af65b966f205883c811219cadd2c6dcb40d5bb6925ed92db4283b7d1d4c SHA512 1f09e99ac4e508d5fe9e26482bd6b318f4cc0256bb8079799dc162ea5789ca99a07a11af283456f7832eed0c970ec0dae46e3ab2e80696954f16ff6807e32765
DIST quickemu-4.9.1.tar.gz 176739 BLAKE2B 0cb89afcc54e9e35573721a45a381be708843d33a70d6b8ed9943b46922dc584ff12a34414fc421f85ffc23eb335185d210f126b4bf77c6fa37a02e64ab13c4a SHA512 bf6e4f8a4d05ceb1b69eb32041476d91275c302de162a578380183d981625837256dd7b06804920cf17215657ad4c19eb75ffa12d071cef01d0baabffcc79479
+DIST quickemu-4.9.2.tar.gz 179761 BLAKE2B 70eeea65a0a654e00215e595cb3bab0272d2796266656e82bd05621b96c09b5e58d2759bff2ee435c454ceffc94d6bf0f9c07496169852813d69effd8c0f89cc SHA512 c9d3afd81062590af7c73cb4757d9c704dbbbb86aae709962de421e94f235f321a7424cd340bbe15f203e5012e23f8d75fcc1f23c4db01e10e01a81159ad70a2
diff --git a/app-emulation/quickemu/quickemu-4.9.2.ebuild b/app-emulation/quickemu/quickemu-4.9.2.ebuild
new file mode 100644
index 0000000000..7eb2b44728
--- /dev/null
+++ b/app-emulation/quickemu/quickemu-4.9.2.ebuild
@@ -0,0 +1,42 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_10 )
+inherit python-single-r1
+
+DESCRIPTION="Create and run optimised Windows, macOS and Linux desktop virtual machines"
+HOMEPAGE="https://github.com/quickemu-project/quickemu"
+SRC_URI="https://github.com/quickemu-project/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+DEPEND="
+ ${PYTHON_DEPS}
+ >=app-emulation/qemu-6.0.0[gtk,sdl,spice]
+ >=app-shells/bash-4.0:=
+ app-cdr/cdrtools
+ app-crypt/swtpm
+ app-misc/jq
+ net-misc/spice-gtk[gtk3]
+ net-misc/wget
+ net-misc/zsync
+ sys-apps/usbutils
+ sys-apps/util-linux
+ || ( sys-firmware/edk2-ovmf sys-firmware/edk2-ovmf-bin )
+ sys-process/procps
+ x11-apps/xrandr
+ x11-misc/xdg-user-dirs
+"
+RDEPEND="${DEPEND}"
+BDEPEND=""
+
+src_install() {
+ python_doscript macrecovery macrecovery
+ dobin quickemu
+ dobin quickget
+}
next reply other threads:[~2023-12-11 1:57 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-12-11 1:57 Steve Burnham [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-10-12 14:38 [gentoo-commits] repo/proj/guru:dev commit in: app-emulation/quickemu/ Takuya Wakazono
2024-04-13 15:59 Julien Roy
2024-04-13 15:59 Julien Roy
2023-12-04 4:39 Steve Burnham
2023-08-24 6:52 Hayley Hughes
2023-07-22 17:34 Steve Burnham
2023-07-22 4:38 Steve Burnham
2022-12-24 2:44 Hayley Hughes
2021-12-15 10:51 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2021-12-15 10:51 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2021-12-15 8:45 Hayley Hughes
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1702259835.bbb457d99d292fcc0d75c418fba93698283ed604.danipo@gentoo \
--to=danipo@gmail.com \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox