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

commit:     4185b6f294aa2d6ad89a70908840a3a4f852ad0c
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 13 19:58:57 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=4185b6f2

kde-apps/dolphin-plugins-mercurial: 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-mercurial-18.12.49.9999.ebuild | 53 ++++++++++++++++++++++
 .../dolphin-plugins-mercurial-9999.ebuild          | 53 ++++++++++++++++++++++
 kde-apps/dolphin-plugins-mercurial/metadata.xml    |  8 ++++
 3 files changed, 114 insertions(+)

diff --git a/kde-apps/dolphin-plugins-mercurial/dolphin-plugins-mercurial-18.12.49.9999.ebuild b/kde-apps/dolphin-plugins-mercurial/dolphin-plugins-mercurial-18.12.49.9999.ebuild
new file mode 100644
index 0000000000..64f74e66ff
--- /dev/null
+++ b/kde-apps/dolphin-plugins-mercurial/dolphin-plugins-mercurial-18.12.49.9999.ebuild
@@ -0,0 +1,53 @@
+# 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="hg"
+inherit kde5
+
+DESCRIPTION="Dolphin plugin for Mercurial 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 kservice)
+	$(add_frameworks_dep ktexteditor)
+	$(add_frameworks_dep ktextwidgets)
+	$(add_frameworks_dep kwidgetsaddons)
+	$(add_kdeapps_dep dolphin)
+	$(add_qt_dep qtgui)
+	$(add_qt_dep qtwidgets)
+"
+RDEPEND="${DEPEND}
+	!kde-apps/dolphin-plugins:5
+"
+
+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_git=OFF
+		-DBUILD_svn=OFF
+	)
+	kde5_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
new file mode 100644
index 0000000000..64f74e66ff
--- /dev/null
+++ b/kde-apps/dolphin-plugins-mercurial/dolphin-plugins-mercurial-9999.ebuild
@@ -0,0 +1,53 @@
+# 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="hg"
+inherit kde5
+
+DESCRIPTION="Dolphin plugin for Mercurial 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 kservice)
+	$(add_frameworks_dep ktexteditor)
+	$(add_frameworks_dep ktextwidgets)
+	$(add_frameworks_dep kwidgetsaddons)
+	$(add_kdeapps_dep dolphin)
+	$(add_qt_dep qtgui)
+	$(add_qt_dep qtwidgets)
+"
+RDEPEND="${DEPEND}
+	!kde-apps/dolphin-plugins:5
+"
+
+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_git=OFF
+		-DBUILD_svn=OFF
+	)
+	kde5_src_configure
+}

diff --git a/kde-apps/dolphin-plugins-mercurial/metadata.xml b/kde-apps/dolphin-plugins-mercurial/metadata.xml
new file mode 100644
index 0000000000..2fdbf33d96
--- /dev/null
+++ b/kde-apps/dolphin-plugins-mercurial/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] 9+ messages in thread

* [gentoo-commits] proj/kde:master commit in: kde-apps/dolphin-plugins-mercurial/
@ 2018-12-19 14:04 Andreas Sturmlechner
  0 siblings, 0 replies; 9+ messages in thread
