From: "Matt Turner" <mattst88@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libmbim/
Date: Fri, 8 Jan 2021 02:34:02 +0000 (UTC) [thread overview]
Message-ID: <1610073224.64ce94937cc7e8d4e13af758e6c7462bc170f73b.mattst88@gentoo> (raw)
commit: 64ce94937cc7e8d4e13af758e6c7462bc170f73b
Author: Craig Andrews <candrews <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 7 17:29:22 2021 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Fri Jan 8 02:33:44 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64ce9493
net-libs/libmbim: 1.24.4 version bump
Closes: https://bugs.gentoo.org/710788
Closes: https://bugs.gentoo.org/761733
Closes: https://github.com/gentoo/gentoo/pull/18985
Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
net-libs/libmbim/Manifest | 1 +
net-libs/libmbim/libmbim-1.24.4.ebuild | 37 ++++++++++++++++++++++++++++++++++
2 files changed, 38 insertions(+)
diff --git a/net-libs/libmbim/Manifest b/net-libs/libmbim/Manifest
index ba76b7a36bc..92f4341d13a 100644
--- a/net-libs/libmbim/Manifest
+++ b/net-libs/libmbim/Manifest
@@ -3,3 +3,4 @@ DIST libmbim-1.14.4.tar.xz 402924 BLAKE2B 0dec5cc540c2d57a5f98d2619c0c478c2b1377
DIST libmbim-1.16.0.tar.xz 453532 BLAKE2B 68732c02f7ee56d898895fe61a1aac44b0c1e858d5bd8fbc4a962429d86ffd1e58442f8ab7c74211d312cc8efb549d3dda14f2c13e16d5d12f8b790299d268be SHA512 90dcb4bf0e4d1d8da5f8bdc0d5a788b51775c55289c416e4dde1020dc353604a4ce40d723c500f8fb9099d7e9061b5c83148106dfd167128bae2cbafbda1279c
DIST libmbim-1.16.2.tar.xz 455096 BLAKE2B f29eaea16ab1f627ed7976fb84d6d1234bc58009e140e70e5ef4f3b9d2a37fcbc3a5492ccbf94d83c169cc64d4f7b545ce556704ce3c750bc00da80d5431119d SHA512 6081a5b40b7fc5cd21adf1948c16c57919c452bc2eccdccb561412ecada5aca7ff1fcac79568eb3dda83d49c780b0dab95a0b15bda0c4f2712b735cbe95402be
DIST libmbim-1.18.0.tar.xz 474768 BLAKE2B 3dce8e1fa0e57cdf75174d0145006b38213fcd2de9166589f2d3ddd7a17dae3b308ce7a7338d388543c8ba83b6a9d2bf12051cbde1666fc43580314d9906704b SHA512 510af324563a6a4f9a9d656d6724398cf5c5ba07424962d5407dd05867ef36da40e1ee6c8be8040c6a67e764bc059d24282db45ce3d47075fcf4d7416245b28d
+DIST libmbim-1.24.4.tar.xz 512524 BLAKE2B 4f91d1fd4d993b3e28f7508f4fbc3d6f4467db1c27307a3c4bd006ad9cdb40800513641fabf37deb673f5926d7a0f0d4806e3bd62a3ad8825227631d35c67d5b SHA512 bb0b82c64213e5b382a807c5c4c36751138c343419dc6abf1605573c91620af1a6de45587eab7341265f950548924fa65fa4bfedba0659b2f9eb80fa23ae88bc
diff --git a/net-libs/libmbim/libmbim-1.24.4.ebuild b/net-libs/libmbim/libmbim-1.24.4.ebuild
new file mode 100644
index 00000000000..6aa324455bc
--- /dev/null
+++ b/net-libs/libmbim/libmbim-1.24.4.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit multilib
+
+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://www.freedesktop.org/software/libmbim/${P}.tar.xz"
+
+LICENSE="LGPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~x86"
+IUSE="udev"
+
+RDEPEND=">=dev-libs/glib-2.48:2
+ udev? ( dev-libs/libgudev:= )"
+DEPEND="${RDEPEND}"
+BDEPEND="
+ dev-util/glib-utils
+ dev-util/gtk-doc-am
+ virtual/pkgconfig
+"
+
+src_configure() {
+ econf \
+ --disable-Werror \
+ --disable-static \
+ --disable-gtk-doc \
+ $(use_with udev)
+}
+
+src_install() {
+ default
+ find "${ED}" -name '*.la' -delete || die
+}
next reply other threads:[~2021-01-08 2:34 UTC|newest]
Thread overview: 78+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-01-08 2:34 Matt Turner [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-12-09 19:20 [gentoo-commits] repo/gentoo:master commit in: net-libs/libmbim/ Arthur Zamarin
2024-12-08 18:26 Sam James
2024-12-08 17:34 Arthur Zamarin
2024-12-08 17:34 Arthur Zamarin
2024-12-08 17:34 Arthur Zamarin
2024-10-09 8:23 Sam James
2024-10-08 18:12 Sam James
2024-10-07 2:52 Sam James
2024-05-31 8:02 Andreas Sturmlechner
2024-05-29 11:48 Sam James
2023-07-30 20:45 Ionen Wolkens
2023-07-29 11:51 Pacho Ramos
2023-07-09 12:29 Matt Turner
2022-10-31 14:28 Matt Turner
2022-10-29 17:44 Matt Turner
2022-05-31 9:24 Jakov Smolić
2022-05-28 5:05 Sam James
2022-05-24 11:14 WANG Xuerui
2022-04-28 15:31 Matt Turner
2022-01-24 22:43 Matt Turner
2022-01-24 14:49 Sam James
2022-01-24 14:46 Sam James
2022-01-24 3:39 Sam James
2022-01-20 10:02 Jakov Smolić
2022-01-20 9:42 Arthur Zamarin
2021-12-19 2:00 Matt Turner
2021-11-08 7:45 Sam James
2021-11-06 3:58 Sam James
2021-10-04 1:24 Sam James
2021-08-08 19:46 Marek Szuba
2021-08-04 21:57 Matt Turner
2021-07-26 7:15 Matt Turner
2021-07-24 17:08 Sam James
2021-07-11 20:48 Sam James
2021-07-11 2:31 Sam James
2021-07-10 15:40 Sam James
2021-06-06 21:49 Matt Turner
2021-05-29 15:27 Sam James
2021-05-28 19:20 Sam James
2021-05-28 19:11 Sam James
2021-04-13 16:20 Matt Turner
2021-04-12 22:12 Sam James
2021-04-12 22:12 Sam James
2021-03-30 3:19 Matt Turner
2021-03-21 14:28 Matt Turner
2021-03-12 15:28 Sam James
2021-03-12 8:04 Mikle Kolyada
2021-03-11 2:35 Sam James
2021-01-08 2:46 Matt Turner
2020-09-24 19:53 Aaron Bauman
2019-12-08 5:32 Matt Turner
2019-11-28 10:57 Agostino Sarubbo
2019-11-28 10:55 Agostino Sarubbo
2019-11-26 20:11 Aaron Bauman
2019-11-26 12:27 Agostino Sarubbo
2019-11-26 0:58 Thomas Deutschmann
2019-05-21 3:17 Aaron Bauman
2019-04-01 12:29 Tony Vroon
2019-04-01 12:06 Tony Vroon
2018-12-05 7:34 Mikle Kolyada
2018-12-04 16:27 Mikle Kolyada
2018-11-06 7:41 Mikle Kolyada
2018-11-04 19:14 Thomas Deutschmann
2018-08-22 14:56 Tony Vroon
2017-06-26 7:56 Alexis Ballier
2017-03-31 12:56 Michael Weber
2017-03-31 10:20 Michael Weber
2017-02-17 5:57 Markus Meier
2017-01-24 11:46 Agostino Sarubbo
2017-01-19 3:31 Mike Frysinger
2016-12-21 18:56 Tobias Klausmann
2016-11-15 18:24 Mike Frysinger
2016-09-17 14:09 Tony Vroon
2016-03-31 13:31 Tony Vroon
2016-03-31 11:27 Alexey Shvetsov
2015-11-09 4:58 Jeroen Roovers
2015-10-05 5:26 Jeroen Roovers
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1610073224.64ce94937cc7e8d4e13af758e6c7462bc170f73b.mattst88@gentoo \
--to=mattst88@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox