Gentoo Archives: gentoo-commits

From: Yixun Lan <dlan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/connman/, net-misc/connman/files/
Date: Tue, 11 Oct 2016 08:59:10
Message-Id: 1476176343.8126e078c240b5145ad96968019b4b3171b744cf.dlan@gentoo
1 commit: 8126e078c240b5145ad96968019b4b3171b744cf
2 Author: Nicholas Vinson <nvinson234 <AT> gmail <DOT> com>
3 AuthorDate: Sat Oct 8 19:11:21 2016 +0000
4 Commit: Yixun Lan <dlan <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 11 08:59:03 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8126e078
7
8 net-misc/connman: Remove outdated connman ebuilds.
9
10 Package-Manager: portage-2.3.1
11 Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>
12
13 net-misc/connman/Manifest | 1 -
14 net-misc/connman/connman-1.32.ebuild | 73 ----------------------
15 net-misc/connman/connman-1.33.ebuild | 73 ----------------------
16 .../files/connman-1.32-execinfo-assumptions.patch | 29 ---------
17 4 files changed, 176 deletions(-)
18
19 diff --git a/net-misc/connman/Manifest b/net-misc/connman/Manifest
20 index 18ccdbf..d8652b5 100644
21 --- a/net-misc/connman/Manifest
22 +++ b/net-misc/connman/Manifest
23 @@ -1,3 +1,2 @@
24 DIST connman-1.29.tar.xz 653324 SHA256 2a5a69693566f7fd59b2e677fa89356ada6d709998aa665caef8707b1e7a8594 SHA512 19f623dd23c6312f29bbd570dcb22d31154ffcd16ee66ed2280df3d9d844301f18538418363222d99eabdc33da0021488ed66ba2e4f88df30646004b724538ee WHIRLPOOL 9439cadeb20b72c922b1426da213f8567fe7b0da45f9a4abf270c38687a9d9161a8ee14250623344864d612e130e6f28926918468aaf4346a9e5ff41e6ad22bb
25 -DIST connman-1.32.tar.xz 668404 SHA256 3185864c73206a6033d12e9f583689dcd03f714a40a58333709d3f74a4e0934c SHA512 031b876f98b27c1a657af1e5242d06d9295f3710053c365fc94b13f386fe25e150ef95fbed81462c0d770522625bd5f55c621f5ecb1ad638dd64779c3e444066 WHIRLPOOL b20652bcb19b172b09aa3c10de3736eaeb500bd56a131b8580d750bf72ef9ba034b80c563b929f9d81de226b381e56b2aeee84186db66b0d169ffd2463e9417b
26 DIST connman-1.33.tar.xz 669800 SHA256 bc8946036fa70124d663136f9f6b6238d897ca482782df907b07a428b09df5a0 SHA512 5670124d2e17ffde4bd5fb878198843b712a31f5840e8523e8247373c8547619e32a4d6dda9cf993eebd5c65bdd256cfc570708a79da1d10f969662b5b750566 WHIRLPOOL eda8176d0d6137b0b94581c9ace23367d7af5722b7d7ea53e173e9466b555f26c9a18a05a07c1533ab11e3197e4303c6c77685a214c3dec2de926d7924f019f2
27
28 diff --git a/net-misc/connman/connman-1.32.ebuild b/net-misc/connman/connman-1.32.ebuild
29 deleted file mode 100644
30 index d035086..00000000
31 --- a/net-misc/connman/connman-1.32.ebuild
32 +++ /dev/null
33 @@ -1,73 +0,0 @@
34 -# Copyright 1999-2016 Gentoo Foundation
35 -# Distributed under the terms of the GNU General Public License v2
36 -# $Id$
37 -
38 -EAPI="6"
39 -inherit systemd
40 -
41 -DESCRIPTION="Provides a daemon for managing internet connections"
42 -HOMEPAGE="https://01.org/connman"
43 -SRC_URI="mirror://kernel/linux/network/${PN}/${P}.tar.xz"
44 -
45 -LICENSE="GPL-2"
46 -SLOT="0"
47 -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
48 -IUSE="bluetooth debug doc examples +ethernet l2tp ofono openvpn openconnect pptp policykit tools vpnc +wifi wispr"
49 -
50 -RDEPEND=">=dev-libs/glib-2.16
51 - >=sys-apps/dbus-1.2.24
52 - >=net-firewall/iptables-1.4.8
53 - bluetooth? ( net-wireless/bluez )
54 - l2tp? ( net-dialup/xl2tpd )
55 - ofono? ( net-misc/ofono )
56 - openconnect? ( net-misc/openconnect )
57 - openvpn? ( net-misc/openvpn )
58 - policykit? ( sys-auth/polkit )
59 - pptp? ( net-dialup/pptpclient )
60 - vpnc? ( net-misc/vpnc )
61 - wifi? ( >=net-wireless/wpa_supplicant-2.0[dbus] )
62 - wispr? ( net-libs/gnutls )"
63 -
64 -DEPEND="${RDEPEND}
65 - >=sys-kernel/linux-headers-2.6.39"
66 -
67 -PATCHES=(
68 - "${FILESDIR}/${PN}-1.32-execinfo-assumptions.patch"
69 - "${FILESDIR}/${PN}-1.31-xtables.patch"
70 -)
71 -
72 -src_configure() {
73 - econf \
74 - --localstatedir=/var \
75 - --enable-client \
76 - --enable-datafiles \
77 - --enable-loopback=builtin \
78 - $(use_enable examples test) \
79 - $(use_enable ethernet ethernet builtin) \
80 - $(use_enable wifi wifi builtin) \
81 - $(use_enable bluetooth bluetooth builtin) \
82 - $(use_enable l2tp l2tp builtin) \
83 - $(use_enable ofono ofono builtin) \
84 - $(use_enable openconnect openconnect builtin) \
85 - $(use_enable openvpn openvpn builtin) \
86 - $(use_enable policykit polkit builtin) \
87 - $(use_enable pptp pptp builtin) \
88 - $(use_enable vpnc vpnc builtin) \
89 - $(use_enable wispr wispr builtin) \
90 - $(use_enable debug) \
91 - $(use_enable tools) \
92 - --disable-iospm \
93 - --disable-hh2serial-gps
94 -}
95 -
96 -src_install() {
97 - default
98 - dobin client/connmanctl
99 -
100 - if use doc; then
101 - dodoc doc/*.txt
102 - fi
103 - keepdir /var/lib/${PN}
104 - newinitd "${FILESDIR}"/${PN}.initd2 ${PN}
105 - newconfd "${FILESDIR}"/${PN}.confd ${PN}
106 -}
107
108 diff --git a/net-misc/connman/connman-1.33.ebuild b/net-misc/connman/connman-1.33.ebuild
109 deleted file mode 100644
110 index d035086..00000000
111 --- a/net-misc/connman/connman-1.33.ebuild
112 +++ /dev/null
113 @@ -1,73 +0,0 @@
114 -# Copyright 1999-2016 Gentoo Foundation
115 -# Distributed under the terms of the GNU General Public License v2
116 -# $Id$
117 -
118 -EAPI="6"
119 -inherit systemd
120 -
121 -DESCRIPTION="Provides a daemon for managing internet connections"
122 -HOMEPAGE="https://01.org/connman"
123 -SRC_URI="mirror://kernel/linux/network/${PN}/${P}.tar.xz"
124 -
125 -LICENSE="GPL-2"
126 -SLOT="0"
127 -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
128 -IUSE="bluetooth debug doc examples +ethernet l2tp ofono openvpn openconnect pptp policykit tools vpnc +wifi wispr"
129 -
130 -RDEPEND=">=dev-libs/glib-2.16
131 - >=sys-apps/dbus-1.2.24
132 - >=net-firewall/iptables-1.4.8
133 - bluetooth? ( net-wireless/bluez )
134 - l2tp? ( net-dialup/xl2tpd )
135 - ofono? ( net-misc/ofono )
136 - openconnect? ( net-misc/openconnect )
137 - openvpn? ( net-misc/openvpn )
138 - policykit? ( sys-auth/polkit )
139 - pptp? ( net-dialup/pptpclient )
140 - vpnc? ( net-misc/vpnc )
141 - wifi? ( >=net-wireless/wpa_supplicant-2.0[dbus] )
142 - wispr? ( net-libs/gnutls )"
143 -
144 -DEPEND="${RDEPEND}
145 - >=sys-kernel/linux-headers-2.6.39"
146 -
147 -PATCHES=(
148 - "${FILESDIR}/${PN}-1.32-execinfo-assumptions.patch"
149 - "${FILESDIR}/${PN}-1.31-xtables.patch"
150 -)
151 -
152 -src_configure() {
153 - econf \
154 - --localstatedir=/var \
155 - --enable-client \
156 - --enable-datafiles \
157 - --enable-loopback=builtin \
158 - $(use_enable examples test) \
159 - $(use_enable ethernet ethernet builtin) \
160 - $(use_enable wifi wifi builtin) \
161 - $(use_enable bluetooth bluetooth builtin) \
162 - $(use_enable l2tp l2tp builtin) \
163 - $(use_enable ofono ofono builtin) \
164 - $(use_enable openconnect openconnect builtin) \
165 - $(use_enable openvpn openvpn builtin) \
166 - $(use_enable policykit polkit builtin) \
167 - $(use_enable pptp pptp builtin) \
168 - $(use_enable vpnc vpnc builtin) \
169 - $(use_enable wispr wispr builtin) \
170 - $(use_enable debug) \
171 - $(use_enable tools) \
172 - --disable-iospm \
173 - --disable-hh2serial-gps
174 -}
175 -
176 -src_install() {
177 - default
178 - dobin client/connmanctl
179 -
180 - if use doc; then
181 - dodoc doc/*.txt
182 - fi
183 - keepdir /var/lib/${PN}
184 - newinitd "${FILESDIR}"/${PN}.initd2 ${PN}
185 - newconfd "${FILESDIR}"/${PN}.confd ${PN}
186 -}
187
188 diff --git a/net-misc/connman/files/connman-1.32-execinfo-assumptions.patch b/net-misc/connman/files/connman-1.32-execinfo-assumptions.patch
189 deleted file mode 100644
190 index c27e896..00000000
191 --- a/net-misc/connman/files/connman-1.32-execinfo-assumptions.patch
192 +++ /dev/null
193 @@ -1,29 +0,0 @@
194 -diff -uNr a/src/backtrace.c b/src/backtrace.c
195 ---- a/src/backtrace.c 2013-07-02 17:41:03.727261747 +0000
196 -+++ b/src/backtrace.c 2013-07-02 17:42:12.717257603 +0000
197 -@@ -30,7 +30,9 @@
198 - #include <unistd.h>
199 - #include <stdlib.h>
200 - #include <string.h>
201 -+#ifdef HAVE_EXECINFO_H
202 - #include <execinfo.h>
203 -+#endif
204 - #include <dlfcn.h>
205 -
206 - #include "connman.h"
207 -@@ -37,6 +38,7 @@
208 - void print_backtrace(const char* program_path, const char* program_exec,
209 - unsigned int offset)
210 - {
211 -+#ifdef HAVE_EXECINFO_H
212 - void *frames[99];
213 - size_t n_ptrs;
214 - unsigned int i;
215 -@@ -135,6 +138,7 @@
216 -
217 - close(outfd[1]);
218 - close(infd[0]);
219 -+#endif
220 - }
221 -
222 - static void signal_handler(int signo)