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 E258A138335 for ; Sun, 28 Apr 2019 23:45:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 52B7DE0858; Sun, 28 Apr 2019 23:45:45 +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 36C59E0858 for ; Sun, 28 Apr 2019 23:45:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 B5022342C10 for ; Sun, 28 Apr 2019 23:45:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A52355CD for ; Sun, 28 Apr 2019 23:45:41 +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: <1556495121.4aa1ff27f7f3f3feefcb091b7405f82b70ba204d.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/musescore/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/musescore/musescore-3.0.1-r1.ebuild X-VCS-Directories: media-sound/musescore/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 4aa1ff27f7f3f3feefcb091b7405f82b70ba204d X-VCS-Branch: master Date: Sun, 28 Apr 2019 23:45:41 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 38c78475-aa8c-45e7-9abe-a26712371e6a X-Archives-Hash: bbc2fef778186e278e29b3cd3579834e commit: 4aa1ff27f7f3f3feefcb091b7405f82b70ba204d Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Apr 28 23:34:21 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Apr 28 23:45:21 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4aa1ff27 media-sound/musescore: EAPI-7 bump, switch to xdg.eclass Package-Manager: Portage-2.3.65, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> media-sound/musescore/musescore-3.0.1-r1.ebuild | 27 ++++++++----------------- 1 file changed, 8 insertions(+), 19 deletions(-) diff --git a/media-sound/musescore/musescore-3.0.1-r1.ebuild b/media-sound/musescore/musescore-3.0.1-r1.ebuild index a433e8b6636..b4a8145d3c9 100644 --- a/media-sound/musescore/musescore-3.0.1-r1.ebuild +++ b/media-sound/musescore/musescore-3.0.1-r1.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 CMAKE_MIN_VERSION="3.11" -inherit cmake-utils xdg-utils gnome2-utils +inherit cmake-utils xdg DESCRIPTION="WYSIWYG Music Score Typesetter" HOMEPAGE="https://musescore.org/" @@ -19,7 +19,11 @@ KEYWORDS="~amd64 ~x86" IUSE="alsa debug jack mp3 portaudio portmidi pulseaudio vorbis webengine" REQUIRED_USE="portmidi? ( portaudio )" -RDEPEND=" +BDEPEND=" + dev-qt/linguist-tools:5 + virtual/pkgconfig +" +DEPEND=" dev-qt/designer:5 dev-qt/qtconcurrent:5 dev-qt/qtcore:5 @@ -44,10 +48,7 @@ RDEPEND=" vorbis? ( media-libs/libvorbis ) webengine? ( dev-qt/qtwebengine:5[widgets] ) " -DEPEND="${RDEPEND} - dev-qt/linguist-tools:5 - virtual/pkgconfig -" +RDEPEND="${DEPEND}" PATCHES=( "${FILESDIR}/${P}-man-pages.patch" @@ -87,15 +88,3 @@ src_compile() { cmake-utils_src_make -j1 lrelease manpages cmake-utils_src_compile } - -pkg_postinst() { - xdg_mimeinfo_database_update - xdg_desktop_database_update - gnome2_icon_cache_update -} - -pkg_postrm() { - xdg_mimeinfo_database_update - xdg_desktop_database_update - gnome2_icon_cache_update -}