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

commit:     af0c821fa85b9c947b823989f3572468438a721c
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 13 19:55:47 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Dec 13 22:23:56 2018 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=af0c821f

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

Split from kde-apps/dolphin-plugins.
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 .../dolphin-plugins-dropbox-18.12.49.9999.ebuild   | 48 ++++++++++++++++++++++
 .../dolphin-plugins-dropbox-9999.ebuild            | 48 ++++++++++++++++++++++
 kde-apps/dolphin-plugins-dropbox/metadata.xml      |  8 ++++
 3 files changed, 104 insertions(+)

diff --git a/kde-apps/dolphin-plugins-dropbox/dolphin-plugins-dropbox-18.12.49.9999.ebuild b/kde-apps/dolphin-plugins-dropbox/dolphin-plugins-dropbox-18.12.49.9999.ebuild
new file mode 100644
index 0000000000..b4e9c39a1c
--- /dev/null
+++ b/kde-apps/dolphin-plugins-dropbox/dolphin-plugins-dropbox-18.12.49.9999.ebuild
@@ -0,0 +1,48 @@
+# 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="dropbox"
+inherit kde5
+
+DESCRIPTION="Dolphin plugin for Dropbox service integration"
+KEYWORDS=""
+IUSE=""
+
+DEPEND="
+	$(add_frameworks_dep kcoreaddons)
+	$(add_frameworks_dep ki18n)
+	$(add_frameworks_dep kio)
+	$(add_frameworks_dep ktextwidgets)
+	$(add_frameworks_dep kxmlgui)
+	$(add_kdeapps_dep dolphin)
+	$(add_qt_dep qtgui)
+	$(add_qt_dep qtnetwork)
+	$(add_qt_dep qtwidgets)
+"
+RDEPEND="${DEPEND}
+	!kde-apps/dolphin-plugins:5
+	net-misc/dropbox-cli
+"
+
+src_prepare() {
+	kde5_src_prepare
+	# 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_git=OFF
+		-DBUILD_hg=OFF
+		-DBUILD_svn=OFF
+	)
+	kde5_src_configure
+}

diff --git a/kde-apps/dolphin-plugins-dropbox/dolphin-plugins-dropbox-9999.ebuild b/kde-apps/dolphin-plugins-dropbox/dolphin-plugins-dropbox-9999.ebuild
new file mode 100644
index 0000000000..b4e9c39a1c
--- /dev/null
+++ b/kde-apps/dolphin-plugins-dropbox/dolphin-plugins-dropbox-9999.ebuild
@@ -0,0 +1,48 @@
+# 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="dropbox"
+inherit kde5
+
+DESCRIPTION="Dolphin plugin for Dropbox service integration"
+KEYWORDS=""
+IUSE=""
+
+DEPEND="
+	$(add_frameworks_dep kcoreaddons)
+	$(add_frameworks_dep ki18n)
+	$(add_frameworks_dep kio)
+	$(add_frameworks_dep ktextwidgets)
+	$(add_frameworks_dep kxmlgui)
+	$(add_kdeapps_dep dolphin)
+	$(add_qt_dep qtgui)
+	$(add_qt_dep qtnetwork)
+	$(add_qt_dep qtwidgets)
+"
+RDEPEND="${DEPEND}
+	!kde-apps/dolphin-plugins:5
+	net-misc/dropbox-cli
+"
+
+src_prepare() {
+	kde5_src_prepare
+	# 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_git=OFF
+		-DBUILD_hg=OFF
+		-DBUILD_svn=OFF
+	)
+	kde5_src_configure
+}

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

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

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

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

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

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

diff --git a/kde-apps/dolphin-plugins-dropbox/dolphin-plugins-dropbox-20.12.49.9999.ebuild b/kde-apps/dolphin-plugins-dropbox/dolphin-plugins-dropbox-20.12.49.9999.ebuild
index 87640eeed4..f2549abb61 100644
--- a/kde-apps/dolphin-plugins-dropbox/dolphin-plugins-dropbox-20.12.49.9999.ebuild
+++ b/kde-apps/dolphin-plugins-dropbox/dolphin-plugins-dropbox-20.12.49.9999.ebuild
@@ -31,7 +31,6 @@ DEPEND="
 	>=kde-frameworks/kxmlgui-${KFMIN}:5
 "
 RDEPEND="${DEPEND}
-	!kde-apps/dolphin-plugins:5
 	net-misc/dropbox-cli
 "
 

