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 A0347158015 for ; Fri, 29 Dec 2023 02:53:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ADA6A2BC032; Fri, 29 Dec 2023 02:53:01 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8CE132BC032 for ; Fri, 29 Dec 2023 02:53:01 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 742C533D3C2 for ; Fri, 29 Dec 2023 02:53:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C496012BB for ; Fri, 29 Dec 2023 02:52:58 +0000 (UTC) From: "Aisha Tammy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aisha Tammy" Message-ID: <1703818371.9684e5e39e1b9b0998aea75d1bd7613267d71475.epsilon-0@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: sys-apps/qemu-openrc/ X-VCS-Repository: repo/proj/guru X-VCS-Files: sys-apps/qemu-openrc/Manifest sys-apps/qemu-openrc/qemu-openrc-0.11.1.ebuild X-VCS-Directories: sys-apps/qemu-openrc/ X-VCS-Committer: epsilon-0 X-VCS-Committer-Name: Aisha Tammy X-VCS-Revision: 9684e5e39e1b9b0998aea75d1bd7613267d71475 X-VCS-Branch: dev Date: Fri, 29 Dec 2023 02:52:58 +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: 665ffdab-9477-4728-bdb8-e300949cfb37 X-Archives-Hash: 28d8005cbc9220f6b41226c7b7abf712 commit: 9684e5e39e1b9b0998aea75d1bd7613267d71475 Author: Aisha Tammy aisha cc> AuthorDate: Fri Dec 29 02:52:30 2023 +0000 Commit: Aisha Tammy aisha cc> CommitDate: Fri Dec 29 02:52:51 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9684e5e3 sys-apps/qemu-openrc: add 0.11.1 Signed-off-by: Aisha Tammy aisha.cc> sys-apps/qemu-openrc/Manifest | 1 + sys-apps/qemu-openrc/qemu-openrc-0.11.1.ebuild | 32 ++++++++++++++++++++++++++ 2 files changed, 33 insertions(+) diff --git a/sys-apps/qemu-openrc/Manifest b/sys-apps/qemu-openrc/Manifest index e8dc7b35a5..ec1f319576 100644 --- a/sys-apps/qemu-openrc/Manifest +++ b/sys-apps/qemu-openrc/Manifest @@ -1 +1,2 @@ DIST qemu-openrc-0.10.0.tar.gz 8367 BLAKE2B 34447e04c1a81fa13bddf2f4a742059beea6eeb0025ec32219ef3718a0ff62b98a3d0c39083068f52362eb6fe3eb105338febdd36ea696f144a6b2ce583b3441 SHA512 cdcf51dc59dbca96102c1b73032a726a44cb62c0c93a42adb9b6806609a0fa24bf8dde4814ed5010de63d54fde75f661bb9f5245d85e28de08cdba08d538c959 +DIST qemu-openrc-0.11.1.tar.gz 8626 BLAKE2B 75436b7b280e197f1211d04d7f9c731f5246394fa861382e892f26ac61c314dc812950f2a73df568f2d11af3261c0952d7126ce2b5e3e0a992ed048e8eb3b15f SHA512 aae6eb14a22f3a452e8bc523609e52b0d41af0e4ea5abf1faaf5f78a53dd4ca8905ded3a0cdbe8835a37c3b8218e20f407f80ef050d35cf2e6eb380ada26db67 diff --git a/sys-apps/qemu-openrc/qemu-openrc-0.11.1.ebuild b/sys-apps/qemu-openrc/qemu-openrc-0.11.1.ebuild new file mode 100644 index 0000000000..9db2cfd8fa --- /dev/null +++ b/sys-apps/qemu-openrc/qemu-openrc-0.11.1.ebuild @@ -0,0 +1,32 @@ +# Copyright 2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="OpenRC init script for QEMU/KVM" +HOMEPAGE="https://github.com/jirutka/qemu-openrc" + +if [[ ${PV} == 9999 ]]; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/jirutka/qemu-openrc" +else + SRC_URI="https://github.com/jirutka/qemu-openrc/archive/v${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64" +fi + +LICENSE="MIT" +SLOT="0" + +RDEPEND="net-misc/socat" + +PATCHES=( "${FILESDIR}/qemu-openrc-0.10.0-guest-agent.patch") + +src_compile() { + : +} + +src_install() { + newinitd qemu.initd qemu + newconfd qemu.confd qemu + dobin qemush +}