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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BAB99158087 for ; Sat, 15 Jan 2022 01:54:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D45BB2BC008; Sat, 15 Jan 2022 01:54:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 92F652BC008 for ; Sat, 15 Jan 2022 01:54:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 909583433BC for ; Sat, 15 Jan 2022 01:54:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 004B8A5 for ; Sat, 15 Jan 2022 01:54:25 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1642211658.ae7bd739ae8a9cece27f3b4d6fc0cbaabefdaef3.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/lldpd/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/lldpd/lldpd-1.0.10-r1.ebuild net-misc/lldpd/lldpd-1.0.11-r1.ebuild net-misc/lldpd/lldpd-1.0.12-r1.ebuild net-misc/lldpd/lldpd-1.0.13-r1.ebuild net-misc/lldpd/lldpd-1.0.7-r1.ebuild net-misc/lldpd/lldpd-1.0.9-r1.ebuild X-VCS-Directories: net-misc/lldpd/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: ae7bd739ae8a9cece27f3b4d6fc0cbaabefdaef3 X-VCS-Branch: master Date: Sat, 15 Jan 2022 01:54:25 +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: ede8b958-70fd-466f-9fc0-58b1b5cbe3f9 X-Archives-Hash: 1d2e55b13f0be487d26ad6b447138c94 commit: ae7bd739ae8a9cece27f3b4d6fc0cbaabefdaef3 Author: Sam James gentoo org> AuthorDate: Sat Jan 15 01:51:20 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sat Jan 15 01:54:18 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae7bd739 net-misc/lldpd: drop no-op USE=zsh-completion Already installs zsh completions unconditionally. Signed-off-by: Sam James gentoo.org> net-misc/lldpd/lldpd-1.0.10-r1.ebuild | 5 ++--- net-misc/lldpd/lldpd-1.0.11-r1.ebuild | 5 ++--- net-misc/lldpd/lldpd-1.0.12-r1.ebuild | 5 ++--- net-misc/lldpd/lldpd-1.0.13-r1.ebuild | 5 ++--- net-misc/lldpd/lldpd-1.0.7-r1.ebuild | 5 ++--- net-misc/lldpd/lldpd-1.0.9-r1.ebuild | 5 ++--- 6 files changed, 12 insertions(+), 18 deletions(-) diff --git a/net-misc/lldpd/lldpd-1.0.10-r1.ebuild b/net-misc/lldpd/lldpd-1.0.10-r1.ebuild index 2e1925b588b5..ac13394b280f 100644 --- a/net-misc/lldpd/lldpd-1.0.10-r1.ebuild +++ b/net-misc/lldpd/lldpd-1.0.10-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -13,7 +13,7 @@ LICENSE="ISC" SLOT="0/4.9.0" KEYWORDS="~amd64 ~x86" IUSE="cdp doc +dot1 +dot3 edp fdp graph +lldpmed old-kernel sanitizers - seccomp sonmp snmp static-libs test readline xml zsh-completion" + seccomp sonmp snmp static-libs test readline xml" RESTRICT="!test? ( test )" RDEPEND=" @@ -25,7 +25,6 @@ RDEPEND=" seccomp? ( sys-libs/libseccomp:= ) snmp? ( net-analyzer/net-snmp:=[extensible(+)] ) xml? ( dev-libs/libxml2:= ) - zsh-completion? ( app-shells/zsh ) " DEPEND="${RDEPEND} test? ( dev-libs/check ) diff --git a/net-misc/lldpd/lldpd-1.0.11-r1.ebuild b/net-misc/lldpd/lldpd-1.0.11-r1.ebuild index 4f6497abc941..141fd8ee4ac3 100644 --- a/net-misc/lldpd/lldpd-1.0.11-r1.ebuild +++ b/net-misc/lldpd/lldpd-1.0.11-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -13,7 +13,7 @@ LICENSE="ISC" SLOT="0/4.9.0" KEYWORDS="amd64 x86" IUSE="cdp doc +dot1 +dot3 edp fdp graph +lldpmed old-kernel sanitizers - seccomp sonmp snmp static-libs test readline xml zsh-completion" + seccomp sonmp snmp static-libs test readline xml" RESTRICT="!test? ( test )" RDEPEND=" @@ -25,7 +25,6 @@ RDEPEND=" seccomp? ( sys-libs/libseccomp:= ) snmp? ( net-analyzer/net-snmp:=[extensible(+)] ) xml? ( dev-libs/libxml2:= ) - zsh-completion? ( app-shells/zsh ) " DEPEND="${RDEPEND} test? ( dev-libs/check ) diff --git a/net-misc/lldpd/lldpd-1.0.12-r1.ebuild b/net-misc/lldpd/lldpd-1.0.12-r1.ebuild index 7f942ca82105..ab5b19cd63ee 100644 --- a/net-misc/lldpd/lldpd-1.0.12-r1.ebuild +++ b/net-misc/lldpd/lldpd-1.0.12-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -13,7 +13,7 @@ LICENSE="ISC" SLOT="0/4.9.0" KEYWORDS="amd64 ~x86" IUSE="cdp doc +dot1 +dot3 edp fdp graph +lldpmed old-kernel sanitizers - seccomp sonmp snmp static-libs test readline xml zsh-completion" + seccomp sonmp snmp static-libs test readline xml" RESTRICT="!test? ( test )" RDEPEND=" @@ -25,7 +25,6 @@ RDEPEND=" seccomp? ( sys-libs/libseccomp:= ) snmp? ( net-analyzer/net-snmp:=[extensible(+)] ) xml? ( dev-libs/libxml2:= ) - zsh-completion? ( app-shells/zsh ) " DEPEND="${RDEPEND} test? ( dev-libs/check ) diff --git a/net-misc/lldpd/lldpd-1.0.13-r1.ebuild b/net-misc/lldpd/lldpd-1.0.13-r1.ebuild index 146a3f5d5986..2c150aae8d94 100644 --- a/net-misc/lldpd/lldpd-1.0.13-r1.ebuild +++ b/net-misc/lldpd/lldpd-1.0.13-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -13,7 +13,7 @@ LICENSE="ISC" SLOT="0/4.9.0" KEYWORDS="~amd64 ~x86" IUSE="cdp doc +dot1 +dot3 edp fdp graph +lldpmed old-kernel sanitizers - seccomp sonmp snmp static-libs test readline xml zsh-completion" + seccomp sonmp snmp static-libs test readline xml" RESTRICT="!test? ( test )" RDEPEND=" @@ -25,7 +25,6 @@ RDEPEND=" seccomp? ( sys-libs/libseccomp:= ) snmp? ( net-analyzer/net-snmp:=[extensible(+)] ) xml? ( dev-libs/libxml2:= ) - zsh-completion? ( app-shells/zsh ) " DEPEND="${RDEPEND} test? ( dev-libs/check ) diff --git a/net-misc/lldpd/lldpd-1.0.7-r1.ebuild b/net-misc/lldpd/lldpd-1.0.7-r1.ebuild index 276e1da109ae..85d06cae202c 100644 --- a/net-misc/lldpd/lldpd-1.0.7-r1.ebuild +++ b/net-misc/lldpd/lldpd-1.0.7-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -13,7 +13,7 @@ LICENSE="ISC" SLOT="0/4.9.0" KEYWORDS="amd64 x86" IUSE="cdp doc +dot1 +dot3 edp fdp graph +lldpmed old-kernel sanitizers - seccomp sonmp snmp static-libs test readline xml zsh-completion" + seccomp sonmp snmp static-libs test readline xml" RESTRICT="!test? ( test )" RDEPEND=" @@ -25,7 +25,6 @@ RDEPEND=" seccomp? ( sys-libs/libseccomp:= ) snmp? ( net-analyzer/net-snmp:=[extensible(+)] ) xml? ( dev-libs/libxml2:= ) - zsh-completion? ( app-shells/zsh ) " DEPEND="${RDEPEND} test? ( dev-libs/check ) diff --git a/net-misc/lldpd/lldpd-1.0.9-r1.ebuild b/net-misc/lldpd/lldpd-1.0.9-r1.ebuild index 11ab20df05de..371194f50d2f 100644 --- a/net-misc/lldpd/lldpd-1.0.9-r1.ebuild +++ b/net-misc/lldpd/lldpd-1.0.9-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -13,7 +13,7 @@ LICENSE="ISC" SLOT="0/4.9.0" KEYWORDS="~amd64 ~x86" IUSE="cdp doc +dot1 +dot3 edp fdp graph +lldpmed old-kernel sanitizers - seccomp sonmp snmp static-libs test readline xml zsh-completion" + seccomp sonmp snmp static-libs test readline xml" RESTRICT="!test? ( test )" RDEPEND=" @@ -25,7 +25,6 @@ RDEPEND=" seccomp? ( sys-libs/libseccomp:= ) snmp? ( net-analyzer/net-snmp:=[extensible(+)] ) xml? ( dev-libs/libxml2:= ) - zsh-completion? ( app-shells/zsh ) " DEPEND="${RDEPEND} test? ( dev-libs/check )