parlay

yet another gentoo overlay
git clone https://git.parazyd.org/parlay
Log | Files | Refs | README

commit 5495e607b47789f23452b3f714057847fd52ad74
parent b6badac54f3038fa4901c78287712ef0b572cfe1
Author: parazyd <parazyd@dyne.org>
Date:   Tue,  3 Mar 2020 15:38:00 +0100

app-emulation/qemu-openrc: Migrate to GLEP-81.

Diffstat:
Mapp-emulation/qemu-openrc/Manifest | 2+-
Dapp-emulation/qemu-openrc/qemu-openrc-0.7.0-r3.ebuild | 30------------------------------
Aapp-emulation/qemu-openrc/qemu-openrc-0.8.0.ebuild | 26++++++++++++++++++++++++++
3 files changed, 27 insertions(+), 31 deletions(-)

diff --git a/app-emulation/qemu-openrc/Manifest b/app-emulation/qemu-openrc/Manifest @@ -1 +1 @@ -DIST v0.7.0.tar.gz 7847 BLAKE2B 22a7af20d6d392485884b759ad6019504c79d2a37d29dc6a7ab78f70fb0a7ea799e41ddb037d7d1b019b8433f6064087f7ee04e868e0e08a4dc85a0355d1e81a SHA512 c5284f5c095874a49263546d0fbb925f49a01efa9eec8102ea054a334606144dd9480ab2333f2b42d4163677000816bf9f5b6d313faf231bd4b8cc55c9ed9bc6 +DIST v0.8.0.tar.gz 7833 BLAKE2B 8c53bdcb0fda92e4323d7192942e34d150bdf3161bea573ace4be9f2036172b674e42033616b1c3ea2ec6cd800c1557e9b9a8bcd031446abd7c8b3765e65fcdc SHA512 1b442695d4d78bf0ac2122cdd3ee6af9db214b1ad1d877f408c7c13c684af7350bdefe6f7d5222b8d26b3c2c8dcaf060eb4f12902ae1b624f0b8fb5ef4db0273 diff --git a/app-emulation/qemu-openrc/qemu-openrc-0.7.0-r3.ebuild b/app-emulation/qemu-openrc/qemu-openrc-0.7.0-r3.ebuild @@ -1,30 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit user - -DESCRIPTION="OpenRC init script for QEMU/KVM" -HOMEPAGE="https://github.com/jirutka/qemu-openrc" - -SRC_URI="https://github.com/jirutka/${PN}/archive/v${PV}.tar.gz" -LICENSE="MIT" -SLOT=0 -KEYWORDS="~amd64 ~x86" - -RDEPEND=" - app-emulation/qemu - net-misc/socat" - -src_install() { - dobin qemush - newinitd qemu.initd qemu - newconfd qemu.confd qemu - dodoc README.adoc -} - -pkg_setup() { - enewgroup qemu - enewuser qemu -1 -1 /var/lib/qemu qemu,kvm -} diff --git a/app-emulation/qemu-openrc/qemu-openrc-0.8.0.ebuild b/app-emulation/qemu-openrc/qemu-openrc-0.8.0.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="OpenRC init script for QEMU/KVM" +HOMEPAGE="https://github.com/jirutka/qemu-openrc" + +SRC_URI="https://github.com/jirutka/${PN}/archive/v${PV}.tar.gz" +LICENSE="MIT" +SLOT=0 +KEYWORDS="~amd64 ~x86" + +RDEPEND=" + app-emulation/qemu + net-misc/socat + acct-user/qemu + acct-group/qemu +" + +src_install() { + dobin qemush + newinitd qemu.initd qemu + newconfd qemu.confd qemu + dodoc README.adoc +}