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 7B503138334 for ; Wed, 15 May 2019 12:32:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 70E78E08A4; Wed, 15 May 2019 12:32:02 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 549D1E08A4 for ; Wed, 15 May 2019 12:32:01 +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 7CA30344550 for ; Wed, 15 May 2019 12:32:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 682275D9 for ; Wed, 15 May 2019 12:31:58 +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: <1557923057.1e804ecf2b0730e495affc67b82a62e2ad150aa6.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/rawtherapee/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/rawtherapee/rawtherapee-5.6.ebuild X-VCS-Directories: media-gfx/rawtherapee/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 1e804ecf2b0730e495affc67b82a62e2ad150aa6 X-VCS-Branch: master Date: Wed, 15 May 2019 12:31:58 +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: 9b082a32-a420-4a1a-ac06-5efe6714005d X-Archives-Hash: 9882a06d06b73a95ac49f56b6db6fba6 commit: 1e804ecf2b0730e495affc67b82a62e2ad150aa6 Author: Francesco Riosa gmail com> AuthorDate: Wed Apr 24 23:20:36 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed May 15 12:24:17 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e804ecf media-gfx/rawtherapee: bump to EAPI=7 Follow juippis suggestions to bump eapi. Signed-off-by: Francesco Riosa gmail.com> Signed-off-by: Andreas Sturmlechner gentoo.org> media-gfx/rawtherapee/rawtherapee-5.6.ebuild | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/media-gfx/rawtherapee/rawtherapee-5.6.ebuild b/media-gfx/rawtherapee/rawtherapee-5.6.ebuild index 328a0379142..48b8dca754d 100644 --- a/media-gfx/rawtherapee/rawtherapee-5.6.ebuild +++ b/media-gfx/rawtherapee/rawtherapee-5.6.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 - -inherit cmake-utils flag-o-matic gnome2-utils toolchain-funcs xdg-utils +EAPI=7 MY_P=${P/_rc/-rc} +inherit cmake-utils flag-o-matic toolchain-funcs xdg-utils + DESCRIPTION="A powerful cross-platform raw image processing program" HOMEPAGE="https://www.rawtherapee.com/" SRC_URI="https://rawtherapee.com/shared/source/${MY_P}.tar.xz" @@ -30,10 +30,9 @@ RDEPEND=" virtual/jpeg:0 x11-libs/gtk+:3" DEPEND="${RDEPEND} - app-arch/xz-utils dev-cpp/gtkmm:3.0 - gnome-base/librsvg - virtual/pkgconfig" + gnome-base/librsvg" +BDEPEND="virtual/pkgconfig" S="${WORKDIR}/${MY_P}" @@ -63,11 +62,11 @@ src_configure() { } pkg_postinst() { - gnome2_icon_cache_update + xdg_icon_cache_update xdg_desktop_database_update } pkg_postrm() { - gnome2_icon_cache_update + xdg_icon_cache_update xdg_desktop_database_update }