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 Jun 2019 21:47:38
Message-Id: 1559598439.ce5e926c67901210c7fc76b1f8138e37c5bcd52c.bkohler@gentoo
1 commit: ce5e926c67901210c7fc76b1f8138e37c5bcd52c
2 Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 3 21:46:12 2019 +0000
4 Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 3 21:47:19 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce5e926c
7
8 net-misc/connman: drop old
9
10 Package-Manager: Portage-2.3.67, Repoman-2.3.13
11 Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
12
13 net-misc/connman/Manifest | 1 -
14 net-misc/connman/connman-1.36-r1.ebuild | 95 ---------------------------------
15 net-misc/connman/connman-1.36.ebuild | 94 --------------------------------
16 3 files changed, 190 deletions(-)
17
18 diff --git a/net-misc/connman/Manifest b/net-misc/connman/Manifest
19 index 01fbb6e4ffb..7168ba74958 100644
20 --- a/net-misc/connman/Manifest
21 +++ b/net-misc/connman/Manifest
22 @@ -1,3 +1,2 @@
23 DIST connman-1.35.tar.xz 686092 BLAKE2B 706d8333dc2fcbee8d0ef3849325c4975dfe312a7a542ee96859a1724e05b1302c244a0108ab70033b398301c235fb13cb9509e9147dc2bb049e900f3799cd98 SHA512 2234b4d18b038f9a33939035cddebd31c74ce962e5616c2c30b2912476612ef3f7d5b9edca64bf6e69fa358252ed432124e036ac3516b291b86695cb9a96c6a8
24 -DIST connman-1.36.tar.xz 692616 BLAKE2B 7d8cea55365fbfe78cd897b5b65d8edf475a737220732c46c95dda4c6b12badddca38150dbedddcc95c29bce486d86fe130a9d65043c6e18ed6b1eba3fe5aec0 SHA512 c0b9e924a28d58539d44c314168ae7aa46dfea8ce9d125198f525a6d6ef95ca77fd0357c4c4c7548b362b9de8e6f85c7915b1a4cf89b65116c4cbc4df75318e1
25 DIST connman-1.37.tar.xz 707752 BLAKE2B ad8993764a444d205b0a8cf1ad38acc249a1a28014e6f4e5a89c8662194ad2e2ee6091b51445b88a885808461413b3aaf88eeb7b75a32f417b578d2da80a2e9f SHA512 5d5363105aedd0c9d609dd5c64eb832d9ff80923a944d9d3738337a61f180ded227f2ae1ff7912bed8826b35f0cfd20488e3ffd3801f0e53e90f98498e19efb6
26
27 diff --git a/net-misc/connman/connman-1.36-r1.ebuild b/net-misc/connman/connman-1.36-r1.ebuild
28 deleted file mode 100644
29 index 376b73082b7..00000000000
30 --- a/net-misc/connman/connman-1.36-r1.ebuild
31 +++ /dev/null
32 @@ -1,95 +0,0 @@
33 -# Copyright 1999-2019 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI="6"
37 -inherit autotools systemd tmpfiles
38 -
39 -DESCRIPTION="Provides a daemon for managing internet connections"
40 -HOMEPAGE="https://01.org/connman"
41 -SRC_URI="mirror://kernel/linux/network/${PN}/${P}.tar.xz"
42 -
43 -LICENSE="GPL-2"
44 -SLOT="0"
45 -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
46 -
47 -IUSE="${IUSE} bluetooth debug doc examples +ethernet iptables iwd l2tp nftables"
48 -IUSE="${IUSE} ofono openvpn openconnect pptp policykit tools vpnc +wifi wispr networkmanager"
49 -
50 -REQUIRED_USE="|| ( iptables nftables )"
51 -RDEPEND=">=dev-libs/glib-2.16
52 - >=sys-apps/dbus-1.2.24
53 - sys-libs/readline:0=
54 - iptables? ( >=net-firewall/iptables-1.4.8 )
55 - bluetooth? ( net-wireless/bluez )
56 - iwd? ( net-wireless/iwd )
57 - l2tp? ( net-dialup/xl2tpd )
58 - nftables? (
59 - >=net-libs/libnftnl-1.0.4:0=
60 - >=net-libs/libmnl-1.0.0:0= )
61 - ofono? ( net-misc/ofono )
62 - openconnect? ( net-vpn/openconnect )
63 - openvpn? ( net-vpn/openvpn )
64 - policykit? ( sys-auth/polkit )
65 - pptp? ( net-dialup/pptpclient )
66 - vpnc? ( net-vpn/vpnc )
67 - wifi? ( >=net-wireless/wpa_supplicant-2.0[dbus] )
68 - wispr? ( net-libs/gnutls )"
69 -
70 -DEPEND="${RDEPEND}
71 - >=sys-kernel/linux-headers-2.6.39
72 - virtual/pkgconfig"
73 -
74 -PATCHES=(
75 - "${FILESDIR}/${PN}-1.33-polkit-configure-check-fix.patch"
76 -)
77 -
78 -src_prepare() {
79 - default
80 - eautoreconf
81 -}
82 -
83 -src_configure() {
84 - econf \
85 - --localstatedir=/var \
86 - --with-systemdunitdir=$(systemd_get_systemunitdir) \
87 - --with-tmpfilesdir="${EPREFIX}"/usr/lib/tmpfiles.d \
88 - --enable-client \
89 - --enable-datafiles \
90 - --enable-loopback=builtin \
91 - $(use_enable examples test) \
92 - $(use_enable ethernet ethernet builtin) \
93 - $(use_enable wifi wifi builtin) \
94 - $(use_enable iwd) \
95 - $(use_enable bluetooth bluetooth builtin) \
96 - $(use_enable l2tp l2tp builtin) \
97 - $(use_enable ofono ofono builtin) \
98 - $(use_enable openconnect openconnect builtin) \
99 - $(use_enable openvpn openvpn builtin) \
100 - $(use_enable policykit polkit builtin) \
101 - $(use_enable pptp pptp builtin) \
102 - $(use_enable vpnc vpnc builtin) \
103 - $(use_enable wispr wispr builtin) \
104 - $(use_enable debug) \
105 - $(use_enable tools) \
106 - $(use_enable networkmanager nmcompat) \
107 - --with-firewall=$(usex iptables "iptables" "nftables" ) \
108 - --disable-iospm \
109 - --disable-hh2serial-gps
110 -}
111 -
112 -src_install() {
113 - default
114 - dobin client/connmanctl
115 -
116 - if use doc; then
117 - dodoc doc/*.txt
118 - fi
119 - keepdir /usr/lib/${PN}/scripts
120 - keepdir /var/lib/${PN}
121 - newinitd "${FILESDIR}"/${PN}.initd2 ${PN}
122 - newconfd "${FILESDIR}"/${PN}.confd ${PN}
123 -}
124 -
125 -pkg_postinst() {
126 - tmpfiles_process /usr/lib/tmpfiles.d/connman_resolvconf.conf
127 -}
128
129 diff --git a/net-misc/connman/connman-1.36.ebuild b/net-misc/connman/connman-1.36.ebuild
130 deleted file mode 100644
131 index 78b5dc5b919..00000000000
132 --- a/net-misc/connman/connman-1.36.ebuild
133 +++ /dev/null
134 @@ -1,94 +0,0 @@
135 -# Copyright 1999-2018 Gentoo Foundation
136 -# Distributed under the terms of the GNU General Public License v2
137 -
138 -EAPI="6"
139 -inherit autotools systemd tmpfiles
140 -
141 -DESCRIPTION="Provides a daemon for managing internet connections"
142 -HOMEPAGE="https://01.org/connman"
143 -SRC_URI="mirror://kernel/linux/network/${PN}/${P}.tar.xz"
144 -
145 -LICENSE="GPL-2"
146 -SLOT="0"
147 -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
148 -
149 -IUSE="${IUSE} bluetooth debug doc examples +ethernet iptables iwd l2tp nftables"
150 -IUSE="${IUSE} ofono openvpn openconnect pptp policykit tools vpnc +wifi wispr networkmanager"
151 -
152 -REQUIRED_USE="|| ( iptables nftables )"
153 -RDEPEND=">=dev-libs/glib-2.16
154 - >=sys-apps/dbus-1.2.24
155 - iptables? ( >=net-firewall/iptables-1.4.8 )
156 - bluetooth? ( net-wireless/bluez )
157 - iwd? ( net-wireless/iwd )
158 - l2tp? ( net-dialup/xl2tpd )
159 - nftables? (
160 - >=net-libs/libnftnl-1.0.4:0=
161 - >=net-libs/libmnl-1.0.0:0= )
162 - ofono? ( net-misc/ofono )
163 - openconnect? ( net-vpn/openconnect )
164 - openvpn? ( net-vpn/openvpn )
165 - policykit? ( sys-auth/polkit )
166 - pptp? ( net-dialup/pptpclient )
167 - vpnc? ( net-vpn/vpnc )
168 - wifi? ( >=net-wireless/wpa_supplicant-2.0[dbus] )
169 - wispr? ( net-libs/gnutls )"
170 -
171 -DEPEND="${RDEPEND}
172 - >=sys-kernel/linux-headers-2.6.39
173 - virtual/pkgconfig"
174 -
175 -PATCHES=(
176 - "${FILESDIR}/${PN}-1.33-polkit-configure-check-fix.patch"
177 -)
178 -
179 -src_prepare() {
180 - default
181 - eautoreconf
182 -}
183 -
184 -src_configure() {
185 - econf \
186 - --localstatedir=/var \
187 - --with-systemdunitdir=$(systemd_get_systemunitdir) \
188 - --with-tmpfilesdir="${EPREFIX}"/usr/lib/tmpfiles.d \
189 - --enable-client \
190 - --enable-datafiles \
191 - --enable-loopback=builtin \
192 - $(use_enable examples test) \
193 - $(use_enable ethernet ethernet builtin) \
194 - $(use_enable wifi wifi builtin) \
195 - $(use_enable iwd) \
196 - $(use_enable bluetooth bluetooth builtin) \
197 - $(use_enable l2tp l2tp builtin) \
198 - $(use_enable ofono ofono builtin) \
199 - $(use_enable openconnect openconnect builtin) \
200 - $(use_enable openvpn openvpn builtin) \
201 - $(use_enable policykit polkit builtin) \
202 - $(use_enable pptp pptp builtin) \
203 - $(use_enable vpnc vpnc builtin) \
204 - $(use_enable wispr wispr builtin) \
205 - $(use_enable debug) \
206 - $(use_enable tools) \
207 - $(use_enable networkmanager nmcompat) \
208 - --with-firewall=$(usex iptables "iptables" "nftables" ) \
209 - --disable-iospm \
210 - --disable-hh2serial-gps
211 -}
212 -
213 -src_install() {
214 - default
215 - dobin client/connmanctl
216 -
217 - if use doc; then
218 - dodoc doc/*.txt
219 - fi
220 - keepdir /usr/lib/${PN}/scripts
221 - keepdir /var/lib/${PN}
222 - newinitd "${FILESDIR}"/${PN}.initd2 ${PN}
223 - newconfd "${FILESDIR}"/${PN}.confd ${PN}
224 -}
225 -
226 -pkg_postinst() {
227 - tmpfiles_process /usr/lib/tmpfiles.d/connman_resolvconf.conf
228 -}