commit: 7f5efaa740a47206c6294876649ae2f654b70367
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 13 08:35:53 2024 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Oct 13 13:51:05 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f5efaa7
net-libs/libqmi: drop 1.30.8
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
net-libs/libqmi/Manifest | 1 -
net-libs/libqmi/libqmi-1.30.8.ebuild | 51 ------------------------------------
2 files changed, 52 deletions(-)
diff --git a/net-libs/libqmi/Manifest b/net-libs/libqmi/Manifest
index 40d11f0b3f56..3aec45c0b6ee 100644
--- a/net-libs/libqmi/Manifest
+++ b/net-libs/libqmi/Manifest
@@ -1,2 +1 @@
-DIST libqmi-1.30.8.tar.xz 1244844 BLAKE2B
c8d98106783eb22571ee82c0012e1ce7ed79e94818350134b80853e16fa287c77bafb34d2913690ae593d02112dc5d2b0ff77606a24c4ce63733fd64245961a1
SHA512
60567e82eb35ed7ab3d65f1073e19ca8faa68e909f96e498b8f9d8ce2a987156e0a580f9c212416c4e0740d2ad05cb93f4dfeae9b2d048f0eb53ab6a83f6d024
DIST libqmi-1.32.4.tar.bz2 3710575 BLAKE2B
728cc821208432ec69d21d6b1b16e82f982e27ba899e0a2426b6e1ae6ce8cc800f15417e4d5ff6fd9a60ad2a0e7c3f3ddc77caee9115431d174e29bd40a8398b
SHA512
6f68e2dd4bf5493de0c9298d88e477f9477b367f887bf5321a1faab7e8217fd10e761748326deb37ca26659bef70d5c8464bcb964d0ed0ba1f44c423785ebb0f
diff --git a/net-libs/libqmi/libqmi-1.30.8.ebuild
b/net-libs/libqmi/libqmi-1.30.8.ebuild
deleted file mode 100644
index 3e6713f5d6a7..000000000000
--- a/net-libs/libqmi/libqmi-1.30.8.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-if [[ ${PV} == "9999" ]] ; then
- inherit git-r3 autotools
-
EGIT_REPO_URI="https://gitlab.freedesktop.org/mobile-broadband/libqmi.git"
-else
- KEYWORDS="amd64 arm arm64 ~loong ~mips ppc ppc64 ~riscv x86"
- SRC_URI="https://www.freedesktop.org/software/libqmi/${P}.tar.xz"
-fi
-
-DESCRIPTION="Qualcomm MSM (Mobile Station Modem) Interface (QMI) modem
protocol library"
-HOMEPAGE="https://www.freedesktop.org/wiki/Software/libqmi/
https://gitlab.freedesktop.org/mobile-broadband/libqmi"
-
-LICENSE="LGPL-2"
-SLOT="0/5.8" # soname of libqmi-glib.so
-IUSE="gtk-doc +mbim +qrtr"
-
-RDEPEND=">=dev-libs/glib-2.56
- >=dev-libs/libgudev-232
- mbim? ( >=net-libs/libmbim-1.18.0 )
- qrtr? ( >=net-libs/libqrtr-glib-1.0.0:= )
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
- virtual/pkgconfig
- gtk-doc? ( dev-util/gtk-doc )"
-[[ ${PV} == "9999" ]] && BDEPEND+=" dev-util/gtk-doc" #469214
-
-src_prepare() {
- default
- [[ ${PV} == "9999" ]] && eautoreconf
-}
-
-src_configure() {
- local myconf=(
- --disable-Werror
- --disable-static
- $(use_enable qrtr)
- $(use_enable mbim mbim-qmux)
- $(use_enable gtk-doc)
- )
- econf "${myconf[@]}"
-}
-
-src_install() {
- default
- find "${ED}" -name '*.la' -delete || die
-}