summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-sound/synaesthesia/synaesthesia-2.4.ebuild')
-rw-r--r--media-sound/synaesthesia/synaesthesia-2.4.ebuild27
1 files changed, 0 insertions, 27 deletions
diff --git a/media-sound/synaesthesia/synaesthesia-2.4.ebuild b/media-sound/synaesthesia/synaesthesia-2.4.ebuild
deleted file mode 100644
index e431ff390070..000000000000
--- a/media-sound/synaesthesia/synaesthesia-2.4.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-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"
-
-src_prepare() {
- default
- sed -e '/CFLAGS=/s:-O4:${CFLAGS}:' \
- -e '/CXXFLAGS=/s:-O4:${CXXFLAGS}:' -i configure || die "sed failed"
- sed -e 's:void inline:inline void:' -i syna.h || die "sed failed"
-}