Gentoo Archives: gentoo-commits

From: Ben Kohler <bkohler@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/connman/
Date: Tue, 27 Sep 2022 16:30:12
Message-Id: 1664296185.66f12d93c2c7a5907c75f2ffc9313a5201e013a3.bkohler@gentoo
1 commit: 66f12d93c2c7a5907c75f2ffc9313a5201e013a3
2 Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 27 16:29:25 2022 +0000
4 Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 27 16:29:45 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66f12d93
7
8 net-misc/connman: drop 1.42_pre20220801, 1.42_pre20220828
9
10 Bug: https://bugs.gentoo.org/871924
11
12 Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
13
14 net-misc/connman/Manifest | 1 -
15 net-misc/connman/connman-1.42_pre20220801.ebuild | 106 -----------------------
16 net-misc/connman/connman-1.42_pre20220828.ebuild | 106 -----------------------
17 3 files changed, 213 deletions(-)
18
19 diff --git a/net-misc/connman/Manifest b/net-misc/connman/Manifest
20 index ffdff76ce3e4..05bbca7fd852 100644
21 --- a/net-misc/connman/Manifest
22 +++ b/net-misc/connman/Manifest
23 @@ -1,2 +1 @@
24 -DIST connman-363e0ed955f605fb0dc919b7ee149b6071af73ee.tar.gz 738158 BLAKE2B 05315470fe055b6b42330d3aa6e4286c551f1ce43a63e6952f0f0969d3639275eab62da0d90ff6fd756fcfca37e11d16d4ed834f0cf02e1b8cf75be742cc6a75 SHA512 e5a66134f4ee99d03aa4c77082817a4886750434e676eecb394ba1aac0475034cadec66aba27704b173151dce74e92f9e77065bcdef9576c9ed3d3cfc13a1d68
25 DIST connman-cb05780d86c39cfb5e6d9ac2b288bf3244a95d57.tar.gz 738675 BLAKE2B d2c8ee587bdf045e4438a5c4c48475a5ba8ae390032dbdee44ed884273d741e290fcaeb5cee1025a7dec1f7f7034cf01d3e074d08004024dc541bff1b729627c SHA512 3d49f7fad6044c080a5805cc35dbecbdf916d66a2ace0246631936fbf46d80fcfff960df79a8471069caa00975dd74f5fcc17812811ce9c93919e2947ef23f6d
26
27 diff --git a/net-misc/connman/connman-1.42_pre20220801.ebuild b/net-misc/connman/connman-1.42_pre20220801.ebuild
28 deleted file mode 100644
29 index a026beb3e469..000000000000
30 --- a/net-misc/connman/connman-1.42_pre20220801.ebuild
31 +++ /dev/null
32 @@ -1,106 +0,0 @@
33 -# Copyright 1999-2022 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI="7"
37 -inherit autotools systemd tmpfiles
38 -
39 -COMMIT=363e0ed955f605fb0dc919b7ee149b6071af73ee
40 -
41 -if [[ ${PV} == *9999* ]]; then
42 - inherit git-r3
43 - EGIT_REPO_URI="https://git.kernel.org/pub/scm/network/connman/connman.git"
44 -else
45 - SRC_URI="https://git.kernel.org/pub/scm/network/connman/connman.git/snapshot/connman-${COMMIT}.tar.gz"
46 - KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv x86"
47 -fi
48 -
49 -DESCRIPTION="Provides a daemon for managing internet connections"
50 -HOMEPAGE="https://git.kernel.org/pub/scm/network/connman/connman.git/"
51 -
52 -LICENSE="GPL-2"
53 -SLOT="0"
54 -
55 -IUSE="bluetooth debug doc +ethernet examples iptables iwd l2tp networkmanager
56 -+nftables ofono openconnect openvpn policykit pptp tools vpnc +wifi wireguard
57 -wispr"
58 -
59 -REQUIRED_USE="^^ ( iptables nftables )"
60 -BDEPEND="virtual/pkgconfig"
61 -RDEPEND=">=dev-libs/glib-2.16
62 - >=sys-apps/dbus-1.2.24
63 - sys-libs/readline:0=
64 - bluetooth? ( net-wireless/bluez )
65 - iptables? ( >=net-firewall/iptables-1.4.8 )
66 - iwd? ( net-wireless/iwd )
67 - l2tp? ( net-dialup/xl2tpd )
68 - nftables? (
69 - >=net-libs/libnftnl-1.0.4:0=
70 - >=net-libs/libmnl-1.0.0:0= )
71 - ofono? ( net-misc/ofono )
72 - openconnect? ( net-vpn/openconnect )
73 - openvpn? ( net-vpn/openvpn )
74 - policykit? ( sys-auth/polkit )
75 - pptp? ( net-dialup/pptpclient )
76 - vpnc? ( net-vpn/vpnc )
77 - wifi? ( >=net-wireless/wpa_supplicant-2.0[dbus] )
78 - wireguard? ( >=net-libs/libmnl-1.0.0:0= )
79 - wispr? ( net-libs/gnutls )"
80 -
81 -DEPEND="${RDEPEND}
82 - >=sys-kernel/linux-headers-2.6.39"
83 -
84 -PATCHES=( "${FILESDIR}/libresolv-musl-fix.patch" )
85 -S=${WORKDIR}/${PN}-${COMMIT}
86 -
87 -src_prepare() {
88 - default
89 - eautoreconf
90 -}
91 -
92 -src_configure() {
93 - econf \
94 - --localstatedir=/var \
95 - --runstatedir=/run \
96 - --with-systemdunitdir=$(systemd_get_systemunitdir) \
97 - --with-tmpfilesdir="${EPREFIX}"/usr/lib/tmpfiles.d \
98 - --enable-client \
99 - --enable-datafiles \
100 - --enable-loopback=builtin \
101 - $(use_enable bluetooth bluetooth builtin) \
102 - $(use_enable debug) \
103 - $(use_enable ethernet ethernet builtin) \
104 - $(use_enable examples test) \
105 - $(use_enable iwd) \
106 - $(use_enable l2tp l2tp builtin) \
107 - $(use_enable networkmanager nmcompat) \
108 - $(use_enable ofono ofono builtin) \
109 - $(use_enable openconnect openconnect builtin) \
110 - $(use_enable openvpn openvpn builtin) \
111 - $(use_enable policykit polkit builtin) \
112 - $(use_enable pptp pptp builtin) \
113 - $(use_enable tools) \
114 - $(use_enable vpnc vpnc builtin) \
115 - $(use_enable wifi wifi builtin) \
116 - $(use_enable wireguard) \
117 - $(use_enable wispr wispr builtin) \
118 - --with-firewall=$(usex iptables "iptables" "nftables" ) \
119 - --disable-iospm \
120 - --disable-hh2serial-gps
121 -}
122 -
123 -src_install() {
124 - default
125 - dobin client/connmanctl
126 -
127 - if use doc; then
128 - dodoc doc/*.txt
129 - fi
130 - keepdir /usr/lib/${PN}/scripts
131 - keepdir /var/lib/${PN}
132 - newinitd "${FILESDIR}"/${PN}.initd2 ${PN}
133 - newconfd "${FILESDIR}"/${PN}.confd ${PN}
134 -}
135 -
136 -pkg_postinst() {
137 - tmpfiles_process connman_resolvconf.conf
138 -}
139
140 diff --git a/net-misc/connman/connman-1.42_pre20220828.ebuild b/net-misc/connman/connman-1.42_pre20220828.ebuild
141 deleted file mode 100644
142 index b63e300c6add..000000000000
143 --- a/net-misc/connman/connman-1.42_pre20220828.ebuild
144 +++ /dev/null
145 @@ -1,106 +0,0 @@
146 -# Copyright 1999-2022 Gentoo Authors
147 -# Distributed under the terms of the GNU General Public License v2
148 -
149 -EAPI="7"
150 -inherit autotools systemd tmpfiles
151 -
152 -COMMIT=cb05780d86c39cfb5e6d9ac2b288bf3244a95d57
153 -
154 -if [[ ${PV} == *9999* ]]; then
155 - inherit git-r3
156 - EGIT_REPO_URI="https://git.kernel.org/pub/scm/network/connman/connman.git"
157 -else
158 - SRC_URI="https://git.kernel.org/pub/scm/network/connman/connman.git/snapshot/connman-${COMMIT}.tar.gz"
159 - KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv x86"
160 -fi
161 -
162 -DESCRIPTION="Provides a daemon for managing internet connections"
163 -HOMEPAGE="https://git.kernel.org/pub/scm/network/connman/connman.git/"
164 -
165 -LICENSE="GPL-2"
166 -SLOT="0"
167 -
168 -IUSE="bluetooth debug doc +ethernet examples iptables iwd l2tp networkmanager
169 -+nftables ofono openconnect openvpn policykit pptp tools vpnc +wifi wireguard
170 -wispr"
171 -
172 -REQUIRED_USE="^^ ( iptables nftables )"
173 -BDEPEND="virtual/pkgconfig"
174 -RDEPEND=">=dev-libs/glib-2.16
175 - >=sys-apps/dbus-1.2.24
176 - sys-libs/readline:0=
177 - bluetooth? ( net-wireless/bluez )
178 - iptables? ( >=net-firewall/iptables-1.4.8 )
179 - iwd? ( net-wireless/iwd )
180 - l2tp? ( net-dialup/xl2tpd )
181 - nftables? (
182 - >=net-libs/libnftnl-1.0.4:0=
183 - >=net-libs/libmnl-1.0.0:0= )
184 - ofono? ( net-misc/ofono )
185 - openconnect? ( net-vpn/openconnect )
186 - openvpn? ( net-vpn/openvpn )
187 - policykit? ( sys-auth/polkit )
188 - pptp? ( net-dialup/pptpclient )
189 - vpnc? ( net-vpn/vpnc )
190 - wifi? ( >=net-wireless/wpa_supplicant-2.0[dbus] )
191 - wireguard? ( >=net-libs/libmnl-1.0.0:0= )
192 - wispr? ( net-libs/gnutls )"
193 -
194 -DEPEND="${RDEPEND}
195 - >=sys-kernel/linux-headers-2.6.39"
196 -
197 -PATCHES=( "${FILESDIR}/libresolv-musl-fix.patch" )
198 -S=${WORKDIR}/${PN}-${COMMIT}
199 -
200 -src_prepare() {
201 - default
202 - eautoreconf
203 -}
204 -
205 -src_configure() {
206 - econf \
207 - --localstatedir=/var \
208 - --runstatedir=/run \
209 - --with-systemdunitdir=$(systemd_get_systemunitdir) \
210 - --with-tmpfilesdir="${EPREFIX}"/usr/lib/tmpfiles.d \
211 - --enable-client \
212 - --enable-datafiles \
213 - --enable-loopback=builtin \
214 - $(use_enable bluetooth bluetooth builtin) \
215 - $(use_enable debug) \
216 - $(use_enable ethernet ethernet builtin) \
217 - $(use_enable examples test) \
218 - $(use_enable iwd) \
219 - $(use_enable l2tp l2tp builtin) \
220 - $(use_enable networkmanager nmcompat) \
221 - $(use_enable ofono ofono builtin) \
222 - $(use_enable openconnect openconnect builtin) \
223 - $(use_enable openvpn openvpn builtin) \
224 - $(use_enable policykit polkit builtin) \
225 - $(use_enable pptp pptp builtin) \
226 - $(use_enable tools) \
227 - $(use_enable vpnc vpnc builtin) \
228 - $(use_enable wifi wifi builtin) \
229 - $(use_enable wireguard) \
230 - $(use_enable wispr wispr builtin) \
231 - --with-firewall=$(usex iptables "iptables" "nftables" ) \
232 - --disable-iospm \
233 - --disable-hh2serial-gps
234 -}
235 -
236 -src_install() {
237 - default
238 - dobin client/connmanctl
239 -
240 - if use doc; then
241 - dodoc doc/*.txt
242 - fi
243 - keepdir /usr/lib/${PN}/scripts
244 - keepdir /var/lib/${PN}
245 - newinitd "${FILESDIR}"/${PN}.initd2 ${PN}
246 - newconfd "${FILESDIR}"/${PN}.confd ${PN}
247 -}
248 -
249 -pkg_postinst() {
250 - tmpfiles_process connman_resolvconf.conf
251 -}