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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 27B44158086 for ; Tue, 30 Nov 2021 13:30:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6ECC1E0916; Tue, 30 Nov 2021 13:30:09 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1F3FEE091B for ; Tue, 30 Nov 2021 13:30:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0AA7D342F07 for ; Tue, 30 Nov 2021 13:30:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 54A2A1FB for ; Tue, 30 Nov 2021 13:30:06 +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: <1638278994.df754f458143e3af957217c6397c309fd3a5b1a1.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/kdenlive/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-apps/kdenlive/kdenlive-21.08.3.ebuild kde-apps/kdenlive/kdenlive-21.11.90.ebuild X-VCS-Directories: kde-apps/kdenlive/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: df754f458143e3af957217c6397c309fd3a5b1a1 X-VCS-Branch: master Date: Tue, 30 Nov 2021 13:30:06 +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: 59f92eca-37ef-41d3-b7c7-d82c2dba0c7d X-Archives-Hash: 1387e3356def650ef0928d69d7c1ab40 commit: df754f458143e3af957217c6397c309fd3a5b1a1 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Nov 30 12:31:47 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Nov 30 13:29:54 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df754f45 kde-apps/kdenlive: Drop obsolete pkg_postinst info MOD_PLUS and dependency are currently enforced via media-libs/mlt[qt5] usedep. Bug: https://bugs.gentoo.org/603168 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/kdenlive/kdenlive-21.08.3.ebuild | 9 +-------- kde-apps/kdenlive/kdenlive-21.11.90.ebuild | 9 +-------- 2 files changed, 2 insertions(+), 16 deletions(-) diff --git a/kde-apps/kdenlive/kdenlive-21.08.3.ebuild b/kde-apps/kdenlive/kdenlive-21.08.3.ebuild index e5b72934e625..7572e7dc403d 100644 --- a/kde-apps/kdenlive/kdenlive-21.08.3.ebuild +++ b/kde-apps/kdenlive/kdenlive-21.08.3.ebuild @@ -9,7 +9,7 @@ ECM_TEST="true" KFMIN=5.84.0 QTMIN=5.15.2 VIRTUALX_REQUIRED="test" -inherit ecm kde.org optfeature +inherit ecm kde.org DESCRIPTION="Non-linear video editing suite by KDE" HOMEPAGE="https://kdenlive.org/en/" @@ -75,10 +75,3 @@ src_configure() { ) ecm_src_configure } - -pkg_postinst() { - ecm_pkg_postinst - - # Gentoo bug 603168 - optfeature "Crop, Transform/Rotate and Shear effect" "media-libs/mlt[fftw]" -} diff --git a/kde-apps/kdenlive/kdenlive-21.11.90.ebuild b/kde-apps/kdenlive/kdenlive-21.11.90.ebuild index d2d5fe542d07..7f0dc2cd43e2 100644 --- a/kde-apps/kdenlive/kdenlive-21.11.90.ebuild +++ b/kde-apps/kdenlive/kdenlive-21.11.90.ebuild @@ -9,7 +9,7 @@ ECM_TEST="true" KFMIN=5.88.0 QTMIN=5.15.2 VIRTUALX_REQUIRED="test" -inherit ecm kde.org optfeature +inherit ecm kde.org DESCRIPTION="Non-linear video editing suite by KDE" HOMEPAGE="https://kdenlive.org/en/" @@ -75,10 +75,3 @@ src_configure() { ) ecm_src_configure } - -pkg_postinst() { - ecm_pkg_postinst - - # Gentoo bug 603168 - optfeature "Crop, Transform/Rotate and Shear effect" "media-libs/mlt[fftw]" -}