Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/mosquitto/
Date: Sun, 02 May 2021 19:55:49
Message-Id: 1619985196.1f7f61f1d5e8a74329dc808925d8174747bf4061.zlogene@gentoo
1 commit: 1f7f61f1d5e8a74329dc808925d8174747bf4061
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 2 19:53:16 2021 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sun May 2 19:53:16 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f7f61f1
7
8 app-misc/mosquitto: remove libressl support
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.2
11 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
12
13 app-misc/mosquitto/mosquitto-1.6.10.ebuild | 7 +++----
14 app-misc/mosquitto/mosquitto-1.6.12.ebuild | 7 +++----
15 app-misc/mosquitto/mosquitto-1.6.8.ebuild | 7 +++----
16 app-misc/mosquitto/mosquitto-1.6.9.ebuild | 7 +++----
17 app-misc/mosquitto/mosquitto-2.0.10.ebuild | 5 ++---
18 5 files changed, 14 insertions(+), 19 deletions(-)
19
20 diff --git a/app-misc/mosquitto/mosquitto-1.6.10.ebuild b/app-misc/mosquitto/mosquitto-1.6.10.ebuild
21 index 3711e89f61d..e6439ec04b8 100644
22 --- a/app-misc/mosquitto/mosquitto-1.6.10.ebuild
23 +++ b/app-misc/mosquitto/mosquitto-1.6.10.ebuild
24 @@ -1,4 +1,4 @@
25 -# Copyright 1999-2020 Gentoo Authors
26 +# Copyright 1999-2021 Gentoo Authors
27 # Distributed under the terms of the GNU General Public License v2
28
29 EAPI=7
30 @@ -13,7 +13,7 @@ SRC_URI="https://mosquitto.org/files/source/${P}.tar.gz"
31 LICENSE="EPL-1.0"
32 SLOT="0"
33 KEYWORDS="~amd64 ~arm ~arm64 ~x86"
34 -IUSE="bridge examples libressl +persistence +srv ssl tcpd test websockets"
35 +IUSE="bridge examples +persistence +srv ssl tcpd test websockets"
36 RESTRICT="!test? ( test )"
37
38 REQUIRED_USE="test? ( bridge )"
39 @@ -23,8 +23,7 @@ RDEPEND="
40 acct-group/mosquitto
41 srv? ( net-dns/c-ares:= )
42 ssl? (
43 - !libressl? ( dev-libs/openssl:0= )
44 - libressl? ( dev-libs/libressl:0= )
45 + dev-libs/openssl:0=
46 )
47 tcpd? ( sys-apps/tcp-wrappers )"
48
49
50 diff --git a/app-misc/mosquitto/mosquitto-1.6.12.ebuild b/app-misc/mosquitto/mosquitto-1.6.12.ebuild
51 index a60ecf8a3ca..3e4e46ebc04 100644
52 --- a/app-misc/mosquitto/mosquitto-1.6.12.ebuild
53 +++ b/app-misc/mosquitto/mosquitto-1.6.12.ebuild
54 @@ -1,4 +1,4 @@
55 -# Copyright 1999-2020 Gentoo Authors
56 +# Copyright 1999-2021 Gentoo Authors
57 # Distributed under the terms of the GNU General Public License v2
58
59 EAPI=7
60 @@ -13,7 +13,7 @@ SRC_URI="https://mosquitto.org/files/source/${P}.tar.gz"
61 LICENSE="EPL-1.0"
62 SLOT="0"
63 KEYWORDS="amd64 arm ~arm64 ~x86"
64 -IUSE="bridge examples libressl +persistence +srv ssl tcpd test websockets"
65 +IUSE="bridge examples +persistence +srv ssl tcpd test websockets"
66 RESTRICT="!test? ( test )"
67
68 REQUIRED_USE="test? ( bridge )"
69 @@ -23,8 +23,7 @@ RDEPEND="
70 acct-group/mosquitto
71 srv? ( net-dns/c-ares:= )
72 ssl? (
73 - !libressl? ( dev-libs/openssl:0= )
74 - libressl? ( dev-libs/libressl:0= )
75 + dev-libs/openssl:0=
76 )
77 tcpd? ( sys-apps/tcp-wrappers )"
78
79
80 diff --git a/app-misc/mosquitto/mosquitto-1.6.8.ebuild b/app-misc/mosquitto/mosquitto-1.6.8.ebuild
81 index a3a8a935d8c..f5044e2f0b3 100644
82 --- a/app-misc/mosquitto/mosquitto-1.6.8.ebuild
83 +++ b/app-misc/mosquitto/mosquitto-1.6.8.ebuild
84 @@ -1,4 +1,4 @@
85 -# Copyright 1999-2020 Gentoo Authors
86 +# Copyright 1999-2021 Gentoo Authors
87 # Distributed under the terms of the GNU General Public License v2
88
89 EAPI=7
90 @@ -13,7 +13,7 @@ SRC_URI="https://mosquitto.org/files/source/${P}.tar.gz"
91 LICENSE="EPL-1.0"
92 SLOT="0"
93 KEYWORDS="amd64 arm x86"
94 -IUSE="bridge examples libressl +persistence +srv ssl tcpd test websockets"
95 +IUSE="bridge examples +persistence +srv ssl tcpd test websockets"
96 RESTRICT="!test? ( test )"
97
98 REQUIRED_USE="test? ( bridge )"
99 @@ -23,8 +23,7 @@ RDEPEND="
100 acct-group/mosquitto
101 srv? ( net-dns/c-ares:= )
102 ssl? (
103 - !libressl? ( dev-libs/openssl:0= )
104 - libressl? ( dev-libs/libressl:0= )
105 + dev-libs/openssl:0=
106 )
107 tcpd? ( sys-apps/tcp-wrappers )"
108
109
110 diff --git a/app-misc/mosquitto/mosquitto-1.6.9.ebuild b/app-misc/mosquitto/mosquitto-1.6.9.ebuild
111 index 44b883762e6..951f69319f6 100644
112 --- a/app-misc/mosquitto/mosquitto-1.6.9.ebuild
113 +++ b/app-misc/mosquitto/mosquitto-1.6.9.ebuild
114 @@ -1,4 +1,4 @@
115 -# Copyright 1999-2020 Gentoo Authors
116 +# Copyright 1999-2021 Gentoo Authors
117 # Distributed under the terms of the GNU General Public License v2
118
119 EAPI=7
120 @@ -13,7 +13,7 @@ SRC_URI="https://mosquitto.org/files/source/${P}.tar.gz"
121 LICENSE="EPL-1.0"
122 SLOT="0"
123 KEYWORDS="~amd64 ~arm ~x86"
124 -IUSE="bridge examples libressl +persistence +srv ssl tcpd test websockets"
125 +IUSE="bridge examples +persistence +srv ssl tcpd test websockets"
126 RESTRICT="!test? ( test )"
127
128 REQUIRED_USE="test? ( bridge )"
129 @@ -23,8 +23,7 @@ RDEPEND="
130 acct-group/mosquitto
131 srv? ( net-dns/c-ares:= )
132 ssl? (
133 - !libressl? ( dev-libs/openssl:0= )
134 - libressl? ( dev-libs/libressl:0= )
135 + dev-libs/openssl:0=
136 )
137 tcpd? ( sys-apps/tcp-wrappers )"
138
139
140 diff --git a/app-misc/mosquitto/mosquitto-2.0.10.ebuild b/app-misc/mosquitto/mosquitto-2.0.10.ebuild
141 index 40fa1801f2c..7ed6b145a41 100644
142 --- a/app-misc/mosquitto/mosquitto-2.0.10.ebuild
143 +++ b/app-misc/mosquitto/mosquitto-2.0.10.ebuild
144 @@ -13,7 +13,7 @@ SRC_URI="https://mosquitto.org/files/source/${P}.tar.gz"
145 LICENSE="EPL-1.0"
146 SLOT="0"
147 KEYWORDS="~amd64 ~arm ~arm64"
148 -IUSE="bridge examples libressl +persistence +srv ssl tcpd test websockets"
149 +IUSE="bridge examples +persistence +srv ssl tcpd test websockets"
150 RESTRICT="!test? ( test )"
151
152 REQUIRED_USE="test? ( bridge )"
153 @@ -24,8 +24,7 @@ RDEPEND="
154 dev-libs/cJSON:=
155 srv? ( net-dns/c-ares:= )
156 ssl? (
157 - !libressl? ( dev-libs/openssl:0= )
158 - libressl? ( dev-libs/libressl:0= )
159 + dev-libs/openssl:0=
160 )
161 tcpd? ( sys-apps/tcp-wrappers )"