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-sound/sidplay/
Date: Sun, 10 Mar 2019 23:57:48
Message-Id: 1552262248.acc479bc0d162748a0f6d0e1e0db8404502b1ce5.asturm@gentoo
1 commit: acc479bc0d162748a0f6d0e1e0db8404502b1ce5
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 10 23:12:00 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 10 23:57:28 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acc479bc
7
8 media-sound/sidplay: Drop 2.0.9 (r0)
9
10 Package-Manager: Portage-2.3.62, Repoman-2.3.12
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 media-sound/sidplay/sidplay-2.0.9.ebuild | 22 ----------------------
14 1 file changed, 22 deletions(-)
15
16 diff --git a/media-sound/sidplay/sidplay-2.0.9.ebuild b/media-sound/sidplay/sidplay-2.0.9.ebuild
17 deleted file mode 100644
18 index e9a2c0d50f3..00000000000
19 --- a/media-sound/sidplay/sidplay-2.0.9.ebuild
20 +++ /dev/null
21 @@ -1,22 +0,0 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=6
26 -
27 -DESCRIPTION="C64 SID player"
28 -HOMEPAGE="http://sidplay2.sourceforge.net/"
29 -SRC_URI="mirror://sourceforge/sidplay2/${P}.tar.gz"
30 -
31 -LICENSE="GPL-2"
32 -SLOT="0"
33 -KEYWORDS="alpha amd64 ~hppa ppc ~sparc x86"
34 -IUSE=""
35 -
36 -RDEPEND=">=media-libs/libsidplay-2.1"
37 -DEPEND="${RDEPEND}
38 - virtual/pkgconfig"
39 -
40 -PATCHES=(
41 - "${FILESDIR}/${P}-gcc43.patch"
42 - "${FILESDIR}/${P}-gcc44.patch"
43 -)