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 43CC4158534 for ; Wed, 21 Aug 2024 21:47:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E2D4EE2A39; Wed, 21 Aug 2024 21:47:32 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 CBCCCE2A39 for ; Wed, 21 Aug 2024 21:47:32 +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 AFBC1340C8A for ; Wed, 21 Aug 2024 21:47:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D95601EF5 for ; Wed, 21 Aug 2024 21:47:29 +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: <1724273629.6851520008ef7c52928b2460d773b7e4b63037a4.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/dolphin-plugins-mercurial/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/dolphin-plugins-mercurial/dolphin-plugins-mercurial-24.07.90-r1.ebuild kde-apps/dolphin-plugins-mercurial/dolphin-plugins-mercurial-24.07.90.ebuild kde-apps/dolphin-plugins-mercurial/dolphin-plugins-mercurial-24.08.0.ebuild kde-apps/dolphin-plugins-mercurial/dolphin-plugins-mercurial-24.08.49.9999.ebuild kde-apps/dolphin-plugins-mercurial/dolphin-plugins-mercurial-9999.ebuild X-VCS-Directories: kde-apps/dolphin-plugins-mercurial/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 6851520008ef7c52928b2460d773b7e4b63037a4 X-VCS-Branch: master Date: Wed, 21 Aug 2024 21:47:29 +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: 6adecf2b-9473-44d8-8911-1466e31b1419 X-Archives-Hash: de34e10105e8fb858af5db4e857b07d4 commit: 6851520008ef7c52928b2460d773b7e4b63037a4 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Aug 11 21:38:25 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Aug 21 20:53:49 2024 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=68515200 kde-apps/dolphin-plugins-mercurial: RDEPEND on dolphin-plugins-common Drop actually broken find command - no translations were installed. Signed-off-by: Andreas Sturmlechner gentoo.org> ...-24.07.90.ebuild => dolphin-plugins-mercurial-24.07.90-r1.ebuild} | 5 ++--- .../dolphin-plugins-mercurial-24.08.0.ebuild | 5 ++--- .../dolphin-plugins-mercurial-24.08.49.9999.ebuild | 5 ++--- .../dolphin-plugins-mercurial/dolphin-plugins-mercurial-9999.ebuild | 5 ++--- 4 files changed, 8 insertions(+), 12 deletions(-) diff --git a/kde-apps/dolphin-plugins-mercurial/dolphin-plugins-mercurial-24.07.90.ebuild b/kde-apps/dolphin-plugins-mercurial/dolphin-plugins-mercurial-24.07.90-r1.ebuild similarity index 91% rename from kde-apps/dolphin-plugins-mercurial/dolphin-plugins-mercurial-24.07.90.ebuild rename to kde-apps/dolphin-plugins-mercurial/dolphin-plugins-mercurial-24.07.90-r1.ebuild index 13ad966eba..bd403335c5 100644 --- a/kde-apps/dolphin-plugins-mercurial/dolphin-plugins-mercurial-24.07.90.ebuild +++ b/kde-apps/dolphin-plugins-mercurial/dolphin-plugins-mercurial-24.07.90-r1.ebuild @@ -3,7 +3,6 @@ EAPI=8 -ECM_HANDBOOK="false" KDE_ORG_NAME="dolphin-plugins" MY_PLUGIN_NAME="hg" PVCUT=$(ver_cut 1-3) @@ -34,10 +33,12 @@ DEPEND=" " RDEPEND="${DEPEND} dev-vcs/mercurial + >=kde-apps/dolphin-plugins-common-${PV} " src_prepare() { ecm_src_prepare + ecm_punt_po_install # qtconcurrent only required by git ecm_punt_qt_module Concurrent # solid, qtdbus only required by mountiso @@ -46,8 +47,6 @@ src_prepare() { # kxmlgui, qtnetwork only required by dropbox ecm_punt_qt_module Network ecm_punt_kf_module XmlGui - # delete non-${PN} translations - find po -type f -name "*po" -and -not -name "*${MY_PLUGIN_NAME}plugin" -delete || die } src_configure() { diff --git a/kde-apps/dolphin-plugins-mercurial/dolphin-plugins-mercurial-24.08.0.ebuild b/kde-apps/dolphin-plugins-mercurial/dolphin-plugins-mercurial-24.08.0.ebuild index 13ad966eba..bd403335c5 100644 --- a/kde-apps/dolphin-plugins-mercurial/dolphin-plugins-mercurial-24.08.0.ebuild +++ b/kde-apps/dolphin-plugins-mercurial/dolphin-plugins-mercurial-24.08.0.ebuild @@ -3,7 +3,6 @@ EAPI=8 -ECM_HANDBOOK="false" KDE_ORG_NAME="dolphin-plugins" MY_PLUGIN_NAME="hg" PVCUT=$(ver_cut 1-3) @@ -34,10 +33,12 @@ DEPEND=" " RDEPEND="${DEPEND} dev-vcs/mercurial + >=kde-apps/dolphin-plugins-common-${PV} " src_prepare() { ecm_src_prepare + ecm_punt_po_install # qtconcurrent only required by git ecm_punt_qt_module Concurrent # solid, qtdbus only required by mountiso @@ -46,8 +47,6 @@ src_prepare() { # kxmlgui, qtnetwork only required by dropbox ecm_punt_qt_module Network ecm_punt_kf_module XmlGui - # delete non-${PN} translations - find po -type f -name "*po" -and -not -name "*${MY_PLUGIN_NAME}plugin" -delete || die } src_configure() { diff --git a/kde-apps/dolphin-plugins-mercurial/dolphin-plugins-mercurial-24.08.49.9999.ebuild b/kde-apps/dolphin-plugins-mercurial/dolphin-plugins-mercurial-24.08.49.9999.ebuild index f7a95ad6cd..c256b3f5a3 100644 --- a/kde-apps/dolphin-plugins-mercurial/dolphin-plugins-mercurial-24.08.49.9999.ebuild +++ b/kde-apps/dolphin-plugins-mercurial/dolphin-plugins-mercurial-24.08.49.9999.ebuild @@ -3,7 +3,6 @@ EAPI=8 -ECM_HANDBOOK="false" KDE_ORG_NAME="dolphin-plugins" MY_PLUGIN_NAME="hg" PVCUT=$(ver_cut 1-3) @@ -34,10 +33,12 @@ DEPEND=" " RDEPEND="${DEPEND} dev-vcs/mercurial + >=kde-apps/dolphin-plugins-common-${PV} " src_prepare() { ecm_src_prepare + ecm_punt_po_install # qtconcurrent only required by git ecm_punt_qt_module Concurrent # solid, qtdbus only required by mountiso @@ -46,8 +47,6 @@ src_prepare() { # kxmlgui, qtnetwork only required by dropbox ecm_punt_qt_module Network ecm_punt_kf_module XmlGui - # delete non-${PN} translations - find po -type f -name "*po" -and -not -name "*${MY_PLUGIN_NAME}plugin" -delete || die } src_configure() { diff --git a/kde-apps/dolphin-plugins-mercurial/dolphin-plugins-mercurial-9999.ebuild b/kde-apps/dolphin-plugins-mercurial/dolphin-plugins-mercurial-9999.ebuild index f7a95ad6cd..c256b3f5a3 100644 --- a/kde-apps/dolphin-plugins-mercurial/dolphin-plugins-mercurial-9999.ebuild +++ b/kde-apps/dolphin-plugins-mercurial/dolphin-plugins-mercurial-9999.ebuild @@ -3,7 +3,6 @@ EAPI=8 -ECM_HANDBOOK="false" KDE_ORG_NAME="dolphin-plugins" MY_PLUGIN_NAME="hg" PVCUT=$(ver_cut 1-3) @@ -34,10 +33,12 @@ DEPEND=" " RDEPEND="${DEPEND} dev-vcs/mercurial + >=kde-apps/dolphin-plugins-common-${PV} " src_prepare() { ecm_src_prepare + ecm_punt_po_install # qtconcurrent only required by git ecm_punt_qt_module Concurrent # solid, qtdbus only required by mountiso @@ -46,8 +47,6 @@ src_prepare() { # kxmlgui, qtnetwork only required by dropbox ecm_punt_qt_module Network ecm_punt_kf_module XmlGui - # delete non-${PN} translations - find po -type f -name "*po" -and -not -name "*${MY_PLUGIN_NAME}plugin" -delete || die } src_configure() {