diff options
author | Matt Turner <mattst88@gentoo.org> | 2021-05-30 16:53:56 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2021-05-30 18:58:19 -0700 |
commit | f188e166f982c5febff2374aa423061154510f88 (patch) | |
tree | 76f851ddf6989020ffd3d6894f0a1bb09a81c3da | |
parent | net-libs/libgfbgraph: Drop old versions (diff) | |
download | gentoo-f188e166f982c5febff2374aa423061154510f88.tar.gz gentoo-f188e166f982c5febff2374aa423061154510f88.tar.bz2 gentoo-f188e166f982c5febff2374aa423061154510f88.zip |
net-libs/libmbim: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
-rw-r--r-- | net-libs/libmbim/Manifest | 1 | ||||
-rw-r--r-- | net-libs/libmbim/libmbim-1.24.4.ebuild | 35 |
2 files changed, 0 insertions, 36 deletions
diff --git a/net-libs/libmbim/Manifest b/net-libs/libmbim/Manifest index 0b3a31f51b8d..af52bc2a7e40 100644 --- a/net-libs/libmbim/Manifest +++ b/net-libs/libmbim/Manifest @@ -1,2 +1 @@ -DIST libmbim-1.24.4.tar.xz 512524 BLAKE2B 4f91d1fd4d993b3e28f7508f4fbc3d6f4467db1c27307a3c4bd006ad9cdb40800513641fabf37deb673f5926d7a0f0d4806e3bd62a3ad8825227631d35c67d5b SHA512 bb0b82c64213e5b382a807c5c4c36751138c343419dc6abf1605573c91620af1a6de45587eab7341265f950548924fa65fa4bfedba0659b2f9eb80fa23ae88bc DIST libmbim-1.24.6.tar.xz 511468 BLAKE2B 89c4fa25573d4e58ec993e4fa24e0ff3ab6146c905fd3110240d2dbd3ba20af8c135e5eb552b2c48b1166444e52023e314d70d4fe5904ede5e2c6d3d05724955 SHA512 b0b15aa5ffdc65e9d7af211df771f85021488258f7c50638ad109173a61ef38872b9ab42005cd972fd3cb24e617bd3fe7b0b79d335e2144558daa218fb2c4653 diff --git a/net-libs/libmbim/libmbim-1.24.4.ebuild b/net-libs/libmbim/libmbim-1.24.4.ebuild deleted file mode 100644 index bbdba255bb73..000000000000 --- a/net-libs/libmbim/libmbim-1.24.4.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -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 -} |