public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/dolphin-plugins-git/
Date: Wed, 21 Aug 2024 21:47:29 +0000 (UTC)	[thread overview]
Message-ID: <1724273629.3ab48fad8e7220d2a93c17f9e36659fec441427c.asturm@gentoo> (raw)

commit:     3ab48fad8e7220d2a93c17f9e36659fec441427c
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 11 21:38:25 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Aug 21 20:53:49 2024 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=3ab48fad

kde-apps/dolphin-plugins-git: RDEPEND on dolphin-plugins-common

Drop actually broken find command - no translations were installed.

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 ...ns-git-24.07.90.ebuild => dolphin-plugins-git-24.07.90-r1.ebuild} | 5 ++---
 kde-apps/dolphin-plugins-git/dolphin-plugins-git-24.08.0.ebuild      | 5 ++---
 .../dolphin-plugins-git/dolphin-plugins-git-24.08.49.9999.ebuild     | 5 ++---
 kde-apps/dolphin-plugins-git/dolphin-plugins-git-9999.ebuild         | 5 ++---
 4 files changed, 8 insertions(+), 12 deletions(-)

diff --git a/kde-apps/dolphin-plugins-git/dolphin-plugins-git-24.07.90.ebuild b/kde-apps/dolphin-plugins-git/dolphin-plugins-git-24.07.90-r1.ebuild
similarity index 89%
rename from kde-apps/dolphin-plugins-git/dolphin-plugins-git-24.07.90.ebuild
rename to kde-apps/dolphin-plugins-git/dolphin-plugins-git-24.07.90-r1.ebuild
index 6eea529ebc..a60d133d47 100644
--- a/kde-apps/dolphin-plugins-git/dolphin-plugins-git-24.07.90.ebuild
+++ b/kde-apps/dolphin-plugins-git/dolphin-plugins-git-24.07.90-r1.ebuild
@@ -3,7 +3,6 @@
 
 EAPI=8
 
-ECM_HANDBOOK="false"
 KDE_ORG_NAME="dolphin-plugins"
 MY_PLUGIN_NAME="git"
 PVCUT=$(ver_cut 1-3)
@@ -31,18 +30,18 @@ DEPEND="
 "
 RDEPEND="${DEPEND}
 	dev-vcs/git
+	>=kde-apps/dolphin-plugins-common-${PV}
 "
 
 src_prepare() {
 	ecm_src_prepare
+	ecm_punt_po_install
 	# solid, qtdbus only required by mountiso
 	ecm_punt_qt_module DBus
 	ecm_punt_kf_module Solid
 	# 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-git/dolphin-plugins-git-24.08.0.ebuild b/kde-apps/dolphin-plugins-git/dolphin-plugins-git-24.08.0.ebuild
index 6eea529ebc..a60d133d47 100644
--- a/kde-apps/dolphin-plugins-git/dolphin-plugins-git-24.08.0.ebuild
+++ b/kde-apps/dolphin-plugins-git/dolphin-plugins-git-24.08.0.ebuild
@@ -3,7 +3,6 @@
 
 EAPI=8
 
-ECM_HANDBOOK="false"
 KDE_ORG_NAME="dolphin-plugins"
 MY_PLUGIN_NAME="git"
 PVCUT=$(ver_cut 1-3)
@@ -31,18 +30,18 @@ DEPEND="
 "
 RDEPEND="${DEPEND}
 	dev-vcs/git
+	>=kde-apps/dolphin-plugins-common-${PV}
 "
 
 src_prepare() {
 	ecm_src_prepare
+	ecm_punt_po_install
 	# solid, qtdbus only required by mountiso
 	ecm_punt_qt_module DBus
 	ecm_punt_kf_module Solid
 	# 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-git/dolphin-plugins-git-24.08.49.9999.ebuild b/kde-apps/dolphin-plugins-git/dolphin-plugins-git-24.08.49.9999.ebuild
index ea524eda10..ed220fbecc 100644
--- a/kde-apps/dolphin-plugins-git/dolphin-plugins-git-24.08.49.9999.ebuild
+++ b/kde-apps/dolphin-plugins-git/dolphin-plugins-git-24.08.49.9999.ebuild
@@ -3,7 +3,6 @@
 
 EAPI=8
 
-ECM_HANDBOOK="false"
 KDE_ORG_NAME="dolphin-plugins"
 MY_PLUGIN_NAME="git"
 PVCUT=$(ver_cut 1-3)
@@ -31,18 +30,18 @@ DEPEND="
 "
 RDEPEND="${DEPEND}
 	dev-vcs/git
+	>=kde-apps/dolphin-plugins-common-${PV}
 "
 
 src_prepare() {
 	ecm_src_prepare
+	ecm_punt_po_install
 	# solid, qtdbus only required by mountiso
 	ecm_punt_qt_module DBus
 	ecm_punt_kf_module Solid
 	# 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-git/dolphin-plugins-git-9999.ebuild b/kde-apps/dolphin-plugins-git/dolphin-plugins-git-9999.ebuild
index ea524eda10..ed220fbecc 100644
--- a/kde-apps/dolphin-plugins-git/dolphin-plugins-git-9999.ebuild
+++ b/kde-apps/dolphin-plugins-git/dolphin-plugins-git-9999.ebuild
@@ -3,7 +3,6 @@
 
 EAPI=8
 
-ECM_HANDBOOK="false"
 KDE_ORG_NAME="dolphin-plugins"
 MY_PLUGIN_NAME="git"
 PVCUT=$(ver_cut 1-3)
@@ -31,18 +30,18 @@ DEPEND="
 "
 RDEPEND="${DEPEND}
 	dev-vcs/git
+	>=kde-apps/dolphin-plugins-common-${PV}
 "
 
 src_prepare() {
 	ecm_src_prepare
+	ecm_punt_po_install
 	# solid, qtdbus only required by mountiso
 	ecm_punt_qt_module DBus
 	ecm_punt_kf_module Solid
 	# 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() {


             reply	other threads:[~2024-08-21 21:47 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-08-21 21:47 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-08-12 14:23 [gentoo-commits] proj/kde:master commit in: kde-apps/dolphin-plugins-git/ Andreas Sturmlechner
2024-03-21 15:39 Andreas Sturmlechner
2024-02-26  0:28 Sam James
2024-01-07 18:46 Andreas Sturmlechner
2022-10-16 11:42 Andreas Sturmlechner
2021-02-01 23:45 Andreas Sturmlechner
2018-12-13 22:24 Andreas Sturmlechner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1724273629.3ab48fad8e7220d2a93c17f9e36659fec441427c.asturm@gentoo \
    --to=asturm@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox