commit:     d889b366dde0679e0f408dd0b3f74b46547ace7a
Author:     Tony Vroon <chainsaw <AT> gentoo <DOT> org>
AuthorDate: Mon Apr  1 12:02:43 2019 +0000
Commit:     Tony Vroon <chainsaw <AT> gentoo <DOT> org>
CommitDate: Mon Apr  1 12:06:03 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d889b366

net-libs/libmbim: Version bump to 1.18.0

EAPI bump 6->7.
BDEPEND on glib-utils explicitly; do not rely on glib pulling this in.
Ensure test-suite passes, closes bug #628274.
Updated minimum glib version as per upstream autoconf values.

Closes: https://bugs.gentoo.org/628274
Bug: https://bugs.gentoo.org/681450
Suggested-By: Mart Raudsepp <leio <AT> gentoo.org>
Reported-By: Toralf Förster <toralf <AT> gentoo.org>
Signed-Off-By: Tony Vroon <chainsaw <AT> gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 net-libs/libmbim/Manifest              |  1 +
 net-libs/libmbim/libmbim-1.18.0.ebuild | 35 ++++++++++++++++++++++++++++++++++
 2 files changed, 36 insertions(+)

diff --git a/net-libs/libmbim/Manifest b/net-libs/libmbim/Manifest
index 7960cfbbe88..42efe88348c 100644
--- a/net-libs/libmbim/Manifest
+++ b/net-libs/libmbim/Manifest
@@ -5,4 +5,5 @@ DIST libmbim-1.14.0.tar.xz 401460 BLAKE2B 
702bb0bbfeaf48f982986da9f5c57a09534d5f
 DIST libmbim-1.14.4.tar.xz 402924 BLAKE2B 
0dec5cc540c2d57a5f98d2619c0c478c2b1377fcf446a1d40d5f978ab99a79d83f1fc55831483269fc12225ea08f6f7516310b23ab7e068916b58ff6c352b589
 SHA512 
0471cf1647aeaa4ee5c304fc3719d4ad9a631752458d71dd7cd24bd17215fada4ee47aa65c05903f24bb2d4e2f637e577ff30cbf8c22b5de5af2107bb05970e3
 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.6.0.tar.xz 360800 BLAKE2B 
28b36b14ee8b28793ae0dbe2b2cd421b1d5cf7c2c8aa853d9920fb2f413239fcb5cff7c341f2841ee68052621b2a60e1dea3f212a0ba62a7310353f9215191b4
 SHA512 
60c20da65cb5e0e5e3d73434c8b7960ebb7138d6b004d4e6223ba63ea95fdc97b35697a329f12a81033c39c36efcbb3bcb5d8ae813a569dc6e6ca928a1cd79dd

diff --git a/net-libs/libmbim/libmbim-1.18.0.ebuild 
b/net-libs/libmbim/libmbim-1.18.0.ebuild
new file mode 100644
index 00000000000..a8e2b82383b
--- /dev/null
+++ b/net-libs/libmbim/libmbim-1.18.0.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2019 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://cgit.freedesktop.org/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="static-libs udev"
+
+RDEPEND=">=dev-libs/glib-2.36:2
+       udev? ( virtual/libgudev:= )"
+DEPEND="${RDEPEND}
+       dev-util/gtk-doc-am
+       virtual/pkgconfig"
+BDEPEND="dev-util/glib-utils"
+
+src_configure() {
+       econf \
+               --disable-more-warnings \
+               --disable-gtk-doc \
+               $(use_with udev) \
+               $(use_enable static{-libs,})
+}
+
+src_install() {
+       default
+       use static-libs || rm -f "${ED}/usr/$(get_libdir)/${PN}-glib.la"
+}

Reply via email to