Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/lldpd/
Date: Sat, 15 Jan 2022 01:54:29
Message-Id: 1642211658.ae7bd739ae8a9cece27f3b4d6fc0cbaabefdaef3.sam@gentoo
1 commit: ae7bd739ae8a9cece27f3b4d6fc0cbaabefdaef3
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 15 01:51:20 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 15 01:54:18 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae7bd739
7
8 net-misc/lldpd: drop no-op USE=zsh-completion
9
10 Already installs zsh completions unconditionally.
11
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 net-misc/lldpd/lldpd-1.0.10-r1.ebuild | 5 ++---
15 net-misc/lldpd/lldpd-1.0.11-r1.ebuild | 5 ++---
16 net-misc/lldpd/lldpd-1.0.12-r1.ebuild | 5 ++---
17 net-misc/lldpd/lldpd-1.0.13-r1.ebuild | 5 ++---
18 net-misc/lldpd/lldpd-1.0.7-r1.ebuild | 5 ++---
19 net-misc/lldpd/lldpd-1.0.9-r1.ebuild | 5 ++---
20 6 files changed, 12 insertions(+), 18 deletions(-)
21
22 diff --git a/net-misc/lldpd/lldpd-1.0.10-r1.ebuild b/net-misc/lldpd/lldpd-1.0.10-r1.ebuild
23 index 2e1925b588b5..ac13394b280f 100644
24 --- a/net-misc/lldpd/lldpd-1.0.10-r1.ebuild
25 +++ b/net-misc/lldpd/lldpd-1.0.10-r1.ebuild
26 @@ -1,4 +1,4 @@
27 -# Copyright 1999-2021 Gentoo Authors
28 +# Copyright 1999-2022 Gentoo Authors
29 # Distributed under the terms of the GNU General Public License v2
30
31 EAPI=7
32 @@ -13,7 +13,7 @@ LICENSE="ISC"
33 SLOT="0/4.9.0"
34 KEYWORDS="~amd64 ~x86"
35 IUSE="cdp doc +dot1 +dot3 edp fdp graph +lldpmed old-kernel sanitizers
36 - seccomp sonmp snmp static-libs test readline xml zsh-completion"
37 + seccomp sonmp snmp static-libs test readline xml"
38 RESTRICT="!test? ( test )"
39
40 RDEPEND="
41 @@ -25,7 +25,6 @@ RDEPEND="
42 seccomp? ( sys-libs/libseccomp:= )
43 snmp? ( net-analyzer/net-snmp:=[extensible(+)] )
44 xml? ( dev-libs/libxml2:= )
45 - zsh-completion? ( app-shells/zsh )
46 "
47 DEPEND="${RDEPEND}
48 test? ( dev-libs/check )
49
50 diff --git a/net-misc/lldpd/lldpd-1.0.11-r1.ebuild b/net-misc/lldpd/lldpd-1.0.11-r1.ebuild
51 index 4f6497abc941..141fd8ee4ac3 100644
52 --- a/net-misc/lldpd/lldpd-1.0.11-r1.ebuild
53 +++ b/net-misc/lldpd/lldpd-1.0.11-r1.ebuild
54 @@ -1,4 +1,4 @@
55 -# Copyright 1999-2021 Gentoo Authors
56 +# Copyright 1999-2022 Gentoo Authors
57 # Distributed under the terms of the GNU General Public License v2
58
59 EAPI=7
60 @@ -13,7 +13,7 @@ LICENSE="ISC"
61 SLOT="0/4.9.0"
62 KEYWORDS="amd64 x86"
63 IUSE="cdp doc +dot1 +dot3 edp fdp graph +lldpmed old-kernel sanitizers
64 - seccomp sonmp snmp static-libs test readline xml zsh-completion"
65 + seccomp sonmp snmp static-libs test readline xml"
66 RESTRICT="!test? ( test )"
67
68 RDEPEND="
69 @@ -25,7 +25,6 @@ RDEPEND="
70 seccomp? ( sys-libs/libseccomp:= )
71 snmp? ( net-analyzer/net-snmp:=[extensible(+)] )
72 xml? ( dev-libs/libxml2:= )
73 - zsh-completion? ( app-shells/zsh )
74 "
75 DEPEND="${RDEPEND}
76 test? ( dev-libs/check )
77
78 diff --git a/net-misc/lldpd/lldpd-1.0.12-r1.ebuild b/net-misc/lldpd/lldpd-1.0.12-r1.ebuild
79 index 7f942ca82105..ab5b19cd63ee 100644
80 --- a/net-misc/lldpd/lldpd-1.0.12-r1.ebuild
81 +++ b/net-misc/lldpd/lldpd-1.0.12-r1.ebuild
82 @@ -1,4 +1,4 @@
83 -# Copyright 1999-2021 Gentoo Authors
84 +# Copyright 1999-2022 Gentoo Authors
85 # Distributed under the terms of the GNU General Public License v2
86
87 EAPI=7
88 @@ -13,7 +13,7 @@ LICENSE="ISC"
89 SLOT="0/4.9.0"
90 KEYWORDS="amd64 ~x86"
91 IUSE="cdp doc +dot1 +dot3 edp fdp graph +lldpmed old-kernel sanitizers
92 - seccomp sonmp snmp static-libs test readline xml zsh-completion"
93 + seccomp sonmp snmp static-libs test readline xml"
94 RESTRICT="!test? ( test )"
95
96 RDEPEND="
97 @@ -25,7 +25,6 @@ RDEPEND="
98 seccomp? ( sys-libs/libseccomp:= )
99 snmp? ( net-analyzer/net-snmp:=[extensible(+)] )
100 xml? ( dev-libs/libxml2:= )
101 - zsh-completion? ( app-shells/zsh )
102 "
103 DEPEND="${RDEPEND}
104 test? ( dev-libs/check )
105
106 diff --git a/net-misc/lldpd/lldpd-1.0.13-r1.ebuild b/net-misc/lldpd/lldpd-1.0.13-r1.ebuild
107 index 146a3f5d5986..2c150aae8d94 100644
108 --- a/net-misc/lldpd/lldpd-1.0.13-r1.ebuild
109 +++ b/net-misc/lldpd/lldpd-1.0.13-r1.ebuild
110 @@ -1,4 +1,4 @@
111 -# Copyright 1999-2021 Gentoo Authors
112 +# Copyright 1999-2022 Gentoo Authors
113 # Distributed under the terms of the GNU General Public License v2
114
115 EAPI=7
116 @@ -13,7 +13,7 @@ LICENSE="ISC"
117 SLOT="0/4.9.0"
118 KEYWORDS="~amd64 ~x86"
119 IUSE="cdp doc +dot1 +dot3 edp fdp graph +lldpmed old-kernel sanitizers
120 - seccomp sonmp snmp static-libs test readline xml zsh-completion"
121 + seccomp sonmp snmp static-libs test readline xml"
122 RESTRICT="!test? ( test )"
123
124 RDEPEND="
125 @@ -25,7 +25,6 @@ RDEPEND="
126 seccomp? ( sys-libs/libseccomp:= )
127 snmp? ( net-analyzer/net-snmp:=[extensible(+)] )
128 xml? ( dev-libs/libxml2:= )
129 - zsh-completion? ( app-shells/zsh )
130 "
131 DEPEND="${RDEPEND}
132 test? ( dev-libs/check )
133
134 diff --git a/net-misc/lldpd/lldpd-1.0.7-r1.ebuild b/net-misc/lldpd/lldpd-1.0.7-r1.ebuild
135 index 276e1da109ae..85d06cae202c 100644
136 --- a/net-misc/lldpd/lldpd-1.0.7-r1.ebuild
137 +++ b/net-misc/lldpd/lldpd-1.0.7-r1.ebuild
138 @@ -1,4 +1,4 @@
139 -# Copyright 1999-2021 Gentoo Authors
140 +# Copyright 1999-2022 Gentoo Authors
141 # Distributed under the terms of the GNU General Public License v2
142
143 EAPI=7
144 @@ -13,7 +13,7 @@ LICENSE="ISC"
145 SLOT="0/4.9.0"
146 KEYWORDS="amd64 x86"
147 IUSE="cdp doc +dot1 +dot3 edp fdp graph +lldpmed old-kernel sanitizers
148 - seccomp sonmp snmp static-libs test readline xml zsh-completion"
149 + seccomp sonmp snmp static-libs test readline xml"
150 RESTRICT="!test? ( test )"
151
152 RDEPEND="
153 @@ -25,7 +25,6 @@ RDEPEND="
154 seccomp? ( sys-libs/libseccomp:= )
155 snmp? ( net-analyzer/net-snmp:=[extensible(+)] )
156 xml? ( dev-libs/libxml2:= )
157 - zsh-completion? ( app-shells/zsh )
158 "
159 DEPEND="${RDEPEND}
160 test? ( dev-libs/check )
161
162 diff --git a/net-misc/lldpd/lldpd-1.0.9-r1.ebuild b/net-misc/lldpd/lldpd-1.0.9-r1.ebuild
163 index 11ab20df05de..371194f50d2f 100644
164 --- a/net-misc/lldpd/lldpd-1.0.9-r1.ebuild
165 +++ b/net-misc/lldpd/lldpd-1.0.9-r1.ebuild
166 @@ -1,4 +1,4 @@
167 -# Copyright 1999-2021 Gentoo Authors
168 +# Copyright 1999-2022 Gentoo Authors
169 # Distributed under the terms of the GNU General Public License v2
170
171 EAPI=7
172 @@ -13,7 +13,7 @@ LICENSE="ISC"
173 SLOT="0/4.9.0"
174 KEYWORDS="~amd64 ~x86"
175 IUSE="cdp doc +dot1 +dot3 edp fdp graph +lldpmed old-kernel sanitizers
176 - seccomp sonmp snmp static-libs test readline xml zsh-completion"
177 + seccomp sonmp snmp static-libs test readline xml"
178 RESTRICT="!test? ( test )"
179
180 RDEPEND="
181 @@ -25,7 +25,6 @@ RDEPEND="
182 seccomp? ( sys-libs/libseccomp:= )
183 snmp? ( net-analyzer/net-snmp:=[extensible(+)] )
184 xml? ( dev-libs/libxml2:= )
185 - zsh-completion? ( app-shells/zsh )
186 "
187 DEPEND="${RDEPEND}
188 test? ( dev-libs/check )