diff options
author | Miroslav Šulc <fordfrog@gentoo.org> | 2021-05-31 08:38:44 +0200 |
---|---|---|
committer | Miroslav Šulc <fordfrog@gentoo.org> | 2021-05-31 08:38:44 +0200 |
commit | 7bc4f0a410449f61e18502d67208ee6a47fcdf26 (patch) | |
tree | 7b897ba8aa478cfca102289db47d875e0e6e0f7c /media-libs | |
parent | dev-java/commons-compress: removed obsolete 1.10 (diff) | |
download | gentoo-7bc4f0a410449f61e18502d67208ee6a47fcdf26.tar.gz gentoo-7bc4f0a410449f61e18502d67208ee6a47fcdf26.tar.bz2 gentoo-7bc4f0a410449f61e18502d67208ee6a47fcdf26.zip |
media-libs/libsidplayfp: removed obsolete 1.8.8
Closes: https://bugs.gentoo.org/713310
Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/libsidplayfp/Manifest | 1 | ||||
-rw-r--r-- | media-libs/libsidplayfp/libsidplayfp-1.8.8.ebuild | 36 |
2 files changed, 0 insertions, 37 deletions
diff --git a/media-libs/libsidplayfp/Manifest b/media-libs/libsidplayfp/Manifest index 7a794b55e2af..bb75a40c81b3 100644 --- a/media-libs/libsidplayfp/Manifest +++ b/media-libs/libsidplayfp/Manifest @@ -1,3 +1,2 @@ -DIST libsidplayfp-1.8.8.tar.gz 673522 BLAKE2B 2d31955e08b0b2b9558e033eff5d959acda08cdc5a3c2bb8c0aacb07c4b8c105812b4faa0af07dbc51255c72cfdf4893ce0da4d642dfc0f89ebc6ec96c51db51 SHA512 84fb24dcf6680dd0e2ec9cc39ddaf30707e4beb5136b7b496b1b85bf11580b1080fbb59b6ec3c1dc7b829fa0cd933db89ee3968518f23ef1a35d9253707d6392 DIST libsidplayfp-2.1.2.tar.gz 788212 BLAKE2B 1959404d8b694e9271276bd3a7d32298747fcfc52fc96da3ebae16e23ed9c1825cda4810bff5ad39a0ca7f173300f6b86791ff589ee78bf05c9e12bc49bccaf5 SHA512 c044cc835666a7616b2c16e8f186877caa42c80c74ae2fd503868f77311ed6bc8df58cbb72e7086477adec1ba314bd4f1410a733642ff18baf1596afa1a9b22b DIST libsidplayfp-2.2.0.tar.gz 794840 BLAKE2B 1641808e5821f824186b0fd7108dde67ca476724dd4c554dbcca9acd2778c1384e9fbc016658c2c399dbe001100f56658b56234e23032a90aaa75a8faed92792 SHA512 29412410ba1690ad6c9e98f172a0cc49e5d1cb828329da152aa76472ef524932d8b2b35f48f831dbfad08d0c78be22440fd939a1e38b7046cf37fbd34555c683 diff --git a/media-libs/libsidplayfp/libsidplayfp-1.8.8.ebuild b/media-libs/libsidplayfp/libsidplayfp-1.8.8.ebuild deleted file mode 100644 index 2de341bcba48..000000000000 --- a/media-libs/libsidplayfp/libsidplayfp-1.8.8.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit flag-o-matic - -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" -KEYWORDS="amd64 ~hppa x86" -IUSE="cpu_flags_x86_mmx static-libs" - -src_prepare() { - default - # fix automagic. warning: modifying .ac triggers maintainer mode. - sed -i -e 's:doxygen:dIsAbLe&:' configure || die -} - -src_configure() { - # relies on undocumented "uint" type in libstdc++ - # bug 649832 - append-cxxflags -std=c++14 - - econf \ - $(use_enable static-libs static) \ - $(use_enable cpu_flags_x86_mmx mmx) -} - -src_install() { - default - find "${D}" -name '*.la' -delete || die -} |