summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiroslav Šulc <fordfrog@gentoo.org>2023-10-21 09:45:46 +0200
committerMiroslav Šulc <fordfrog@gentoo.org>2023-10-21 09:45:46 +0200
commitc2f298cfba0382ce0e8dd88c28f049b7cbcf3159 (patch)
tree3e8f0870a133b53deacf48d0577ed526c3877814 /media-sound/synaesthesia
parentdev-qt/qtbase: fix qsb and qmake with sandbox (diff)
downloadgentoo-c2f298cfba0382ce0e8dd88c28f049b7cbcf3159.tar.gz
gentoo-c2f298cfba0382ce0e8dd88c28f049b7cbcf3159.tar.bz2
gentoo-c2f298cfba0382ce0e8dd88c28f049b7cbcf3159.zip
media-sound/synaesthesia: dropped obsolete 2.4-r1
Bug: https://bugs.gentoo.org/916041 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'media-sound/synaesthesia')
-rw-r--r--media-sound/synaesthesia/synaesthesia-2.4-r1.ebuild26
1 files changed, 0 insertions, 26 deletions
diff --git a/media-sound/synaesthesia/synaesthesia-2.4-r1.ebuild b/media-sound/synaesthesia/synaesthesia-2.4-r1.ebuild
deleted file mode 100644
index 57f8faec27b7..000000000000
--- a/media-sound/synaesthesia/synaesthesia-2.4-r1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="a nice graphical accompaniment to music"
-HOMEPAGE="http://www.logarithmic.net/pfh/synaesthesia"
-SRC_URI="http://www.logarithmic.net/pfh-files/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
-IUSE="sdl svga"
-
-RDEPEND="
- x11-libs/libXext
- x11-libs/libSM
- sdl? ( >=media-libs/libsdl-1.2 )
- svga? ( >=media-libs/svgalib-1.4.3 )"
-DEPEND="${RDEPEND}
- x11-base/xorg-proto"
-
-PATCHES=(
- "${FILESDIR}"/${P}-respect-flags.patch
- "${FILESDIR}"/${P}-inline-keyword.patch
-)