public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/kde:master commit in: app-crypt/keysmith/
@ 2023-04-25 20:47 Andreas Sturmlechner
  0 siblings, 0 replies; 37+ messages in thread
From: Andreas Sturmlechner @ 2023-04-25 20:47 UTC (permalink / raw
  To: gentoo-commits

commit:     18fd6de1392e6e22c24b5031504cac443a9cdc4d
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 25 18:17:46 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Apr 25 20:43:47 2023 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=18fd6de1

app-admin/keysmith: new package, add 9999 and 23.04 stable branch

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

 app-crypt/keysmith/keysmith-23.04.49.9999.ebuild | 33 ++++++++++++++++++++++++
 app-crypt/keysmith/keysmith-9999.ebuild          | 33 ++++++++++++++++++++++++
 app-crypt/keysmith/metadata.xml                  | 12 +++++++++
 3 files changed, 78 insertions(+)

diff --git a/app-crypt/keysmith/keysmith-23.04.49.9999.ebuild b/app-crypt/keysmith/keysmith-23.04.49.9999.ebuild
new file mode 100644
index 0000000000..123d9aab1e
--- /dev/null
+++ b/app-crypt/keysmith/keysmith-23.04.49.9999.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KDE_ORG_CATEGORY="utilities"
+ECM_TEST="true"
+KFMIN=5.104.0
+QTMIN=5.15.5
+inherit ecm gear.kde.org
+
+DESCRIPTION="OTP client for Plasma Mobile and Desktop"
+HOMEPAGE="https://apps.kde.org/keysmith/"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS=""
+IUSE=""
+
+RDEPEND="
+	>=dev-qt/qtdeclarative-${QTMIN}:5
+	>=dev-qt/qtgui-${QTMIN}:5
+	>=dev-qt/qtquickcontrols2-${QTMIN}:5
+	>=dev-qt/qtsvg-${QTMIN}:5
+	>=dev-qt/qtwidgets-${QTMIN}:5
+	>=kde-frameworks/kdbusaddons-${KFMIN}:5
+	>=kde-frameworks/ki18n-${KFMIN}:5
+	>=kde-frameworks/kirigami-${KFMIN}:5
+	>=kde-frameworks/kwindowsystem-${KFMIN}:5
+"
+DEPEND="${RDEPEND}
+	>=dev-qt/qtconcurrent-${QTMIN}:5
+"

diff --git a/app-crypt/keysmith/keysmith-9999.ebuild b/app-crypt/keysmith/keysmith-9999.ebuild
new file mode 100644
index 0000000000..123d9aab1e
--- /dev/null
+++ b/app-crypt/keysmith/keysmith-9999.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KDE_ORG_CATEGORY="utilities"
+ECM_TEST="true"
+KFMIN=5.104.0
+QTMIN=5.15.5
+inherit ecm gear.kde.org
+
+DESCRIPTION="OTP client for Plasma Mobile and Desktop"
+HOMEPAGE="https://apps.kde.org/keysmith/"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS=""
+IUSE=""
+
+RDEPEND="
+	>=dev-qt/qtdeclarative-${QTMIN}:5
+	>=dev-qt/qtgui-${QTMIN}:5
+	>=dev-qt/qtquickcontrols2-${QTMIN}:5
+	>=dev-qt/qtsvg-${QTMIN}:5
+	>=dev-qt/qtwidgets-${QTMIN}:5
+	>=kde-frameworks/kdbusaddons-${KFMIN}:5
+	>=kde-frameworks/ki18n-${KFMIN}:5
+	>=kde-frameworks/kirigami-${KFMIN}:5
+	>=kde-frameworks/kwindowsystem-${KFMIN}:5
+"
+DEPEND="${RDEPEND}
+	>=dev-qt/qtconcurrent-${QTMIN}:5
+"

diff --git a/app-crypt/keysmith/metadata.xml b/app-crypt/keysmith/metadata.xml
new file mode 100644
index 0000000000..543b26a126
--- /dev/null
+++ b/app-crypt/keysmith/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="project">
+		<email>kde@gentoo.org</email>
+		<name>Gentoo KDE Project</name>
+	</maintainer>
+	<upstream>
+		<bugs-to>https://bugs.kde.org/</bugs-to>
+		<remote-id type="kde-invent">utilities/keysmith</remote-id>
+	</upstream>
+</pkgmetadata>


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

* [gentoo-commits] proj/kde:master commit in: app-crypt/keysmith/
@ 2023-04-26  8:51 Andreas Sturmlechner
  0 siblings, 0 replies; 37+ messages in thread
From: Andreas Sturmlechner @ 2023-04-26  8:51 UTC (permalink / raw
  To: gentoo-commits

commit:     f972606ee7998864251893a5815d32757d01f8b8
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 26 08:49:29 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Apr 26 08:49:29 2023 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=f972606e

app-crypt/keysmith: Add missing dependency

Bug: https://bugs.gentoo.org/905105
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 app-crypt/keysmith/keysmith-23.04.49.9999.ebuild | 1 +
 app-crypt/keysmith/keysmith-9999.ebuild          | 1 +
 2 files changed, 2 insertions(+)

diff --git a/app-crypt/keysmith/keysmith-23.04.49.9999.ebuild b/app-crypt/keysmith/keysmith-23.04.49.9999.ebuild
index 123d9aab1e..e666a09131 100644
--- a/app-crypt/keysmith/keysmith-23.04.49.9999.ebuild
+++ b/app-crypt/keysmith/keysmith-23.04.49.9999.ebuild
@@ -18,6 +18,7 @@ KEYWORDS=""
 IUSE=""
 
 RDEPEND="
+	dev-libs/libsodium:=
 	>=dev-qt/qtdeclarative-${QTMIN}:5
 	>=dev-qt/qtgui-${QTMIN}:5
 	>=dev-qt/qtquickcontrols2-${QTMIN}:5

diff --git a/app-crypt/keysmith/keysmith-9999.ebuild b/app-crypt/keysmith/keysmith-9999.ebuild
index 123d9aab1e..e666a09131 100644
--- a/app-crypt/keysmith/keysmith-9999.ebuild
+++ b/app-crypt/keysmith/keysmith-9999.ebuild
@@ -18,6 +18,7 @@ KEYWORDS=""
 IUSE=""
 
 RDEPEND="
+	dev-libs/libsodium:=
 	>=dev-qt/qtdeclarative-${QTMIN}:5
 	>=dev-qt/qtgui-${QTMIN}:5
 	>=dev-qt/qtquickcontrols2-${QTMIN}:5


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

* [gentoo-commits] proj/kde:master commit in: app-crypt/keysmith/
@ 2023-05-11 16:33 Andreas Sturmlechner
  0 siblings, 0 replies; 37+ messages in thread
From: Andreas Sturmlechner @ 2023-05-11 16:33 UTC (permalink / raw
  To: gentoo-commits

commit:     cba51016e76a02d427ca6dc1b1a0d7e065ef055b
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu May 11 16:27:18 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu May 11 16:27:18 2023 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=cba51016

app-crypt/keysmith: drop 23.04.1

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

 app-crypt/keysmith/keysmith-23.04.1.ebuild | 34 ------------------------------
 1 file changed, 34 deletions(-)

diff --git a/app-crypt/keysmith/keysmith-23.04.1.ebuild b/app-crypt/keysmith/keysmith-23.04.1.ebuild
deleted file mode 100644
index ecba04a52b..0000000000
--- a/app-crypt/keysmith/keysmith-23.04.1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KDE_ORG_CATEGORY="utilities"
-ECM_TEST="true"
-KFMIN=5.104.0
-QTMIN=5.15.5
-inherit ecm gear.kde.org
-
-DESCRIPTION="OTP client for Plasma Mobile and Desktop"
-HOMEPAGE="https://apps.kde.org/keysmith/"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
-IUSE=""
-
-RDEPEND="
-	dev-libs/libsodium:=
-	>=dev-qt/qtdeclarative-${QTMIN}:5
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtquickcontrols2-${QTMIN}:5
-	>=dev-qt/qtsvg-${QTMIN}:5
-	>=dev-qt/qtwidgets-${QTMIN}:5
-	>=kde-frameworks/kdbusaddons-${KFMIN}:5
-	>=kde-frameworks/ki18n-${KFMIN}:5
-	>=kde-frameworks/kirigami-${KFMIN}:5
-	>=kde-frameworks/kwindowsystem-${KFMIN}:5
-"
-DEPEND="${RDEPEND}
-	>=dev-qt/qtconcurrent-${QTMIN}:5
-"


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

* [gentoo-commits] proj/kde:master commit in: app-crypt/keysmith/
@ 2023-06-06 16:41 Andreas Sturmlechner
  0 siblings, 0 replies; 37+ messages in thread
From: Andreas Sturmlechner @ 2023-06-06 16:41 UTC (permalink / raw
  To: gentoo-commits

commit:     4f24de2bcf2dcad03e2fc31ee25eaaa2a1e05538
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Jun  6 15:19:56 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Jun  6 16:37:17 2023 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=4f24de2b

app-crypt/keysmith: 23.04.2 version bump

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

 app-crypt/keysmith/keysmith-23.04.2.ebuild | 34 ++++++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)

diff --git a/app-crypt/keysmith/keysmith-23.04.2.ebuild b/app-crypt/keysmith/keysmith-23.04.2.ebuild
new file mode 100644
index 0000000000..351289524b
--- /dev/null
+++ b/app-crypt/keysmith/keysmith-23.04.2.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KDE_ORG_CATEGORY="utilities"
+ECM_TEST="true"
+KFMIN=5.106.0
+QTMIN=5.15.9
+inherit ecm gear.kde.org
+
+DESCRIPTION="OTP client for Plasma Mobile and Desktop"
+HOMEPAGE="https://apps.kde.org/keysmith/"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~x86"
+IUSE=""
+
+RDEPEND="
+	dev-libs/libsodium:=
+	>=dev-qt/qtdeclarative-${QTMIN}:5
+	>=dev-qt/qtgui-${QTMIN}:5
+	>=dev-qt/qtquickcontrols2-${QTMIN}:5
+	>=dev-qt/qtsvg-${QTMIN}:5
+	>=dev-qt/qtwidgets-${QTMIN}:5
+	>=kde-frameworks/kdbusaddons-${KFMIN}:5
+	>=kde-frameworks/ki18n-${KFMIN}:5
+	>=kde-frameworks/kirigami-${KFMIN}:5
+	>=kde-frameworks/kwindowsystem-${KFMIN}:5
+"
+DEPEND="${RDEPEND}
+	>=dev-qt/qtconcurrent-${QTMIN}:5
+"


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

* [gentoo-commits] proj/kde:master commit in: app-crypt/keysmith/
@ 2023-06-08 11:46 Andreas Sturmlechner
  0 siblings, 0 replies; 37+ messages in thread
From: Andreas Sturmlechner @ 2023-06-08 11:46 UTC (permalink / raw
  To: gentoo-commits

commit:     bb89306a9902f756e3a24bc9c8604e265fbea20f
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Jun  8 11:42:11 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Jun  8 11:42:11 2023 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=bb89306a

app-crypt/keysmith: drop 23.04.2

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

 app-crypt/keysmith/keysmith-23.04.2.ebuild | 34 ------------------------------
 1 file changed, 34 deletions(-)

diff --git a/app-crypt/keysmith/keysmith-23.04.2.ebuild b/app-crypt/keysmith/keysmith-23.04.2.ebuild
deleted file mode 100644
index 351289524b..0000000000
--- a/app-crypt/keysmith/keysmith-23.04.2.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KDE_ORG_CATEGORY="utilities"
-ECM_TEST="true"
-KFMIN=5.106.0
-QTMIN=5.15.9
-inherit ecm gear.kde.org
-
-DESCRIPTION="OTP client for Plasma Mobile and Desktop"
-HOMEPAGE="https://apps.kde.org/keysmith/"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~x86"
-IUSE=""
-
-RDEPEND="
-	dev-libs/libsodium:=
-	>=dev-qt/qtdeclarative-${QTMIN}:5
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtquickcontrols2-${QTMIN}:5
-	>=dev-qt/qtsvg-${QTMIN}:5
-	>=dev-qt/qtwidgets-${QTMIN}:5
-	>=kde-frameworks/kdbusaddons-${KFMIN}:5
-	>=kde-frameworks/ki18n-${KFMIN}:5
-	>=kde-frameworks/kirigami-${KFMIN}:5
-	>=kde-frameworks/kwindowsystem-${KFMIN}:5
-"
-DEPEND="${RDEPEND}
-	>=dev-qt/qtconcurrent-${QTMIN}:5
-"


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

* [gentoo-commits] proj/kde:master commit in: app-crypt/keysmith/
@ 2023-07-06 15:00 Andreas Sturmlechner
  0 siblings, 0 replies; 37+ messages in thread
From: Andreas Sturmlechner @ 2023-07-06 15:00 UTC (permalink / raw
  To: gentoo-commits

commit:     41eaab0504d79643afef870f17b651a4b93f29c3
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Jul  6 14:51:50 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Jul  6 14:59:52 2023 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=41eaab05

app-crypt/keysmith: drop 23.04.49.9999

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

 app-crypt/keysmith/keysmith-23.04.49.9999.ebuild | 34 ------------------------
 1 file changed, 34 deletions(-)

diff --git a/app-crypt/keysmith/keysmith-23.04.49.9999.ebuild b/app-crypt/keysmith/keysmith-23.04.49.9999.ebuild
deleted file mode 100644
index 628224afc7..0000000000
--- a/app-crypt/keysmith/keysmith-23.04.49.9999.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KDE_ORG_CATEGORY="utilities"
-ECM_TEST="true"
-KFMIN=5.106.0
-QTMIN=5.15.9
-inherit ecm gear.kde.org
-
-DESCRIPTION="OTP client for Plasma Mobile and Desktop"
-HOMEPAGE="https://apps.kde.org/keysmith/"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS=""
-IUSE=""
-
-RDEPEND="
-	dev-libs/libsodium:=
-	>=dev-qt/qtdeclarative-${QTMIN}:5
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtquickcontrols2-${QTMIN}:5
-	>=dev-qt/qtsvg-${QTMIN}:5
-	>=dev-qt/qtwidgets-${QTMIN}:5
-	>=kde-frameworks/kdbusaddons-${KFMIN}:5
-	>=kde-frameworks/ki18n-${KFMIN}:5
-	>=kde-frameworks/kirigami-${KFMIN}:5
-	>=kde-frameworks/kwindowsystem-${KFMIN}:5
-"
-DEPEND="${RDEPEND}
-	>=dev-qt/qtconcurrent-${QTMIN}:5
-"


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

* [gentoo-commits] proj/kde:master commit in: app-crypt/keysmith/
@ 2023-08-19  7:24 Andreas Sturmlechner
  0 siblings, 0 replies; 37+ messages in thread
From: Andreas Sturmlechner @ 2023-08-19  7:24 UTC (permalink / raw
  To: gentoo-commits

commit:     f3cd3124e645f9cd7371e4993dc598f952954d83
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 18 18:39:42 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Aug 19 07:21:22 2023 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=f3cd3124

app-crypt/keysmith: 23.08.0 version bump

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

 app-crypt/keysmith/keysmith-23.08.0.ebuild | 34 ++++++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)

diff --git a/app-crypt/keysmith/keysmith-23.08.0.ebuild b/app-crypt/keysmith/keysmith-23.08.0.ebuild
new file mode 100644
index 0000000000..351289524b
--- /dev/null
+++ b/app-crypt/keysmith/keysmith-23.08.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KDE_ORG_CATEGORY="utilities"
+ECM_TEST="true"
+KFMIN=5.106.0
+QTMIN=5.15.9
+inherit ecm gear.kde.org
+
+DESCRIPTION="OTP client for Plasma Mobile and Desktop"
+HOMEPAGE="https://apps.kde.org/keysmith/"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~x86"
+IUSE=""
+
+RDEPEND="
+	dev-libs/libsodium:=
+	>=dev-qt/qtdeclarative-${QTMIN}:5
+	>=dev-qt/qtgui-${QTMIN}:5
+	>=dev-qt/qtquickcontrols2-${QTMIN}:5
+	>=dev-qt/qtsvg-${QTMIN}:5
+	>=dev-qt/qtwidgets-${QTMIN}:5
+	>=kde-frameworks/kdbusaddons-${KFMIN}:5
+	>=kde-frameworks/ki18n-${KFMIN}:5
+	>=kde-frameworks/kirigami-${KFMIN}:5
+	>=kde-frameworks/kwindowsystem-${KFMIN}:5
+"
+DEPEND="${RDEPEND}
+	>=dev-qt/qtconcurrent-${QTMIN}:5
+"


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

* [gentoo-commits] proj/kde:master commit in: app-crypt/keysmith/
@ 2023-08-25  9:17 Andreas Sturmlechner
  0 siblings, 0 replies; 37+ messages in thread
From: Andreas Sturmlechner @ 2023-08-25  9:17 UTC (permalink / raw
  To: gentoo-commits

commit:     44b2b1c141d56e256485e79ac9cd7343bba7d872
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 25 08:48:14 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Aug 25 08:48:14 2023 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=44b2b1c1

app-crypt/keysmith: drop 23.08.0

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

 app-crypt/keysmith/keysmith-23.08.0.ebuild | 34 ------------------------------
 1 file changed, 34 deletions(-)

diff --git a/app-crypt/keysmith/keysmith-23.08.0.ebuild b/app-crypt/keysmith/keysmith-23.08.0.ebuild
deleted file mode 100644
index 351289524b..0000000000
--- a/app-crypt/keysmith/keysmith-23.08.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KDE_ORG_CATEGORY="utilities"
-ECM_TEST="true"
-KFMIN=5.106.0
-QTMIN=5.15.9
-inherit ecm gear.kde.org
-
-DESCRIPTION="OTP client for Plasma Mobile and Desktop"
-HOMEPAGE="https://apps.kde.org/keysmith/"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~x86"
-IUSE=""
-
-RDEPEND="
-	dev-libs/libsodium:=
-	>=dev-qt/qtdeclarative-${QTMIN}:5
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtquickcontrols2-${QTMIN}:5
-	>=dev-qt/qtsvg-${QTMIN}:5
-	>=dev-qt/qtwidgets-${QTMIN}:5
-	>=kde-frameworks/kdbusaddons-${KFMIN}:5
-	>=kde-frameworks/ki18n-${KFMIN}:5
-	>=kde-frameworks/kirigami-${KFMIN}:5
-	>=kde-frameworks/kwindowsystem-${KFMIN}:5
-"
-DEPEND="${RDEPEND}
-	>=dev-qt/qtconcurrent-${QTMIN}:5
-"


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

* [gentoo-commits] proj/kde:master commit in: app-crypt/keysmith/
@ 2023-10-11  9:29 Andreas Sturmlechner
  0 siblings, 0 replies; 37+ messages in thread
From: Andreas Sturmlechner @ 2023-10-11  9:29 UTC (permalink / raw
  To: gentoo-commits

commit:     9271dc7d59b4af73a7f69f1f717fa028d658435f
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 11 09:03:59 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Oct 11 09:11:13 2023 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=9271dc7d

app-crypt/keysmith: 23.08.2 version bump

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

 app-crypt/keysmith/keysmith-23.08.2.ebuild | 34 ++++++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)

diff --git a/app-crypt/keysmith/keysmith-23.08.2.ebuild b/app-crypt/keysmith/keysmith-23.08.2.ebuild
new file mode 100644
index 0000000000..351289524b
--- /dev/null
+++ b/app-crypt/keysmith/keysmith-23.08.2.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KDE_ORG_CATEGORY="utilities"
+ECM_TEST="true"
+KFMIN=5.106.0
+QTMIN=5.15.9
+inherit ecm gear.kde.org
+
+DESCRIPTION="OTP client for Plasma Mobile and Desktop"
+HOMEPAGE="https://apps.kde.org/keysmith/"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~x86"
+IUSE=""
+
+RDEPEND="
+	dev-libs/libsodium:=
+	>=dev-qt/qtdeclarative-${QTMIN}:5
+	>=dev-qt/qtgui-${QTMIN}:5
+	>=dev-qt/qtquickcontrols2-${QTMIN}:5
+	>=dev-qt/qtsvg-${QTMIN}:5
+	>=dev-qt/qtwidgets-${QTMIN}:5
+	>=kde-frameworks/kdbusaddons-${KFMIN}:5
+	>=kde-frameworks/ki18n-${KFMIN}:5
+	>=kde-frameworks/kirigami-${KFMIN}:5
+	>=kde-frameworks/kwindowsystem-${KFMIN}:5
+"
+DEPEND="${RDEPEND}
+	>=dev-qt/qtconcurrent-${QTMIN}:5
+"


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

* [gentoo-commits] proj/kde:master commit in: app-crypt/keysmith/
@ 2023-10-12 21:58 Andreas Sturmlechner
  0 siblings, 0 replies; 37+ messages in thread
From: Andreas Sturmlechner @ 2023-10-12 21:58 UTC (permalink / raw
  To: gentoo-commits

commit:     778d8df8e67fea53d4ace20ab94ec63b4b120a58
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 12 12:23:04 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Oct 12 21:58:19 2023 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=778d8df8

app-crypt/keysmith: drop 23.08.2

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

 app-crypt/keysmith/keysmith-23.08.2.ebuild | 34 ------------------------------
 1 file changed, 34 deletions(-)

diff --git a/app-crypt/keysmith/keysmith-23.08.2.ebuild b/app-crypt/keysmith/keysmith-23.08.2.ebuild
deleted file mode 100644
index 351289524b..0000000000
--- a/app-crypt/keysmith/keysmith-23.08.2.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KDE_ORG_CATEGORY="utilities"
-ECM_TEST="true"
-KFMIN=5.106.0
-QTMIN=5.15.9
-inherit ecm gear.kde.org
-
-DESCRIPTION="OTP client for Plasma Mobile and Desktop"
-HOMEPAGE="https://apps.kde.org/keysmith/"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~x86"
-IUSE=""
-
-RDEPEND="
-	dev-libs/libsodium:=
-	>=dev-qt/qtdeclarative-${QTMIN}:5
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtquickcontrols2-${QTMIN}:5
-	>=dev-qt/qtsvg-${QTMIN}:5
-	>=dev-qt/qtwidgets-${QTMIN}:5
-	>=kde-frameworks/kdbusaddons-${KFMIN}:5
-	>=kde-frameworks/ki18n-${KFMIN}:5
-	>=kde-frameworks/kirigami-${KFMIN}:5
-	>=kde-frameworks/kwindowsystem-${KFMIN}:5
-"
-DEPEND="${RDEPEND}
-	>=dev-qt/qtconcurrent-${QTMIN}:5
-"


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

* [gentoo-commits] proj/kde:master commit in: app-crypt/keysmith/
@ 2023-11-07 15:36 Andreas Sturmlechner
  0 siblings, 0 replies; 37+ messages in thread
From: Andreas Sturmlechner @ 2023-11-07 15:36 UTC (permalink / raw
  To: gentoo-commits

commit:     c23cb59d1d68cb688e9b6a3827f71f92fa7f42da
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Nov  7 15:25:51 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Nov  7 15:36:06 2023 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=c23cb59d

app-crypt/keysmith: 23.08.3 version bump

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

 app-crypt/keysmith/keysmith-23.08.3.ebuild | 34 ++++++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)

diff --git a/app-crypt/keysmith/keysmith-23.08.3.ebuild b/app-crypt/keysmith/keysmith-23.08.3.ebuild
new file mode 100644
index 0000000000..351289524b
--- /dev/null
+++ b/app-crypt/keysmith/keysmith-23.08.3.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KDE_ORG_CATEGORY="utilities"
+ECM_TEST="true"
+KFMIN=5.106.0
+QTMIN=5.15.9
+inherit ecm gear.kde.org
+
+DESCRIPTION="OTP client for Plasma Mobile and Desktop"
+HOMEPAGE="https://apps.kde.org/keysmith/"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~x86"
+IUSE=""
+
+RDEPEND="
+	dev-libs/libsodium:=
+	>=dev-qt/qtdeclarative-${QTMIN}:5
+	>=dev-qt/qtgui-${QTMIN}:5
+	>=dev-qt/qtquickcontrols2-${QTMIN}:5
+	>=dev-qt/qtsvg-${QTMIN}:5
+	>=dev-qt/qtwidgets-${QTMIN}:5
+	>=kde-frameworks/kdbusaddons-${KFMIN}:5
+	>=kde-frameworks/ki18n-${KFMIN}:5
+	>=kde-frameworks/kirigami-${KFMIN}:5
+	>=kde-frameworks/kwindowsystem-${KFMIN}:5
+"
+DEPEND="${RDEPEND}
+	>=dev-qt/qtconcurrent-${QTMIN}:5
+"


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

* [gentoo-commits] proj/kde:master commit in: app-crypt/keysmith/
@ 2023-11-09 13:44 Andreas Sturmlechner
  0 siblings, 0 replies; 37+ messages in thread
From: Andreas Sturmlechner @ 2023-11-09 13:44 UTC (permalink / raw
  To: gentoo-commits

commit:     8ec84b1fbabfdbd332168971cd3110fd78e0e67d
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Nov  9 13:30:05 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Nov  9 13:30:05 2023 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=8ec84b1f

app-crypt/keysmith: drop 23.08.3

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

 app-crypt/keysmith/keysmith-23.08.3.ebuild | 34 ------------------------------
 1 file changed, 34 deletions(-)

diff --git a/app-crypt/keysmith/keysmith-23.08.3.ebuild b/app-crypt/keysmith/keysmith-23.08.3.ebuild
deleted file mode 100644
index 351289524b..0000000000
--- a/app-crypt/keysmith/keysmith-23.08.3.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KDE_ORG_CATEGORY="utilities"
-ECM_TEST="true"
-KFMIN=5.106.0
-QTMIN=5.15.9
-inherit ecm gear.kde.org
-
-DESCRIPTION="OTP client for Plasma Mobile and Desktop"
-HOMEPAGE="https://apps.kde.org/keysmith/"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~x86"
-IUSE=""
-
-RDEPEND="
-	dev-libs/libsodium:=
-	>=dev-qt/qtdeclarative-${QTMIN}:5
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtquickcontrols2-${QTMIN}:5
-	>=dev-qt/qtsvg-${QTMIN}:5
-	>=dev-qt/qtwidgets-${QTMIN}:5
-	>=kde-frameworks/kdbusaddons-${KFMIN}:5
-	>=kde-frameworks/ki18n-${KFMIN}:5
-	>=kde-frameworks/kirigami-${KFMIN}:5
-	>=kde-frameworks/kwindowsystem-${KFMIN}:5
-"
-DEPEND="${RDEPEND}
-	>=dev-qt/qtconcurrent-${QTMIN}:5
-"


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

* [gentoo-commits] proj/kde:master commit in: app-crypt/keysmith/
@ 2023-12-07  9:06 Andreas Sturmlechner
  0 siblings, 0 replies; 37+ messages in thread
From: Andreas Sturmlechner @ 2023-12-07  9:06 UTC (permalink / raw
  To: gentoo-commits

commit:     0e64fd7286737acfb55df4126b0cd1e7a0a446b4
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Dec  6 22:22:33 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Dec  7 09:04:55 2023 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=0e64fd72

app-crypt/keysmith: 23.08.4 version bump

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

 app-crypt/keysmith/keysmith-23.08.4.ebuild | 34 ++++++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)

diff --git a/app-crypt/keysmith/keysmith-23.08.4.ebuild b/app-crypt/keysmith/keysmith-23.08.4.ebuild
new file mode 100644
index 0000000000..351289524b
--- /dev/null
+++ b/app-crypt/keysmith/keysmith-23.08.4.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KDE_ORG_CATEGORY="utilities"
+ECM_TEST="true"
+KFMIN=5.106.0
+QTMIN=5.15.9
+inherit ecm gear.kde.org
+
+DESCRIPTION="OTP client for Plasma Mobile and Desktop"
+HOMEPAGE="https://apps.kde.org/keysmith/"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~x86"
+IUSE=""
+
+RDEPEND="
+	dev-libs/libsodium:=
+	>=dev-qt/qtdeclarative-${QTMIN}:5
+	>=dev-qt/qtgui-${QTMIN}:5
+	>=dev-qt/qtquickcontrols2-${QTMIN}:5
+	>=dev-qt/qtsvg-${QTMIN}:5
+	>=dev-qt/qtwidgets-${QTMIN}:5
+	>=kde-frameworks/kdbusaddons-${KFMIN}:5
+	>=kde-frameworks/ki18n-${KFMIN}:5
+	>=kde-frameworks/kirigami-${KFMIN}:5
+	>=kde-frameworks/kwindowsystem-${KFMIN}:5
+"
+DEPEND="${RDEPEND}
+	>=dev-qt/qtconcurrent-${QTMIN}:5
+"


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

* [gentoo-commits] proj/kde:master commit in: app-crypt/keysmith/
@ 2023-12-07 19:34 Andreas Sturmlechner
  0 siblings, 0 replies; 37+ messages in thread
From: Andreas Sturmlechner @ 2023-12-07 19:34 UTC (permalink / raw
  To: gentoo-commits

commit:     bbf8e9522f41b85b3f6d60606c3bff6d3b09fe90
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Dec  7 18:17:04 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Dec  7 19:32:28 2023 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=bbf8e952

app-crypt/keysmith: Add missing kirigami-addons dependency

Thanks-to: Alexey Min <alexey.min <AT> gmail.com>
Bug: https://bugs.gentoo.org/919297
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 app-crypt/keysmith/keysmith-23.08.4.ebuild       | 1 +
 app-crypt/keysmith/keysmith-23.08.49.9999.ebuild | 1 +
 2 files changed, 2 insertions(+)

diff --git a/app-crypt/keysmith/keysmith-23.08.4.ebuild b/app-crypt/keysmith/keysmith-23.08.4.ebuild
index 351289524b..258596e9f9 100644
--- a/app-crypt/keysmith/keysmith-23.08.4.ebuild
+++ b/app-crypt/keysmith/keysmith-23.08.4.ebuild
@@ -18,6 +18,7 @@ KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~x86"
 IUSE=""
 
 RDEPEND="
+	dev-libs/kirigami-addons:5
 	dev-libs/libsodium:=
 	>=dev-qt/qtdeclarative-${QTMIN}:5
 	>=dev-qt/qtgui-${QTMIN}:5

diff --git a/app-crypt/keysmith/keysmith-23.08.49.9999.ebuild b/app-crypt/keysmith/keysmith-23.08.49.9999.ebuild
index 628224afc7..eaf3b23aa3 100644
--- a/app-crypt/keysmith/keysmith-23.08.49.9999.ebuild
+++ b/app-crypt/keysmith/keysmith-23.08.49.9999.ebuild
@@ -18,6 +18,7 @@ KEYWORDS=""
 IUSE=""
 
 RDEPEND="
+	dev-libs/kirigami-addons:5
 	dev-libs/libsodium:=
 	>=dev-qt/qtdeclarative-${QTMIN}:5
 	>=dev-qt/qtgui-${QTMIN}:5


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

* [gentoo-commits] proj/kde:master commit in: app-crypt/keysmith/
@ 2023-12-09 10:29 Andreas Sturmlechner
  0 siblings, 0 replies; 37+ messages in thread
From: Andreas Sturmlechner @ 2023-12-09 10:29 UTC (permalink / raw
  To: gentoo-commits

commit:     9cb4c1c1897188fae129163de7d5c22681ccf4fe
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Dec  9 10:26:46 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Dec  9 10:26:46 2023 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=9cb4c1c1

app-crypt/keysmith: drop 23.08.4

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

 app-crypt/keysmith/keysmith-23.08.4.ebuild | 35 ------------------------------
 1 file changed, 35 deletions(-)

diff --git a/app-crypt/keysmith/keysmith-23.08.4.ebuild b/app-crypt/keysmith/keysmith-23.08.4.ebuild
deleted file mode 100644
index 258596e9f9..0000000000
--- a/app-crypt/keysmith/keysmith-23.08.4.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KDE_ORG_CATEGORY="utilities"
-ECM_TEST="true"
-KFMIN=5.106.0
-QTMIN=5.15.9
-inherit ecm gear.kde.org
-
-DESCRIPTION="OTP client for Plasma Mobile and Desktop"
-HOMEPAGE="https://apps.kde.org/keysmith/"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~x86"
-IUSE=""
-
-RDEPEND="
-	dev-libs/kirigami-addons:5
-	dev-libs/libsodium:=
-	>=dev-qt/qtdeclarative-${QTMIN}:5
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtquickcontrols2-${QTMIN}:5
-	>=dev-qt/qtsvg-${QTMIN}:5
-	>=dev-qt/qtwidgets-${QTMIN}:5
-	>=kde-frameworks/kdbusaddons-${KFMIN}:5
-	>=kde-frameworks/ki18n-${KFMIN}:5
-	>=kde-frameworks/kirigami-${KFMIN}:5
-	>=kde-frameworks/kwindowsystem-${KFMIN}:5
-"
-DEPEND="${RDEPEND}
-	>=dev-qt/qtconcurrent-${QTMIN}:5
-"


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

* [gentoo-commits] proj/kde:master commit in: app-crypt/keysmith/
@ 2024-02-01 21:19 Andreas Sturmlechner
  0 siblings, 0 replies; 37+ messages in thread
From: Andreas Sturmlechner @ 2024-02-01 21:19 UTC (permalink / raw
  To: gentoo-commits

commit:     1dcade28954467c04ab5e25919a13cd5663c3f24
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Feb  1 20:30:36 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Feb  1 21:19:17 2024 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=1dcade28

app-crypt/keysmith: drop 24.01.90

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

 app-crypt/keysmith/keysmith-24.01.90.ebuild | 33 -----------------------------
 1 file changed, 33 deletions(-)

diff --git a/app-crypt/keysmith/keysmith-24.01.90.ebuild b/app-crypt/keysmith/keysmith-24.01.90.ebuild
deleted file mode 100644
index d0b6019562..0000000000
--- a/app-crypt/keysmith/keysmith-24.01.90.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KDE_ORG_CATEGORY="utilities"
-ECM_TEST="true"
-KFMIN=5.248.0
-QTMIN=6.6.0
-inherit ecm gear.kde.org
-
-DESCRIPTION="OTP client for Plasma Mobile and Desktop"
-HOMEPAGE="https://apps.kde.org/keysmith/"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~x86"
-IUSE=""
-
-RDEPEND="
-	dev-libs/kirigami-addons:6
-	dev-libs/libsodium:=
-	>=dev-qt/qtbase-${QTMIN}:6[gui,widgets]
-	>=dev-qt/qtdeclarative-${QTMIN}:6
-	>=dev-qt/qtsvg-${QTMIN}:6
-	>=kde-frameworks/kdbusaddons-${KFMIN}:6
-	>=kde-frameworks/ki18n-${KFMIN}:6
-	>=kde-frameworks/kirigami-${KFMIN}:6
-	>=kde-frameworks/kwindowsystem-${KFMIN}:6
-"
-DEPEND="${RDEPEND}
-	>=dev-qt/qtbase-${QTMIN}:6[concurrent]
-"


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

* [gentoo-commits] proj/kde:master commit in: app-crypt/keysmith/
@ 2024-02-13 21:14 Andreas Sturmlechner
  0 siblings, 0 replies; 37+ messages in thread
From: Andreas Sturmlechner @ 2024-02-13 21:14 UTC (permalink / raw
  To: gentoo-commits

commit:     40c8120bc9e22f515e11caf99e589e557168176e
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 13 21:08:16 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Feb 13 21:13:48 2024 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=40c8120b

app-crypt/keysmith: 23.08.5 version bump

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

 app-crypt/keysmith/keysmith-23.08.5.ebuild | 35 ++++++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)

diff --git a/app-crypt/keysmith/keysmith-23.08.5.ebuild b/app-crypt/keysmith/keysmith-23.08.5.ebuild
new file mode 100644
index 0000000000..f3d313da1c
--- /dev/null
+++ b/app-crypt/keysmith/keysmith-23.08.5.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KDE_ORG_CATEGORY="utilities"
+ECM_TEST="true"
+KFMIN=5.106.0
+QTMIN=5.15.9
+inherit ecm gear.kde.org
+
+DESCRIPTION="OTP client for Plasma Mobile and Desktop"
+HOMEPAGE="https://apps.kde.org/keysmith/"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~x86"
+IUSE=""
+
+RDEPEND="
+	dev-libs/kirigami-addons:5
+	dev-libs/libsodium:=
+	>=dev-qt/qtdeclarative-${QTMIN}:5
+	>=dev-qt/qtgui-${QTMIN}:5
+	>=dev-qt/qtquickcontrols2-${QTMIN}:5
+	>=dev-qt/qtsvg-${QTMIN}:5
+	>=dev-qt/qtwidgets-${QTMIN}:5
+	>=kde-frameworks/kdbusaddons-${KFMIN}:5
+	>=kde-frameworks/ki18n-${KFMIN}:5
+	>=kde-frameworks/kirigami-${KFMIN}:5
+	>=kde-frameworks/kwindowsystem-${KFMIN}:5
+"
+DEPEND="${RDEPEND}
+	>=dev-qt/qtconcurrent-${QTMIN}:5
+"


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

* [gentoo-commits] proj/kde:master commit in: app-crypt/keysmith/
@ 2024-02-15 12:34 Andreas Sturmlechner
  0 siblings, 0 replies; 37+ messages in thread
From: Andreas Sturmlechner @ 2024-02-15 12:34 UTC (permalink / raw
  To: gentoo-commits

commit:     6c375a45b98864b68badb4c1884fa825f7b4ee74
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 15 11:55:13 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Feb 15 12:33:43 2024 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=6c375a45

app-crypt/keysmith: drop 23.08.49.9999

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

 app-crypt/keysmith/keysmith-23.08.49.9999.ebuild | 35 ------------------------
 1 file changed, 35 deletions(-)

diff --git a/app-crypt/keysmith/keysmith-23.08.49.9999.ebuild b/app-crypt/keysmith/keysmith-23.08.49.9999.ebuild
deleted file mode 100644
index ccf456cf9b..0000000000
--- a/app-crypt/keysmith/keysmith-23.08.49.9999.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KDE_ORG_CATEGORY="utilities"
-ECM_TEST="true"
-KFMIN=5.106.0
-QTMIN=5.15.9
-inherit ecm gear.kde.org
-
-DESCRIPTION="OTP client for Plasma Mobile and Desktop"
-HOMEPAGE="https://apps.kde.org/keysmith/"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS=""
-IUSE=""
-
-RDEPEND="
-	dev-libs/kirigami-addons:5
-	dev-libs/libsodium:=
-	>=dev-qt/qtdeclarative-${QTMIN}:5
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtquickcontrols2-${QTMIN}:5
-	>=dev-qt/qtsvg-${QTMIN}:5
-	>=dev-qt/qtwidgets-${QTMIN}:5
-	>=kde-frameworks/kdbusaddons-${KFMIN}:5
-	>=kde-frameworks/ki18n-${KFMIN}:5
-	>=kde-frameworks/kirigami-${KFMIN}:5
-	>=kde-frameworks/kwindowsystem-${KFMIN}:5
-"
-DEPEND="${RDEPEND}
-	>=dev-qt/qtconcurrent-${QTMIN}:5
-"


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

* [gentoo-commits] proj/kde:master commit in: app-crypt/keysmith/
@ 2024-02-22 10:08 Andreas Sturmlechner
  0 siblings, 0 replies; 37+ messages in thread
From: Andreas Sturmlechner @ 2024-02-22 10:08 UTC (permalink / raw
  To: gentoo-commits

commit:     4aea3c0bf7fc8f6bcbc67f1c93378a37795c26f2
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 22 08:54:57 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Feb 22 09:56:11 2024 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=4aea3c0b

app-crypt/keysmith: 24.02.0 version bump

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

 app-crypt/keysmith/keysmith-24.02.0.ebuild | 33 ++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

diff --git a/app-crypt/keysmith/keysmith-24.02.0.ebuild b/app-crypt/keysmith/keysmith-24.02.0.ebuild
new file mode 100644
index 0000000000..37c16b2e3c
--- /dev/null
+++ b/app-crypt/keysmith/keysmith-24.02.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KDE_ORG_CATEGORY="utilities"
+ECM_TEST="true"
+KFMIN=5.249.0
+QTMIN=6.6.2
+inherit ecm gear.kde.org
+
+DESCRIPTION="OTP client for Plasma Mobile and Desktop"
+HOMEPAGE="https://apps.kde.org/keysmith/"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND="
+	dev-libs/kirigami-addons:6
+	dev-libs/libsodium:=
+	>=dev-qt/qtbase-${QTMIN}:6[gui,widgets]
+	>=dev-qt/qtdeclarative-${QTMIN}:6
+	>=dev-qt/qtsvg-${QTMIN}:6
+	>=kde-frameworks/kdbusaddons-${KFMIN}:6
+	>=kde-frameworks/ki18n-${KFMIN}:6
+	>=kde-frameworks/kirigami-${KFMIN}:6
+	>=kde-frameworks/kwindowsystem-${KFMIN}:6
+"
+DEPEND="${RDEPEND}
+	>=dev-qt/qtbase-${QTMIN}:6[concurrent]
+"


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

* [gentoo-commits] proj/kde:master commit in: app-crypt/keysmith/
@ 2024-02-28 13:56 Andreas Sturmlechner
  0 siblings, 0 replies; 37+ messages in thread
From: Andreas Sturmlechner @ 2024-02-28 13:56 UTC (permalink / raw
  To: gentoo-commits

commit:     4a08fced0f82aeced57faee9d0c5b8525c9015b3
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 28 12:11:45 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Feb 28 13:56:27 2024 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=4a08fced

app-crypt/keysmith: drop 24.02.0

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

 app-crypt/keysmith/keysmith-24.02.0.ebuild | 33 ------------------------------
 1 file changed, 33 deletions(-)

diff --git a/app-crypt/keysmith/keysmith-24.02.0.ebuild b/app-crypt/keysmith/keysmith-24.02.0.ebuild
deleted file mode 100644
index d361e3374b..0000000000
--- a/app-crypt/keysmith/keysmith-24.02.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KDE_ORG_CATEGORY="utilities"
-ECM_TEST="true"
-KFMIN=6.0
-QTMIN=6.6.2
-inherit ecm gear.kde.org
-
-DESCRIPTION="OTP client for Plasma Mobile and Desktop"
-HOMEPAGE="https://apps.kde.org/keysmith/"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-RDEPEND="
-	dev-libs/kirigami-addons:6
-	dev-libs/libsodium:=
-	>=dev-qt/qtbase-${QTMIN}:6[gui,widgets]
-	>=dev-qt/qtdeclarative-${QTMIN}:6
-	>=dev-qt/qtsvg-${QTMIN}:6
-	>=kde-frameworks/kdbusaddons-${KFMIN}:6
-	>=kde-frameworks/ki18n-${KFMIN}:6
-	>=kde-frameworks/kirigami-${KFMIN}:6
-	>=kde-frameworks/kwindowsystem-${KFMIN}:6
-"
-DEPEND="${RDEPEND}
-	>=dev-qt/qtbase-${QTMIN}:6[concurrent]
-"


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

* [gentoo-commits] proj/kde:master commit in: app-crypt/keysmith/
@ 2024-03-09 20:42 Andreas Sturmlechner
  0 siblings, 0 replies; 37+ messages in thread
From: Andreas Sturmlechner @ 2024-03-09 20:42 UTC (permalink / raw
  To: gentoo-commits

commit:     dc877e0a428222e871f3027979c5f6ac6156d061
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Mar  9 20:22:45 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Mar  9 20:42:35 2024 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=dc877e0a

app-crypt/keysmith: Add missing 24.02 stable branch dependency

Upstream commit 01d42fd79c59d41fdc7f565cfc1771be09506de0, ported away
from in git master commit 6022e25d5db80352a061d3739c824f019bac3b92

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

 app-crypt/keysmith/keysmith-24.02.49.9999.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app-crypt/keysmith/keysmith-24.02.49.9999.ebuild b/app-crypt/keysmith/keysmith-24.02.49.9999.ebuild
index 83455c0185..7b76a18a83 100644
--- a/app-crypt/keysmith/keysmith-24.02.49.9999.ebuild
+++ b/app-crypt/keysmith/keysmith-24.02.49.9999.ebuild
@@ -20,6 +20,7 @@ IUSE=""
 RDEPEND="
 	dev-libs/kirigami-addons:6
 	dev-libs/libsodium:=
+	>=dev-qt/qt5compat-${QTMIN}:6
 	>=dev-qt/qtbase-${QTMIN}:6[gui,widgets]
 	>=dev-qt/qtdeclarative-${QTMIN}:6
 	>=dev-qt/qtsvg-${QTMIN}:6


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

* [gentoo-commits] proj/kde:master commit in: app-crypt/keysmith/
@ 2024-03-19 21:30 Andreas Sturmlechner
  0 siblings, 0 replies; 37+ messages in thread
From: Andreas Sturmlechner @ 2024-03-19 21:30 UTC (permalink / raw
  To: gentoo-commits

commit:     d53f225cfa747017068e848101e81bcfba1a1da1
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 19 16:21:18 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Mar 19 16:50:13 2024 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=d53f225c

app-crypt/keysmith: 24.02.1 version bump

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

 app-crypt/keysmith/keysmith-24.02.1.ebuild | 34 ++++++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)

diff --git a/app-crypt/keysmith/keysmith-24.02.1.ebuild b/app-crypt/keysmith/keysmith-24.02.1.ebuild
new file mode 100644
index 0000000000..97be60ca9e
--- /dev/null
+++ b/app-crypt/keysmith/keysmith-24.02.1.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KDE_ORG_CATEGORY="utilities"
+ECM_TEST="true"
+KFMIN=6.0.0
+QTMIN=6.6.2
+inherit ecm gear.kde.org
+
+DESCRIPTION="OTP client for Plasma Mobile and Desktop"
+HOMEPAGE="https://apps.kde.org/keysmith/"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND="
+	dev-libs/kirigami-addons:6
+	dev-libs/libsodium:=
+	>=dev-qt/qt5compat-${QTMIN}:6
+	>=dev-qt/qtbase-${QTMIN}:6[gui,widgets]
+	>=dev-qt/qtdeclarative-${QTMIN}:6
+	>=dev-qt/qtsvg-${QTMIN}:6
+	>=kde-frameworks/kdbusaddons-${KFMIN}:6
+	>=kde-frameworks/ki18n-${KFMIN}:6
+	>=kde-frameworks/kirigami-${KFMIN}:6
+	>=kde-frameworks/kwindowsystem-${KFMIN}:6
+"
+DEPEND="${RDEPEND}
+	>=dev-qt/qtbase-${QTMIN}:6[concurrent]
+"


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

* [gentoo-commits] proj/kde:master commit in: app-crypt/keysmith/
@ 2024-04-10 16:50 Andreas Sturmlechner
  0 siblings, 0 replies; 37+ messages in thread
From: Andreas Sturmlechner @ 2024-04-10 16:50 UTC (permalink / raw
  To: gentoo-commits

commit:     e111cb416576b3f7eba6b681c712ae80e932602e
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Apr  9 18:52:29 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Apr  9 19:09:27 2024 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=e111cb41

app-crypt/keysmith: 24.02.2 version bump

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

 app-crypt/keysmith/keysmith-24.02.2.ebuild | 34 ++++++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)

diff --git a/app-crypt/keysmith/keysmith-24.02.2.ebuild b/app-crypt/keysmith/keysmith-24.02.2.ebuild
new file mode 100644
index 0000000000..97be60ca9e
--- /dev/null
+++ b/app-crypt/keysmith/keysmith-24.02.2.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KDE_ORG_CATEGORY="utilities"
+ECM_TEST="true"
+KFMIN=6.0.0
+QTMIN=6.6.2
+inherit ecm gear.kde.org
+
+DESCRIPTION="OTP client for Plasma Mobile and Desktop"
+HOMEPAGE="https://apps.kde.org/keysmith/"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND="
+	dev-libs/kirigami-addons:6
+	dev-libs/libsodium:=
+	>=dev-qt/qt5compat-${QTMIN}:6
+	>=dev-qt/qtbase-${QTMIN}:6[gui,widgets]
+	>=dev-qt/qtdeclarative-${QTMIN}:6
+	>=dev-qt/qtsvg-${QTMIN}:6
+	>=kde-frameworks/kdbusaddons-${KFMIN}:6
+	>=kde-frameworks/ki18n-${KFMIN}:6
+	>=kde-frameworks/kirigami-${KFMIN}:6
+	>=kde-frameworks/kwindowsystem-${KFMIN}:6
+"
+DEPEND="${RDEPEND}
+	>=dev-qt/qtbase-${QTMIN}:6[concurrent]
+"


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

* [gentoo-commits] proj/kde:master commit in: app-crypt/keysmith/
@ 2024-04-11 20:40 Andreas Sturmlechner
  0 siblings, 0 replies; 37+ messages in thread
From: Andreas Sturmlechner @ 2024-04-11 20:40 UTC (permalink / raw
  To: gentoo-commits

commit:     fb8b39556eaa6b704f09f2fc0eba7e80ce4e41b0
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 11 20:26:52 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Apr 11 20:26:52 2024 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=fb8b3955

app-crypt/keysmith: drop 24.02.49.9999

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

 app-crypt/keysmith/keysmith-24.02.49.9999.ebuild | 34 ------------------------
 1 file changed, 34 deletions(-)

diff --git a/app-crypt/keysmith/keysmith-24.02.49.9999.ebuild b/app-crypt/keysmith/keysmith-24.02.49.9999.ebuild
deleted file mode 100644
index 7b76a18a83..0000000000
--- a/app-crypt/keysmith/keysmith-24.02.49.9999.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KDE_ORG_CATEGORY="utilities"
-ECM_TEST="true"
-KFMIN=6.0.0
-QTMIN=6.6.2
-inherit ecm gear.kde.org
-
-DESCRIPTION="OTP client for Plasma Mobile and Desktop"
-HOMEPAGE="https://apps.kde.org/keysmith/"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS=""
-IUSE=""
-
-RDEPEND="
-	dev-libs/kirigami-addons:6
-	dev-libs/libsodium:=
-	>=dev-qt/qt5compat-${QTMIN}:6
-	>=dev-qt/qtbase-${QTMIN}:6[gui,widgets]
-	>=dev-qt/qtdeclarative-${QTMIN}:6
-	>=dev-qt/qtsvg-${QTMIN}:6
-	>=kde-frameworks/kdbusaddons-${KFMIN}:6
-	>=kde-frameworks/ki18n-${KFMIN}:6
-	>=kde-frameworks/kirigami-${KFMIN}:6
-	>=kde-frameworks/kwindowsystem-${KFMIN}:6
-"
-DEPEND="${RDEPEND}
-	>=dev-qt/qtbase-${QTMIN}:6[concurrent]
-"


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

* [gentoo-commits] proj/kde:master commit in: app-crypt/keysmith/
@ 2024-04-21 20:53 Andreas Sturmlechner
  0 siblings, 0 replies; 37+ messages in thread
From: Andreas Sturmlechner @ 2024-04-21 20:53 UTC (permalink / raw
  To: gentoo-commits

commit:     3805461886922379bcbfab482a1426b484a16106
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 21 20:28:04 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Apr 21 20:52:40 2024 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=38054618

app-crypt/keysmith: Add 24.05 stable branch

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

 app-crypt/keysmith/keysmith-24.05.49.9999.ebuild | 33 ++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

diff --git a/app-crypt/keysmith/keysmith-24.05.49.9999.ebuild b/app-crypt/keysmith/keysmith-24.05.49.9999.ebuild
new file mode 100644
index 0000000000..83455c0185
--- /dev/null
+++ b/app-crypt/keysmith/keysmith-24.05.49.9999.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KDE_ORG_CATEGORY="utilities"
+ECM_TEST="true"
+KFMIN=6.0.0
+QTMIN=6.6.2
+inherit ecm gear.kde.org
+
+DESCRIPTION="OTP client for Plasma Mobile and Desktop"
+HOMEPAGE="https://apps.kde.org/keysmith/"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS=""
+IUSE=""
+
+RDEPEND="
+	dev-libs/kirigami-addons:6
+	dev-libs/libsodium:=
+	>=dev-qt/qtbase-${QTMIN}:6[gui,widgets]
+	>=dev-qt/qtdeclarative-${QTMIN}:6
+	>=dev-qt/qtsvg-${QTMIN}:6
+	>=kde-frameworks/kdbusaddons-${KFMIN}:6
+	>=kde-frameworks/ki18n-${KFMIN}:6
+	>=kde-frameworks/kirigami-${KFMIN}:6
+	>=kde-frameworks/kwindowsystem-${KFMIN}:6
+"
+DEPEND="${RDEPEND}
+	>=dev-qt/qtbase-${QTMIN}:6[concurrent]
+"


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

* [gentoo-commits] proj/kde:master commit in: app-crypt/keysmith/
@ 2024-05-13 23:11 Andreas Sturmlechner
  0 siblings, 0 replies; 37+ messages in thread
From: Andreas Sturmlechner @ 2024-05-13 23:11 UTC (permalink / raw
  To: gentoo-commits

commit:     163dc4f78381073e5c23850306eec4a88bb9d2f3
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon May 13 21:38:33 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon May 13 23:11:32 2024 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=163dc4f7

app-crypt/keysmith: 24.04.90 version bump

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

 app-crypt/keysmith/keysmith-24.04.90.ebuild | 33 +++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

diff --git a/app-crypt/keysmith/keysmith-24.04.90.ebuild b/app-crypt/keysmith/keysmith-24.04.90.ebuild
new file mode 100644
index 0000000000..18b267398a
--- /dev/null
+++ b/app-crypt/keysmith/keysmith-24.04.90.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KDE_ORG_CATEGORY="utilities"
+ECM_TEST="true"
+KFMIN=6.0.0
+QTMIN=6.6.2
+inherit ecm gear.kde.org
+
+DESCRIPTION="OTP client for Plasma Mobile and Desktop"
+HOMEPAGE="https://apps.kde.org/keysmith/"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND="
+	dev-libs/kirigami-addons:6
+	dev-libs/libsodium:=
+	>=dev-qt/qtbase-${QTMIN}:6[gui,widgets]
+	>=dev-qt/qtdeclarative-${QTMIN}:6
+	>=dev-qt/qtsvg-${QTMIN}:6
+	>=kde-frameworks/kdbusaddons-${KFMIN}:6
+	>=kde-frameworks/ki18n-${KFMIN}:6
+	>=kde-frameworks/kirigami-${KFMIN}:6
+	>=kde-frameworks/kwindowsystem-${KFMIN}:6
+"
+DEPEND="${RDEPEND}
+	>=dev-qt/qtbase-${QTMIN}:6[concurrent]
+"


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

* [gentoo-commits] proj/kde:master commit in: app-crypt/keysmith/
@ 2024-05-16 14:26 Andreas Sturmlechner
  0 siblings, 0 replies; 37+ messages in thread
From: Andreas Sturmlechner @ 2024-05-16 14:26 UTC (permalink / raw
  To: gentoo-commits

commit:     fbb7acd03a7d55111aa89733f39f9031594183f4
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu May 16 14:13:26 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu May 16 14:13:26 2024 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=fbb7acd0

app-crypt/keysmith: Update dependencies

Upstream commit 71db12f26cb2c263f033cf1b3b1f7b5da7dbbb54

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

 app-crypt/keysmith/keysmith-24.04.90.ebuild      | 7 +++++--
 app-crypt/keysmith/keysmith-24.05.49.9999.ebuild | 7 +++++--
 app-crypt/keysmith/keysmith-9999.ebuild          | 7 +++++--
 3 files changed, 15 insertions(+), 6 deletions(-)

diff --git a/app-crypt/keysmith/keysmith-24.04.90.ebuild b/app-crypt/keysmith/keysmith-24.04.90.ebuild
index 18b267398a..da372f6cd3 100644
--- a/app-crypt/keysmith/keysmith-24.04.90.ebuild
+++ b/app-crypt/keysmith/keysmith-24.04.90.ebuild
@@ -17,7 +17,7 @@ SLOT="0"
 KEYWORDS="~amd64"
 IUSE=""
 
-RDEPEND="
+COMMON_DEPEND="
 	dev-libs/kirigami-addons:6
 	dev-libs/libsodium:=
 	>=dev-qt/qtbase-${QTMIN}:6[gui,widgets]
@@ -28,6 +28,9 @@ RDEPEND="
 	>=kde-frameworks/kirigami-${KFMIN}:6
 	>=kde-frameworks/kwindowsystem-${KFMIN}:6
 "
-DEPEND="${RDEPEND}
+DEPEND="${COMMON_DEPEND}
 	>=dev-qt/qtbase-${QTMIN}:6[concurrent]
 "
+RDEPEND="${COMMON_DEPEND}
+	>=kde-frameworks/qqc2-desktop-style-${KFMIN}:6
+"

diff --git a/app-crypt/keysmith/keysmith-24.05.49.9999.ebuild b/app-crypt/keysmith/keysmith-24.05.49.9999.ebuild
index 83455c0185..c205972eaa 100644
--- a/app-crypt/keysmith/keysmith-24.05.49.9999.ebuild
+++ b/app-crypt/keysmith/keysmith-24.05.49.9999.ebuild
@@ -17,7 +17,7 @@ SLOT="0"
 KEYWORDS=""
 IUSE=""
 
-RDEPEND="
+COMMON_DEPEND="
 	dev-libs/kirigami-addons:6
 	dev-libs/libsodium:=
 	>=dev-qt/qtbase-${QTMIN}:6[gui,widgets]
@@ -28,6 +28,9 @@ RDEPEND="
 	>=kde-frameworks/kirigami-${KFMIN}:6
 	>=kde-frameworks/kwindowsystem-${KFMIN}:6
 "
-DEPEND="${RDEPEND}
+DEPEND="${COMMON_DEPEND}
 	>=dev-qt/qtbase-${QTMIN}:6[concurrent]
 "
+RDEPEND="${COMMON_DEPEND}
+	>=kde-frameworks/qqc2-desktop-style-${KFMIN}:6
+"

diff --git a/app-crypt/keysmith/keysmith-9999.ebuild b/app-crypt/keysmith/keysmith-9999.ebuild
index 83455c0185..c205972eaa 100644
--- a/app-crypt/keysmith/keysmith-9999.ebuild
+++ b/app-crypt/keysmith/keysmith-9999.ebuild
@@ -17,7 +17,7 @@ SLOT="0"
 KEYWORDS=""
 IUSE=""
 
-RDEPEND="
+COMMON_DEPEND="
 	dev-libs/kirigami-addons:6
 	dev-libs/libsodium:=
 	>=dev-qt/qtbase-${QTMIN}:6[gui,widgets]
@@ -28,6 +28,9 @@ RDEPEND="
 	>=kde-frameworks/kirigami-${KFMIN}:6
 	>=kde-frameworks/kwindowsystem-${KFMIN}:6
 "
-DEPEND="${RDEPEND}
+DEPEND="${COMMON_DEPEND}
 	>=dev-qt/qtbase-${QTMIN}:6[concurrent]
 "
+RDEPEND="${COMMON_DEPEND}
+	>=kde-frameworks/qqc2-desktop-style-${KFMIN}:6
+"


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

* [gentoo-commits] proj/kde:master commit in: app-crypt/keysmith/
@ 2024-05-20 11:39 Andreas Sturmlechner
  0 siblings, 0 replies; 37+ messages in thread
From: Andreas Sturmlechner @ 2024-05-20 11:39 UTC (permalink / raw
  To: gentoo-commits

commit:     621e3f462b5d52df4193f2833688360a2e50148d
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat May 18 14:06:52 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon May 20 11:09:31 2024 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=621e3f46

app-crypt/keysmith: drop 24.04.90

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

 app-crypt/keysmith/keysmith-24.04.90.ebuild | 36 -----------------------------
 1 file changed, 36 deletions(-)

diff --git a/app-crypt/keysmith/keysmith-24.04.90.ebuild b/app-crypt/keysmith/keysmith-24.04.90.ebuild
deleted file mode 100644
index da372f6cd3..0000000000
--- a/app-crypt/keysmith/keysmith-24.04.90.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KDE_ORG_CATEGORY="utilities"
-ECM_TEST="true"
-KFMIN=6.0.0
-QTMIN=6.6.2
-inherit ecm gear.kde.org
-
-DESCRIPTION="OTP client for Plasma Mobile and Desktop"
-HOMEPAGE="https://apps.kde.org/keysmith/"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-COMMON_DEPEND="
-	dev-libs/kirigami-addons:6
-	dev-libs/libsodium:=
-	>=dev-qt/qtbase-${QTMIN}:6[gui,widgets]
-	>=dev-qt/qtdeclarative-${QTMIN}:6
-	>=dev-qt/qtsvg-${QTMIN}:6
-	>=kde-frameworks/kdbusaddons-${KFMIN}:6
-	>=kde-frameworks/ki18n-${KFMIN}:6
-	>=kde-frameworks/kirigami-${KFMIN}:6
-	>=kde-frameworks/kwindowsystem-${KFMIN}:6
-"
-DEPEND="${COMMON_DEPEND}
-	>=dev-qt/qtbase-${QTMIN}:6[concurrent]
-"
-RDEPEND="${COMMON_DEPEND}
-	>=kde-frameworks/qqc2-desktop-style-${KFMIN}:6
-"


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

* [gentoo-commits] proj/kde:master commit in: app-crypt/keysmith/
@ 2024-05-23 16:01 Andreas Sturmlechner
  0 siblings, 0 replies; 37+ messages in thread
From: Andreas Sturmlechner @ 2024-05-23 16:01 UTC (permalink / raw
  To: gentoo-commits

commit:     0101e3e1d809860c30bc0d2b30654e946fa0c3e1
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu May 23 15:16:55 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu May 23 15:16:55 2024 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=0101e3e1

app-crypt/keysmith: drop 24.05.0

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

 app-crypt/keysmith/keysmith-24.05.0.ebuild | 36 ------------------------------
 1 file changed, 36 deletions(-)

diff --git a/app-crypt/keysmith/keysmith-24.05.0.ebuild b/app-crypt/keysmith/keysmith-24.05.0.ebuild
deleted file mode 100644
index da372f6cd3..0000000000
--- a/app-crypt/keysmith/keysmith-24.05.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KDE_ORG_CATEGORY="utilities"
-ECM_TEST="true"
-KFMIN=6.0.0
-QTMIN=6.6.2
-inherit ecm gear.kde.org
-
-DESCRIPTION="OTP client for Plasma Mobile and Desktop"
-HOMEPAGE="https://apps.kde.org/keysmith/"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-COMMON_DEPEND="
-	dev-libs/kirigami-addons:6
-	dev-libs/libsodium:=
-	>=dev-qt/qtbase-${QTMIN}:6[gui,widgets]
-	>=dev-qt/qtdeclarative-${QTMIN}:6
-	>=dev-qt/qtsvg-${QTMIN}:6
-	>=kde-frameworks/kdbusaddons-${KFMIN}:6
-	>=kde-frameworks/ki18n-${KFMIN}:6
-	>=kde-frameworks/kirigami-${KFMIN}:6
-	>=kde-frameworks/kwindowsystem-${KFMIN}:6
-"
-DEPEND="${COMMON_DEPEND}
-	>=dev-qt/qtbase-${QTMIN}:6[concurrent]
-"
-RDEPEND="${COMMON_DEPEND}
-	>=kde-frameworks/qqc2-desktop-style-${KFMIN}:6
-"


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

* [gentoo-commits] proj/kde:master commit in: app-crypt/keysmith/
@ 2024-06-13 17:25 Andreas Sturmlechner
  0 siblings, 0 replies; 37+ messages in thread
From: Andreas Sturmlechner @ 2024-06-13 17:25 UTC (permalink / raw
  To: gentoo-commits

commit:     559c4333afab693c0e79c4b6b55b7081ead07e5a
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 13 17:21:15 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Jun 13 17:21:15 2024 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=559c4333

app-crypt/keysmith: drop 24.05.1

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

 app-crypt/keysmith/keysmith-24.05.1.ebuild | 36 ------------------------------
 1 file changed, 36 deletions(-)

diff --git a/app-crypt/keysmith/keysmith-24.05.1.ebuild b/app-crypt/keysmith/keysmith-24.05.1.ebuild
deleted file mode 100644
index d6740a9f8e..0000000000
--- a/app-crypt/keysmith/keysmith-24.05.1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KDE_ORG_CATEGORY="utilities"
-ECM_TEST="true"
-KFMIN=6.3.0
-QTMIN=6.6.2
-inherit ecm gear.kde.org
-
-DESCRIPTION="OTP client for Plasma Mobile and Desktop"
-HOMEPAGE="https://apps.kde.org/keysmith/"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-COMMON_DEPEND="
-	dev-libs/kirigami-addons:6
-	dev-libs/libsodium:=
-	>=dev-qt/qtbase-${QTMIN}:6[gui,widgets]
-	>=dev-qt/qtdeclarative-${QTMIN}:6
-	>=dev-qt/qtsvg-${QTMIN}:6
-	>=kde-frameworks/kdbusaddons-${KFMIN}:6
-	>=kde-frameworks/ki18n-${KFMIN}:6
-	>=kde-frameworks/kirigami-${KFMIN}:6
-	>=kde-frameworks/kwindowsystem-${KFMIN}:6
-"
-DEPEND="${COMMON_DEPEND}
-	>=dev-qt/qtbase-${QTMIN}:6[concurrent]
-"
-RDEPEND="${COMMON_DEPEND}
-	>=kde-frameworks/qqc2-desktop-style-${KFMIN}:6
-"


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

* [gentoo-commits] proj/kde:master commit in: app-crypt/keysmith/
@ 2024-07-02 21:38 Andreas Sturmlechner
  0 siblings, 0 replies; 37+ messages in thread
From: Andreas Sturmlechner @ 2024-07-02 21:38 UTC (permalink / raw
  To: gentoo-commits

commit:     00ec86914fa1d0dddd810e93be3c08f3db966151
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Jul  2 18:20:33 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Jul  2 21:37:43 2024 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=00ec8691

app-crypt/keysmith: 24.05.2 version bump

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

 app-crypt/keysmith/keysmith-24.05.2.ebuild | 36 ++++++++++++++++++++++++++++++
 1 file changed, 36 insertions(+)

diff --git a/app-crypt/keysmith/keysmith-24.05.2.ebuild b/app-crypt/keysmith/keysmith-24.05.2.ebuild
new file mode 100644
index 0000000000..11a4d872b0
--- /dev/null
+++ b/app-crypt/keysmith/keysmith-24.05.2.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KDE_ORG_CATEGORY="utilities"
+ECM_TEST="true"
+KFMIN=6.3.0
+QTMIN=6.6.2
+inherit ecm gear.kde.org
+
+DESCRIPTION="OTP client for Plasma Mobile and Desktop"
+HOMEPAGE="https://apps.kde.org/keysmith/"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64"
+IUSE=""
+
+COMMON_DEPEND="
+	dev-libs/kirigami-addons:6
+	dev-libs/libsodium:=
+	>=dev-qt/qtbase-${QTMIN}:6[gui,widgets]
+	>=dev-qt/qtdeclarative-${QTMIN}:6
+	>=dev-qt/qtsvg-${QTMIN}:6
+	>=kde-frameworks/kdbusaddons-${KFMIN}:6
+	>=kde-frameworks/ki18n-${KFMIN}:6
+	>=kde-frameworks/kirigami-${KFMIN}:6
+	>=kde-frameworks/kwindowsystem-${KFMIN}:6
+"
+DEPEND="${COMMON_DEPEND}
+	>=dev-qt/qtbase-${QTMIN}:6[concurrent]
+"
+RDEPEND="${COMMON_DEPEND}
+	>=kde-frameworks/qqc2-desktop-style-${KFMIN}:6
+"


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

* [gentoo-commits] proj/kde:master commit in: app-crypt/keysmith/
@ 2024-07-04 16:01 Andreas Sturmlechner
  0 siblings, 0 replies; 37+ messages in thread
From: Andreas Sturmlechner @ 2024-07-04 16:01 UTC (permalink / raw
  To: gentoo-commits

commit:     b6cf905b475634edeec30e1f3e9ecc5324d4b3a1
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Jul  4 15:44:49 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Jul  4 16:01:14 2024 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=b6cf905b

app-crypt/keysmith: drop 24.05.2

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

 app-crypt/keysmith/keysmith-24.05.2.ebuild | 36 ------------------------------
 1 file changed, 36 deletions(-)

diff --git a/app-crypt/keysmith/keysmith-24.05.2.ebuild b/app-crypt/keysmith/keysmith-24.05.2.ebuild
deleted file mode 100644
index 11a4d872b0..0000000000
--- a/app-crypt/keysmith/keysmith-24.05.2.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KDE_ORG_CATEGORY="utilities"
-ECM_TEST="true"
-KFMIN=6.3.0
-QTMIN=6.6.2
-inherit ecm gear.kde.org
-
-DESCRIPTION="OTP client for Plasma Mobile and Desktop"
-HOMEPAGE="https://apps.kde.org/keysmith/"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64"
-IUSE=""
-
-COMMON_DEPEND="
-	dev-libs/kirigami-addons:6
-	dev-libs/libsodium:=
-	>=dev-qt/qtbase-${QTMIN}:6[gui,widgets]
-	>=dev-qt/qtdeclarative-${QTMIN}:6
-	>=dev-qt/qtsvg-${QTMIN}:6
-	>=kde-frameworks/kdbusaddons-${KFMIN}:6
-	>=kde-frameworks/ki18n-${KFMIN}:6
-	>=kde-frameworks/kirigami-${KFMIN}:6
-	>=kde-frameworks/kwindowsystem-${KFMIN}:6
-"
-DEPEND="${COMMON_DEPEND}
-	>=dev-qt/qtbase-${QTMIN}:6[concurrent]
-"
-RDEPEND="${COMMON_DEPEND}
-	>=kde-frameworks/qqc2-desktop-style-${KFMIN}:6
-"


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

* [gentoo-commits] proj/kde:master commit in: app-crypt/keysmith/
@ 2024-07-04 16:48 Andreas Sturmlechner
  0 siblings, 0 replies; 37+ messages in thread
From: Andreas Sturmlechner @ 2024-07-04 16:48 UTC (permalink / raw
  To: gentoo-commits

commit:     12db947c228612e4f7cc6fd82eb75a193a5d5ffa
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Jul  4 16:19:29 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Jul  4 16:19:29 2024 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=12db947c

app-crypt/keysmith: drop 24.05.49.9999

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

 app-crypt/keysmith/keysmith-24.05.49.9999.ebuild | 36 ------------------------
 1 file changed, 36 deletions(-)

diff --git a/app-crypt/keysmith/keysmith-24.05.49.9999.ebuild b/app-crypt/keysmith/keysmith-24.05.49.9999.ebuild
deleted file mode 100644
index f222bcf120..0000000000
--- a/app-crypt/keysmith/keysmith-24.05.49.9999.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KDE_ORG_CATEGORY="utilities"
-ECM_TEST="true"
-KFMIN=6.3.0
-QTMIN=6.6.2
-inherit ecm gear.kde.org
-
-DESCRIPTION="OTP client for Plasma Mobile and Desktop"
-HOMEPAGE="https://apps.kde.org/keysmith/"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS=""
-IUSE=""
-
-COMMON_DEPEND="
-	dev-libs/kirigami-addons:6
-	dev-libs/libsodium:=
-	>=dev-qt/qtbase-${QTMIN}:6[gui,widgets]
-	>=dev-qt/qtdeclarative-${QTMIN}:6
-	>=dev-qt/qtsvg-${QTMIN}:6
-	>=kde-frameworks/kdbusaddons-${KFMIN}:6
-	>=kde-frameworks/ki18n-${KFMIN}:6
-	>=kde-frameworks/kirigami-${KFMIN}:6
-	>=kde-frameworks/kwindowsystem-${KFMIN}:6
-"
-DEPEND="${COMMON_DEPEND}
-	>=dev-qt/qtbase-${QTMIN}:6[concurrent]
-"
-RDEPEND="${COMMON_DEPEND}
-	>=kde-frameworks/qqc2-desktop-style-${KFMIN}:6
-"


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

* [gentoo-commits] proj/kde:master commit in: app-crypt/keysmith/
@ 2024-08-16 19:50 Andreas Sturmlechner
  0 siblings, 0 replies; 37+ messages in thread
From: Andreas Sturmlechner @ 2024-08-16 19:50 UTC (permalink / raw
  To: gentoo-commits

commit:     98ce04ce79c182ca6d33c982bebb691dd2075244
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 16 19:41:03 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Aug 16 19:49:48 2024 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=98ce04ce

app-crypt/keysmith: 24.08.0 version bump

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

 app-crypt/keysmith/keysmith-24.08.0.ebuild | 36 ++++++++++++++++++++++++++++++
 1 file changed, 36 insertions(+)

diff --git a/app-crypt/keysmith/keysmith-24.08.0.ebuild b/app-crypt/keysmith/keysmith-24.08.0.ebuild
new file mode 100644
index 0000000000..592cdbe135
--- /dev/null
+++ b/app-crypt/keysmith/keysmith-24.08.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KDE_ORG_CATEGORY="utilities"
+ECM_TEST="true"
+KFMIN=6.5.0
+QTMIN=6.7.2
+inherit ecm gear.kde.org
+
+DESCRIPTION="OTP client for Plasma Mobile and Desktop"
+HOMEPAGE="https://apps.kde.org/keysmith/"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+IUSE=""
+
+COMMON_DEPEND="
+	dev-libs/kirigami-addons:6
+	dev-libs/libsodium:=
+	>=dev-qt/qtbase-${QTMIN}:6[gui,widgets]
+	>=dev-qt/qtdeclarative-${QTMIN}:6
+	>=dev-qt/qtsvg-${QTMIN}:6
+	>=kde-frameworks/kdbusaddons-${KFMIN}:6
+	>=kde-frameworks/ki18n-${KFMIN}:6
+	>=kde-frameworks/kirigami-${KFMIN}:6
+	>=kde-frameworks/kwindowsystem-${KFMIN}:6
+"
+DEPEND="${COMMON_DEPEND}
+	>=dev-qt/qtbase-${QTMIN}:6[concurrent]
+"
+RDEPEND="${COMMON_DEPEND}
+	>=kde-frameworks/qqc2-desktop-style-${KFMIN}:6
+"


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

* [gentoo-commits] proj/kde:master commit in: app-crypt/keysmith/
@ 2024-08-22 19:42 Andreas Sturmlechner
  0 siblings, 0 replies; 37+ messages in thread
From: Andreas Sturmlechner @ 2024-08-22 19:42 UTC (permalink / raw
  To: gentoo-commits

commit:     956d785b908db36e04686aa056cdf7590b3289e1
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 22 19:35:58 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Aug 22 19:35:58 2024 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=956d785b

app-crypt/keysmith: drop 24.07.90

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

 app-crypt/keysmith/keysmith-24.07.90.ebuild | 36 -----------------------------
 1 file changed, 36 deletions(-)

diff --git a/app-crypt/keysmith/keysmith-24.07.90.ebuild b/app-crypt/keysmith/keysmith-24.07.90.ebuild
deleted file mode 100644
index 592cdbe135..0000000000
--- a/app-crypt/keysmith/keysmith-24.07.90.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KDE_ORG_CATEGORY="utilities"
-ECM_TEST="true"
-KFMIN=6.5.0
-QTMIN=6.7.2
-inherit ecm gear.kde.org
-
-DESCRIPTION="OTP client for Plasma Mobile and Desktop"
-HOMEPAGE="https://apps.kde.org/keysmith/"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
-IUSE=""
-
-COMMON_DEPEND="
-	dev-libs/kirigami-addons:6
-	dev-libs/libsodium:=
-	>=dev-qt/qtbase-${QTMIN}:6[gui,widgets]
-	>=dev-qt/qtdeclarative-${QTMIN}:6
-	>=dev-qt/qtsvg-${QTMIN}:6
-	>=kde-frameworks/kdbusaddons-${KFMIN}:6
-	>=kde-frameworks/ki18n-${KFMIN}:6
-	>=kde-frameworks/kirigami-${KFMIN}:6
-	>=kde-frameworks/kwindowsystem-${KFMIN}:6
-"
-DEPEND="${COMMON_DEPEND}
-	>=dev-qt/qtbase-${QTMIN}:6[concurrent]
-"
-RDEPEND="${COMMON_DEPEND}
-	>=kde-frameworks/qqc2-desktop-style-${KFMIN}:6
-"


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

* [gentoo-commits] proj/kde:master commit in: app-crypt/keysmith/
@ 2024-08-24 16:01 Sam James
  0 siblings, 0 replies; 37+ messages in thread
From: Sam James @ 2024-08-24 16:01 UTC (permalink / raw
  To: gentoo-commits

commit:     50d777b1d8fc7f0a89eb922e005277ecad51d3e3
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 24 15:28:46 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Aug 24 15:28:46 2024 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=50d777b1

app-crypt/keysmith: drop 24.08.0

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

 app-crypt/keysmith/keysmith-24.08.0.ebuild | 36 ------------------------------
 1 file changed, 36 deletions(-)

diff --git a/app-crypt/keysmith/keysmith-24.08.0.ebuild b/app-crypt/keysmith/keysmith-24.08.0.ebuild
deleted file mode 100644
index 592cdbe135..0000000000
--- a/app-crypt/keysmith/keysmith-24.08.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KDE_ORG_CATEGORY="utilities"
-ECM_TEST="true"
-KFMIN=6.5.0
-QTMIN=6.7.2
-inherit ecm gear.kde.org
-
-DESCRIPTION="OTP client for Plasma Mobile and Desktop"
-HOMEPAGE="https://apps.kde.org/keysmith/"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
-IUSE=""
-
-COMMON_DEPEND="
-	dev-libs/kirigami-addons:6
-	dev-libs/libsodium:=
-	>=dev-qt/qtbase-${QTMIN}:6[gui,widgets]
-	>=dev-qt/qtdeclarative-${QTMIN}:6
-	>=dev-qt/qtsvg-${QTMIN}:6
-	>=kde-frameworks/kdbusaddons-${KFMIN}:6
-	>=kde-frameworks/ki18n-${KFMIN}:6
-	>=kde-frameworks/kirigami-${KFMIN}:6
-	>=kde-frameworks/kwindowsystem-${KFMIN}:6
-"
-DEPEND="${COMMON_DEPEND}
-	>=dev-qt/qtbase-${QTMIN}:6[concurrent]
-"
-RDEPEND="${COMMON_DEPEND}
-	>=kde-frameworks/qqc2-desktop-style-${KFMIN}:6
-"


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

* [gentoo-commits] proj/kde:master commit in: app-crypt/keysmith/
@ 2024-09-10 17:33 Andreas Sturmlechner
  0 siblings, 0 replies; 37+ messages in thread
From: Andreas Sturmlechner @ 2024-09-10 17:33 UTC (permalink / raw
  To: gentoo-commits

commit:     cde59f33f3d6e5bb4d08f073d2c8010c98713018
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 10 17:28:18 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Sep 10 17:32:51 2024 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=cde59f33

app-crypt/keysmith: 24.08.1 version bump

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

 app-crypt/keysmith/keysmith-24.08.1.ebuild | 36 ++++++++++++++++++++++++++++++
 1 file changed, 36 insertions(+)

diff --git a/app-crypt/keysmith/keysmith-24.08.1.ebuild b/app-crypt/keysmith/keysmith-24.08.1.ebuild
new file mode 100644
index 0000000000..592cdbe135
--- /dev/null
+++ b/app-crypt/keysmith/keysmith-24.08.1.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KDE_ORG_CATEGORY="utilities"
+ECM_TEST="true"
+KFMIN=6.5.0
+QTMIN=6.7.2
+inherit ecm gear.kde.org
+
+DESCRIPTION="OTP client for Plasma Mobile and Desktop"
+HOMEPAGE="https://apps.kde.org/keysmith/"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+IUSE=""
+
+COMMON_DEPEND="
+	dev-libs/kirigami-addons:6
+	dev-libs/libsodium:=
+	>=dev-qt/qtbase-${QTMIN}:6[gui,widgets]
+	>=dev-qt/qtdeclarative-${QTMIN}:6
+	>=dev-qt/qtsvg-${QTMIN}:6
+	>=kde-frameworks/kdbusaddons-${KFMIN}:6
+	>=kde-frameworks/ki18n-${KFMIN}:6
+	>=kde-frameworks/kirigami-${KFMIN}:6
+	>=kde-frameworks/kwindowsystem-${KFMIN}:6
+"
+DEPEND="${COMMON_DEPEND}
+	>=dev-qt/qtbase-${QTMIN}:6[concurrent]
+"
+RDEPEND="${COMMON_DEPEND}
+	>=kde-frameworks/qqc2-desktop-style-${KFMIN}:6
+"


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

end of thread, other threads:[~2024-09-10 17:33 UTC | newest]

Thread overview: 37+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-09 20:42 [gentoo-commits] proj/kde:master commit in: app-crypt/keysmith/ Andreas Sturmlechner
  -- strict thread matches above, loose matches on Subject: below --
2024-09-10 17:33 Andreas Sturmlechner
2024-08-24 16:01 Sam James
2024-08-22 19:42 Andreas Sturmlechner
2024-08-16 19:50 Andreas Sturmlechner
2024-07-04 16:48 Andreas Sturmlechner
2024-07-04 16:01 Andreas Sturmlechner
2024-07-02 21:38 Andreas Sturmlechner
2024-06-13 17:25 Andreas Sturmlechner
2024-05-23 16:01 Andreas Sturmlechner
2024-05-20 11:39 Andreas Sturmlechner
2024-05-16 14:26 Andreas Sturmlechner
2024-05-13 23:11 Andreas Sturmlechner
2024-04-21 20:53 Andreas Sturmlechner
2024-04-11 20:40 Andreas Sturmlechner
2024-04-10 16:50 Andreas Sturmlechner
2024-03-19 21:30 Andreas Sturmlechner
2024-02-28 13:56 Andreas Sturmlechner
2024-02-22 10:08 Andreas Sturmlechner
2024-02-15 12:34 Andreas Sturmlechner
2024-02-13 21:14 Andreas Sturmlechner
2024-02-01 21:19 Andreas Sturmlechner
2023-12-09 10:29 Andreas Sturmlechner
2023-12-07 19:34 Andreas Sturmlechner
2023-12-07  9:06 Andreas Sturmlechner
2023-11-09 13:44 Andreas Sturmlechner
2023-11-07 15:36 Andreas Sturmlechner
2023-10-12 21:58 Andreas Sturmlechner
2023-10-11  9:29 Andreas Sturmlechner
2023-08-25  9:17 Andreas Sturmlechner
2023-08-19  7:24 Andreas Sturmlechner
2023-07-06 15:00 Andreas Sturmlechner
2023-06-08 11:46 Andreas Sturmlechner
2023-06-06 16:41 Andreas Sturmlechner
2023-05-11 16:33 Andreas Sturmlechner
2023-04-26  8:51 Andreas Sturmlechner
2023-04-25 20:47 Andreas Sturmlechner

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