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 F38421382C5 for ; Thu, 21 May 2020 19:45:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1C493E08B1; Thu, 21 May 2020 19:45:11 +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 F2EDBE08B1 for ; Thu, 21 May 2020 19:45:10 +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 4318234F2A4 for ; Thu, 21 May 2020 19:45:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 16C97230 for ; Thu, 21 May 2020 19:45:07 +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: <1590090296.1d811969c250cd7f6a3709cdb643edd285624988.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/mandelbulber/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/mandelbulber/mandelbulber-2.12-r1.ebuild X-VCS-Directories: media-gfx/mandelbulber/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 1d811969c250cd7f6a3709cdb643edd285624988 X-VCS-Branch: master Date: Thu, 21 May 2020 19:45:07 +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: af298a58-13ec-4036-9879-dfdac1eeebbd X-Archives-Hash: 826d97a017fb8e687e8db1bc2f90548a commit: 1d811969c250cd7f6a3709cdb643edd285624988 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu May 21 19:44:56 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu May 21 19:44:56 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d811969 media-gfx/mandelbulber: EAPI-7 bump, xdg-utils, use https Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Andreas Sturmlechner gentoo.org> media-gfx/mandelbulber/mandelbulber-2.12-r1.ebuild | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/media-gfx/mandelbulber/mandelbulber-2.12-r1.ebuild b/media-gfx/mandelbulber/mandelbulber-2.12-r1.ebuild index 31967ec7254..b50cfb100e6 100644 --- a/media-gfx/mandelbulber/mandelbulber-2.12-r1.ebuild +++ b/media-gfx/mandelbulber/mandelbulber-2.12-r1.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 MY_P="${PN}2-${PV}-1" -inherit desktop gnome2-utils qmake-utils +inherit desktop qmake-utils xdg-utils DESCRIPTION="Tool to render 3D fractals" -HOMEPAGE="http://www.mandelbulber.com" +HOMEPAGE="https://www.mandelbulber.com" SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" LICENSE="CC-BY-4.0 GPL-3" @@ -15,6 +15,9 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="opencl openexr sndfile tiff" +BDEPEND=" + virtual/pkgconfig +" RDEPEND=" dev-libs/lzo dev-qt/qtcore:5 @@ -35,7 +38,6 @@ RDEPEND=" " DEPEND="${RDEPEND} dev-qt/designer:5 - virtual/pkgconfig " S=${WORKDIR}/${MY_P} @@ -74,9 +76,9 @@ src_install() { } pkg_postinst() { - gnome2_icon_cache_update + xdg_icon_cache_update } pkg_postrm() { - gnome2_icon_cache_update + xdg_icon_cache_update }