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, 16 Aug 2022 15:11:43
Message-Id: 1660662609.8f58f41039c03a297583f4dc86d1eee73c0bc9fc.bkohler@gentoo
1 commit: 8f58f41039c03a297583f4dc86d1eee73c0bc9fc
2 Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 16 15:09:25 2022 +0000
4 Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 16 15:10:09 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f58f410
7
8 net-misc/connman: drop 1.41-r1
9
10 Bug: https://bugs.gentoo.org/863425
11
12 Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
13
14 net-misc/connman/Manifest | 1 -
15 net-misc/connman/connman-1.41-r1.ebuild | 103 --------------------------------
16 2 files changed, 104 deletions(-)
17
18 diff --git a/net-misc/connman/Manifest b/net-misc/connman/Manifest
19 index 18375e3ead69..c3af10912025 100644
20 --- a/net-misc/connman/Manifest
21 +++ b/net-misc/connman/Manifest
22 @@ -1,2 +1 @@
23 -DIST connman-1.41.tar.xz 758556 BLAKE2B 45e522d4a3a8d1a2f8eb21612d85435020f51387d4285da65da56d022df2d521f81a782af82387bdede8b71bdc591b9ffb8b79e1b1dd9d1d83ffa96eede9c1bd SHA512 b7880d908635ab9350c12e207213d20b11c1a50afcb93ae92e1fc57d4345bf792afe1a5534650e18b8cd05a3766ce9993083b2d659e49f87b867e6f2c1a83b2d
24 DIST connman-363e0ed955f605fb0dc919b7ee149b6071af73ee.tar.gz 738158 BLAKE2B 05315470fe055b6b42330d3aa6e4286c551f1ce43a63e6952f0f0969d3639275eab62da0d90ff6fd756fcfca37e11d16d4ed834f0cf02e1b8cf75be742cc6a75 SHA512 e5a66134f4ee99d03aa4c77082817a4886750434e676eecb394ba1aac0475034cadec66aba27704b173151dce74e92f9e77065bcdef9576c9ed3d3cfc13a1d68
25
26 diff --git a/net-misc/connman/connman-1.41-r1.ebuild b/net-misc/connman/connman-1.41-r1.ebuild
27 deleted file mode 100644
28 index d43b15fe372c..000000000000
29 --- a/net-misc/connman/connman-1.41-r1.ebuild
30 +++ /dev/null
31 @@ -1,103 +0,0 @@
32 -# Copyright 1999-2022 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI="7"
36 -inherit autotools systemd tmpfiles
37 -
38 -if [[ ${PV} == *9999* ]]; then
39 - inherit git-r3
40 - EGIT_REPO_URI="https://git.kernel.org/pub/scm/network/connman/connman.git"
41 -else
42 - SRC_URI="https://www.kernel.org/pub/linux/network/${PN}/${P}.tar.xz"
43 - KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv x86"
44 -fi
45 -
46 -DESCRIPTION="Provides a daemon for managing internet connections"
47 -HOMEPAGE="https://git.kernel.org/pub/scm/network/connman/connman.git/"
48 -
49 -LICENSE="GPL-2"
50 -SLOT="0"
51 -
52 -IUSE="bluetooth debug doc +ethernet examples iptables iwd l2tp networkmanager
53 -+nftables ofono openconnect openvpn policykit pptp tools vpnc +wifi wireguard
54 -wispr"
55 -
56 -REQUIRED_USE="^^ ( iptables nftables )"
57 -BDEPEND="virtual/pkgconfig"
58 -RDEPEND=">=dev-libs/glib-2.16
59 - >=sys-apps/dbus-1.2.24
60 - sys-libs/readline:0=
61 - bluetooth? ( net-wireless/bluez )
62 - iptables? ( >=net-firewall/iptables-1.4.8 )
63 - iwd? ( net-wireless/iwd )
64 - l2tp? ( net-dialup/xl2tpd )
65 - nftables? (
66 - >=net-libs/libnftnl-1.0.4:0=
67 - >=net-libs/libmnl-1.0.0:0= )
68 - ofono? ( net-misc/ofono )
69 - openconnect? ( net-vpn/openconnect )
70 - openvpn? ( net-vpn/openvpn )
71 - policykit? ( sys-auth/polkit )
72 - pptp? ( net-dialup/pptpclient )
73 - vpnc? ( net-vpn/vpnc )
74 - wifi? ( >=net-wireless/wpa_supplicant-2.0[dbus] )
75 - wireguard? ( >=net-libs/libmnl-1.0.0:0= )
76 - wispr? ( net-libs/gnutls )"
77 -
78 -DEPEND="${RDEPEND}
79 - >=sys-kernel/linux-headers-2.6.39"
80 -
81 -PATCHES=( "${FILESDIR}/libresolv-musl-fix.patch" )
82 -
83 -src_prepare() {
84 - default
85 - eautoreconf
86 -}
87 -
88 -src_configure() {
89 - econf \
90 - --localstatedir=/var \
91 - --runstatedir=/run \
92 - --with-systemdunitdir=$(systemd_get_systemunitdir) \
93 - --with-tmpfilesdir="${EPREFIX}"/usr/lib/tmpfiles.d \
94 - --enable-client \
95 - --enable-datafiles \
96 - --enable-loopback=builtin \
97 - $(use_enable bluetooth bluetooth builtin) \
98 - $(use_enable debug) \
99 - $(use_enable ethernet ethernet builtin) \
100 - $(use_enable examples test) \
101 - $(use_enable iwd) \
102 - $(use_enable l2tp l2tp builtin) \
103 - $(use_enable networkmanager nmcompat) \
104 - $(use_enable ofono ofono builtin) \
105 - $(use_enable openconnect openconnect builtin) \
106 - $(use_enable openvpn openvpn builtin) \
107 - $(use_enable policykit polkit builtin) \
108 - $(use_enable pptp pptp builtin) \
109 - $(use_enable tools) \
110 - $(use_enable vpnc vpnc builtin) \
111 - $(use_enable wifi wifi builtin) \
112 - $(use_enable wireguard) \
113 - $(use_enable wispr wispr builtin) \
114 - --with-firewall=$(usex iptables "iptables" "nftables" ) \
115 - --disable-iospm \
116 - --disable-hh2serial-gps
117 -}
118 -
119 -src_install() {
120 - default
121 - dobin client/connmanctl
122 -
123 - if use doc; then
124 - dodoc doc/*.txt
125 - fi
126 - keepdir /usr/lib/${PN}/scripts
127 - keepdir /var/lib/${PN}
128 - newinitd "${FILESDIR}"/${PN}.initd2 ${PN}
129 - newconfd "${FILESDIR}"/${PN}.confd ${PN}
130 -}
131 -
132 -pkg_postinst() {
133 - tmpfiles_process connman_resolvconf.conf
134 -}