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 15F78139695 for ; Wed, 15 Mar 2017 02:26:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 27F5221C07B; Wed, 15 Mar 2017 02:26:21 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 03E7E21C043 for ; Wed, 15 Mar 2017 02:26:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 984B933BF1B for ; Wed, 15 Mar 2017 02:26:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0C743688E for ; Wed, 15 Mar 2017 02:26:18 +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: <1489544753.8fd42f9f7ac2c6728be110814f2149e106ef8890.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/k4guitune/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/k4guitune/k4guitune-1.1.1.ebuild X-VCS-Directories: media-sound/k4guitune/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 8fd42f9f7ac2c6728be110814f2149e106ef8890 X-VCS-Branch: master Date: Wed, 15 Mar 2017 02:26:18 +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: 3b52f8cb-a493-4a09-82f5-57aca913927f X-Archives-Hash: afbb095eb208f70f17261d147d10a66d commit: 8fd42f9f7ac2c6728be110814f2149e106ef8890 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Mar 14 22:50:04 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Mar 15 02:25:53 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fd42f9f media-sound/k4guitune: Bump to EAPI 6, drop obsolete src_prepare Silence repoman by fixing DESCRIPTION, length and grammar. Package-Manager: Portage-2.3.3, Repoman-2.3.1 media-sound/k4guitune/k4guitune-1.1.1.ebuild | 23 +++++++++-------------- 1 file changed, 9 insertions(+), 14 deletions(-) diff --git a/media-sound/k4guitune/k4guitune-1.1.1.ebuild b/media-sound/k4guitune/k4guitune-1.1.1.ebuild index 31850eab31a..91e563101b2 100644 --- a/media-sound/k4guitune/k4guitune-1.1.1.ebuild +++ b/media-sound/k4guitune/k4guitune-1.1.1.ebuild @@ -1,12 +1,13 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=6 -KDE_HANDBOOK=optional +# QT3SUPPORT_REQUIRED +KDE_HANDBOOK="optional" inherit kde4-base -DESCRIPTION="A program to tune a musical instrument using your computer and it's mic- or line- input" +DESCRIPTION="Program to tune musical instruments using your computer's mic- or line- input" HOMEPAGE="http://wspinell.altervista.org/k4guitune/ http://www.kde-apps.org/content/show.php/K4Guitune?content=117669" SRC_URI="http://www.kde-apps.org/CONTENT/content-files/117669-${P}.tar.gz" @@ -15,22 +16,16 @@ SLOT="4" KEYWORDS="~amd64 ~x86" IUSE="debug" -DEPEND="=sci-libs/fftw-3*" +RDEPEND="sci-libs/fftw:3.0=" +DEPEND="${RDEPEND}" S=${WORKDIR}/${PN} PATCHES=( "${FILESDIR}/${P}-desktop_entry.patch" ) -src_prepare() { - kde4-base_src_prepare - - sed -e '/set[[:space:]]*([[:space:]]*HTML_INSTALL_DIR/s/^/# DISABLED /' \ - -i CMakeLists.txt || die -} - src_configure() { - mycmakeargs=( - $(cmake-utils_use_build handbook doc) + local mycmakeargs=( + -DBUILD_doc=$(usex handbook) ) kde4-base_src_configure