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 D9E59158004 for ; Sat, 13 Apr 2024 15:59:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B5798E2A00; Sat, 13 Apr 2024 15:59:23 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9771EE2A00 for ; Sat, 13 Apr 2024 15:59:23 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 833F3343379 for ; Sat, 13 Apr 2024 15:59:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 928D416D0 for ; Sat, 13 Apr 2024 15:59:20 +0000 (UTC) From: "Julien Roy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Julien Roy" Message-ID: <1713023878.e53c699a520f5be0eec8c2320eb29ba986b0129b.julien@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-emulation/quickemu/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-emulation/quickemu/Manifest app-emulation/quickemu/quickemu-4.8.ebuild X-VCS-Directories: app-emulation/quickemu/ X-VCS-Committer: julien X-VCS-Committer-Name: Julien Roy X-VCS-Revision: e53c699a520f5be0eec8c2320eb29ba986b0129b X-VCS-Branch: dev Date: Sat, 13 Apr 2024 15:59:20 +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: 9bc19098-77aa-4d95-948d-e58ee1ac6573 X-Archives-Hash: ce15048cde490737a65b502130b01a53 commit: e53c699a520f5be0eec8c2320eb29ba986b0129b Author: Julien Roy jroy ca> AuthorDate: Sat Apr 13 15:56:21 2024 +0000 Commit: Julien Roy jroy ca> CommitDate: Sat Apr 13 15:57:58 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e53c699a app-emulation/quickemu: drop 4.8 Signed-off-by: Julien Roy jroy.ca> app-emulation/quickemu/Manifest | 1 - app-emulation/quickemu/quickemu-4.8.ebuild | 41 ------------------------------ 2 files changed, 42 deletions(-) diff --git a/app-emulation/quickemu/Manifest b/app-emulation/quickemu/Manifest index 5915a14753..ce1303b2af 100644 --- a/app-emulation/quickemu/Manifest +++ b/app-emulation/quickemu/Manifest @@ -1,3 +1,2 @@ -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.8.ebuild b/app-emulation/quickemu/quickemu-4.8.ebuild deleted file mode 100644 index 969d43cb0f..0000000000 --- a/app-emulation/quickemu/quickemu-4.8.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# 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}" - -src_install() { - python_doscript macrecovery macrecovery - dobin quickemu - dobin quickget -} 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 1D841158041 for ; Sat, 13 Apr 2024 16:14:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5CD3FE2A70; Sat, 13 Apr 2024 16:14:07 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3D48BE2A67 for ; Sat, 13 Apr 2024 16:14:07 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 347BC343340 for ; Sat, 13 Apr 2024 16:14:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C723116B4 for ; Sat, 13 Apr 2024 16:14:04 +0000 (UTC) From: "Julien Roy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Julien Roy" Message-ID: <1713023878.e53c699a520f5be0eec8c2320eb29ba986b0129b.julien@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: app-emulation/quickemu/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-emulation/quickemu/Manifest app-emulation/quickemu/quickemu-4.8.ebuild X-VCS-Directories: app-emulation/quickemu/ X-VCS-Committer: julien X-VCS-Committer-Name: Julien Roy X-VCS-Revision: e53c699a520f5be0eec8c2320eb29ba986b0129b X-VCS-Branch: master Date: Sat, 13 Apr 2024 16:14:04 +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: f0a9951e-e6b3-443a-9137-43e2b21aaac7 X-Archives-Hash: 8ac67c8b0bbc80a61a109588612d7f2b Message-ID: <20240413161404.Sk3ROVKtXXtwKOeCWGYMpf_fHdjo9hnB6a-Z9IUIWLQ@z> commit: e53c699a520f5be0eec8c2320eb29ba986b0129b Author: Julien Roy jroy ca> AuthorDate: Sat Apr 13 15:56:21 2024 +0000 Commit: Julien Roy jroy ca> CommitDate: Sat Apr 13 15:57:58 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e53c699a app-emulation/quickemu: drop 4.8 Signed-off-by: Julien Roy jroy.ca> app-emulation/quickemu/Manifest | 1 - app-emulation/quickemu/quickemu-4.8.ebuild | 41 ------------------------------ 2 files changed, 42 deletions(-) diff --git a/app-emulation/quickemu/Manifest b/app-emulation/quickemu/Manifest index 5915a14753..ce1303b2af 100644 --- a/app-emulation/quickemu/Manifest +++ b/app-emulation/quickemu/Manifest @@ -1,3 +1,2 @@ -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.8.ebuild b/app-emulation/quickemu/quickemu-4.8.ebuild deleted file mode 100644 index 969d43cb0f..0000000000 --- a/app-emulation/quickemu/quickemu-4.8.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# 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}" - -src_install() { - python_doscript macrecovery macrecovery - dobin quickemu - dobin quickget -}