summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiroslav Šulc <fordfrog@gentoo.org>2023-10-05 09:16:53 +0200
committerMiroslav Šulc <fordfrog@gentoo.org>2023-10-05 09:16:53 +0200
commita248e13f5e6da4350b62dfd2c13d485346193741 (patch)
tree6e4cf3f9b62ccefd9d8ca1a78497fffd3a426eaf
parentprofiles/features/musl: Drop pgbouncer mask (diff)
downloadgentoo-a248e13f5e6da4350b62dfd2c13d485346193741.tar.gz
gentoo-a248e13f5e6da4350b62dfd2c13d485346193741.tar.bz2
gentoo-a248e13f5e6da4350b62dfd2c13d485346193741.zip
media-sound/sidplay: dropped obsolete 2.0.9-r1
Bug: https://bugs.gentoo.org/915167 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
-rw-r--r--media-sound/sidplay/sidplay-2.0.9-r1.ebuild22
1 files changed, 0 insertions, 22 deletions
diff --git a/media-sound/sidplay/sidplay-2.0.9-r1.ebuild b/media-sound/sidplay/sidplay-2.0.9-r1.ebuild
deleted file mode 100644
index a9862b89b885..000000000000
--- a/media-sound/sidplay/sidplay-2.0.9-r1.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="C64 SID player"
-HOMEPAGE="https://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"
-)