summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-03-11 00:12:00 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2019-03-11 00:57:28 +0100
commitacc479bc0d162748a0f6d0e1e0db8404502b1ce5 (patch)
treee2ba0e3b36a2fbc6260ba80cfb04ae423efc0db2 /media-sound
parentmedia-sound/sidplayfp: Drop 1.4.0 (diff)
downloadgentoo-acc479bc0d162748a0f6d0e1e0db8404502b1ce5.tar.gz
gentoo-acc479bc0d162748a0f6d0e1e0db8404502b1ce5.tar.bz2
gentoo-acc479bc0d162748a0f6d0e1e0db8404502b1ce5.zip
media-sound/sidplay: Drop 2.0.9 (r0)
Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/sidplay/sidplay-2.0.9.ebuild22
1 files changed, 0 insertions, 22 deletions
diff --git a/media-sound/sidplay/sidplay-2.0.9.ebuild b/media-sound/sidplay/sidplay-2.0.9.ebuild
deleted file mode 100644
index e9a2c0d50f34..000000000000
--- a/media-sound/sidplay/sidplay-2.0.9.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-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=""
-
-RDEPEND=">=media-libs/libsidplay-2.1"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-PATCHES=(
- "${FILESDIR}/${P}-gcc43.patch"
- "${FILESDIR}/${P}-gcc44.patch"
-)