media-libs/libsidplayfp: removed obsolete 2.2.2

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
This commit is contained in:
Miroslav Šulc
2021-10-26 08:40:39 +02:00
parent d0cd8ec704
commit ea1da4c626
2 changed files with 0 additions and 30 deletions

View File

@@ -1,2 +1 @@
DIST libsidplayfp-2.2.2.tar.gz 794119 BLAKE2B eb0fd39e8bffdce45d081f5dab9074db9642e74f9bd06a5f17453254bb1ab4f0348a9b49e43a00a0f5cbff57fe3ddd1408cbf048bd228784fd5b1ac19700f944 SHA512 46882c5edd20a5b00ee5b46b0b6c65c0987c33406532f0b1f1750b0f8faf2968ee45e68ee65e6ca9cc39123273b08e139a8614ba9878d14099388e647e3bad1b
DIST libsidplayfp-2.3.0.tar.gz 794863 BLAKE2B 5727cdaf155711f8fe582cfa49d868be89fcf7e9f58cb7b8d83fefecbb04830a04957f8f176527928da26cb47c7508d534c1b35607cc713610ddcd920b760049 SHA512 2141bc9768353fadbb8c6f4ba6904388048d4d1432424b87fe60162135059d5c9312f7bf01c67a75eda8b4697d801bc2020f88b696794311eef88864ae65d974

View File

@@ -1,29 +0,0 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
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
}