Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libsidplayfp/
Date: Sat, 09 Feb 2019 20:58:22
Message-Id: 1549745866.8fc94d2be10af6e7c7b5fbf3f6a15bcb128af126.asturm@gentoo
1 commit: 8fc94d2be10af6e7c7b5fbf3f6a15bcb128af126
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 9 20:44:59 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 9 20:57:46 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fc94d2b
7
8 media-libs/libsidplayfp: Drop old
9
10 Package-Manager: Portage-2.3.59, Repoman-2.3.12
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 media-libs/libsidplayfp/Manifest | 2 --
14 media-libs/libsidplayfp/libsidplayfp-0.3.8.ebuild | 30 ---------------------
15 media-libs/libsidplayfp/libsidplayfp-1.8.0.ebuild | 32 -----------------------
16 3 files changed, 64 deletions(-)
17
18 diff --git a/media-libs/libsidplayfp/Manifest b/media-libs/libsidplayfp/Manifest
19 index 2140d12bde8..58f626d5bbb 100644
20 --- a/media-libs/libsidplayfp/Manifest
21 +++ b/media-libs/libsidplayfp/Manifest
22 @@ -1,5 +1,3 @@
23 -DIST libsidplayfp-0.3.8.tar.gz 682303 BLAKE2B 28bc2f611979f9b9dbbab1764fda99e9f17bf868f20e4513322f4b9852bef102b9a4654167a8251f2e5d1b48fe8ebc562bb35dacc8bbb8f6e54f7b05a1210ef4 SHA512 5a4cae8e7ca6c9ae514b7018b27c125e17dc6773db036dca7140e51d3021a4274348b791d72e6e277ac0d1fa3b20ba2b3a04bbccf574db178b1b28428f2099cc
24 DIST libsidplayfp-1.1.0.tar.gz 620228 BLAKE2B 4e51092d84817c6c90ebb0327ba1816c6dae42868f6296f269cdeee1cdf8c226e71e799ab5d7a8609546cb07669dd80f5bd1fb70e14ef594ac128c43a5c7bf51 SHA512 fb0ce00d220772aaf97fc88b7ba3e764f1c94439c9d35713743726872cf6bc6524893489c5909be538f0630896bd328560c6b189d6d2d09932457671080ed76f
25 -DIST libsidplayfp-1.8.0.tar.gz 669469 BLAKE2B 9a5b2da9a696d7b18aacf7dcf9693290d73f22582a5ed3db728f326d1e1ef1b6d0c4258253db51aa6739c471ccbe33b8abeec5c327c131d48453d0fd5ba84b44 SHA512 37af2e0f2a4b635797ce289cba33e0bbe9dea0ec2378da8b4e886f94a34fe09d2941c9deda9568e5325f7da6423f4a9820c814ec8d2970987f3cd03965147c52
26 DIST libsidplayfp-1.8.1.tar.gz 669478 BLAKE2B af6657ba2eceb40585f9900a72605455b50dc3afb36f091e05b8d9b557ae7dca13c2feb36ecf4a9dbab63e82d3d986a21008034b30189b5e9618518b68385284 SHA512 54731b33071a6bb7300b50c4d899706b71779977d8999302f7aae17d6a9406c9ec407baf87788cae073b04ce6b3f516d90af365b5d95d9dc5525c00cacf79ffd
27 DIST libsidplayfp-1.8.8.tar.gz 673522 BLAKE2B 2d31955e08b0b2b9558e033eff5d959acda08cdc5a3c2bb8c0aacb07c4b8c105812b4faa0af07dbc51255c72cfdf4893ce0da4d642dfc0f89ebc6ec96c51db51 SHA512 84fb24dcf6680dd0e2ec9cc39ddaf30707e4beb5136b7b496b1b85bf11580b1080fbb59b6ec3c1dc7b829fa0cd933db89ee3968518f23ef1a35d9253707d6392
28
29 diff --git a/media-libs/libsidplayfp/libsidplayfp-0.3.8.ebuild b/media-libs/libsidplayfp/libsidplayfp-0.3.8.ebuild
30 deleted file mode 100644
31 index dd7b626bceb..00000000000
32 --- a/media-libs/libsidplayfp/libsidplayfp-0.3.8.ebuild
33 +++ /dev/null
34 @@ -1,30 +0,0 @@
35 -# Copyright 1999-2012 Gentoo Foundation
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=5
39 -inherit eutils
40 -
41 -DESCRIPTION="A library for the sidplay2 fork with resid-fp"
42 -HOMEPAGE="https://sourceforge.net/projects/sidplay-residfp/"
43 -SRC_URI="mirror://sourceforge/sidplay-residfp/${P}.tar.gz"
44 -
45 -LICENSE="GPL-2"
46 -SLOT="0"
47 -KEYWORDS="~amd64 ~x86"
48 -IUSE="static-libs"
49 -
50 -DOCS=( AUTHORS NEWS README TODO )
51 -
52 -src_prepare() {
53 - # fix automagic. warning: modifying .ac triggers maintainer mode.
54 - sed -i -e 's:doxygen:dIsAbLe&:' configure || die
55 -}
56 -
57 -src_configure() {
58 - econf $(use_enable static-libs static)
59 -}
60 -
61 -src_install() {
62 - default
63 - prune_libtool_files
64 -}
65
66 diff --git a/media-libs/libsidplayfp/libsidplayfp-1.8.0.ebuild b/media-libs/libsidplayfp/libsidplayfp-1.8.0.ebuild
67 deleted file mode 100644
68 index 8d0ef050961..00000000000
69 --- a/media-libs/libsidplayfp/libsidplayfp-1.8.0.ebuild
70 +++ /dev/null
71 @@ -1,32 +0,0 @@
72 -# Copyright 1999-2015 Gentoo Foundation
73 -# Distributed under the terms of the GNU General Public License v2
74 -
75 -EAPI=5
76 -inherit eutils versionator
77 -
78 -DESCRIPTION="A library for the sidplay2 fork with resid-fp"
79 -HOMEPAGE="https://sourceforge.net/projects/sidplay-residfp/"
80 -SRC_URI="mirror://sourceforge/sidplay-residfp/${PN}/$(get_version_component_range 1-2)/${P}.tar.gz"
81 -
82 -LICENSE="GPL-2"
83 -SLOT="0"
84 -KEYWORDS="~amd64 ~hppa ~x86"
85 -IUSE="cpu_flags_x86_mmx static-libs"
86 -
87 -DOCS=( AUTHORS NEWS README TODO )
88 -
89 -src_prepare() {
90 - # fix automagic. warning: modifying .ac triggers maintainer mode.
91 - sed -i -e 's:doxygen:dIsAbLe&:' configure || die
92 -}
93 -
94 -src_configure() {
95 - econf \
96 - $(use_enable static-libs static) \
97 - $(use_enable cpu_flags_x86_mmx mmx)
98 -}
99 -
100 -src_install() {
101 - default
102 - prune_libtool_files
103 -}