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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 650961395E2 for ; Sat, 3 Dec 2016 21:34:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 96CE821C092; Sat, 3 Dec 2016 21:34:10 +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 7671421C092 for ; Sat, 3 Dec 2016 21:34:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 A0C8634119A for ; Sat, 3 Dec 2016 21:34:08 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CC1E291A for ; Sat, 3 Dec 2016 21:34:06 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1480800845.dd9bc23a6329ea992e8b786074fa39dfe7c8a874.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/openvswitch/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/openvswitch/openvswitch-2.6.0-r1.ebuild net-misc/openvswitch/openvswitch-2.6.0-r2.ebuild X-VCS-Directories: net-misc/openvswitch/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: dd9bc23a6329ea992e8b786074fa39dfe7c8a874 X-VCS-Branch: master Date: Sat, 3 Dec 2016 21:34:06 +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: 935e2792-c10d-493f-be67-e1a43f540ad4 X-Archives-Hash: 24018db95520a4b737e1b06e4432dbab commit: dd9bc23a6329ea992e8b786074fa39dfe7c8a874 Author: Justin Lecher gentoo org> AuthorDate: Sat Dec 3 20:18:13 2016 +0000 Commit: Justin Lecher gentoo org> CommitDate: Sat Dec 3 21:34:05 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd9bc23a net-misc/openvswitch: Use external python package Package-Manager: portage-2.3.2 Signed-off-by: Justin Lecher gentoo.org> ...penvswitch-2.6.0-r1.ebuild => openvswitch-2.6.0-r2.ebuild} | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/net-misc/openvswitch/openvswitch-2.6.0-r1.ebuild b/net-misc/openvswitch/openvswitch-2.6.0-r2.ebuild similarity index 94% rename from net-misc/openvswitch/openvswitch-2.6.0-r1.ebuild rename to net-misc/openvswitch/openvswitch-2.6.0-r2.ebuild index 93a0483..56cef67 100644 --- a/net-misc/openvswitch/openvswitch-2.6.0-r1.ebuild +++ b/net-misc/openvswitch/openvswitch-2.6.0-r2.ebuild @@ -24,6 +24,7 @@ RDEPEND=" ) ssl? ( dev-libs/openssl:0= ) ${PYTHON_DEPS} + ~dev-python/ovs-${PV} dev-python/twisted-core dev-python/twisted-conch dev-python/twisted-web @@ -94,15 +95,9 @@ src_install() { python_foreach_impl python_doscript utilities/"${SCRIPT}" done - # monitor is statically enabled for bug 596206 - #if use monitor ; then - python_install() { - python_domodule "${ED%/}"/usr/share/openvswitch/python/* - python_optimize "${ED%/}"/usr/share/ovsdbmonitor - } - python_foreach_impl python_install + python_foreach_impl python_optimize "${ED%/}"/usr/share/ovsdbmonitor + rm -r "${ED%/}"/usr/share/openvswitch/python || die - #fi keepdir /var/{lib,log}/openvswitch keepdir /etc/ssl/openvswitch