From: Andreas Sturmlechner @ 2018-12-19 14:04 UTC (permalink / raw
  To: gentoo-commits

commit:     6d10fb38c6d91a4f3220cfdf66e274fcd502a8b6
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 19 13:57:36 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Dec 19 13:58:09 2018 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=6d10fb38

kde-apps/dolphin-plugins-mercurial: Add missing RDEPEND

Thanks-to: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache.Org>
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

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

diff --git a/kde-apps/dolphin-plugins-mercurial/dolphin-plugins-mercurial-18.12.49.9999.ebuild b/kde-apps/dolphin-plugins-mercurial/dolphin-plugins-mercurial-18.12.49.9999.ebuild
index 64f74e66ff..b6e5b7748d 100644
--- a/kde-apps/dolphin-plugins-mercurial/dolphin-plugins-mercurial-18.12.49.9999.ebuild
+++ b/kde-apps/dolphin-plugins-mercurial/dolphin-plugins-mercurial-18.12.49.9999.ebuild
@@ -28,6 +28,7 @@ DEPEND="
 "
 RDEPEND="${DEPEND}
 	!kde-apps/dolphin-plugins:5
+	dev-vcs/mercurial
 "
 
 src_prepare() {

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 64f74e66ff..b6e5b7748d 100644
--- a/kde-apps/dolphin-plugins-mercurial/dolphin-plugins-mercurial-9999.ebuild
+++ b/kde-apps/dolphin-plugins-mercurial/dolphin-plugins-mercurial-9999.ebuild
@@ -28,6 +28,7 @@ DEPEND="
 "
 RDEPEND="${DEPEND}
 	!kde-apps/dolphin-plugins:5
+	dev-vcs/mercurial
 "
 
 src_prepare() {


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

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

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

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

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

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

diff --git a/kde-apps/dolphin-plugins-mercurial/dolphin-plugins-mercurial-20.12.49.9999.ebuild b/kde-apps/dolphin-plugins-mercurial/dolphin-plugins-mercurial-20.12.49.9999.ebuild
index effd024b53..171aa87a0b 100644
--- a/kde-apps/dolphin-plugins-mercurial/dolphin-plugins-mercurial-20.12.49.9999.ebuild
+++ b/kde-apps/dolphin-plugins-mercurial/dolphin-plugins-mercurial-20.12.49.9999.ebuild
@@ -34,7 +34,6 @@ DEPEND="
 	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
 "
 RDEPEND="${DEPEND}
-	!kde-apps/dolphin-plugins:5
 	dev-vcs/mercurial
 "
 

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 effd024b53..171aa87a0b 100644
--- a/kde-apps/dolphin-plugins-mercurial/dolphin-plugins-mercurial-9999.ebuild
+++ b/kde-apps/dolphin-plugins-mercurial/dolphin-plugins-mercurial-9999.ebuild
@@ -34,7 +34,6 @@ DEPEND="
 	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
 "
 RDEPEND="${DEPEND}
-	!kde-apps/dolphin-plugins:5
 	dev-vcs/mercurial
 "
 


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

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

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

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

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

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

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 3569d3192d..ade1d567ae 100644
--- a/kde-apps/dolphin-plugins-mercurial/dolphin-plugins-mercurial-9999.ebuild
+++ b/kde-apps/dolphin-plugins-mercurial/dolphin-plugins-mercurial-9999.ebuild
@@ -46,9 +46,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] 9+ messages in thread

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

commit:     46434587221e569eb872a714f9c25f5ff0c9c61b
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Jan  7 18:44:10 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Jan  7 18:44:10 2024 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=46434587

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

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

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

diff --git a/kde-apps/dolphin-plugins-mercurial/dolphin-plugins-mercurial-24.02.49.9999.ebuild b/kde-apps/dolphin-plugins-mercurial/dolphin-plugins-mercurial-24.02.49.9999.ebuild
index 07aaed4bd2..58ce087a8a 100644
--- a/kde-apps/dolphin-plugins-mercurial/dolphin-plugins-mercurial-24.02.49.9999.ebuild
+++ b/kde-apps/dolphin-plugins-mercurial/dolphin-plugins-mercurial-24.02.49.9999.ebuild
@@ -54,6 +54,7 @@ src_configure() {
 		-DBUILD_bazaar=OFF
 		-DBUILD_dropbox=OFF
 		-DBUILD_git=OFF
+		-DBUILD_makefileactions=OFF
 		-DBUILD_mountiso=OFF
 		-DBUILD_svn=OFF
 	)

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 07aaed4bd2..58ce087a8a 100644
--- a/kde-apps/dolphin-plugins-mercurial/dolphin-plugins-mercurial-9999.ebuild
+++ b/kde-apps/dolphin-plugins-mercurial/dolphin-plugins-mercurial-9999.ebuild
@@ -54,6 +54,7 @@ src_configure() {
 		-DBUILD_bazaar=OFF
 		-DBUILD_dropbox=OFF
 		-DBUILD_git=OFF
+		-DBUILD_makefileactions=OFF
 		-DBUILD_mountiso=OFF
 		-DBUILD_svn=OFF
 	)


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

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

commit:     f5740340ce48adcf3d17809ce60ba1aee89c6558
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 26 00:25:09 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Feb 26 00:25:31 2024 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=f5740340

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

* Add qt5compare for upstream commit dd0822103cbad77bc0cf2b36c555d2289e035f0a

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

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

diff --git a/kde-apps/dolphin-plugins-mercurial/dolphin-plugins-mercurial-24.02.0.ebuild b/kde-apps/dolphin-plugins-mercurial/dolphin-plugins-mercurial-24.02.0.ebuild
index 92821851db..be9eefd35b 100644
--- a/kde-apps/dolphin-plugins-mercurial/dolphin-plugins-mercurial-24.02.0.ebuild
+++ b/kde-apps/dolphin-plugins-mercurial/dolphin-plugins-mercurial-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-mercurial/dolphin-plugins-mercurial-24.02.49.9999.ebuild b/kde-apps/dolphin-plugins-mercurial/dolphin-plugins-mercurial-24.02.49.9999.ebuild
index 14f0cf2810..244ed21ce5 100644
--- a/kde-apps/dolphin-plugins-mercurial/dolphin-plugins-mercurial-24.02.49.9999.ebuild
+++ b/kde-apps/dolphin-plugins-mercurial/dolphin-plugins-mercurial-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-mercurial/dolphin-plugins-mercurial-9999.ebuild b/kde-apps/dolphin-plugins-mercurial/dolphin-plugins-mercurial-9999.ebuild
index 14f0cf2810..244ed21ce5 100644
--- a/kde-apps/dolphin-plugins-mercurial/dolphin-plugins-mercurial-9999.ebuild
+++ b/kde-apps/dolphin-plugins-mercurial/dolphin-plugins-mercurial-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] 9+ messages in thread

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

commit:     0c0a8054a0f37a80c0dfc0842cdcebb0971a8078
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 21 15:27:22 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Mar 21 15:27:22 2024 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=0c0a8054

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

Upstream commits:
bbf7ca9f23d8003af4ede23e35701ad13b2e8233
214ef465b8cebdba543a7c9004fe42a8d6fceea9

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

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

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 cd6ecf573f..1d144349e0 100644
--- a/kde-apps/dolphin-plugins-mercurial/dolphin-plugins-mercurial-9999.ebuild
+++ b/kde-apps/dolphin-plugins-mercurial/dolphin-plugins-mercurial-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] 9+ messages in thread

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

commit:     e9953e74926e1a076a19e6496a4630de50a096ff
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:35 2024 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=e9953e74

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

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

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

diff --git a/kde-apps/dolphin-plugins-mercurial/metadata.xml b/kde-apps/dolphin-plugins-mercurial/metadata.xml
index 858b75c358..24e0d59c56 100644
--- a/kde-apps/dolphin-plugins-mercurial/metadata.xml
+++ b/kde-apps/dolphin-plugins-mercurial/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] 9+ messages in thread

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

commit:     6851520008ef7c52928b2460d773b7e4b63037a4
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=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 <asturm <AT> 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() {


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

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

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