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 63FB5139694 for ; Sun, 23 Apr 2017 21:01:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B9A8E21C10F; Sun, 23 Apr 2017 21:01:15 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 8A17E21C10F for ; Sun, 23 Apr 2017 21:01:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A1949341659 for ; Sun, 23 Apr 2017 21:01:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8B8BF7446 for ; Sun, 23 Apr 2017 21:01:11 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1492981188.591f2dd5b860a454ba2528adbd47318a8788110d.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/openvswitch/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/openvswitch/openvswitch-1.11.0.ebuild net-misc/openvswitch/openvswitch-2.0.0-r3.ebuild net-misc/openvswitch/openvswitch-2.1.3.ebuild net-misc/openvswitch/openvswitch-2.5.0.ebuild net-misc/openvswitch/openvswitch-2.6.1.ebuild net-misc/openvswitch/openvswitch-2.7.0-r1.ebuild net-misc/openvswitch/openvswitch-2.7.0-r2.ebuild net-misc/openvswitch/openvswitch-2.7.0.ebuild X-VCS-Directories: net-misc/openvswitch/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 591f2dd5b860a454ba2528adbd47318a8788110d X-VCS-Branch: master Date: Sun, 23 Apr 2017 21:01:11 +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: f8419304-7713-4c01-93ca-ed7003b4da75 X-Archives-Hash: fa2dd2abbb94acdece22934357da6abd commit: 591f2dd5b860a454ba2528adbd47318a8788110d Author: David Seifert gentoo org> AuthorDate: Sun Apr 23 20:22:17 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Sun Apr 23 20:59:48 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=591f2dd5 net-misc/openvswitch: [QA] Add missing python metadata variables Package-Manager: Portage-2.3.5, Repoman-2.3.2 net-misc/openvswitch/openvswitch-1.11.0.ebuild | 5 +++-- net-misc/openvswitch/openvswitch-2.0.0-r3.ebuild | 5 +++-- net-misc/openvswitch/openvswitch-2.1.3.ebuild | 5 +++-- net-misc/openvswitch/openvswitch-2.5.0.ebuild | 5 +++-- net-misc/openvswitch/openvswitch-2.6.1.ebuild | 1 + net-misc/openvswitch/openvswitch-2.7.0-r1.ebuild | 1 + net-misc/openvswitch/openvswitch-2.7.0-r2.ebuild | 1 + net-misc/openvswitch/openvswitch-2.7.0.ebuild | 1 + 8 files changed, 16 insertions(+), 8 deletions(-) diff --git a/net-misc/openvswitch/openvswitch-1.11.0.ebuild b/net-misc/openvswitch/openvswitch-1.11.0.ebuild index 29082d3a317..64519609414 100644 --- a/net-misc/openvswitch/openvswitch-1.11.0.ebuild +++ b/net-misc/openvswitch/openvswitch-1.11.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -15,9 +15,10 @@ LICENSE="Apache-2.0 GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="debug modules monitor +pyside +ssl" +REQUIRED_USE="monitor? ( ${PYTHON_REQUIRED_USE} )" RDEPEND=">=sys-apps/openrc-0.10.5 - ssl? ( dev-libs/openssl ) + ssl? ( dev-libs/openssl:0= ) monitor? ( ${PYTHON_DEPS} dev-python/twisted-core[${PYTHON_USEDEP}] diff --git a/net-misc/openvswitch/openvswitch-2.0.0-r3.ebuild b/net-misc/openvswitch/openvswitch-2.0.0-r3.ebuild index 87d8e4179e8..518b284b1d3 100644 --- a/net-misc/openvswitch/openvswitch-2.0.0-r3.ebuild +++ b/net-misc/openvswitch/openvswitch-2.0.0-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -15,9 +15,10 @@ LICENSE="Apache-2.0 GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="debug modules monitor +ssl" +REQUIRED_USE="monitor? ( ${PYTHON_REQUIRED_USE} )" RDEPEND=">=sys-apps/openrc-0.10.5 - ssl? ( dev-libs/openssl ) + ssl? ( dev-libs/openssl:0= ) monitor? ( ${PYTHON_DEPS} dev-python/twisted-core diff --git a/net-misc/openvswitch/openvswitch-2.1.3.ebuild b/net-misc/openvswitch/openvswitch-2.1.3.ebuild index 201b5639997..2b86eb940e4 100644 --- a/net-misc/openvswitch/openvswitch-2.1.3.ebuild +++ b/net-misc/openvswitch/openvswitch-2.1.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -15,9 +15,10 @@ LICENSE="Apache-2.0 GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="debug modules monitor +ssl" +REQUIRED_USE="monitor? ( ${PYTHON_REQUIRED_USE} )" RDEPEND=">=sys-apps/openrc-0.10.5 - ssl? ( dev-libs/openssl ) + ssl? ( dev-libs/openssl:0= ) monitor? ( ${PYTHON_DEPS} dev-python/twisted-core diff --git a/net-misc/openvswitch/openvswitch-2.5.0.ebuild b/net-misc/openvswitch/openvswitch-2.5.0.ebuild index a426daff267..7515af50a0e 100644 --- a/net-misc/openvswitch/openvswitch-2.5.0.ebuild +++ b/net-misc/openvswitch/openvswitch-2.5.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -15,13 +15,14 @@ LICENSE="Apache-2.0 GPL-2" SLOT="0" KEYWORDS="amd64 x86" IUSE="debug modules monitor +ssl" +REQUIRED_USE="monitor? ( ${PYTHON_REQUIRED_USE} )" RDEPEND=" || ( >=sys-apps/openrc-0.10.5 sys-apps/systemd ) - ssl? ( dev-libs/openssl:= ) + ssl? ( dev-libs/openssl:0= ) monitor? ( ${PYTHON_DEPS} dev-python/twisted-core diff --git a/net-misc/openvswitch/openvswitch-2.6.1.ebuild b/net-misc/openvswitch/openvswitch-2.6.1.ebuild index cca17c75d62..633eafb830f 100644 --- a/net-misc/openvswitch/openvswitch-2.6.1.ebuild +++ b/net-misc/openvswitch/openvswitch-2.6.1.ebuild @@ -15,6 +15,7 @@ LICENSE="Apache-2.0 GPL-2" SLOT="0" KEYWORDS="amd64 ~arm64 x86" IUSE="debug modules monitor +ssl" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND=" || ( diff --git a/net-misc/openvswitch/openvswitch-2.7.0-r1.ebuild b/net-misc/openvswitch/openvswitch-2.7.0-r1.ebuild index c98f3a1a510..b31520aeff5 100644 --- a/net-misc/openvswitch/openvswitch-2.7.0-r1.ebuild +++ b/net-misc/openvswitch/openvswitch-2.7.0-r1.ebuild @@ -15,6 +15,7 @@ LICENSE="Apache-2.0 GPL-2" SLOT="0" KEYWORDS="~amd64 ~arm64 ~x86" IUSE="debug modules monitor +ssl" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND=" || ( diff --git a/net-misc/openvswitch/openvswitch-2.7.0-r2.ebuild b/net-misc/openvswitch/openvswitch-2.7.0-r2.ebuild index 4bcf09a7a4f..98903f09b29 100644 --- a/net-misc/openvswitch/openvswitch-2.7.0-r2.ebuild +++ b/net-misc/openvswitch/openvswitch-2.7.0-r2.ebuild @@ -15,6 +15,7 @@ LICENSE="Apache-2.0 GPL-2" SLOT="0" KEYWORDS="~amd64 ~arm64 ~x86" IUSE="debug modules monitor +ssl" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND=" || ( diff --git a/net-misc/openvswitch/openvswitch-2.7.0.ebuild b/net-misc/openvswitch/openvswitch-2.7.0.ebuild index 694ea37e210..8121efc668b 100644 --- a/net-misc/openvswitch/openvswitch-2.7.0.ebuild +++ b/net-misc/openvswitch/openvswitch-2.7.0.ebuild @@ -15,6 +15,7 @@ LICENSE="Apache-2.0 GPL-2" SLOT="0" KEYWORDS="amd64 ~arm64 x86" IUSE="debug modules monitor +ssl" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND=" || (