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 84C97138350 for ; Sun, 9 Feb 2020 16:47:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 48B45E088F; Sun, 9 Feb 2020 16:47:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0EF74E088F for ; Sun, 9 Feb 2020 16:47:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 CF06E34E495 for ; Sun, 9 Feb 2020 16:47:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7E4B2116 for ; Sun, 9 Feb 2020 16:47:02 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1581266796.fb07dedeee8c4298b3a74364cf0af872b93e7a81.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/net-snmp/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/net-snmp/net-snmp-5.8-r1.ebuild net-analyzer/net-snmp/net-snmp-5.8-r2.ebuild net-analyzer/net-snmp/net-snmp-5.8-r3.ebuild net-analyzer/net-snmp/net-snmp-5.8-r4.ebuild net-analyzer/net-snmp/net-snmp-5.8-r5.ebuild net-analyzer/net-snmp/net-snmp-5.8.1_pre1-r1.ebuild net-analyzer/net-snmp/net-snmp-5.8.1_pre1.ebuild net-analyzer/net-snmp/net-snmp-99999999.ebuild X-VCS-Directories: net-analyzer/net-snmp/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: fb07dedeee8c4298b3a74364cf0af872b93e7a81 X-VCS-Branch: master Date: Sun, 9 Feb 2020 16:47:02 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 320deb9e-935b-497b-86ce-759d9223613d X-Archives-Hash: df945e7a08b2c7387b2e310e678afc9d commit: fb07dedeee8c4298b3a74364cf0af872b93e7a81 Author: Michał Górny gentoo org> AuthorDate: Sat Feb 8 06:47:01 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Feb 9 16:46:36 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb07dede net-analyzer/net-snmp: Switch to PYTHON_MULTI_USEDEP API Signed-off-by: Michał Górny gentoo.org> .../net-snmp/{net-snmp-5.8-r1.ebuild => net-snmp-5.8-r3.ebuild} | 6 ++++-- .../net-snmp/{net-snmp-5.8-r2.ebuild => net-snmp-5.8-r4.ebuild} | 6 ++++-- net-analyzer/net-snmp/net-snmp-5.8-r5.ebuild | 6 ++++-- .../{net-snmp-5.8.1_pre1.ebuild => net-snmp-5.8.1_pre1-r1.ebuild} | 6 ++++-- net-analyzer/net-snmp/net-snmp-99999999.ebuild | 6 ++++-- 5 files changed, 20 insertions(+), 10 deletions(-) diff --git a/net-analyzer/net-snmp/net-snmp-5.8-r1.ebuild b/net-analyzer/net-snmp/net-snmp-5.8-r3.ebuild similarity index 97% rename from net-analyzer/net-snmp/net-snmp-5.8-r1.ebuild rename to net-analyzer/net-snmp/net-snmp-5.8-r3.ebuild index 8c4fab7b689..4906c15987c 100644 --- a/net-analyzer/net-snmp/net-snmp-5.8-r1.ebuild +++ b/net-analyzer/net-snmp/net-snmp-5.8-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -40,7 +40,9 @@ COMMON_DEPEND=" zlib? ( >=sys-libs/zlib-1.1.4 ) elf? ( dev-libs/elfutils ) python? ( - dev-python/setuptools[${PYTHON_USEDEP}] + $(python_gen_cond_dep ' + dev-python/setuptools[${PYTHON_MULTI_USEDEP}] + ') ${PYTHON_DEPS} ) pci? ( sys-apps/pciutils ) diff --git a/net-analyzer/net-snmp/net-snmp-5.8-r2.ebuild b/net-analyzer/net-snmp/net-snmp-5.8-r4.ebuild similarity index 97% rename from net-analyzer/net-snmp/net-snmp-5.8-r2.ebuild rename to net-analyzer/net-snmp/net-snmp-5.8-r4.ebuild index 119ec81687a..2470f847227 100644 --- a/net-analyzer/net-snmp/net-snmp-5.8-r2.ebuild +++ b/net-analyzer/net-snmp/net-snmp-5.8-r4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -40,7 +40,9 @@ COMMON_DEPEND=" zlib? ( >=sys-libs/zlib-1.1.4 ) elf? ( dev-libs/elfutils ) python? ( - dev-python/setuptools[${PYTHON_USEDEP}] + $(python_gen_cond_dep ' + dev-python/setuptools[${PYTHON_MULTI_USEDEP}] + ') ${PYTHON_DEPS} ) pci? ( sys-apps/pciutils ) diff --git a/net-analyzer/net-snmp/net-snmp-5.8-r5.ebuild b/net-analyzer/net-snmp/net-snmp-5.8-r5.ebuild index 2b3f66b5294..e1fa13504cf 100644 --- a/net-analyzer/net-snmp/net-snmp-5.8-r5.ebuild +++ b/net-analyzer/net-snmp/net-snmp-5.8-r5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -39,7 +39,9 @@ COMMON_DEPEND=" pci? ( sys-apps/pciutils ) perl? ( dev-lang/perl:= ) python? ( - dev-python/setuptools[${PYTHON_USEDEP}] + $(python_gen_cond_dep ' + dev-python/setuptools[${PYTHON_MULTI_USEDEP}] + ') ${PYTHON_DEPS} ) rpm? ( diff --git a/net-analyzer/net-snmp/net-snmp-5.8.1_pre1.ebuild b/net-analyzer/net-snmp/net-snmp-5.8.1_pre1-r1.ebuild similarity index 97% rename from net-analyzer/net-snmp/net-snmp-5.8.1_pre1.ebuild rename to net-analyzer/net-snmp/net-snmp-5.8.1_pre1-r1.ebuild index 0704a753212..d853e1f035c 100644 --- a/net-analyzer/net-snmp/net-snmp-5.8.1_pre1.ebuild +++ b/net-analyzer/net-snmp/net-snmp-5.8.1_pre1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -43,7 +43,9 @@ COMMON_DEPEND=" pci? ( sys-apps/pciutils ) perl? ( dev-lang/perl:= ) python? ( - dev-python/setuptools[${PYTHON_USEDEP}] + $(python_gen_cond_dep ' + dev-python/setuptools[${PYTHON_MULTI_USEDEP}] + ') ${PYTHON_DEPS} ) rpm? ( diff --git a/net-analyzer/net-snmp/net-snmp-99999999.ebuild b/net-analyzer/net-snmp/net-snmp-99999999.ebuild index 901356c5a93..12ca0cc534b 100644 --- a/net-analyzer/net-snmp/net-snmp-99999999.ebuild +++ b/net-analyzer/net-snmp/net-snmp-99999999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -41,7 +41,9 @@ COMMON_DEPEND=" pci? ( sys-apps/pciutils ) perl? ( dev-lang/perl:= ) python? ( - dev-python/setuptools[${PYTHON_USEDEP}] + $(python_gen_cond_dep ' + dev-python/setuptools[${PYTHON_MULTI_USEDEP}] + ') ${PYTHON_DEPS} ) rpm? (