From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id AF47E59CA5 for ; Thu, 24 Mar 2016 17:45:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3F294E07EE; Thu, 24 Mar 2016 17:45:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BEE2DE07EE for ; Thu, 24 Mar 2016 17:45:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E95B2340CCB for ; Thu, 24 Mar 2016 17:45:12 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 027D985E for ; Thu, 24 Mar 2016 17:45:10 +0000 (UTC) From: "Brian Dolbec" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Dolbec" Message-ID: <1458841375.92661ccb640228b284445e09c20a7b1a722adb8f.dolsen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/qemu-init-scripts/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/qemu-init-scripts/Manifest app-emulation/qemu-init-scripts/metadata.xml app-emulation/qemu-init-scripts/qemu-init-scripts-0.3.0.ebuild X-VCS-Directories: app-emulation/qemu-init-scripts/ X-VCS-Committer: dolsen X-VCS-Committer-Name: Brian Dolbec X-VCS-Revision: 92661ccb640228b284445e09c20a7b1a722adb8f X-VCS-Branch: master Date: Thu, 24 Mar 2016 17:45:10 +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-Archives-Salt: e8412b04-55f5-4258-8839-bb7057bc54c2 X-Archives-Hash: 5077ac3b3c06c3f863091abb79f94cd6 commit: 92661ccb640228b284445e09c20a7b1a722adb8f Author: Brian Dolbec gentoo org> AuthorDate: Thu Mar 24 17:34:14 2016 +0000 Commit: Brian Dolbec gentoo org> CommitDate: Thu Mar 24 17:42:55 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92661ccb app-emulation/qemu-init-scripts: New version (formerly in the qemu-init overlay) This version is the first in tree version. It includes several updates and additional config variables. The qtap-manipulate script has been updated to use ip addr commands. Package-Manager: portage-2.2.28_p64_p528199 app-emulation/qemu-init-scripts/Manifest | 1 + app-emulation/qemu-init-scripts/metadata.xml | 12 +++++++ .../qemu-init-scripts-0.3.0.ebuild | 39 ++++++++++++++++++++++ 3 files changed, 52 insertions(+) diff --git a/app-emulation/qemu-init-scripts/Manifest b/app-emulation/qemu-init-scripts/Manifest new file mode 100644 index 0000000..99cbf93 --- /dev/null +++ b/app-emulation/qemu-init-scripts/Manifest @@ -0,0 +1 @@ +DIST qemu-init-scripts-0.3.0.tar.xz 4584 SHA256 c2deb393bac7690b6ea7118ee21f414c1a115c7e9b932ebd3282969bedaa4447 SHA512 49427572ce0636400ad3e389ed143fa9b1d637a7a89649cd5e265e409d3d745babe28f6af8cac3d9a249a8d5cc6554b321c0613f35824d604dcd814a44033c51 WHIRLPOOL 9752dab9172f1b26cdad6e5d1e29b5272878ce8c357fd1cba182afa98dd9c4d746ac57def8fac24a6ff9bb5c53ff3b7fe81495133bd6381a835d29659a6b68b8 diff --git a/app-emulation/qemu-init-scripts/metadata.xml b/app-emulation/qemu-init-scripts/metadata.xml new file mode 100644 index 0000000..e5001f2 --- /dev/null +++ b/app-emulation/qemu-init-scripts/metadata.xml @@ -0,0 +1,12 @@ + + + + + dolsen@gentoo.org + Brian Dolbec + + + rafaelmartins@gentoo.org + Rafael Martins + + 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 new file mode 100644 index 0000000..6e07fc7 --- /dev/null +++ b/app-emulation/qemu-init-scripts/qemu-init-scripts-0.3.0.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +DESCRIPTION="Kvm and qemu init scripts" +HOMEPAGE="https://gitweb.gentoo.org/proj/kvm-tools.git/" + +SRC_URI="http://dev.gentoo.org/~dolsen/releases/${PN}/${P}.tar.xz" +LICENSE="GPL-2" +SLOT=0 +KEYWORDS="~amd64 ~x86" + +RDEPEND=" + app-emulation/qemu + || ( net-misc/socat net-analyzer/netcat6 )" + +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" +}