commit: b9d3c334d22afdd28e775f3df6ce08732785d173
Author: Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 5 08:01:43 2025 +0000
Commit: Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
CommitDate: Sun Oct 5 08:01:43 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9d3c334
net-wireless/liblms7002m: drop 0.0_p20200518-r1
Signed-off-by: Thomas Beierlein <tomjbe <AT> gentoo.org>
.../liblms7002m-0.0_p20200518-r1.ebuild | 39 ----------------------
1 file changed, 39 deletions(-)
diff --git a/net-wireless/liblms7002m/liblms7002m-0.0_p20200518-r1.ebuild
b/net-wireless/liblms7002m/liblms7002m-0.0_p20200518-r1.ebuild
deleted file mode 100644
index adae3d551d18..000000000000
--- a/net-wireless/liblms7002m/liblms7002m-0.0_p20200518-r1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..12} )
-inherit cmake python-any-r1
-
-DESCRIPTION="Compact LMS7002M library suitable for resource-limited MCUs"
-HOMEPAGE="https://github.com/xtrx-sdr/liblms7002m"
-LICENSE="LGPL-2.1"
-SLOT="0/${PV}"
-
-if [[ ${PV} == *9999 ]]; then
- EGIT_REPO_URI="https://github.com/xtrx-sdr/liblms7002m.git"
- inherit git-r3
-else
- COMMIT="b07761b7386181f0e6a35158456b75bce14f2aca"
-
SRC_URI="https://github.com/xtrx-sdr/liblms7002m/archive/${COMMIT}.tar.gz ->
${P}.tar.gz"
- S="${WORKDIR}/${PN}-${COMMIT}"
- KEYWORDS="~amd64 ~x86"
-fi
-
-BDEPEND="
- $(python_gen_any_dep '
- dev-python/cheetah3[${PYTHON_USEDEP}]
- ')
-"
-
-python_check_deps() {
- python_has_version "dev-python/cheetah3[${PYTHON_USEDEP}]"
-}
-
-src_configure() {
- local mycmakeargs=(
- -DPYTHON_EXECUTABLE="${PYTHON}"
- )
- cmake_src_configure
-}