From f1317d9384e4b8cbbd93ff4ceb8bd87fa9d3a4f1 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 17 Dec 2022 15:39:26 +0000 Subject: gentoo auto-resync : 17:12:2022 - 15:39:26 --- media-libs/libsidplayfp/libsidplayfp-2.3.1.ebuild | 29 ----------------------- 1 file changed, 29 deletions(-) delete mode 100644 media-libs/libsidplayfp/libsidplayfp-2.3.1.ebuild (limited to 'media-libs/libsidplayfp/libsidplayfp-2.3.1.ebuild') diff --git a/media-libs/libsidplayfp/libsidplayfp-2.3.1.ebuild b/media-libs/libsidplayfp/libsidplayfp-2.3.1.ebuild deleted file mode 100644 index 174917107585..000000000000 --- a/media-libs/libsidplayfp/libsidplayfp-2.3.1.ebuild +++ /dev/null @@ -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 -} -- cgit v1.2.3