Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/mosquitto/
Date: Mon, 24 Aug 2020 21:03:32
Message-Id: 1598302911.c951a763f707ca38a385245ecfe2bc840caf3d5d.mattst88@gentoo
1 commit: c951a763f707ca38a385245ecfe2bc840caf3d5d
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 24 20:44:17 2020 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 24 21:01:51 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c951a763
7
8 app-misc/mosquitto: Version bump to 1.6.12
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 app-misc/mosquitto/Manifest | 1 +
13 app-misc/mosquitto/mosquitto-1.6.12.ebuild | 114 +++++++++++++++++++++++++++++
14 2 files changed, 115 insertions(+)
15
16 diff --git a/app-misc/mosquitto/Manifest b/app-misc/mosquitto/Manifest
17 index 03eb2b2d7e9..fb616ab7881 100644
18 --- a/app-misc/mosquitto/Manifest
19 +++ b/app-misc/mosquitto/Manifest
20 @@ -1,3 +1,4 @@
21 DIST mosquitto-1.6.10.tar.gz 613060 BLAKE2B 8c148479f79a1aa8a9abdb2bd386dbf9466f1afa41f4e0ed4d29a52adf7571ebca47231f32ec8cbf2760eb7a27bd6633985851fe4c8cb413572c32588a12097b SHA512 2050a7a7af864057a177728f1cab9f6db70d6d1ea609d90c637723c2c9cfc9716429739302abd6742bde932716fae340854fff35956693dfee4ef31ce7b04a25
22 +DIST mosquitto-1.6.12.tar.gz 618718 BLAKE2B 4e7744d212f0fda980e485d102702547e76b39e4b98904afb05b372af8deba4eaaec2186dc61e8b218808a2435ed81f5fa621ebf41d5877c25b091ff64e8eb8b SHA512 68cd2e4aa14254c0332ad78eac1f885e0e4e9f2332540d3778b8c7df096db7618b8467b5bb25f70ddc3306d01dd36eb9a9e2bf2738da77e196c7a1ccaed869d2
23 DIST mosquitto-1.6.8.tar.gz 589873 BLAKE2B aa2e13397f7d4b6305af3180cd042cd143054e154cf8e6d93b05bc5a10d48419174711a1893fe60c1303a2f83cfbc5341cf03ec595e3640f503a2407e869491b SHA512 c15897df4e0979ee29a1e67cc671f56db600a078e9eb0bea376248b3f53b13ceed36616ad3678e2c9e07d6834a6d75e4efca2c40086069c1546e0223be04c071
24 DIST mosquitto-1.6.9.tar.gz 610934 BLAKE2B 59d126a2b26be895f078be0c0dcf3513e56fc135dc956d9361ee191bd7ad6972b4692cd1824ad7a4e86a982df70c1e198e937f9ab23bf778069690098f87c815 SHA512 f78228a1e8305e4d89b34250981ed2c5fe5317636003636dc90f6fa2b1e3ca3c8fadb705ee7301f5252456cb093a6547bd46a255ca3d9fb5cdced697738d6eb7
25
26 diff --git a/app-misc/mosquitto/mosquitto-1.6.12.ebuild b/app-misc/mosquitto/mosquitto-1.6.12.ebuild
27 new file mode 100644
28 index 00000000000..63ca564833a
29 --- /dev/null
30 +++ b/app-misc/mosquitto/mosquitto-1.6.12.ebuild
31 @@ -0,0 +1,114 @@
32 +# Copyright 1999-2020 Gentoo Authors
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=7
36 +PYTHON_COMPAT=( python3_{6,7,8} )
37 +
38 +inherit python-any-r1 systemd toolchain-funcs
39 +
40 +DESCRIPTION="An Open Source MQTT v3 Broker"
41 +HOMEPAGE="https://mosquitto.org/ https://github.com/eclipse/mosquitto"
42 +SRC_URI="https://mosquitto.org/files/source/${P}.tar.gz"
43 +
44 +LICENSE="EPL-1.0"
45 +SLOT="0"
46 +KEYWORDS="~amd64 ~arm ~arm64 ~x86"
47 +IUSE="bridge examples libressl +persistence +srv ssl tcpd test websockets"
48 +RESTRICT="!test? ( test )"
49 +
50 +REQUIRED_USE="test? ( bridge )"
51 +
52 +RDEPEND="
53 + acct-user/mosquitto
54 + acct-group/mosquitto
55 + srv? ( net-dns/c-ares:= )
56 + ssl? (
57 + !libressl? ( dev-libs/openssl:0= )
58 + libressl? ( dev-libs/libressl:0= )
59 + )
60 + tcpd? ( sys-apps/tcp-wrappers )"
61 +
62 +DEPEND="${PYTHON_DEPS}
63 + ${RDEPEND}
64 + test? ( dev-util/cunit )
65 + websockets? ( net-libs/libwebsockets[lejp] )"
66 +
67 +_emake() {
68 + local LIBDIR=$(get_libdir)
69 + emake \
70 + CC="$(tc-getCC)" \
71 + CLIENT_LDFLAGS="${LDFLAGS}" \
72 + LIB_SUFFIX="${LIBDIR:3}" \
73 + WITH_BRIDGE="$(usex bridge)" \
74 + WITH_PERSISTENCE="$(usex persistence)" \
75 + WITH_SRV="$(usex srv)" \
76 + WITH_TLS="$(usex ssl)" \
77 + WITH_WEBSOCKETS="$(usex websockets)" \
78 + WITH_WRAP="$(usex tcpd)" \
79 + "$@"
80 +}
81 +
82 +src_prepare() {
83 + default
84 + if use persistence; then
85 + sed -i -e "/^#autosave_interval/s|^#||" \
86 + -e "s|^#persistence false$|persistence true|" \
87 + -e "/^#persistence_file/s|^#||" \
88 + -e "s|#persistence_location|persistence_location /var/lib/mosquitto/|" \
89 + mosquitto.conf || die
90 + fi
91 +
92 + # Remove prestripping
93 + sed -i -e 's/-s --strip-program=${CROSS_COMPILE}${STRIP}//'\
94 + client/Makefile lib/cpp/Makefile src/Makefile lib/Makefile || die
95 +
96 + # Remove failing tests
97 + sed -i -e '/02-subpub-qos1-bad-pubcomp.py/d' \
98 + -e '/02-subpub-qos1-bad-pubrec.py/d' \
99 + -e '/02-subpub-qos2-bad-puback-1.py/d' \
100 + -e '/02-subpub-qos2-bad-puback-2.py/d' \
101 + -e '/02-subpub-qos2-bad-pubcomp.py/d' \
102 + test/broker/Makefile || die
103 + sed -i -e '/02-subscribe-qos1-async2.test/d' \
104 + test/lib/Makefile || die
105 +
106 + python_setup
107 + python_fix_shebang test
108 +}
109 +
110 +src_compile() {
111 + _emake
112 +}
113 +
114 +src_test() {
115 + _emake test
116 +}
117 +
118 +src_install() {
119 + _emake DESTDIR="${D}" prefix=/usr install
120 + keepdir /var/lib/mosquitto
121 + fowners mosquitto:mosquitto /var/lib/mosquitto
122 + dodoc readme.md CONTRIBUTING.md ChangeLog.txt
123 + doinitd "${FILESDIR}"/mosquitto
124 + insinto /etc/mosquitto
125 + doins mosquitto.conf
126 + systemd_dounit "${FILESDIR}/mosquitto.service"
127 +
128 + if use examples; then
129 + docompress -x "/usr/share/doc/${PF}/examples"
130 + dodoc -r examples
131 + fi
132 +}
133 +
134 +pkg_postinst() {
135 + if [[ -z "${REPLACING_VERSIONS}" ]]; then
136 + elog "The Python module has been moved out of mosquitto."
137 + elog "See https://mosquitto.org/documentation/python/"
138 + else
139 + elog "To start the mosquitto daemon at boot, add it to the default runlevel with:"
140 + elog ""
141 + elog " rc-update add mosquitto default"
142 + elog "or"
143 + elog " systemctl enable mosquitto"
144 + fi
145 +}