Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/modemmanager/
Date: Wed, 15 Sep 2021 20:27:20
Message-Id: 1631737630.acd598b815b2c6b49a76954fb6d642ec9ad0f641.mattst88@gentoo
1 commit: acd598b815b2c6b49a76954fb6d642ec9ad0f641
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 15 20:25:13 2021 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 15 20:27:10 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acd598b8
7
8 net-misc/modemmanager: Version bump to 1.18.0
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 net-misc/modemmanager/Manifest | 1 +
13 net-misc/modemmanager/modemmanager-1.18.0.ebuild | 129 +++++++++++++++++++++++
14 2 files changed, 130 insertions(+)
15
16 diff --git a/net-misc/modemmanager/Manifest b/net-misc/modemmanager/Manifest
17 index 7d8745f3117..8fe2293a97a 100644
18 --- a/net-misc/modemmanager/Manifest
19 +++ b/net-misc/modemmanager/Manifest
20 @@ -1,2 +1,3 @@
21 DIST ModemManager-1.16.6.tar.xz 2339528 BLAKE2B b76a8b6959d988a27d411384440b9bd1b7ac1a9d780b77319e735c4b42c55c51f51304ae936aa9b385634640bcb1a55696d4bd25ffdaf88eb73839bfefe5e091 SHA512 78a928007732baaa0eaed9d587913774d4fb79049d652474f39176190496012dc4c93fd0bd774ed6f86f845f3b9f345bcccf4c7b2438b83cf5846b2bcdcb39d5
22 DIST ModemManager-1.16.8.tar.xz 2344748 BLAKE2B 70ed052a7cd5561518577948419b0363816805d8a1af7de2874fa3dae795e38611d34733f5ed5dcfb12270421430249ee0a49bf54e4dcb87abe4ab595bd0b4c2 SHA512 be32ef03210035a93bad5ac0e339863c247cd000276e1bfa1acf584df652a78eda74990226a00a20e957481ce92801ed365b153de8f927a983cec41d3bbe3082
23 +DIST ModemManager-1.18.0.tar.xz 2493576 BLAKE2B 36034a589fb38447c83a232b6d24ca2fceed15ebc89a41af969bdcebeb482d4baf2657d063b1011c0df252b4ba7f703284cbf111b90d565d66157006331d6e69 SHA512 6e99e5529a74e6fdf814b4fcb9c9f5cd6a0398cd75303feee62c3564f9d62f54bb5a435a9847ed085fe2031af5a8d821d43f9cabed7d3be019ae0f5c8b0e11d2
24
25 diff --git a/net-misc/modemmanager/modemmanager-1.18.0.ebuild b/net-misc/modemmanager/modemmanager-1.18.0.ebuild
26 new file mode 100644
27 index 00000000000..efa8c2c4ef4
28 --- /dev/null
29 +++ b/net-misc/modemmanager/modemmanager-1.18.0.ebuild
30 @@ -0,0 +1,129 @@
31 +# Copyright 1999-2021 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=7
35 +VALA_USE_DEPEND="vapigen"
36 +
37 +inherit gnome2 readme.gentoo-r1 systemd toolchain-funcs udev vala
38 +
39 +DESCRIPTION="Modem and mobile broadband management libraries"
40 +HOMEPAGE="https://www.freedesktop.org/wiki/Software/ModemManager/"
41 +SRC_URI="https://www.freedesktop.org/software/ModemManager/ModemManager-${PV}.tar.xz"
42 +
43 +LICENSE="GPL-2+"
44 +SLOT="0/1" # subslot = dbus interface version, i.e. N in org.freedesktop.ModemManager${N}
45 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86"
46 +
47 +IUSE="elogind +introspection mbim policykit +qmi systemd +udev vala"
48 +REQUIRED_USE="
49 + ?? ( elogind systemd )
50 + vala? ( introspection )
51 +"
52 +
53 +DEPEND="
54 + >=dev-libs/glib-2.56.0:2
55 + udev? ( >=dev-libs/libgudev-232:= )
56 + introspection? ( >=dev-libs/gobject-introspection-0.9.6:= )
57 + mbim? ( >=net-libs/libmbim-1.26.0 )
58 + policykit? ( >=sys-auth/polkit-0.106[introspection?] )
59 + qmi? ( >=net-libs/libqmi-1.30.2:= )
60 + elogind? ( sys-auth/elogind )
61 + systemd? ( >=sys-apps/systemd-209 )
62 +"
63 +RDEPEND="${DEPEND}
64 + policykit? ( acct-group/plugdev )
65 +"
66 +BDEPEND="
67 + dev-util/gdbus-codegen
68 + dev-util/glib-utils
69 + >=dev-util/gtk-doc-am-1
70 + >=sys-devel/gettext-0.19.8
71 + virtual/pkgconfig
72 + vala? ( $(vala_depend) )
73 +"
74 +
75 +S="${WORKDIR}/ModemManager-${PV}"
76 +
77 +src_prepare() {
78 + DOC_CONTENTS="
79 + If your USB modem shows up only as a storage device when you plug it in,
80 + then you should install sys-apps/usb_modeswitch, which will automatically
81 + switch it over to USB modem mode whenever you plug it in.\n"
82 +
83 + if use policykit; then
84 + DOC_CONTENTS+="\nTo control your modem without needing to enter the root password,
85 + add your user account to the 'plugdev' group."
86 + fi
87 +
88 + use vala && vala_src_prepare
89 + gnome2_src_prepare
90 +}
91 +
92 +src_configure() {
93 + local myconf=(
94 + --disable-Werror
95 + --disable-static
96 + --with-dist-version=${PVR}
97 + --with-udev-base-dir="$(get_udevdir)"
98 + $(use_with udev)
99 + $(use_enable introspection)
100 + $(use_with mbim)
101 + $(use_with policykit polkit)
102 + $(use_with systemd systemd-journal)
103 + $(use_with qmi)
104 + --without-qrtr # libqrtr-glib not packaged
105 + $(use_enable vala)
106 + )
107 + if use systemd || use elogind; then
108 + myconf+=(--with-systemd-suspend-resume)
109 + else
110 + myconf+=(--without-systemd-suspend-resume)
111 + fi
112 + gnome2_src_configure "${myconf[@]}"
113 +}
114 +
115 +src_install() {
116 + gnome2_src_install
117 +
118 + # Allow users in plugdev group full control over their modem
119 + if use policykit; then
120 + insinto /usr/share/polkit-1/rules.d/
121 + doins "${FILESDIR}"/01-org.freedesktop.ModemManager1.rules
122 + fi
123 +
124 + readme.gentoo_create_doc
125 +
126 + newinitd "${FILESDIR}/modemmanager.initd" modemmanager
127 +}
128 +
129 +pkg_postinst() {
130 + gnome2_pkg_postinst
131 +
132 + # The polkit rules file moved to /usr/share
133 + old_rules="${EROOT}/etc/polkit-1/rules.d/01-org.freedesktop.ModemManager.rules"
134 + if [[ -f "${old_rules}" ]]; then
135 + case "$(md5sum ${old_rules})" in
136 + c5ff02532cb1da2c7545c3069e5d0992* | 5c50f0dc603c0a56e2851a5ce9389335* )
137 + # Automatically delete the old rules.d file if the user did not change it
138 + elog
139 + elog "Removing old ${old_rules} ..."
140 + rm -f "${old_rules}" || eerror "Failed, please remove ${old_rules} manually"
141 + ;;
142 + * )
143 + elog "The ${old_rules}"
144 + elog "file moved to /usr/share/polkit-1/rules.d/ in >=modemmanager-0.5.2.0-r2"
145 + elog "If you edited ${old_rules}"
146 + elog "without changing its behavior, you may want to remove it."
147 + ;;
148 + esac
149 + fi
150 +
151 + if ! use udev; then
152 + ewarn "You have built ModemManager without udev support. You may have to teach it"
153 + ewarn "about your modem port manually."
154 + fi
155 +
156 + systemd_reenable ModemManager.service
157 +
158 + readme.gentoo_print_elog
159 +}