diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-05-31 12:52:53 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-05-31 14:23:40 -0400 |
commit | ab3aebba50f7adf9f1c43238037292de952c3fa4 (patch) | |
tree | e851edfa3014923bca2acb01f9c14be624ae5af5 /net-libs | |
parent | net-libs/gnome-online-accounts: Drop old versions (diff) | |
download | gentoo-ab3aebba50f7adf9f1c43238037292de952c3fa4.tar.gz gentoo-ab3aebba50f7adf9f1c43238037292de952c3fa4.tar.bz2 gentoo-ab3aebba50f7adf9f1c43238037292de952c3fa4.zip |
net-libs/libmbim: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/libmbim/Manifest | 1 | ||||
-rw-r--r-- | net-libs/libmbim/libmbim-1.26.2.ebuild | 35 |
2 files changed, 0 insertions, 36 deletions
diff --git a/net-libs/libmbim/Manifest b/net-libs/libmbim/Manifest index cfef3e37f43c..a5dbff631cc7 100644 --- a/net-libs/libmbim/Manifest +++ b/net-libs/libmbim/Manifest @@ -1,2 +1 @@ -DIST libmbim-1.26.2.tar.xz 561096 BLAKE2B 11e5339b63dbaca8fb6d31ce2afaf4897774aa4b531cfbb09bb400f64ab975495093b711d0a836feff86e3d9fc72ae2b85ab5cd84fab3d266e0fecf1129125d0 SHA512 7cce1fa6ff5630a1cc565a2198544de9f4a1db20b30304fac96de6c698eaf56b17fe6ccb089151623d4484d88fda6abe980bced19dfbf0d3ef425fc954fb5844 DIST libmbim-1.26.4.tar.xz 566188 BLAKE2B 96fb932e89455364eec39d879256eb10efd4fafc18c0dc69619b3a73cea1e62e3ea50b828c2785082e6422c39d8775c9bc1c084db3aaafdf054b1e7aa7d6929f SHA512 a530a3611aa353d7b7a4a3d845a8a8b08e508004f44e9bc63a4c04729589397e264a5dca499ebb7c57f135e6848909d78124c4799bd932c24271c57824c3b5d8 diff --git a/net-libs/libmbim/libmbim-1.26.2.ebuild b/net-libs/libmbim/libmbim-1.26.2.ebuild deleted file mode 100644 index c45f611c94b0..000000000000 --- a/net-libs/libmbim/libmbim-1.26.2.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{8..10} ) -inherit 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://www.freedesktop.org/software/libmbim/${P}.tar.xz" - -LICENSE="LGPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~mips ppc ppc64 ~riscv x86" - -RDEPEND=">=dev-libs/glib-2.56:2" -DEPEND="${RDEPEND}" -BDEPEND=" - ${PYTHON_DEPS} - dev-util/glib-utils - virtual/pkgconfig -" - -src_configure() { - econf \ - --disable-Werror \ - --disable-static \ - --disable-gtk-doc -} - -src_install() { - default - find "${ED}" -name '*.la' -delete || die -} |