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: Wed, 18 Sep 2019 14:24:09
Message-Id: 1568816632.a820c7b8ad52764d4a8044adc39d6f3a98934a2c.bkohler@gentoo
1 commit: a820c7b8ad52764d4a8044adc39d6f3a98934a2c
2 Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 18 14:23:40 2019 +0000
4 Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 18 14:23:52 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a820c7b8
7
8 net-misc/connman: drop old
9
10 Package-Manager: Portage-2.3.76, Repoman-2.3.17
11 Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
12
13 net-misc/connman/Manifest | 1 -
14 net-misc/connman/connman-1.35-r1.ebuild | 91 ---------------------------------
15 2 files changed, 92 deletions(-)
16
17 diff --git a/net-misc/connman/Manifest b/net-misc/connman/Manifest
18 index 7168ba74958..5cfbde77be1 100644
19 --- a/net-misc/connman/Manifest
20 +++ b/net-misc/connman/Manifest
21 @@ -1,2 +1 @@
22 -DIST connman-1.35.tar.xz 686092 BLAKE2B 706d8333dc2fcbee8d0ef3849325c4975dfe312a7a542ee96859a1724e05b1302c244a0108ab70033b398301c235fb13cb9509e9147dc2bb049e900f3799cd98 SHA512 2234b4d18b038f9a33939035cddebd31c74ce962e5616c2c30b2912476612ef3f7d5b9edca64bf6e69fa358252ed432124e036ac3516b291b86695cb9a96c6a8
23 DIST connman-1.37.tar.xz 707752 BLAKE2B ad8993764a444d205b0a8cf1ad38acc249a1a28014e6f4e5a89c8662194ad2e2ee6091b51445b88a885808461413b3aaf88eeb7b75a32f417b578d2da80a2e9f SHA512 5d5363105aedd0c9d609dd5c64eb832d9ff80923a944d9d3738337a61f180ded227f2ae1ff7912bed8826b35f0cfd20488e3ffd3801f0e53e90f98498e19efb6
24
25 diff --git a/net-misc/connman/connman-1.35-r1.ebuild b/net-misc/connman/connman-1.35-r1.ebuild
26 deleted file mode 100644
27 index d0e35256607..00000000000
28 --- a/net-misc/connman/connman-1.35-r1.ebuild
29 +++ /dev/null
30 @@ -1,91 +0,0 @@
31 -# Copyright 1999-2018 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI="6"
35 -inherit autotools systemd
36 -
37 -DESCRIPTION="Provides a daemon for managing internet connections"
38 -HOMEPAGE="https://01.org/connman"
39 -SRC_URI="mirror://kernel/linux/network/${PN}/${P}.tar.xz"
40 -
41 -LICENSE="GPL-2"
42 -SLOT="0"
43 -KEYWORDS="amd64 arm ~arm64 ppc ppc64 x86"
44 -
45 -IUSE="${IUSE} bluetooth debug doc examples +ethernet iptables l2tp nftables"
46 -IUSE="${IUSE} ofono openvpn openconnect pptp policykit tools vpnc +wifi wispr networkmanager"
47 -
48 -REQUIRED_USE="|| ( iptables nftables )"
49 -RDEPEND=">=dev-libs/glib-2.16
50 - >=sys-apps/dbus-1.2.24
51 - iptables? ( >=net-firewall/iptables-1.4.8 )
52 - bluetooth? ( net-wireless/bluez )
53 - l2tp? ( net-dialup/xl2tpd )
54 - nftables? (
55 - >=net-libs/libnftnl-1.0.4:0=
56 - >=net-libs/libmnl-1.0.0:0= )
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 - virtual/pkgconfig"
69 -
70 -PATCHES=(
71 - "${FILESDIR}/${PN}-1.33-polkit-configure-check-fix.patch"
72 - "${FILESDIR}/${PN}-1.33-resolv-conf-overwrite.patch"
73 - "${FILESDIR}/${PN}-1.35-include-ifbridge-before-netinet.patch"
74 -)
75 -
76 -src_prepare() {
77 - default
78 - eautoreconf
79 -}
80 -
81 -src_configure() {
82 - econf \
83 - --localstatedir=/var \
84 - --with-systemdunitdir=$(systemd_get_systemunitdir) \
85 - --with-tmpfilesdir="${EPREFIX}"/usr/lib/tmpfiles.d \
86 - --enable-client \
87 - --enable-datafiles \
88 - --enable-loopback=builtin \
89 - $(use_enable examples test) \
90 - $(use_enable ethernet ethernet builtin) \
91 - $(use_enable wifi wifi builtin) \
92 - $(use_enable bluetooth bluetooth builtin) \
93 - $(use_enable l2tp l2tp builtin) \
94 - $(use_enable ofono ofono builtin) \
95 - $(use_enable openconnect openconnect builtin) \
96 - $(use_enable openvpn openvpn builtin) \
97 - $(use_enable policykit polkit builtin) \
98 - $(use_enable pptp pptp builtin) \
99 - $(use_enable vpnc vpnc builtin) \
100 - $(use_enable wispr wispr builtin) \
101 - $(use_enable debug) \
102 - $(use_enable tools) \
103 - $(use_enable networkmanager nmcompat) \
104 - --with-firewall=$(usex iptables "iptables" "nftables" ) \
105 - --disable-iospm \
106 - --disable-iwd \
107 - --disable-hh2serial-gps
108 -}
109 -
110 -src_install() {
111 - default
112 - dobin client/connmanctl
113 -
114 - if use doc; then
115 - dodoc doc/*.txt
116 - fi
117 - keepdir /usr/lib/${PN}/scripts
118 - keepdir /var/lib/${PN}
119 - newinitd "${FILESDIR}"/${PN}.initd2 ${PN}
120 - newconfd "${FILESDIR}"/${PN}.confd ${PN}
121 -}