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: Sat, 09 Feb 2019 20:58:23
Message-Id: 1549745865.7373c06c867f86ca40ca1a5007f605ecd3b2a2a5.asturm@gentoo
1 commit: 7373c06c867f86ca40ca1a5007f605ecd3b2a2a5
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 9 20:07:49 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 9 20:57:45 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7373c06c
7
8 media-sound/sidplay: EAPI-7 bump
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-sound/sidplay/sidplay-2.0.9-r1.ebuild | 22 ++++++++++++++++++++++
14 1 file changed, 22 insertions(+)
15
16 diff --git a/media-sound/sidplay/sidplay-2.0.9-r1.ebuild b/media-sound/sidplay/sidplay-2.0.9-r1.ebuild
17 new file mode 100644
18 index 00000000000..b10d636702c
19 --- /dev/null
20 +++ b/media-sound/sidplay/sidplay-2.0.9-r1.ebuild
21 @@ -0,0 +1,22 @@
22 +# Copyright 1999-2019 Gentoo Authors
23 +# Distributed under the terms of the GNU General Public License v2
24 +
25 +EAPI=7
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 +BDEPEND="virtual/pkgconfig"
37 +DEPEND="media-libs/libsidplay:2"
38 +RDEPEND="${DEPEND}"
39 +
40 +PATCHES=(
41 + "${FILESDIR}/${P}-gcc43.patch"
42 + "${FILESDIR}/${P}-gcc44.patch"
43 +)