diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-02-09 21:07:49 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-02-09 21:57:45 +0100 |
commit | 7373c06c867f86ca40ca1a5007f605ecd3b2a2a5 (patch) | |
tree | 6948b88748f1e37d6bd3ecaca4cf59cffd2685f6 /media-sound/sidplay | |
parent | media-libs/libsidplay: EAPI-7 bump, fix arm64/ppc64 build with GCC-6 (diff) | |
download | gentoo-7373c06c867f86ca40ca1a5007f605ecd3b2a2a5.tar.gz gentoo-7373c06c867f86ca40ca1a5007f605ecd3b2a2a5.tar.bz2 gentoo-7373c06c867f86ca40ca1a5007f605ecd3b2a2a5.zip |
media-sound/sidplay: EAPI-7 bump
Package-Manager: Portage-2.3.59, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-sound/sidplay')
-rw-r--r-- | media-sound/sidplay/sidplay-2.0.9-r1.ebuild | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/media-sound/sidplay/sidplay-2.0.9-r1.ebuild b/media-sound/sidplay/sidplay-2.0.9-r1.ebuild new file mode 100644 index 000000000000..b10d636702c8 --- /dev/null +++ b/media-sound/sidplay/sidplay-2.0.9-r1.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="C64 SID player" +HOMEPAGE="http://sidplay2.sourceforge.net/" +SRC_URI="mirror://sourceforge/sidplay2/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="alpha amd64 ~hppa ppc ~sparc x86" +IUSE="" + +BDEPEND="virtual/pkgconfig" +DEPEND="media-libs/libsidplay:2" +RDEPEND="${DEPEND}" + +PATCHES=( + "${FILESDIR}/${P}-gcc43.patch" + "${FILESDIR}/${P}-gcc44.patch" +) |