diff options
author | Tim Harder <radhermit@gentoo.org> | 2011-10-27 05:20:11 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2011-10-27 05:20:11 +0000 |
commit | b37b8798a5a8d787b842c8deacfb3a46bc6b612d (patch) | |
tree | 894d6fe1b724133a05b8dad3ebb80bb5f04135c5 /media-sound/bristol | |
parent | Version bump. (diff) | |
download | gentoo-2-b37b8798a5a8d787b842c8deacfb3a46bc6b612d.tar.gz gentoo-2-b37b8798a5a8d787b842c8deacfb3a46bc6b612d.tar.bz2 gentoo-2-b37b8798a5a8d787b842c8deacfb3a46bc6b612d.zip |
Remove old.
(Portage version: 2.2.0_alpha70/cvs/Linux x86_64)
Diffstat (limited to 'media-sound/bristol')
-rw-r--r-- | media-sound/bristol/ChangeLog | 6 | ||||
-rw-r--r-- | media-sound/bristol/bristol-0.40.4.ebuild | 34 | ||||
-rw-r--r-- | media-sound/bristol/bristol-0.50.8.ebuild | 35 |
3 files changed, 5 insertions, 70 deletions
diff --git a/media-sound/bristol/ChangeLog b/media-sound/bristol/ChangeLog index 4116affc89df..532cc1407a69 100644 --- a/media-sound/bristol/ChangeLog +++ b/media-sound/bristol/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/bristol # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/bristol/ChangeLog,v 1.7 2011/10/27 05:15:56 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/bristol/ChangeLog,v 1.8 2011/10/27 05:20:11 radhermit Exp $ + + 27 Oct 2011; Tim Harder <radhermit@gentoo.org> -bristol-0.40.4.ebuild, + -bristol-0.50.8.ebuild: + Remove old. *bristol-0.60.9 (27 Oct 2011) diff --git a/media-sound/bristol/bristol-0.40.4.ebuild b/media-sound/bristol/bristol-0.40.4.ebuild deleted file mode 100644 index dd256bbc3422..000000000000 --- a/media-sound/bristol/bristol-0.40.4.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/bristol/bristol-0.40.4.ebuild,v 1.1 2009/06/23 20:41:55 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 jack" -# osc : configure option but no code it seems... - -RDEPEND="jack? ( >=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 jack) -# $(use_enable osc liblo) - emake || die "make failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "make install failed" - dodoc AUTHORS ChangeLog NEWS README -} 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 -} |