summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2013-03-09 21:44:00 +0000
committerTim Harder <radhermit@gentoo.org>2013-03-09 21:44:00 +0000
commit4b2cbb0f801d3846c5661382e5fa4c27a65aebbe (patch)
tree207556396582bfede7ad189aa353383bcc1a912b /media-sound/bristol
parentVersion bump, drop pulseaudio use flag since it's not fully supported (bug #4... (diff)
downloadgentoo-2-4b2cbb0f801d3846c5661382e5fa4c27a65aebbe.tar.gz
gentoo-2-4b2cbb0f801d3846c5661382e5fa4c27a65aebbe.tar.bz2
gentoo-2-4b2cbb0f801d3846c5661382e5fa4c27a65aebbe.zip
Remove old.
(Portage version: 2.2.0_alpha165/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'media-sound/bristol')
-rw-r--r--media-sound/bristol/ChangeLog5
-rw-r--r--media-sound/bristol/bristol-0.60.10.ebuild48
2 files changed, 4 insertions, 49 deletions
diff --git a/media-sound/bristol/ChangeLog b/media-sound/bristol/ChangeLog
index 69ad97d1771b..a492df56469f 100644
--- a/media-sound/bristol/ChangeLog
+++ b/media-sound/bristol/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-sound/bristol
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/bristol/ChangeLog,v 1.15 2013/03/09 21:42:48 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/bristol/ChangeLog,v 1.16 2013/03/09 21:44:00 radhermit Exp $
+
+ 09 Mar 2013; Tim Harder <radhermit@gentoo.org> -bristol-0.60.10.ebuild:
+ Remove old.
*bristol-0.60.11 (09 Mar 2013)
diff --git a/media-sound/bristol/bristol-0.60.10.ebuild b/media-sound/bristol/bristol-0.60.10.ebuild
deleted file mode 100644
index 9742d10d9bea..000000000000
--- a/media-sound/bristol/bristol-0.60.10.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/bristol/bristol-0.60.10.ebuild,v 1.1 2012/06/30 05:54:41 radhermit Exp $
-
-EAPI="4"
-
-inherit eutils autotools
-
-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 pulseaudio static-libs"
-# 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 )
- pulseaudio? ( media-sound/pulseaudio )
- x11-libs/libX11"
-# osc? ( >=media-libs/liblo-0.22 )
-DEPEND="${RDEPEND}
- x11-proto/xproto
- virtual/pkgconfig"
-
-DOCS=( AUTHORS ChangeLog HOWTO NEWS README )
-
-src_prepare() {
- epatch "${FILESDIR}"/${PN}-0.60.9-cflags.patch
- eautoreconf
-}
-
-src_configure() {
- econf \
- $(use_enable static-libs static) \
- --disable-version-check \
- $(use_enable oss) \
- $(use_enable alsa) \
- $(use_enable pulseaudio)
-}
-
-src_install() {
- default
- prune_libtool_files
-}