diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-10-04 01:07:41 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-10-04 01:26:29 +0200 |
commit | a37e5e53453ecae495208acef9f97113f7dd9aec (patch) | |
tree | 87592c77aa11153f826330115b843bdc7635afa6 /media-sound/bristol | |
parent | media-sound/bristol: Fix build, fix QA warning, EAPI-7 bump (diff) | |
download | gentoo-a37e5e53453ecae495208acef9f97113f7dd9aec.tar.gz gentoo-a37e5e53453ecae495208acef9f97113f7dd9aec.tar.bz2 gentoo-a37e5e53453ecae495208acef9f97113f7dd9aec.zip |
media-sound/bristol: Drop old
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.11
Diffstat (limited to 'media-sound/bristol')
-rw-r--r-- | media-sound/bristol/Manifest | 1 | ||||
-rw-r--r-- | media-sound/bristol/bristol-0.60.11.ebuild | 47 | ||||
-rw-r--r-- | media-sound/bristol/bristol-0.60.9.ebuild | 44 | ||||
-rw-r--r-- | media-sound/bristol/files/bristol-0.60.9-cflags.patch | 10 |
4 files changed, 0 insertions, 102 deletions
diff --git a/media-sound/bristol/Manifest b/media-sound/bristol/Manifest index dc76fe4d2fbf..b9b5a0550a2b 100644 --- a/media-sound/bristol/Manifest +++ b/media-sound/bristol/Manifest @@ -1,2 +1 @@ DIST bristol-0.60.11.tar.gz 4218697 BLAKE2B f981b3d54e763092539ff631cbb48c06846a1fdde79db385a904d1af280ffd1520c88cbcfdc7f3d504cc65bde35c55f804545eed5ccac14b1ab17b1dce3e184e SHA512 2485e89cc46922b436e47c28e66a1f5ba032f6ad16bc0bb865ce70b25ffe9658e63dcab7203a982f7610839fd862a0f4dbe905908f22c4ed24e083d9770fc180 -DIST bristol-0.60.9.tar.gz 4323706 BLAKE2B 39c9a834ba9411f7a434dbc8db8630dd0200c25e645a315b57f1ed8626c816b42da6b5473ff882a01f766ed10240cf7bce98d3091be5c2a8e16c4af0cd6afd5f SHA512 216af07af507ecefa4f2ddcd61fda1c1b7456df1d50cd31112fcf2aa6a3aa153557f72d7ec35f5df70b9ce33935f01d27c8ad2cd42fef9622f3645179ae685ff diff --git a/media-sound/bristol/bristol-0.60.11.ebuild b/media-sound/bristol/bristol-0.60.11.ebuild deleted file mode 100644 index a5df5a182405..000000000000 --- a/media-sound/bristol/bristol-0.60.11.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit eutils autotools - -DESCRIPTION="Synthesizer keyboard emulation package: Moog, Hammond and others" -HOMEPAGE="https://sourceforge.net/projects/bristol" -SRC_URI="mirror://sourceforge/bristol/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="alsa oss static-libs" -# osc : configure option but no code it seems... -# jack: fails to build if disabled -# pulseaudio: not fully supported - -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} - virtual/pkgconfig - x11-base/xorg-proto" - -DOCS=( AUTHORS ChangeLog HOWTO NEWS README ) - -src_prepare() { - epatch "${FILESDIR}"/${P}-cflags.patch - epatch "${FILESDIR}"/${P}-implicit-dec.patch - eautoreconf -} - -src_configure() { - econf \ - $(use_enable static-libs static) \ - --disable-version-check \ - $(use_enable oss) \ - $(use_enable alsa) -} - -src_install() { - default - prune_libtool_files -} diff --git a/media-sound/bristol/bristol-0.60.9.ebuild b/media-sound/bristol/bristol-0.60.9.ebuild deleted file mode 100644 index 1b2744c0bfc8..000000000000 --- a/media-sound/bristol/bristol-0.60.9.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="4" - -inherit eutils autotools-utils - -DESCRIPTION="Synthesizer keyboard emulation package: Moog, Hammond and others" -HOMEPAGE="https://sourceforge.net/projects/bristol" -SRC_URI="mirror://sourceforge/bristol/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="alsa oss 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 ) - x11-libs/libX11" -# osc? ( >=media-libs/liblo-0.22 ) -DEPEND="${RDEPEND} - virtual/pkgconfig - x11-base/xorg-proto" - -DOCS=( AUTHORS ChangeLog HOWTO NEWS README ) - -PATCHES=( "${FILESDIR}"/${P}-cflags.patch ) - -src_prepare() { - autotools-utils_src_prepare - eautoreconf -} - -src_configure() { - local myeconfargs=( - --disable-version-check - $(use_enable alsa) - $(use_enable oss) - #$(use_enable osc liblo) - ) - autotools-utils_src_configure -} diff --git a/media-sound/bristol/files/bristol-0.60.9-cflags.patch b/media-sound/bristol/files/bristol-0.60.9-cflags.patch deleted file mode 100644 index 502b8eb937fe..000000000000 --- a/media-sound/bristol/files/bristol-0.60.9-cflags.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- bristol-0.60.9/libbrighton/Makefile.am.orig -+++ bristol-0.60.9/libbrighton/Makefile.am -@@ -1,6 +1,6 @@ - AUTOMAKE_OPTIONS = foreign - --AM_CFLAGS = -pthread -Wall -g -I$(srcdir)/../include/brighton -I/usr/X11R6/include/ -I. -O0 @BRIGHTON_HAS_X11@ @BRIGHTON_HAS_AUTOZOOM@ -+AM_CFLAGS = -pthread -Wall -I$(srcdir)/../include/brighton -I/usr/X11R6/include/ -I. @BRIGHTON_HAS_X11@ @BRIGHTON_HAS_AUTOZOOM@ - libbrighton_la_LDFLAGS=-export-dynamic -version-info @BRISTOL_SO_VERSION@ @BRIGHTON_LIBXLIBS@ @BRIGHTON_LIBXLIBS@ - - lib_LTLIBRARIES = libbrighton.la |