public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/kde:master commit in: kde-apps/dolphin-plugins-git/
@ 2018-12-13 22:24 Andreas Sturmlechner
  0 siblings, 0 replies; 8+ messages in thread
From: Andreas Sturmlechner @ 2018-12-13 22:24 UTC (permalink / raw
  To: gentoo-commits

commit:     6feb742d8db469b2eda1c7d59b62a46ebb376f36
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 13 19:58:05 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Dec 13 22:23:58 2018 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=6feb742d

kde-apps/dolphin-plugins-git: New package

Split from kde-apps/dolphin-plugins.

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 .../dolphin-plugins-git-18.12.49.9999.ebuild       | 51 ++++++++++++++++++++++
 .../dolphin-plugins-git-9999.ebuild                | 51 ++++++++++++++++++++++
 kde-apps/dolphin-plugins-git/metadata.xml          |  8 ++++
 3 files changed, 110 insertions(+)

diff --git a/kde-apps/dolphin-plugins-git/dolphin-plugins-git-18.12.49.9999.ebuild b/kde-apps/dolphin-plugins-git/dolphin-plugins-git-18.12.49.9999.ebuild
new file mode 100644
index 0000000000..9c41c12526
--- /dev/null
+++ b/kde-apps/dolphin-plugins-git/dolphin-plugins-git-18.12.49.9999.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+KMNAME="dolphin-plugins"
+KDE_HANDBOOK="false"
+MY_PLUGIN_NAME="git"
+inherit kde5
+
+DESCRIPTION="Dolphin plugin for Git integration"
+KEYWORDS=""
+IUSE=""
+
+DEPEND="
+	$(add_frameworks_dep kcompletion)
+	$(add_frameworks_dep kconfig)
+	$(add_frameworks_dep kcoreaddons)
+	$(add_frameworks_dep ki18n)
+	$(add_frameworks_dep kio)
+	$(add_frameworks_dep ktextwidgets)
+	$(add_kdeapps_dep dolphin)
+	$(add_qt_dep qtgui)
+	$(add_qt_dep qtwidgets)
+"
+RDEPEND="${DEPEND}
+	!kde-apps/dolphin-plugins:5
+	dev-vcs/git
+"
+
+src_prepare() {
+	kde5_src_prepare
+	# kxmlgui, qtnetwork only required by dropbox
+	punt_bogus_dep Qt5 Network
+	punt_bogus_dep KF5 XmlGui
+	# delete non-${PN} translations
+	if [[ ${KDE_BUILD_TYPE} = release ]]; then
+		find po -type f -name "*po" -and -not -name "*${MY_PLUGIN_NAME}plugin" -delete || die
+	fi
+}
+
+src_configure() {
+	local mycmakeargs=(
+		-DBUILD_${MY_PLUGIN_NAME}=ON
+		-DBUILD_bazaar=OFF
+		-DBUILD_dropbox=OFF
+		-DBUILD_hg=OFF
+		-DBUILD_svn=OFF
+	)
+	kde5_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
new file mode 100644
index 0000000000..9c41c12526
--- /dev/null
+++ b/kde-apps/dolphin-plugins-git/dolphin-plugins-git-9999.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+KMNAME="dolphin-plugins"
+KDE_HANDBOOK="false"
+MY_PLUGIN_NAME="git"
+inherit kde5
+
+DESCRIPTION="Dolphin plugin for Git integration"
+KEYWORDS=""
+IUSE=""
+
+DEPEND="
+	$(add_frameworks_dep kcompletion)
+	$(add_frameworks_dep kconfig)
+	$(add_frameworks_dep kcoreaddons)
+	$(add_frameworks_dep ki18n)
+	$(add_frameworks_dep kio)
+	$(add_frameworks_dep ktextwidgets)
+	$(add_kdeapps_dep dolphin)
+	$(add_qt_dep qtgui)
+	$(add_qt_dep qtwidgets)
+"
+RDEPEND="${DEPEND}
+	!kde-apps/dolphin-plugins:5
+	dev-vcs/git
+"
+
+src_prepare() {
+	kde5_src_prepare
+	# kxmlgui, qtnetwork only required by dropbox
+	punt_bogus_dep Qt5 Network
+	punt_bogus_dep KF5 XmlGui
+	# delete non-${PN} translations
+	if [[ ${KDE_BUILD_TYPE} = release ]]; then
+		find po -type f -name "*po" -and -not -name "*${MY_PLUGIN_NAME}plugin" -delete || die
+	fi
+}
+
+src_configure() {
+	local mycmakeargs=(
+		-DBUILD_${MY_PLUGIN_NAME}=ON
+		-DBUILD_bazaar=OFF
+		-DBUILD_dropbox=OFF
+		-DBUILD_hg=OFF
+		-DBUILD_svn=OFF
+	)
+	kde5_src_configure
+}

diff --git a/kde-apps/dolphin-plugins-git/metadata.xml b/kde-apps/dolphin-plugins-git/metadata.xml
new file mode 100644
index 0000000000..2fdbf33d96
--- /dev/null
+++ b/kde-apps/dolphin-plugins-git/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="project">
+		<email>kde@gentoo.org</email>
+		<name>Gentoo KDE Project</name>
+	</maintainer>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] proj/kde:master commit in: kde-apps/dolphin-plugins-git/
@ 2021-02-01 23:45 Andreas Sturmlechner
  0 siblings, 0 replies; 8+ messages in thread
From: Andreas Sturmlechner @ 2021-02-01 23:45 UTC (permalink / raw
  To: gentoo-commits

commit:     6226047c34d66875d514de666bb8764f2225e6f6
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Feb  1 23:42:03 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Feb  1 23:42:03 2021 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=6226047c

kde-apps/dolphin-plugins-git: Drop obsolete blocker

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-apps/dolphin-plugins-git/dolphin-plugins-git-20.12.49.9999.ebuild | 1 -
 kde-apps/dolphin-plugins-git/dolphin-plugins-git-9999.ebuild          | 1 -
 2 files changed, 2 deletions(-)

diff --git a/kde-apps/dolphin-plugins-git/dolphin-plugins-git-20.12.49.9999.ebuild b/kde-apps/dolphin-plugins-git/dolphin-plugins-git-20.12.49.9999.ebuild
index ee146173f3..ee77e2cdb7 100644
--- a/kde-apps/dolphin-plugins-git/dolphin-plugins-git-20.12.49.9999.ebuild
+++ b/kde-apps/dolphin-plugins-git/dolphin-plugins-git-20.12.49.9999.ebuild
@@ -31,7 +31,6 @@ DEPEND="
 	>=kde-frameworks/ktextwidgets-${KFMIN}:5
 "
 RDEPEND="${DEPEND}
-	!kde-apps/dolphin-plugins:5
 	dev-vcs/git
 "
 

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 ee146173f3..ee77e2cdb7 100644
--- a/kde-apps/dolphin-plugins-git/dolphin-plugins-git-9999.ebuild
+++ b/kde-apps/dolphin-plugins-git/dolphin-plugins-git-9999.ebuild
@@ -31,7 +31,6 @@ DEPEND="
 	>=kde-frameworks/ktextwidgets-${KFMIN}:5
 "
 RDEPEND="${DEPEND}
-	!kde-apps/dolphin-plugins:5
 	dev-vcs/git
 "
 


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] proj/kde:master commit in: kde-apps/dolphin-plugins-git/
@ 2022-10-16 11:42 Andreas Sturmlechner
  0 siblings, 0 replies; 8+ messages in thread
From: Andreas Sturmlechner @ 2022-10-16 11:42 UTC (permalink / raw
  To: gentoo-commits

commit:     987c51e90eb72070596bce5e9f22de6834bb7394
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 16 11:41:00 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Oct 16 11:41:00 2022 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=987c51e9

kde-apps/dolphin-plugins-git: Translations moved to code repository

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

 kde-apps/dolphin-plugins-git/dolphin-plugins-git-9999.ebuild | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

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 f74bedeb49..7f88f08387 100644
--- a/kde-apps/dolphin-plugins-git/dolphin-plugins-git-9999.ebuild
+++ b/kde-apps/dolphin-plugins-git/dolphin-plugins-git-9999.ebuild
@@ -43,9 +43,7 @@ src_prepare() {
 	ecm_punt_qt_module Network
 	ecm_punt_kf_module XmlGui
 	# delete non-${PN} translations
-	if [[ ${KDE_BUILD_TYPE} = release ]]; then
-		find po -type f -name "*po" -and -not -name "*${MY_PLUGIN_NAME}plugin" -delete || die
-	fi
+	find po -type f -name "*po" -and -not -name "*${MY_PLUGIN_NAME}plugin" -delete || die
 }
 
 src_configure() {


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] proj/kde:master commit in: kde-apps/dolphin-plugins-git/
@ 2024-01-07 18:46 Andreas Sturmlechner
  0 siblings, 0 replies; 8+ messages in thread
From: Andreas Sturmlechner @ 2024-01-07 18:46 UTC (permalink / raw
  To: gentoo-commits

commit:     96b86089f2717e43b29b80b89c4a1bfac6ad5742
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Jan  7 18:43:06 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Jan  7 18:43:06 2024 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=96b86089

kde-apps/dolphin-plugins-git: Disable makefileactions

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

 kde-apps/dolphin-plugins-git/dolphin-plugins-git-24.02.49.9999.ebuild | 1 +
 kde-apps/dolphin-plugins-git/dolphin-plugins-git-9999.ebuild          | 1 +
 2 files changed, 2 insertions(+)

diff --git a/kde-apps/dolphin-plugins-git/dolphin-plugins-git-24.02.49.9999.ebuild b/kde-apps/dolphin-plugins-git/dolphin-plugins-git-24.02.49.9999.ebuild
index 29c4d1785b..90f577a70d 100644
--- a/kde-apps/dolphin-plugins-git/dolphin-plugins-git-24.02.49.9999.ebuild
+++ b/kde-apps/dolphin-plugins-git/dolphin-plugins-git-24.02.49.9999.ebuild
@@ -51,6 +51,7 @@ src_configure() {
 		-DBUILD_bazaar=OFF
 		-DBUILD_dropbox=OFF
 		-DBUILD_hg=OFF
+		-DBUILD_makefileactions=OFF
 		-DBUILD_mountiso=OFF
 		-DBUILD_svn=OFF
 	)

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 29c4d1785b..90f577a70d 100644
--- a/kde-apps/dolphin-plugins-git/dolphin-plugins-git-9999.ebuild
+++ b/kde-apps/dolphin-plugins-git/dolphin-plugins-git-9999.ebuild
@@ -51,6 +51,7 @@ src_configure() {
 		-DBUILD_bazaar=OFF
 		-DBUILD_dropbox=OFF
 		-DBUILD_hg=OFF
+		-DBUILD_makefileactions=OFF
 		-DBUILD_mountiso=OFF
 		-DBUILD_svn=OFF
 	)


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] proj/kde:master commit in: kde-apps/dolphin-plugins-git/
@ 2024-02-26  0:28 Sam James
  0 siblings, 0 replies; 8+ messages in thread
From: Sam James @ 2024-02-26  0:28 UTC (permalink / raw
  To: gentoo-commits

commit:     3035ea126c5b42a6133ac2a5c028016541e48e37
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 26 00:24:06 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Feb 26 00:24:42 2024 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=3035ea12

kde-apps/dolphin-plugins-git: refresh deps

* Add qt5compare for upstream commit dd0822103cbad77bc0cf2b36c555d2289e035f0a

Signed-off-by: Sam James <sam <AT> gentoo.org>

 kde-apps/dolphin-plugins-git/dolphin-plugins-git-24.02.0.ebuild       | 1 +
 kde-apps/dolphin-plugins-git/dolphin-plugins-git-24.02.49.9999.ebuild | 1 +
 kde-apps/dolphin-plugins-git/dolphin-plugins-git-9999.ebuild          | 1 +
 3 files changed, 3 insertions(+)

diff --git a/kde-apps/dolphin-plugins-git/dolphin-plugins-git-24.02.0.ebuild b/kde-apps/dolphin-plugins-git/dolphin-plugins-git-24.02.0.ebuild
index 29371a46d5..121c2b8a45 100644
--- a/kde-apps/dolphin-plugins-git/dolphin-plugins-git-24.02.0.ebuild
+++ b/kde-apps/dolphin-plugins-git/dolphin-plugins-git-24.02.0.ebuild
@@ -21,6 +21,7 @@ IUSE=""
 
 DEPEND="
 	>=dev-qt/qtbase-${QTMIN}:6[gui,widgets]
+	>=dev-qt/qt5compat-${QTMIN}:6
 	>=kde-apps/dolphin-${PVCUT}:6
 	>=kde-frameworks/kcompletion-${KFMIN}:6
 	>=kde-frameworks/kconfig-${KFMIN}:6

diff --git a/kde-apps/dolphin-plugins-git/dolphin-plugins-git-24.02.49.9999.ebuild b/kde-apps/dolphin-plugins-git/dolphin-plugins-git-24.02.49.9999.ebuild
index 80c084e565..0343c180af 100644
--- a/kde-apps/dolphin-plugins-git/dolphin-plugins-git-24.02.49.9999.ebuild
+++ b/kde-apps/dolphin-plugins-git/dolphin-plugins-git-24.02.49.9999.ebuild
@@ -21,6 +21,7 @@ IUSE=""
 
 DEPEND="
 	>=dev-qt/qtbase-${QTMIN}:6[gui,widgets]
+	>=dev-qt/qt5compat-${QTMIN}:6
 	>=kde-apps/dolphin-${PVCUT}:6
 	>=kde-frameworks/kcompletion-${KFMIN}:6
 	>=kde-frameworks/kconfig-${KFMIN}:6

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 80c084e565..0343c180af 100644
--- a/kde-apps/dolphin-plugins-git/dolphin-plugins-git-9999.ebuild
+++ b/kde-apps/dolphin-plugins-git/dolphin-plugins-git-9999.ebuild
@@ -21,6 +21,7 @@ IUSE=""
 
 DEPEND="
 	>=dev-qt/qtbase-${QTMIN}:6[gui,widgets]
+	>=dev-qt/qt5compat-${QTMIN}:6
 	>=kde-apps/dolphin-${PVCUT}:6
 	>=kde-frameworks/kcompletion-${KFMIN}:6
 	>=kde-frameworks/kconfig-${KFMIN}:6


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] proj/kde:master commit in: kde-apps/dolphin-plugins-git/
@ 2024-03-21 15:39 Andreas Sturmlechner
  0 siblings, 0 replies; 8+ messages in thread
From: Andreas Sturmlechner @ 2024-03-21 15:39 UTC (permalink / raw
  To: gentoo-commits

commit:     d7df406f5be3420e9e39b7383fc134968296f574
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 21 15:26:14 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Mar 21 15:26:40 2024 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=d7df406f

kde-apps/dolphin-plugins-git: Drop unused dependency

Upstream commits:
bbf7ca9f23d8003af4ede23e35701ad13b2e8233
214ef465b8cebdba543a7c9004fe42a8d6fceea9

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

 kde-apps/dolphin-plugins-git/dolphin-plugins-git-9999.ebuild | 1 -
 1 file changed, 1 deletion(-)

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 0124051f9f..0136ea667e 100644
--- a/kde-apps/dolphin-plugins-git/dolphin-plugins-git-9999.ebuild
+++ b/kde-apps/dolphin-plugins-git/dolphin-plugins-git-9999.ebuild
@@ -21,7 +21,6 @@ IUSE=""
 
 DEPEND="
 	>=dev-qt/qtbase-${QTMIN}:6[gui,widgets]
-	>=dev-qt/qt5compat-${QTMIN}:6
 	>=kde-apps/dolphin-${PVCUT}:6
 	>=kde-frameworks/kcompletion-${KFMIN}:6
 	>=kde-frameworks/kconfig-${KFMIN}:6


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] proj/kde:master commit in: kde-apps/dolphin-plugins-git/
@ 2024-08-12 14:23 Andreas Sturmlechner
  0 siblings, 0 replies; 8+ messages in thread
From: Andreas Sturmlechner @ 2024-08-12 14:23 UTC (permalink / raw
  To: gentoo-commits

commit:     3f3c1a4ee60f8c5535092b4a21508c055a479c66
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 11 21:40:25 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Aug 12 13:01:34 2024 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=3f3c1a4e

kde-apps/dolphin-plugins-git: Amend upstream metadata

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

 kde-apps/dolphin-plugins-git/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/dolphin-plugins-git/metadata.xml b/kde-apps/dolphin-plugins-git/metadata.xml
index 858b75c358..24e0d59c56 100644
--- a/kde-apps/dolphin-plugins-git/metadata.xml
+++ b/kde-apps/dolphin-plugins-git/metadata.xml
@@ -6,7 +6,7 @@
 		<name>Gentoo KDE Project</name>
 	</maintainer>
 	<upstream>
-		<bugs-to>https://bugs.kde.org/</bugs-to>
+		<bugs-to>https://bugs.kde.org/enter_bug.cgi?product=dolphin</bugs-to>
 		<remote-id type="kde-invent">sdk/dolphin-plugins</remote-id>
 	</upstream>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] proj/kde:master commit in: kde-apps/dolphin-plugins-git/
@ 2024-08-21 21:47 Andreas Sturmlechner
  0 siblings, 0 replies; 8+ messages in thread
From: Andreas Sturmlechner @ 2024-08-21 21:47 UTC (permalink / raw
  To: gentoo-commits

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() {


^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2024-08-21 21:47 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-26  0:28 [gentoo-commits] proj/kde:master commit in: kde-apps/dolphin-plugins-git/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2024-08-21 21:47 Andreas Sturmlechner
2024-08-12 14:23 Andreas Sturmlechner
2024-03-21 15:39 Andreas Sturmlechner
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox