diff options
author | Aaron Bauman <bman@gentoo.org> | 2020-09-26 14:57:43 -0400 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2020-09-26 15:40:01 -0400 |
commit | 7c23d178373e2f0112887fd1fbafa6b2331e84f1 (patch) | |
tree | e6738283990e44ffe0d0b7f023b29c10e6d01a85 /app-emulation | |
parent | app-emulation/appliance: drop old EAPI=5 (diff) | |
download | gentoo-7c23d178373e2f0112887fd1fbafa6b2331e84f1.tar.gz gentoo-7c23d178373e2f0112887fd1fbafa6b2331e84f1.tar.bz2 gentoo-7c23d178373e2f0112887fd1fbafa6b2331e84f1.zip |
app-emulation/qemu-init-scripts: drop old EAPI=5
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/qemu-init-scripts/qemu-init-scripts-0.3.0.ebuild | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/app-emulation/qemu-init-scripts/qemu-init-scripts-0.3.0.ebuild b/app-emulation/qemu-init-scripts/qemu-init-scripts-0.3.0.ebuild deleted file mode 100644 index 5acdcacb0a9e..000000000000 --- a/app-emulation/qemu-init-scripts/qemu-init-scripts-0.3.0.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -DESCRIPTION="Kvm and qemu init scripts" -HOMEPAGE="https://gitweb.gentoo.org/proj/kvm-tools.git/" - -SRC_URI="https://dev.gentoo.org/~dolsen/releases/${PN}/${P}.tar.xz" -LICENSE="GPL-2" -SLOT=0 -KEYWORDS="~amd64 ~x86" - -RDEPEND=" - app-emulation/qemu - net-misc/socat" - -S="${PORTAGE_BUILDDIR}/work/${PN}" - -src_prepare() { - epatch_user -} - -src_install() { - newinitd "${S}/"qemu-init-script qemu - newconfd "${S}/"qemu-conf.example qemu.conf.example - newsbin "${S}/"qtap-manipulate qtap-manipulate - dosym qemu /etc/init.d/kvm -} - -pkg_postinst() { - elog "For bridging networking systems, you need these run time utilities:" - elog " net-misc/bridge-utils" - elog " sys-apps/usermode-utilities" - elog "" - elog "We will be updating these scripts to use" - elog "iptables exclusively in the future" -} |