commit: 2e5e9d34ec5d999a6a789dd313da835eedf5fda5 Author: Rick Farina <zerochaos <AT> gentoo <DOT> org> AuthorDate: Fri Sep 12 01:36:39 2025 +0000 Commit: Rick Farina <zerochaos <AT> gentoo <DOT> org> CommitDate: Fri Sep 12 01:36:39 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e5e9d34
net-libs/liquid-dsp: drop 1.3.2 Signed-off-by: Rick Farina <zerochaos <AT> gentoo.org> net-libs/liquid-dsp/Manifest | 1 - net-libs/liquid-dsp/liquid-dsp-1.3.2.ebuild | 42 ----------------------------- 2 files changed, 43 deletions(-) diff --git a/net-libs/liquid-dsp/Manifest b/net-libs/liquid-dsp/Manifest index 0f1ec7daae4d..c9f32f1cfb01 100644 --- a/net-libs/liquid-dsp/Manifest +++ b/net-libs/liquid-dsp/Manifest @@ -1,2 +1 @@ -DIST liquid-dsp-1.3.2.tar.gz 1119114 BLAKE2B 4530f3929b97f04cf2e02283af0b0482a7e19783f73cd60b02aeadb26df9f7d33a43847496858b6178526abef34fc5121e94bde38df3796bbdf7149251a29e25 SHA512 1af317512f56078a79396fd3c7a0135c97ef63fd187d52db1b62ddabca683a37fa6b358adafd76d81c3cb06c54f9c7c8fd66f8bb86c0bfebec9e9ef1441ca5d2 DIST liquid-dsp-1.6.0.tar.gz 1243435 BLAKE2B 5bfb93e1b3396d654a78ab153d963df80ed7f23b5023c26302d229bd4109a54d7f72862d15f1fe8f2d27371509010c8571734e5e173efcb75a13923b00dbed40 SHA512 2567d03515e87ab0c047158aeaabb560be711ac54d0b8294b19782104089c4cc61e5b1ec6d3e9ab78162224d4a2d4623e3694e497572d573cb4ce6f451d0a078 diff --git a/net-libs/liquid-dsp/liquid-dsp-1.3.2.ebuild b/net-libs/liquid-dsp/liquid-dsp-1.3.2.ebuild deleted file mode 100644 index 342db248e427..000000000000 --- a/net-libs/liquid-dsp/liquid-dsp-1.3.2.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit autotools - -DESCRIPTION="digital signal processing library for software-defined radios" -HOMEPAGE="https://liquidsdr.org" - -LICENSE="MIT" -SLOT="0" - -if [ "${PV}" = "9999" ]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/jgaeddert/liquid-dsp.git" -else - KEYWORDS="~amd64 ~x86" - SRC_URI="https://github.com/jgaeddert/liquid-dsp/archive/v${PV}.tar.gz -> ${P}.tar.gz" -fi - -IUSE="static-libs" - -DEPEND="sci-libs/fftw:3.0=" -RDEPEND="${DEPEND}" - -src_prepare() { - eapply_user - eautoreconf -} - -src_configure() { - #without this rather odd looking bit, it installs libraries into /usr/usr/$(get_libdir) - #what is super special is that if exec-prefix is unset, libdir is lib64... - #but if exec-prefix is default then libdir ends up as /usr/lib64 in makefile... - econf --exec-prefix="" --libdir="/usr/$(get_libdir)" -} - -src_install() { - default - ! use static-libs && rm "${ED}"/usr/"$(get_libdir)"/libliquid.a -}
