From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B0E6F138335 for ; Thu, 4 Oct 2018 19:14:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E7C66E08F0; Thu, 4 Oct 2018 19:14:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B51DEE08F0 for ; Thu, 4 Oct 2018 19:14:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 664EB335CEF for ; Thu, 4 Oct 2018 19:14:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 419C2435 for ; Thu, 4 Oct 2018 19:14:31 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1538680313.a7858c40c0099e20413ef9d4f7af8af3f6a2308f.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/csound/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/csound/csound-9999.ebuild X-VCS-Directories: media-sound/csound/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: a7858c40c0099e20413ef9d4f7af8af3f6a2308f X-VCS-Branch: master Date: Thu, 4 Oct 2018 19:14:31 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: d6c63a5e-cb33-4b4d-adc8-9cddc335c214 X-Archives-Hash: 4dd3ddb28ce8edd4d90221d1ad24865a commit: a7858c40c0099e20413ef9d4f7af8af3f6a2308f Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Oct 4 19:02:17 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Oct 4 19:11:53 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7858c40 media-sound/csound: Drop unused CMake variables Bug: https://bugs.gentoo.org/659400 Signed-off-by: Andreas Sturmlechner gentoo.org> Package-Manager: Portage-2.3.50, Repoman-2.3.11 media-sound/csound/csound-9999.ebuild | 27 +++++++-------------------- 1 file changed, 7 insertions(+), 20 deletions(-) diff --git a/media-sound/csound/csound-9999.ebuild b/media-sound/csound/csound-9999.ebuild index 5906af36652..b97419c554c 100644 --- a/media-sound/csound/csound-9999.ebuild +++ b/media-sound/csound/csound-9999.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python2_7 ) -inherit java-pkg-opt-2 toolchain-funcs python-single-r1 cmake-utils +PYTHON_COMPAT=( python2_7 ) +inherit cmake-utils java-pkg-opt-2 python-single-r1 toolchain-funcs if [[ ${PV} == "9999" ]]; then EGIT_REPO_URI="https://github.com/csound/csound.git" @@ -19,15 +19,15 @@ else KEYWORDS="~amd64 ~x86" fi -DESCRIPTION="A sound design and signal processing system for composition and performance" +DESCRIPTION="Sound design and signal processing system for composition and performance" HOMEPAGE="https://csound.github.io/" LICENSE="LGPL-2.1 doc? ( FDL-1.2+ )" SLOT="0" IUSE="+alsa beats chua csoundac curl +cxx debug doc double-precision dssi examples -fltk +fluidsynth +image jack java keyboard linear lua luajit nls osc openmp -portaudio portmidi pulseaudio python samples score static-libs stk tcl test -+threads +utils vim-syntax websocket" +fltk +fluidsynth +image jack java keyboard linear lua luajit nls osc portaudio +portaudio portmidi pulseaudio python samples static-libs stk test +threads +utils +vim-syntax websocket" IUSE_LANGS=" de en_US es es_CO fr it ro ru" @@ -70,10 +70,6 @@ RDEPEND=" pulseaudio? ( media-sound/pulseaudio ) python? ( ${PYTHON_DEPS} ) stk? ( media-libs/stk ) - tcl? ( - >=dev-lang/tcl-8.5:0= - >=dev-lang/tk-8.5:0= - ) utils? ( !media-sound/snd ) websocket? ( net-libs/libwebsockets ) " @@ -96,13 +92,7 @@ fi # requires specific alsa settings RESTRICT="test" -pkg_pretend() { - [[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp -} - pkg_setup() { - [[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp - if use python || use test ; then python-single-r1_pkg_setup fi @@ -148,18 +138,15 @@ src_configure() { -DBUILD_LUA_INTERFACE=$(usex lua) -DUSE_GETTEXT=$(usex nls) -DBUILD_OSC_OPCODES=$(usex osc) - -DUSE_OPEN_MP=$(usex openmp) -DUSE_PORTAUDIO=$(usex portaudio) -DUSE_PORTMIDI=$(usex portmidi) -DUSE_PULSEAUDIO=$(usex pulseaudio) -DBUILD_PYTHON_OPCODES=$(usex python) -DBUILD_PYTHON_INTERFACE=$(usex python) - -DSCORE_PARSER=$(usex score) -DBUILD_STATIC_LIBRARY=$(usex static-libs) -DBUILD_STK_OPCODES=$(usex stk) -DBUILD_TESTS=$(usex test) -DBUILD_STATIC_LIBRARY=$(usex test) - -DBUILD_TCLCSOUND=$(usex tcl) -DBUILD_MULTI_CORE=$(usex threads) -DBUILD_UTILITIES=$(usex utils) -DBUILD_WEBSOCKET_OPCODE=$(usex websocket)