Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/bristol/, media-sound/bristol/files/
Date: Wed, 03 Oct 2018 23:26:58
Message-Id: 1538609189.a37e5e53453ecae495208acef9f97113f7dd9aec.asturm@gentoo
1 commit: a37e5e53453ecae495208acef9f97113f7dd9aec
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Wed Oct 3 23:07:41 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 3 23:26:29 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a37e5e53
7
8 media-sound/bristol: Drop old
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11 Package-Manager: Portage-2.3.50, Repoman-2.3.11
12
13 media-sound/bristol/Manifest | 1 -
14 media-sound/bristol/bristol-0.60.11.ebuild | 47 ----------------------
15 media-sound/bristol/bristol-0.60.9.ebuild | 44 --------------------
16 .../bristol/files/bristol-0.60.9-cflags.patch | 10 -----
17 4 files changed, 102 deletions(-)
18
19 diff --git a/media-sound/bristol/Manifest b/media-sound/bristol/Manifest
20 index dc76fe4d2fb..b9b5a0550a2 100644
21 --- a/media-sound/bristol/Manifest
22 +++ b/media-sound/bristol/Manifest
23 @@ -1,2 +1 @@
24 DIST bristol-0.60.11.tar.gz 4218697 BLAKE2B f981b3d54e763092539ff631cbb48c06846a1fdde79db385a904d1af280ffd1520c88cbcfdc7f3d504cc65bde35c55f804545eed5ccac14b1ab17b1dce3e184e SHA512 2485e89cc46922b436e47c28e66a1f5ba032f6ad16bc0bb865ce70b25ffe9658e63dcab7203a982f7610839fd862a0f4dbe905908f22c4ed24e083d9770fc180
25 -DIST bristol-0.60.9.tar.gz 4323706 BLAKE2B 39c9a834ba9411f7a434dbc8db8630dd0200c25e645a315b57f1ed8626c816b42da6b5473ff882a01f766ed10240cf7bce98d3091be5c2a8e16c4af0cd6afd5f SHA512 216af07af507ecefa4f2ddcd61fda1c1b7456df1d50cd31112fcf2aa6a3aa153557f72d7ec35f5df70b9ce33935f01d27c8ad2cd42fef9622f3645179ae685ff
26
27 diff --git a/media-sound/bristol/bristol-0.60.11.ebuild b/media-sound/bristol/bristol-0.60.11.ebuild
28 deleted file mode 100644
29 index a5df5a18240..00000000000
30 --- a/media-sound/bristol/bristol-0.60.11.ebuild
31 +++ /dev/null
32 @@ -1,47 +0,0 @@
33 -# Copyright 1999-2018 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=5
37 -
38 -inherit eutils autotools
39 -
40 -DESCRIPTION="Synthesizer keyboard emulation package: Moog, Hammond and others"
41 -HOMEPAGE="https://sourceforge.net/projects/bristol"
42 -SRC_URI="mirror://sourceforge/bristol/${P}.tar.gz"
43 -
44 -LICENSE="GPL-2"
45 -SLOT="0"
46 -KEYWORDS="~amd64 ~x86"
47 -IUSE="alsa oss static-libs"
48 -# osc : configure option but no code it seems...
49 -# jack: fails to build if disabled
50 -# pulseaudio: not fully supported
51 -
52 -RDEPEND=">=media-sound/jack-audio-connection-kit-0.109.2
53 - alsa? ( >=media-libs/alsa-lib-1.0.0 )
54 - x11-libs/libX11"
55 -# osc? ( >=media-libs/liblo-0.22 )
56 -DEPEND="${RDEPEND}
57 - virtual/pkgconfig
58 - x11-base/xorg-proto"
59 -
60 -DOCS=( AUTHORS ChangeLog HOWTO NEWS README )
61 -
62 -src_prepare() {
63 - epatch "${FILESDIR}"/${P}-cflags.patch
64 - epatch "${FILESDIR}"/${P}-implicit-dec.patch
65 - eautoreconf
66 -}
67 -
68 -src_configure() {
69 - econf \
70 - $(use_enable static-libs static) \
71 - --disable-version-check \
72 - $(use_enable oss) \
73 - $(use_enable alsa)
74 -}
75 -
76 -src_install() {
77 - default
78 - prune_libtool_files
79 -}
80
81 diff --git a/media-sound/bristol/bristol-0.60.9.ebuild b/media-sound/bristol/bristol-0.60.9.ebuild
82 deleted file mode 100644
83 index 1b2744c0bfc..00000000000
84 --- a/media-sound/bristol/bristol-0.60.9.ebuild
85 +++ /dev/null
86 @@ -1,44 +0,0 @@
87 -# Copyright 1999-2018 Gentoo Foundation
88 -# Distributed under the terms of the GNU General Public License v2
89 -
90 -EAPI="4"
91 -
92 -inherit eutils autotools-utils
93 -
94 -DESCRIPTION="Synthesizer keyboard emulation package: Moog, Hammond and others"
95 -HOMEPAGE="https://sourceforge.net/projects/bristol"
96 -SRC_URI="mirror://sourceforge/bristol/${P}.tar.gz"
97 -
98 -LICENSE="GPL-2"
99 -SLOT="0"
100 -KEYWORDS="~amd64 ~x86"
101 -IUSE="alsa oss static-libs"
102 -# osc : configure option but no code it seems...
103 -# jack: fails to build if disabled
104 -
105 -RDEPEND=">=media-sound/jack-audio-connection-kit-0.109.2
106 - alsa? ( >=media-libs/alsa-lib-1.0.0 )
107 - x11-libs/libX11"
108 -# osc? ( >=media-libs/liblo-0.22 )
109 -DEPEND="${RDEPEND}
110 - virtual/pkgconfig
111 - x11-base/xorg-proto"
112 -
113 -DOCS=( AUTHORS ChangeLog HOWTO NEWS README )
114 -
115 -PATCHES=( "${FILESDIR}"/${P}-cflags.patch )
116 -
117 -src_prepare() {
118 - autotools-utils_src_prepare
119 - eautoreconf
120 -}
121 -
122 -src_configure() {
123 - local myeconfargs=(
124 - --disable-version-check
125 - $(use_enable alsa)
126 - $(use_enable oss)
127 - #$(use_enable osc liblo)
128 - )
129 - autotools-utils_src_configure
130 -}
131
132 diff --git a/media-sound/bristol/files/bristol-0.60.9-cflags.patch b/media-sound/bristol/files/bristol-0.60.9-cflags.patch
133 deleted file mode 100644
134 index 502b8eb937f..00000000000
135 --- a/media-sound/bristol/files/bristol-0.60.9-cflags.patch
136 +++ /dev/null
137 @@ -1,10 +0,0 @@
138 ---- bristol-0.60.9/libbrighton/Makefile.am.orig
139 -+++ bristol-0.60.9/libbrighton/Makefile.am
140 -@@ -1,6 +1,6 @@
141 - AUTOMAKE_OPTIONS = foreign
142 -
143 --AM_CFLAGS = -pthread -Wall -g -I$(srcdir)/../include/brighton -I/usr/X11R6/include/ -I. -O0 @BRIGHTON_HAS_X11@ @BRIGHTON_HAS_AUTOZOOM@
144 -+AM_CFLAGS = -pthread -Wall -I$(srcdir)/../include/brighton -I/usr/X11R6/include/ -I. @BRIGHTON_HAS_X11@ @BRIGHTON_HAS_AUTOZOOM@
145 - libbrighton_la_LDFLAGS=-export-dynamic -version-info @BRISTOL_SO_VERSION@ @BRIGHTON_LIBXLIBS@ @BRIGHTON_LIBXLIBS@
146 -
147 - lib_LTLIBRARIES = libbrighton.la