commit:     ff41f3890fd10a468d70735e3b63a8a1d5d9718c
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 26 06:18:32 2021 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Mon Jul 26 07:15:12 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff41f389

net-libs/libmbim: Drop old versions

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 net-libs/libmbim/Manifest              |  1 -
 net-libs/libmbim/libmbim-1.24.6.ebuild | 35 ----------------------------------
 2 files changed, 36 deletions(-)

diff --git a/net-libs/libmbim/Manifest b/net-libs/libmbim/Manifest
index ac47a5a4bc6..3dad220347f 100644
--- a/net-libs/libmbim/Manifest
+++ b/net-libs/libmbim/Manifest
@@ -1,2 +1 @@
-DIST libmbim-1.24.6.tar.xz 511468 BLAKE2B 
89c4fa25573d4e58ec993e4fa24e0ff3ab6146c905fd3110240d2dbd3ba20af8c135e5eb552b2c48b1166444e52023e314d70d4fe5904ede5e2c6d3d05724955
 SHA512 
b0b15aa5ffdc65e9d7af211df771f85021488258f7c50638ad109173a61ef38872b9ab42005cd972fd3cb24e617bd3fe7b0b79d335e2144558daa218fb2c4653
 DIST libmbim-1.24.8.tar.xz 517872 BLAKE2B 
ba4d44ea18ecb412d046b1c1cbd1167bd1cf0a1430486dbf760731950b088e66b25c5c870f2e1a49ea78e43bc15fdbac9efed56afa35127d33f6377325677386
 SHA512 
32a1ed379fb2799c8490058a16f819620290c2a08d0dacacdc7db4a31fb66a4d9c449b4b2d8fd6de898da28815a6c32e3d97a802970115ac2869e7fec0d841af

diff --git a/net-libs/libmbim/libmbim-1.24.6.ebuild 
b/net-libs/libmbim/libmbim-1.24.6.ebuild
deleted file mode 100644
index bbdba255bb7..00000000000
--- a/net-libs/libmbim/libmbim-1.24.6.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
-}

Reply via email to