media-libs/libsidplayfp: dropped obsolete 2.4.1

Bug: https://bugs.gentoo.org/899260
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
This commit is contained in:
Miroslav Šulc
2023-03-05 09:56:16 +01:00
parent 526097ca0a
commit 58d76eab15
2 changed files with 0 additions and 30 deletions

View File

@@ -1,2 +1 @@
DIST libsidplayfp-2.4.1.tar.gz 794289 BLAKE2B 828e2d807e40509eaa4f9d2df5c5a2e43ee15176b035f77e9a0bd311468b16460e89ff8fd460ec409d8c84b18d6f711f4a98a0ad7b949c02489ab53c88a4f300 SHA512 8be44c62bb14831c04fbd0a0efe690e8fa80f1ee7150d046055580728793659914b2466b2bf7d8757ddb4c1025ae6cafa2c95830007160fc87dd87dc899bb609
DIST libsidplayfp-2.4.2.tar.gz 800857 BLAKE2B 1c9471e9e308c1ea5cf544f8dc2c37c637f79aac38d703e0d22dcfd8b18db2b75b98d66ef2aff190b0634ab468fbce1a46de9c65d3b7f02dd40bdc879b20290e SHA512 38b13a7a9740d43e8f6c8a6d410a4f136a44c893d6d671f0f6e66cab7f2e508ab0e108c90213c7fa91389683e0ba4008f36964f7ef455cca56c9ca5366092878

View File

@@ -1,29 +0,0 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="Library for the sidplay2 fork with resid-fp"
HOMEPAGE="https://sourceforge.net/projects/sidplay-residfp/"
SRC_URI="mirror://sourceforge/sidplay-residfp/${PN}/$(ver_cut 1-2)/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0/6"
KEYWORDS="amd64 ~hppa ~riscv x86"
IUSE="static-libs"
src_prepare() {
default
# fix automagic. warning: modifying .ac triggers maintainer mode.
sed -i -e 's:doxygen:dIsAbLe&:' configure || die
}
src_configure() {
econf \
$(use_enable static-libs static)
}
src_install() {
default
find "${D}" -name '*.la' -delete || die
}