Gentoo Archives: gentoo-commits

From: "Miroslav Šulc" <fordfrog@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libsidplayfp/
Date: Mon, 31 May 2021 06:38:57
Message-Id: 1622443124.7bc4f0a410449f61e18502d67208ee6a47fcdf26.fordfrog@gentoo
1 commit: 7bc4f0a410449f61e18502d67208ee6a47fcdf26
2 Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 31 06:38:44 2021 +0000
4 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
5 CommitDate: Mon May 31 06:38:44 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bc4f0a4
7
8 media-libs/libsidplayfp: removed obsolete 1.8.8
9
10 Closes: https://bugs.gentoo.org/713310
11 Package-Manager: Portage-3.0.19, Repoman-3.0.3
12 Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
13
14 media-libs/libsidplayfp/Manifest | 1 -
15 media-libs/libsidplayfp/libsidplayfp-1.8.8.ebuild | 36 -----------------------
16 2 files changed, 37 deletions(-)
17
18 diff --git a/media-libs/libsidplayfp/Manifest b/media-libs/libsidplayfp/Manifest
19 index 7a794b55e2a..bb75a40c81b 100644
20 --- a/media-libs/libsidplayfp/Manifest
21 +++ b/media-libs/libsidplayfp/Manifest
22 @@ -1,3 +1,2 @@
23 -DIST libsidplayfp-1.8.8.tar.gz 673522 BLAKE2B 2d31955e08b0b2b9558e033eff5d959acda08cdc5a3c2bb8c0aacb07c4b8c105812b4faa0af07dbc51255c72cfdf4893ce0da4d642dfc0f89ebc6ec96c51db51 SHA512 84fb24dcf6680dd0e2ec9cc39ddaf30707e4beb5136b7b496b1b85bf11580b1080fbb59b6ec3c1dc7b829fa0cd933db89ee3968518f23ef1a35d9253707d6392
24 DIST libsidplayfp-2.1.2.tar.gz 788212 BLAKE2B 1959404d8b694e9271276bd3a7d32298747fcfc52fc96da3ebae16e23ed9c1825cda4810bff5ad39a0ca7f173300f6b86791ff589ee78bf05c9e12bc49bccaf5 SHA512 c044cc835666a7616b2c16e8f186877caa42c80c74ae2fd503868f77311ed6bc8df58cbb72e7086477adec1ba314bd4f1410a733642ff18baf1596afa1a9b22b
25 DIST libsidplayfp-2.2.0.tar.gz 794840 BLAKE2B 1641808e5821f824186b0fd7108dde67ca476724dd4c554dbcca9acd2778c1384e9fbc016658c2c399dbe001100f56658b56234e23032a90aaa75a8faed92792 SHA512 29412410ba1690ad6c9e98f172a0cc49e5d1cb828329da152aa76472ef524932d8b2b35f48f831dbfad08d0c78be22440fd939a1e38b7046cf37fbd34555c683
26
27 diff --git a/media-libs/libsidplayfp/libsidplayfp-1.8.8.ebuild b/media-libs/libsidplayfp/libsidplayfp-1.8.8.ebuild
28 deleted file mode 100644
29 index 2de341bcba4..00000000000
30 --- a/media-libs/libsidplayfp/libsidplayfp-1.8.8.ebuild
31 +++ /dev/null
32 @@ -1,36 +0,0 @@
33 -# Copyright 1999-2019 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=7
37 -
38 -inherit flag-o-matic
39 -
40 -DESCRIPTION="Library for the sidplay2 fork with resid-fp"
41 -HOMEPAGE="https://sourceforge.net/projects/sidplay-residfp/"
42 -SRC_URI="mirror://sourceforge/sidplay-residfp/${PN}/$(ver_cut 1-2)/${P}.tar.gz"
43 -
44 -LICENSE="GPL-2"
45 -SLOT="0"
46 -KEYWORDS="amd64 ~hppa x86"
47 -IUSE="cpu_flags_x86_mmx static-libs"
48 -
49 -src_prepare() {
50 - default
51 - # fix automagic. warning: modifying .ac triggers maintainer mode.
52 - sed -i -e 's:doxygen:dIsAbLe&:' configure || die
53 -}
54 -
55 -src_configure() {
56 - # relies on undocumented "uint" type in libstdc++
57 - # bug 649832
58 - append-cxxflags -std=c++14
59 -
60 - econf \
61 - $(use_enable static-libs static) \
62 - $(use_enable cpu_flags_x86_mmx mmx)
63 -}
64 -
65 -src_install() {
66 - default
67 - find "${D}" -name '*.la' -delete || die
68 -}