diff --git a/kde-apps/dolphin-plugins-dropbox/dolphin-plugins-dropbox-9999.ebuild b/kde-apps/dolphin-plugins-dropbox/dolphin-plugins-dropbox-9999.ebuild
index 87640eeed4..f2549abb61 100644
--- a/kde-apps/dolphin-plugins-dropbox/dolphin-plugins-dropbox-9999.ebuild
+++ b/kde-apps/dolphin-plugins-dropbox/dolphin-plugins-dropbox-9999.ebuild
@@ -31,7 +31,6 @@ DEPEND="
 	>=kde-frameworks/kxmlgui-${KFMIN}:5
 "
 RDEPEND="${DEPEND}
-	!kde-apps/dolphin-plugins:5
 	net-misc/dropbox-cli
 "
 


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

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

commit:     4f969c93bbd961eed44ac0175b5214ec3f555070
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 16 11:40:58 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Oct 16 11:40:58 2022 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=4f969c93

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

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

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

diff --git a/kde-apps/dolphin-plugins-dropbox/dolphin-plugins-dropbox-9999.ebuild b/kde-apps/dolphin-plugins-dropbox/dolphin-plugins-dropbox-9999.ebuild
index 3b24dbd86d..69c523f5ce 100644
--- a/kde-apps/dolphin-plugins-dropbox/dolphin-plugins-dropbox-9999.ebuild
+++ b/kde-apps/dolphin-plugins-dropbox/dolphin-plugins-dropbox-9999.ebuild
@@ -40,9 +40,7 @@ src_prepare() {
 	ecm_punt_qt_module DBus
 	ecm_punt_kf_module Solid
 	# 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] 6+ messages in thread

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

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

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

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

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

diff --git a/kde-apps/dolphin-plugins-dropbox/dolphin-plugins-dropbox-24.02.49.9999.ebuild b/kde-apps/dolphin-plugins-dropbox/dolphin-plugins-dropbox-24.02.49.9999.ebuild
index b080262d6c..368bd9ad85 100644
--- a/kde-apps/dolphin-plugins-dropbox/dolphin-plugins-dropbox-24.02.49.9999.ebuild
+++ b/kde-apps/dolphin-plugins-dropbox/dolphin-plugins-dropbox-24.02.49.9999.ebuild
@@ -47,6 +47,7 @@ src_configure() {
 		-DBUILD_bazaar=OFF
 		-DBUILD_git=OFF
 		-DBUILD_hg=OFF
+		-DBUILD_makefileactions=OFF
 		-DBUILD_mountiso=OFF
 		-DBUILD_svn=OFF
 	)

diff --git a/kde-apps/dolphin-plugins-dropbox/dolphin-plugins-dropbox-9999.ebuild b/kde-apps/dolphin-plugins-dropbox/dolphin-plugins-dropbox-9999.ebuild
index b080262d6c..368bd9ad85 100644
--- a/kde-apps/dolphin-plugins-dropbox/dolphin-plugins-dropbox-9999.ebuild
+++ b/kde-apps/dolphin-plugins-dropbox/dolphin-plugins-dropbox-9999.ebuild
@@ -47,6 +47,7 @@ src_configure() {
 		-DBUILD_bazaar=OFF
 		-DBUILD_git=OFF
 		-DBUILD_hg=OFF
+		-DBUILD_makefileactions=OFF
 		-DBUILD_mountiso=OFF
 		-DBUILD_svn=OFF
 	)


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

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

commit:     57fa595a47456a2cf2002ed78a1b6e1256e7cb10
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=57fa595a

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

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

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

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

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

commit:     c1e3566d502e0bc77cab9d93637d8f4e9e5bd7f9
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=c1e3566d

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

Drop actually broken find command - no translations were installed.

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

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

diff --git a/kde-apps/dolphin-plugins-dropbox/dolphin-plugins-dropbox-24.07.90.ebuild b/kde-apps/dolphin-plugins-dropbox/dolphin-plugins-dropbox-24.07.90-r1.ebuild
similarity index 89%
rename from kde-apps/dolphin-plugins-dropbox/dolphin-plugins-dropbox-24.07.90.ebuild
rename to kde-apps/dolphin-plugins-dropbox/dolphin-plugins-dropbox-24.07.90-r1.ebuild
index c87a4806db..b33625039b 100644
--- a/kde-apps/dolphin-plugins-dropbox/dolphin-plugins-dropbox-24.07.90.ebuild
+++ b/kde-apps/dolphin-plugins-dropbox/dolphin-plugins-dropbox-24.07.90-r1.ebuild
@@ -3,7 +3,6 @@
 
 EAPI=8
 
-ECM_HANDBOOK="false"
 KDE_ORG_NAME="dolphin-plugins"
 MY_PLUGIN_NAME="dropbox"
 PVCUT=$(ver_cut 1-3)
@@ -29,18 +28,18 @@ DEPEND="
 	>=kde-frameworks/kxmlgui-${KFMIN}:6
 "
 RDEPEND="${DEPEND}
+	>=kde-apps/dolphin-plugins-common-${PV}
 	net-misc/dropbox-cli
 "
 
 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
 	ecm_punt_qt_module DBus
 	ecm_punt_kf_module Solid
-	# 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-dropbox/dolphin-plugins-dropbox-24.08.0.ebuild b/kde-apps/dolphin-plugins-dropbox/dolphin-plugins-dropbox-24.08.0.ebuild
index c87a4806db..b33625039b 100644
--- a/kde-apps/dolphin-plugins-dropbox/dolphin-plugins-dropbox-24.08.0.ebuild
+++ b/kde-apps/dolphin-plugins-dropbox/dolphin-plugins-dropbox-24.08.0.ebuild
@@ -3,7 +3,6 @@
 
 EAPI=8
 
-ECM_HANDBOOK="false"
 KDE_ORG_NAME="dolphin-plugins"
 MY_PLUGIN_NAME="dropbox"
 PVCUT=$(ver_cut 1-3)
@@ -29,18 +28,18 @@ DEPEND="
 	>=kde-frameworks/kxmlgui-${KFMIN}:6
 "
 RDEPEND="${DEPEND}
+	>=kde-apps/dolphin-plugins-common-${PV}
 	net-misc/dropbox-cli
 "
 
 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
 	ecm_punt_qt_module DBus
 	ecm_punt_kf_module Solid
-	# 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-dropbox/dolphin-plugins-dropbox-24.08.49.9999.ebuild b/kde-apps/dolphin-plugins-dropbox/dolphin-plugins-dropbox-24.08.49.9999.ebuild
index c00e4d5ed7..34e250e30f 100644
--- a/kde-apps/dolphin-plugins-dropbox/dolphin-plugins-dropbox-24.08.49.9999.ebuild
+++ b/kde-apps/dolphin-plugins-dropbox/dolphin-plugins-dropbox-24.08.49.9999.ebuild
@@ -3,7 +3,6 @@
 
 EAPI=8
 
-ECM_HANDBOOK="false"
 KDE_ORG_NAME="dolphin-plugins"
 MY_PLUGIN_NAME="dropbox"
 PVCUT=$(ver_cut 1-3)
@@ -29,18 +28,18 @@ DEPEND="
 	>=kde-frameworks/kxmlgui-${KFMIN}:6
 "
 RDEPEND="${DEPEND}
+	>=kde-apps/dolphin-plugins-common-${PV}
 	net-misc/dropbox-cli
 "
 
 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
 	ecm_punt_qt_module DBus
 	ecm_punt_kf_module Solid
-	# 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-dropbox/dolphin-plugins-dropbox-9999.ebuild b/kde-apps/dolphin-plugins-dropbox/dolphin-plugins-dropbox-9999.ebuild
index c00e4d5ed7..34e250e30f 100644
--- a/kde-apps/dolphin-plugins-dropbox/dolphin-plugins-dropbox-9999.ebuild
+++ b/kde-apps/dolphin-plugins-dropbox/dolphin-plugins-dropbox-9999.ebuild
@@ -3,7 +3,6 @@
 
 EAPI=8
 
-ECM_HANDBOOK="false"
 KDE_ORG_NAME="dolphin-plugins"
 MY_PLUGIN_NAME="dropbox"
 PVCUT=$(ver_cut 1-3)
@@ -29,18 +28,18 @@ DEPEND="
 	>=kde-frameworks/kxmlgui-${KFMIN}:6
 "
 RDEPEND="${DEPEND}
+	>=kde-apps/dolphin-plugins-common-${PV}
 	net-misc/dropbox-cli
 "
 
 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
 	ecm_punt_qt_module DBus
 	ecm_punt_kf_module Solid
-	# 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] 6+ messages in thread

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

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-16 11:42 [gentoo-commits] proj/kde:master commit in: kde-apps/dolphin-plugins-dropbox/ 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-01-07 18:46 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