commit:     fed823aaaa3f027ca2f09ae090408ef519c50315
Author:     Alfred Wingate <parona <AT> protonmail <DOT> com>
AuthorDate: Sun Jul 13 02:49:41 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jul 13 06:48:10 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fed823aa

net-libs/libmbim: add 1.32.0

Signed-off-by: Alfred Wingate <parona <AT> protonmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/42981
Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-libs/libmbim/Manifest              |  1 +
 net-libs/libmbim/libmbim-1.32.0.ebuild | 44 ++++++++++++++++++++++++++++++++++
 2 files changed, 45 insertions(+)

diff --git a/net-libs/libmbim/Manifest b/net-libs/libmbim/Manifest
index 5571b2808791..351f60f0f3e4 100644
--- a/net-libs/libmbim/Manifest
+++ b/net-libs/libmbim/Manifest
@@ -1 +1,2 @@
 DIST libmbim-1.28.4.tar.bz2 213993 BLAKE2B 
86418182fea2ed50d6b606b898e58f0511ecc5ed4be36748678befa3c005d37a2364db6f4f5537f6a616015f635bb77cfcae282b328b1dd3f5807eae360e93a7
 SHA512 
f6ac196106e70c790727438a4f42c14b3f8e82dc96b9ac244fbe44b9173132d9562dd6250a51bbf21fc3b84a2a059ae9d7d02d08cac5ba5775715507a64d66d2
+DIST libmbim-1.32.0.tar.bz2 226557 BLAKE2B 
482fd2d86a347c59a68e36d671dae3003364520fc2f699973ad0be4a5b8699af696698525e4110ad204b25fcdada74d65bb3a0ae105c5c6e5ddca41dee347549
 SHA512 
dfb8dfda323f693f1aced5013c0d0a27ad2e23660b5edb7445150388819defe21f1aec257c19238c9870480968ca464a13f8c53e7fe65abc03ae23900127c88b

diff --git a/net-libs/libmbim/libmbim-1.32.0.ebuild 
b/net-libs/libmbim/libmbim-1.32.0.ebuild
new file mode 100644
index 000000000000..0f62bca78231
--- /dev/null
+++ b/net-libs/libmbim/libmbim-1.32.0.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+PYTHON_COMPAT=( python3_{11..14} )
+inherit bash-completion-r1 meson python-any-r1
+
+DESCRIPTION="Mobile Broadband Interface Model (MBIM) modem protocol helper 
library"
+HOMEPAGE="https://www.freedesktop.org/wiki/Software/libmbim/ 
https://gitlab.freedesktop.org/mobile-broadband/libmbim";
+SRC_URI="https://gitlab.freedesktop.org/mobile-broadband/libmbim/-/archive/${PV}/${P}.tar.bz2";
+
+LICENSE="LGPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~x86"
+IUSE="gtk-doc introspection"
+
+RDEPEND="
+       >=dev-libs/glib-2.56:2
+       introspection? ( >=dev-libs/gobject-introspection-0.9.6:= )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+       ${PYTHON_DEPS}
+       gtk-doc? ( dev-util/gtk-doc )
+       dev-util/glib-utils
+       sys-apps/help2man
+       virtual/pkgconfig
+"
+
+src_configure() {
+       local emesonargs=(
+               -Dman=true
+               # Let's avoid BuildRequiring bash-completion, install it 
manually
+               -Dbash_completion=false
+               $(meson_use gtk-doc gtk_doc)
+               $(meson_use introspection)
+       )
+       meson_src_configure
+}
+
+src_install() {
+       meson_src_install
+       dobashcomp src/mbimcli/mbimcli
+}

Reply via email to