summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-sound/bristol/bristol-0.50.8.ebuild')
-rw-r--r--media-sound/bristol/bristol-0.50.8.ebuild35
1 files changed, 0 insertions, 35 deletions
diff --git a/media-sound/bristol/bristol-0.50.8.ebuild b/media-sound/bristol/bristol-0.50.8.ebuild
deleted file mode 100644
index c0c40d222e84..000000000000
--- a/media-sound/bristol/bristol-0.50.8.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/bristol/bristol-0.50.8.ebuild,v 1.1 2010/05/05 12:00:19 aballier Exp $
-
-DESCRIPTION="Synthesizer keyboard emulation package: Moog, Hammond and others"
-HOMEPAGE="http://sourceforge.net/projects/bristol"
-SRC_URI="mirror://sourceforge/bristol/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="alsa oss"
-# osc : configure option but no code it seems...
-# jack: fails to build if disabled
-
-RDEPEND=">=media-sound/jack-audio-connection-kit-0.109.2
- alsa? ( >=media-libs/alsa-lib-1.0.0 )
- x11-libs/libX11"
-# osc? ( >=media-libs/liblo-0.22 )
-DEPEND="${RDEPEND}
- x11-proto/xproto
- dev-util/pkgconfig"
-
-src_compile() {
- econf \
- $(use_enable alsa) \
- $(use_enable oss)
-# $(use_enable osc liblo)
- emake || die "make failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "make install failed"
- dodoc AUTHORS ChangeLog NEWS README
-}