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: Mon, 03 Dec 2018 22:29:57
Message-Id: 1543876173.9aa569612a830d4a33815b47501f3d11b70cc701.bkohler@gentoo
1 commit: 9aa569612a830d4a33815b47501f3d11b70cc701
2 Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
3 AuthorDate: Mon Dec 3 22:29:14 2018 +0000
4 Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 3 22:29:33 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9aa56961
7
8 net-misc/connman: drop old
9
10 Bug: https://bugs.gentoo.org/630028
11 Package-Manager: Portage-2.3.52, Repoman-2.3.12
12 Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
13
14 net-misc/connman/Manifest | 3 --
15 net-misc/connman/connman-1.29.ebuild | 70 -------------------------
16 net-misc/connman/connman-1.33-r1.ebuild | 83 ------------------------------
17 net-misc/connman/connman-1.34.ebuild | 90 ---------------------------------
18 4 files changed, 246 deletions(-)
19
20 diff --git a/net-misc/connman/Manifest b/net-misc/connman/Manifest
21 index 95fc6fc9097..22144a8bb4b 100644
22 --- a/net-misc/connman/Manifest
23 +++ b/net-misc/connman/Manifest
24 @@ -1,5 +1,2 @@
25 -DIST connman-1.29.tar.xz 653324 BLAKE2B 16c09339f84eff5c4977d0c7b71e5a757cf8bdef247b22789d9b316e74f4ee9ed5c81420ab01020035c0bc4da207015b0e53df40684d2dd62a2456220f4db4d8 SHA512 19f623dd23c6312f29bbd570dcb22d31154ffcd16ee66ed2280df3d9d844301f18538418363222d99eabdc33da0021488ed66ba2e4f88df30646004b724538ee
26 -DIST connman-1.33.tar.xz 669800 BLAKE2B 5500b9a318bc0484d9647e5e27fa2da6d59d9238cba26564940979f27e339648f72700f6f78ded719ce08e8d2353bd361388baedb353301519363c4f14227544 SHA512 5670124d2e17ffde4bd5fb878198843b712a31f5840e8523e8247373c8547619e32a4d6dda9cf993eebd5c65bdd256cfc570708a79da1d10f969662b5b750566
27 -DIST connman-1.34.tar.xz 684992 BLAKE2B 48912ed7e52f1e696189240fc0d8cecec596cdb247683cd80c236a5757846d337d6d171dd1707acbb8414e09d4168212e614238136138c89acede6fc77c3a406 SHA512 732669648936630ae5895cba8bcccc69757ab594bc31ee8e4925b0e402d190939891fac61136f3f086ce708b8d576136f0947914c0cc07427c170cbf9b85a308
28 DIST connman-1.35.tar.xz 686092 BLAKE2B 706d8333dc2fcbee8d0ef3849325c4975dfe312a7a542ee96859a1724e05b1302c244a0108ab70033b398301c235fb13cb9509e9147dc2bb049e900f3799cd98 SHA512 2234b4d18b038f9a33939035cddebd31c74ce962e5616c2c30b2912476612ef3f7d5b9edca64bf6e69fa358252ed432124e036ac3516b291b86695cb9a96c6a8
29 DIST connman-1.36.tar.xz 692616 BLAKE2B 7d8cea55365fbfe78cd897b5b65d8edf475a737220732c46c95dda4c6b12badddca38150dbedddcc95c29bce486d86fe130a9d65043c6e18ed6b1eba3fe5aec0 SHA512 c0b9e924a28d58539d44c314168ae7aa46dfea8ce9d125198f525a6d6ef95ca77fd0357c4c4c7548b362b9de8e6f85c7915b1a4cf89b65116c4cbc4df75318e1
30
31 diff --git a/net-misc/connman/connman-1.29.ebuild b/net-misc/connman/connman-1.29.ebuild
32 deleted file mode 100644
33 index 329ac55f1db..00000000000
34 --- a/net-misc/connman/connman-1.29.ebuild
35 +++ /dev/null
36 @@ -1,70 +0,0 @@
37 -# Copyright 1999-2015 Gentoo Foundation
38 -# Distributed under the terms of the GNU General Public License v2
39 -
40 -EAPI="5"
41 -inherit base systemd
42 -
43 -DESCRIPTION="Provides a daemon for managing internet connections"
44 -HOMEPAGE="https://01.org/connman"
45 -SRC_URI="mirror://kernel/linux/network/${PN}/${P}.tar.xz"
46 -
47 -LICENSE="GPL-2"
48 -SLOT="0"
49 -KEYWORDS="amd64 arm ppc ppc64 x86"
50 -IUSE="bluetooth debug doc examples +ethernet l2tp ofono openvpn openconnect pptp policykit tools vpnc +wifi wispr"
51 -
52 -RDEPEND=">=dev-libs/glib-2.16
53 - >=sys-apps/dbus-1.2.24
54 - >=net-firewall/iptables-1.4.8
55 - bluetooth? ( net-wireless/bluez )
56 - l2tp? ( net-dialup/xl2tpd )
57 - ofono? ( net-misc/ofono )
58 - openconnect? ( net-vpn/openconnect )
59 - openvpn? ( net-vpn/openvpn )
60 - policykit? ( sys-auth/polkit )
61 - pptp? ( net-dialup/pptpclient )
62 - vpnc? ( net-vpn/vpnc )
63 - wifi? ( >=net-wireless/wpa_supplicant-2.0[dbus] )
64 - wispr? ( net-libs/gnutls )"
65 -
66 -DEPEND="${RDEPEND}
67 - >=sys-kernel/linux-headers-2.6.39"
68 -
69 -PATCHES=( "${FILESDIR}/${PN}-1.16-execinfo-assumptions.patch" )
70 -
71 -src_configure() {
72 - econf \
73 - --localstatedir=/var \
74 - --enable-client \
75 - --enable-datafiles \
76 - --enable-loopback=builtin \
77 - $(use_enable examples test) \
78 - $(use_enable ethernet ethernet builtin) \
79 - $(use_enable wifi wifi builtin) \
80 - $(use_enable bluetooth bluetooth builtin) \
81 - $(use_enable l2tp l2tp builtin) \
82 - $(use_enable ofono ofono builtin) \
83 - $(use_enable openconnect openconnect builtin) \
84 - $(use_enable openvpn openvpn builtin) \
85 - $(use_enable policykit polkit builtin) \
86 - $(use_enable pptp pptp builtin) \
87 - $(use_enable vpnc vpnc builtin) \
88 - $(use_enable wispr wispr builtin) \
89 - $(use_enable debug) \
90 - $(use_enable tools) \
91 - --disable-iospm \
92 - --disable-hh2serial-gps
93 -}
94 -
95 -src_install() {
96 - emake DESTDIR="${D}" install
97 - dobin client/connmanctl || die "client installation failed"
98 -
99 - if use doc; then
100 - dodoc doc/*.txt
101 - fi
102 - keepdir /var/lib/${PN}
103 - newinitd "${FILESDIR}"/${PN}.initd2 ${PN}
104 - newconfd "${FILESDIR}"/${PN}.confd ${PN}
105 - systemd_dounit "${FILESDIR}"/connman.service
106 -}
107
108 diff --git a/net-misc/connman/connman-1.33-r1.ebuild b/net-misc/connman/connman-1.33-r1.ebuild
109 deleted file mode 100644
110 index b3c1d52bbc4..00000000000
111 --- a/net-misc/connman/connman-1.33-r1.ebuild
112 +++ /dev/null
113 @@ -1,83 +0,0 @@
114 -# Copyright 1999-2017 Gentoo Foundation
115 -# Distributed under the terms of the GNU General Public License v2
116 -
117 -EAPI="6"
118 -inherit autotools systemd
119 -
120 -DESCRIPTION="Provides a daemon for managing internet connections"
121 -HOMEPAGE="https://01.org/connman"
122 -SRC_URI="mirror://kernel/linux/network/${PN}/${P}.tar.xz"
123 -
124 -LICENSE="GPL-2"
125 -SLOT="0"
126 -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
127 -IUSE="bluetooth debug doc examples +ethernet l2tp ofono openvpn openconnect pptp policykit tools vpnc +wifi wispr networkmanager"
128 -
129 -RDEPEND=">=dev-libs/glib-2.16
130 - >=sys-apps/dbus-1.2.24
131 - >=net-firewall/iptables-1.4.8
132 - bluetooth? ( net-wireless/bluez )
133 - l2tp? ( net-dialup/xl2tpd )
134 - ofono? ( net-misc/ofono )
135 - openconnect? ( net-vpn/openconnect )
136 - openvpn? ( net-vpn/openvpn )
137 - policykit? ( sys-auth/polkit )
138 - pptp? ( net-dialup/pptpclient )
139 - vpnc? ( net-vpn/vpnc )
140 - wifi? ( >=net-wireless/wpa_supplicant-2.0[dbus] )
141 - wispr? ( net-libs/gnutls )"
142 -
143 -DEPEND="${RDEPEND}
144 - >=sys-kernel/linux-headers-2.6.39
145 - virtual/pkgconfig"
146 -
147 -PATCHES=(
148 - "${FILESDIR}/${PN}-1.31-xtables.patch"
149 - "${FILESDIR}/${PN}-1.33-polkit-configure-check-fix.patch"
150 - "${FILESDIR}/${PN}-1.33-resolv-conf-overwrite.patch"
151 -)
152 -
153 -src_prepare() {
154 - default
155 - eautoreconf
156 -}
157 -
158 -src_configure() {
159 - econf \
160 - --localstatedir=/var \
161 - --with-systemdunitdir=$(systemd_get_systemunitdir) \
162 - --with-tmpfilesdir="${EPREFIX}"/usr/lib/tmpfiles.d \
163 - --enable-client \
164 - --enable-datafiles \
165 - --enable-loopback=builtin \
166 - $(use_enable examples test) \
167 - $(use_enable ethernet ethernet builtin) \
168 - $(use_enable wifi wifi builtin) \
169 - $(use_enable bluetooth bluetooth builtin) \
170 - $(use_enable l2tp l2tp builtin) \
171 - $(use_enable ofono ofono builtin) \
172 - $(use_enable openconnect openconnect builtin) \
173 - $(use_enable openvpn openvpn builtin) \
174 - $(use_enable policykit polkit builtin) \
175 - $(use_enable pptp pptp builtin) \
176 - $(use_enable vpnc vpnc builtin) \
177 - $(use_enable wispr wispr builtin) \
178 - $(use_enable debug) \
179 - $(use_enable tools) \
180 - $(use_enable networkmanager nmcompat) \
181 - --disable-iospm \
182 - --disable-hh2serial-gps
183 -}
184 -
185 -src_install() {
186 - default
187 - dobin client/connmanctl
188 -
189 - if use doc; then
190 - dodoc doc/*.txt
191 - fi
192 - keepdir /usr/lib/${PN}/scripts
193 - keepdir /var/lib/${PN}
194 - newinitd "${FILESDIR}"/${PN}.initd2 ${PN}
195 - newconfd "${FILESDIR}"/${PN}.confd ${PN}
196 -}
197
198 diff --git a/net-misc/connman/connman-1.34.ebuild b/net-misc/connman/connman-1.34.ebuild
199 deleted file mode 100644
200 index 12b9cd9901a..00000000000
201 --- a/net-misc/connman/connman-1.34.ebuild
202 +++ /dev/null
203 @@ -1,90 +0,0 @@
204 -# Copyright 1999-2017 Gentoo Foundation
205 -# Distributed under the terms of the GNU General Public License v2
206 -
207 -EAPI="6"
208 -inherit autotools systemd
209 -
210 -DESCRIPTION="Provides a daemon for managing internet connections"
211 -HOMEPAGE="https://01.org/connman"
212 -SRC_URI="mirror://kernel/linux/network/${PN}/${P}.tar.xz"
213 -
214 -LICENSE="GPL-2"
215 -SLOT="0"
216 -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
217 -
218 -IUSE="${IUSE} bluetooth debug doc examples +ethernet iptables l2tp nftables"
219 -IUSE="${IUSE} ofono openvpn openconnect pptp policykit tools vpnc +wifi wispr networkmanager"
220 -
221 -REQUIRED_USE="|| ( iptables nftables )"
222 -RDEPEND=">=dev-libs/glib-2.16
223 - >=sys-apps/dbus-1.2.24
224 - iptables? ( >=net-firewall/iptables-1.4.8 )
225 - bluetooth? ( net-wireless/bluez )
226 - l2tp? ( net-dialup/xl2tpd )
227 - nftables? (
228 - >=net-libs/libnftnl-1.0.4
229 - >=net-libs/libmnl-1.0.0 )
230 - ofono? ( net-misc/ofono )
231 - openconnect? ( net-vpn/openconnect )
232 - openvpn? ( net-vpn/openvpn )
233 - policykit? ( sys-auth/polkit )
234 - pptp? ( net-dialup/pptpclient )
235 - vpnc? ( net-vpn/vpnc )
236 - wifi? ( >=net-wireless/wpa_supplicant-2.0[dbus] )
237 - wispr? ( net-libs/gnutls )"
238 -
239 -DEPEND="${RDEPEND}
240 - >=sys-kernel/linux-headers-2.6.39
241 - virtual/pkgconfig"
242 -
243 -PATCHES=(
244 - "${FILESDIR}/${PN}-1.33-polkit-configure-check-fix.patch"
245 - "${FILESDIR}/${PN}-1.33-resolv-conf-overwrite.patch"
246 -)
247 -
248 -src_prepare() {
249 - default
250 - eautoreconf
251 -}
252 -
253 -src_configure() {
254 - econf \
255 - --localstatedir=/var \
256 - --with-systemdunitdir=$(systemd_get_systemunitdir) \
257 - --with-tmpfilesdir="${EPREFIX}"/usr/lib/tmpfiles.d \
258 - --enable-client \
259 - --enable-datafiles \
260 - --enable-loopback=builtin \
261 - $(use_enable examples test) \
262 - $(use_enable ethernet ethernet builtin) \
263 - $(use_enable wifi wifi builtin) \
264 - $(use_enable bluetooth bluetooth builtin) \
265 - $(use_enable l2tp l2tp builtin) \
266 - $(use_enable ofono ofono builtin) \
267 - $(use_enable openconnect openconnect builtin) \
268 - $(use_enable openvpn openvpn builtin) \
269 - $(use_enable policykit polkit builtin) \
270 - $(use_enable pptp pptp builtin) \
271 - $(use_enable vpnc vpnc builtin) \
272 - $(use_enable wispr wispr builtin) \
273 - $(use_enable debug) \
274 - $(use_enable tools) \
275 - $(use_enable networkmanager nmcompat) \
276 - --with-firewall=$(usex iptables "iptables" "nftables" ) \
277 - --disable-iospm \
278 - --disable-iwd \
279 - --disable-hh2serial-gps
280 -}
281 -
282 -src_install() {
283 - default
284 - dobin client/connmanctl
285 -
286 - if use doc; then
287 - dodoc doc/*.txt
288 - fi
289 - keepdir /usr/lib/${PN}/scripts
290 - keepdir /var/lib/${PN}
291 - newinitd "${FILESDIR}"/${PN}.initd2 ${PN}
292 - newconfd "${FILESDIR}"/${PN}.confd ${PN}
293 -}