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 B5524138359 for ; Tue, 28 Jul 2020 14:29:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DA773E0928; Tue, 28 Jul 2020 14:29:56 +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 9BE2BE0928 for ; Tue, 28 Jul 2020 14:29:56 +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 9698F34F1D3 for ; Tue, 28 Jul 2020 14:29:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 49C84274 for ; Tue, 28 Jul 2020 14:29:54 +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: <1595946562.bd9e2c050a41d1bf2547242bd9501d8cf0413291.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/ffdiaporama/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/ffdiaporama/ffdiaporama-2.2_pre20140701-r2.ebuild X-VCS-Directories: media-video/ffdiaporama/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: bd9e2c050a41d1bf2547242bd9501d8cf0413291 X-VCS-Branch: master Date: Tue, 28 Jul 2020 14:29:54 +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: 752f27b3-0a5d-4668-8e66-d5dbcc0da06e X-Archives-Hash: 14cb50eb118aa9621b1445321cb848ac commit: bd9e2c050a41d1bf2547242bd9501d8cf0413291 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Jul 15 10:47:16 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Jul 28 14:29:22 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd9e2c05 media-video/ffdiaporama: EAPI-7 bump, drop gnome2-utils Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Andreas Sturmlechner gentoo.org> .../ffdiaporama/ffdiaporama-2.2_pre20140701-r2.ebuild | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/media-video/ffdiaporama/ffdiaporama-2.2_pre20140701-r2.ebuild b/media-video/ffdiaporama/ffdiaporama-2.2_pre20140701-r2.ebuild index 78ec3bfd11d..18f8f973731 100644 --- a/media-video/ffdiaporama/ffdiaporama-2.2_pre20140701-r2.ebuild +++ b/media-video/ffdiaporama/ffdiaporama-2.2_pre20140701-r2.ebuild @@ -1,14 +1,14 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 - -inherit gnome2-utils qmake-utils xdg-utils +EAPI=7 MY_PV=${PV%_pre20140701} BIN_PV=${MY_PV}.devel.2014.0701 RSC_PV=${MY_PV}.devel.2014.0503 TMT_PV=1.0.2014.0125 +inherit qmake-utils xdg-utils + DESCRIPTION="Movie creator from photos and video clips" HOMEPAGE="https://ffdiaporama.tuxfamily.org" SRC_URI="https://download.tuxfamily.org/${PN}/Packages/Devel/${PN}_bin_${BIN_PV}.tar.gz @@ -18,8 +18,7 @@ SRC_URI="https://download.tuxfamily.org/${PN}/Packages/Devel/${PN}_bin_${BIN_PV} https://dev.gentoo.org/~jstein/dist/ffdiaporama-2.2-ffmpeg-4.0.patch texturemate? ( https://download.tuxfamily.org/${PN}/Packages/Stable/${PN}_texturemate_${TMT_PV}.tar.gz )" -LICENSE="GPL-2 - texturemate? ( CC-BY-3.0 )" +LICENSE="GPL-2 texturemate? ( CC-BY-3.0 )" SLOT="0" KEYWORDS="amd64 x86" IUSE="openclipart texturemate" @@ -67,11 +66,11 @@ src_install() { pkg_postinst() { xdg_desktop_database_update xdg_mimeinfo_database_update - gnome2_icon_cache_update + xdg_icon_cache_update } pkg_postrm() { xdg_desktop_database_update xdg_mimeinfo_database_update - gnome2_icon_cache_update + xdg_icon_cache_update }