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

commit:     b5b16a2cf7359a44ce46bda22d6aabc56d486d00
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 25 20:42:08 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Apr 25 20:47:50 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5b16a2c

app-crypt/keysmith: new package, add 23.04.0

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

 app-crypt/keysmith/Manifest                |  1 +
 app-crypt/keysmith/keysmith-23.04.0.ebuild | 33 ++++++++++++++++++++++++++++++
 app-crypt/keysmith/metadata.xml            | 12 +++++++++++
 3 files changed, 46 insertions(+)

diff --git a/app-crypt/keysmith/Manifest b/app-crypt/keysmith/Manifest
new file mode 100644
index 000000000000..0eda67769d4f
--- /dev/null
+++ b/app-crypt/keysmith/Manifest
@@ -0,0 +1 @@
+DIST keysmith-23.04.0.tar.xz 159176 BLAKE2B 44c2a0a3902833193533bb9ad2f923426a88955e02c307562ca9decbfda9c68940e3657ee1cd3dcdee7058889e6d6f6176130d63a8b4cad5a1e9c65527ab8a71 SHA512 9f41f186aaa79aaab5e9544275b870c7f36296872c5590f04f74798bc7eecb23ce7dcd7c43db20a00d0defdead8911e5342fe688e41d06106f251d07a1ba0189

diff --git a/app-crypt/keysmith/keysmith-23.04.0.ebuild b/app-crypt/keysmith/keysmith-23.04.0.ebuild
new file mode 100644
index 000000000000..00d17b6a427d
--- /dev/null
+++ b/app-crypt/keysmith/keysmith-23.04.0.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="~amd64"
+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 000000000000..543b26a1263c
--- /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] 24+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-crypt/keysmith/
@ 2023-04-26  7:10 Jakov Smolić
  0 siblings, 0 replies; 24+ messages in thread
From: Jakov Smolić @ 2023-04-26  7:10 UTC (permalink / raw
  To: gentoo-commits

commit:     0f8402d9573b6e4219fa59cfd606aba8f2ac7bce
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 26 07:10:25 2023 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Wed Apr 26 07:10:25 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f8402d9

app-crypt/keysmith: Keyword 23.04.0 ppc64, #905080

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

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

diff --git a/app-crypt/keysmith/keysmith-23.04.0.ebuild b/app-crypt/keysmith/keysmith-23.04.0.ebuild
index 00d17b6a427d..67d965480312 100644
--- a/app-crypt/keysmith/keysmith-23.04.0.ebuild
+++ b/app-crypt/keysmith/keysmith-23.04.0.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://apps.kde.org/keysmith/"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~ppc64"
 IUSE=""
 
 RDEPEND="


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

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

commit:     05ec6f3c9d4367e6fa7848b713fa170001bf2445
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 26 08:53:51 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Apr 26 08:53:51 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05ec6f3c

app-crypt/keysmith: Add missing dependency

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

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

diff --git a/app-crypt/keysmith/keysmith-23.04.0-r1.ebuild b/app-crypt/keysmith/keysmith-23.04.0-r1.ebuild
new file mode 100644
index 000000000000..7fa64afa630f
--- /dev/null
+++ b/app-crypt/keysmith/keysmith-23.04.0-r1.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.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 ~ppc64"
+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] 24+ messages in thread

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

commit:     951659271d5eb03eed68b6fbb0dcbe29aad50902
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 26 08:54:11 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Apr 26 08:54:11 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95165927

app-crypt/keysmith: drop 23.04.0

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

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

diff --git a/app-crypt/keysmith/keysmith-23.04.0.ebuild b/app-crypt/keysmith/keysmith-23.04.0.ebuild
deleted file mode 100644
index 67d965480312..000000000000
--- a/app-crypt/keysmith/keysmith-23.04.0.ebuild
+++ /dev/null
@@ -1,33 +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 ~ppc64"
-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
-"


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

* [gentoo-commits] repo/gentoo:master commit in: app-crypt/keysmith/
@ 2023-05-02 15:21 Arthur Zamarin
  0 siblings, 0 replies; 24+ messages in thread
From: Arthur Zamarin @ 2023-05-02 15:21 UTC (permalink / raw
  To: gentoo-commits

commit:     0b702d7c68892aaaf8853dca7bb8eb2b0191785b
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue May  2 15:20:21 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue May  2 15:20:21 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b702d7c

app-crypt/keysmith: Keyword 23.04.0-r1 arm64, #905080

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 app-crypt/keysmith/keysmith-23.04.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-crypt/keysmith/keysmith-23.04.0-r1.ebuild b/app-crypt/keysmith/keysmith-23.04.0-r1.ebuild
index 7fa64afa630f..b40e2d14c728 100644
--- a/app-crypt/keysmith/keysmith-23.04.0-r1.ebuild
+++ b/app-crypt/keysmith/keysmith-23.04.0-r1.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://apps.kde.org/keysmith/"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc64"
+KEYWORDS="~amd64 ~arm64 ~ppc64"
 IUSE=""
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: app-crypt/keysmith/
@ 2023-05-05 16:21 Arthur Zamarin
  0 siblings, 0 replies; 24+ messages in thread
From: Arthur Zamarin @ 2023-05-05 16:21 UTC (permalink / raw
  To: gentoo-commits

commit:     9a712a6c7a6d646dff5af3775bb6b084b10d5188
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri May  5 16:21:09 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri May  5 16:21:09 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a712a6c

app-crypt/keysmith: Keyword 23.04.0-r1 x86, #905080

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 app-crypt/keysmith/keysmith-23.04.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-crypt/keysmith/keysmith-23.04.0-r1.ebuild b/app-crypt/keysmith/keysmith-23.04.0-r1.ebuild
index b40e2d14c728..ecba04a52b6b 100644
--- a/app-crypt/keysmith/keysmith-23.04.0-r1.ebuild
+++ b/app-crypt/keysmith/keysmith-23.04.0-r1.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://apps.kde.org/keysmith/"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc64"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
 IUSE=""
 
 RDEPEND="


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

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

commit:     bcbd66bc0822172735dab870b5ddfc90365e6db0
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu May 11 13:11:17 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu May 11 16:01:40 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcbd66bc

app-crypt/keysmith: drop 23.04.0-r1

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

 app-crypt/keysmith/Manifest                   |  1 -
 app-crypt/keysmith/keysmith-23.04.0-r1.ebuild | 34 ---------------------------
 2 files changed, 35 deletions(-)

diff --git a/app-crypt/keysmith/Manifest b/app-crypt/keysmith/Manifest
index b9a41bda7c9a..c72d4acfc941 100644
--- a/app-crypt/keysmith/Manifest
+++ b/app-crypt/keysmith/Manifest
@@ -1,2 +1 @@
-DIST keysmith-23.04.0.tar.xz 159176 BLAKE2B 44c2a0a3902833193533bb9ad2f923426a88955e02c307562ca9decbfda9c68940e3657ee1cd3dcdee7058889e6d6f6176130d63a8b4cad5a1e9c65527ab8a71 SHA512 9f41f186aaa79aaab5e9544275b870c7f36296872c5590f04f74798bc7eecb23ce7dcd7c43db20a00d0defdead8911e5342fe688e41d06106f251d07a1ba0189
 DIST keysmith-23.04.1.tar.xz 161236 BLAKE2B e1803beca54dec248a2cf65fa886aeac7a128aad9cce400772cc38b8cb27bd5e8aa5f1b00d79d81281fdb567e1b3591ab5636886e29f79c7c7ce325d6f5459a1 SHA512 9e24ceab16f369a3b03c4c52307f4484e9e4896022725a6bc61e66cf736ea0936a3dca56e0ecd652beb9a151b17b8187b89063918b179994cb1fb8f27eb79532

diff --git a/app-crypt/keysmith/keysmith-23.04.0-r1.ebuild b/app-crypt/keysmith/keysmith-23.04.0-r1.ebuild
deleted file mode 100644
index ecba04a52b6b..000000000000
--- a/app-crypt/keysmith/keysmith-23.04.0-r1.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] 24+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-crypt/keysmith/
@ 2023-06-03  7:09 WANG Xuerui
  0 siblings, 0 replies; 24+ messages in thread
From: WANG Xuerui @ 2023-06-03  7:09 UTC (permalink / raw
  To: gentoo-commits

commit:     4a77bdef27ee32e09ca1be896489d8ce1284b4f3
Author:     WANG Xuerui <xen0n <AT> gentoo <DOT> org>
AuthorDate: Sat Jun  3 06:47:34 2023 +0000
Commit:     WANG Xuerui <xen0n <AT> gentoo <DOT> org>
CommitDate: Sat Jun  3 07:02:46 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a77bdef

app-crypt/keysmith: keyword 23.04.1 for ~loong

Signed-off-by: WANG Xuerui <xen0n <AT> gentoo.org>

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

diff --git a/app-crypt/keysmith/keysmith-23.04.1.ebuild b/app-crypt/keysmith/keysmith-23.04.1.ebuild
index ecba04a52b6b..8bd06be8645c 100644
--- a/app-crypt/keysmith/keysmith-23.04.1.ebuild
+++ b/app-crypt/keysmith/keysmith-23.04.1.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://apps.kde.org/keysmith/"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~x86"
 IUSE=""
 
 RDEPEND="


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

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

commit:     7e4bab16696508427d9bd59a6d253f277a24f12e
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Jun  8 11:04:58 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Jun  8 11:37:25 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e4bab16

app-crypt/keysmith: drop 23.04.1

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

 app-crypt/keysmith/Manifest                |  1 -
 app-crypt/keysmith/keysmith-23.04.1.ebuild | 34 ------------------------------
 2 files changed, 35 deletions(-)

diff --git a/app-crypt/keysmith/Manifest b/app-crypt/keysmith/Manifest
index 44492c508ec2..b83d422c33f7 100644
--- a/app-crypt/keysmith/Manifest
+++ b/app-crypt/keysmith/Manifest
@@ -1,2 +1 @@
-DIST keysmith-23.04.1.tar.xz 161236 BLAKE2B e1803beca54dec248a2cf65fa886aeac7a128aad9cce400772cc38b8cb27bd5e8aa5f1b00d79d81281fdb567e1b3591ab5636886e29f79c7c7ce325d6f5459a1 SHA512 9e24ceab16f369a3b03c4c52307f4484e9e4896022725a6bc61e66cf736ea0936a3dca56e0ecd652beb9a151b17b8187b89063918b179994cb1fb8f27eb79532
 DIST keysmith-23.04.2.tar.xz 161252 BLAKE2B b2bb39eafa86484b5f2d991a55129ee5bc6373e6c6c2393e1eb255b935319eea6ac5f2e898547219e3e1f4ce6a2d685922d2b41456ef1fec00f6d4461c099a90 SHA512 8086e9e383c178b5e0106085f9cf4adb52f15a4894e825fe36fed25e7dcb3de45fc099ef847f301f8be0ee5c6405abf55956cad777efca7a7305d7b85df067d5

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 8bd06be8645c..000000000000
--- 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 ~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] 24+ messages in thread

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

commit:     ae3b542ff33b4d9dae2e4e95cda506ad9fddcb3a
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Jul  6 13:50:08 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Jul  6 14:23:49 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae3b542f

app-crypt/keysmith: 23.04.3 version bump

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

 app-crypt/keysmith/Manifest                |  1 +
 app-crypt/keysmith/keysmith-23.04.3.ebuild | 34 ++++++++++++++++++++++++++++++
 2 files changed, 35 insertions(+)

diff --git a/app-crypt/keysmith/Manifest b/app-crypt/keysmith/Manifest
index b83d422c33f7..28a5bb72c6d4 100644
--- a/app-crypt/keysmith/Manifest
+++ b/app-crypt/keysmith/Manifest
@@ -1 +1,2 @@
 DIST keysmith-23.04.2.tar.xz 161252 BLAKE2B b2bb39eafa86484b5f2d991a55129ee5bc6373e6c6c2393e1eb255b935319eea6ac5f2e898547219e3e1f4ce6a2d685922d2b41456ef1fec00f6d4461c099a90 SHA512 8086e9e383c178b5e0106085f9cf4adb52f15a4894e825fe36fed25e7dcb3de45fc099ef847f301f8be0ee5c6405abf55956cad777efca7a7305d7b85df067d5
+DIST keysmith-23.04.3.tar.xz 161996 BLAKE2B a160501a3fd29f83814611b0d738d6df487af0f98ffb7f9bb2c39b5ae67a3cc7af605f9d6c894d0e8ce351bd4d740b7247e1cf7541f4a1c1079110f384ce2de0 SHA512 a7ad96c91f5b50954aa185bdec81af8feafc1190105d28a3166b84442e5d58bd8a6dddcabd9d1f907b585f4082fe2dd16991b0c922bde087e1edfcc0b28027a1

diff --git a/app-crypt/keysmith/keysmith-23.04.3.ebuild b/app-crypt/keysmith/keysmith-23.04.3.ebuild
new file mode 100644
index 000000000000..351289524b58
--- /dev/null
+++ b/app-crypt/keysmith/keysmith-23.04.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] 24+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-crypt/keysmith/
@ 2023-08-25  8:30 Andreas Sturmlechner
  0 siblings, 0 replies; 24+ messages in thread
From: Andreas Sturmlechner @ 2023-08-25  8:30 UTC (permalink / raw
  To: gentoo-commits

commit:     94b89defa18076403a87eaf63f2cc7950acf731b
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 25 08:16:39 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Aug 25 08:28:52 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94b89def

app-crypt/keysmith: 23.08.0 version bump

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

 app-crypt/keysmith/Manifest                |  1 +
 app-crypt/keysmith/keysmith-23.08.0.ebuild | 34 ++++++++++++++++++++++++++++++
 2 files changed, 35 insertions(+)

diff --git a/app-crypt/keysmith/Manifest b/app-crypt/keysmith/Manifest
index 499372672bff..ed3e4d29cbc0 100644
--- a/app-crypt/keysmith/Manifest
+++ b/app-crypt/keysmith/Manifest
@@ -1 +1,2 @@
 DIST keysmith-23.04.3.tar.xz 161996 BLAKE2B a160501a3fd29f83814611b0d738d6df487af0f98ffb7f9bb2c39b5ae67a3cc7af605f9d6c894d0e8ce351bd4d740b7247e1cf7541f4a1c1079110f384ce2de0 SHA512 a7ad96c91f5b50954aa185bdec81af8feafc1190105d28a3166b84442e5d58bd8a6dddcabd9d1f907b585f4082fe2dd16991b0c922bde087e1edfcc0b28027a1
+DIST keysmith-23.08.0.tar.xz 163324 BLAKE2B d8d119a674a66ce89804416fed21450937ce67c7188323da992a2682182f7d81b02545db832cfc8a48fab37ef408c80d9940d91916a1cc41534f8101a03d5136 SHA512 75b43fdeef928d2e9ee584f07e340e9cdd441ceae689b2d7226e2603730cef768823eabdbf29b678a4f1f446e1e493bfed3cb5fc1d7864267aadfeb868470d03

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 000000000000..351289524b58
--- /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] 24+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-crypt/keysmith/
@ 2023-09-15 20:09 Andreas Sturmlechner
  0 siblings, 0 replies; 24+ messages in thread
From: Andreas Sturmlechner @ 2023-09-15 20:09 UTC (permalink / raw
  To: gentoo-commits

commit:     782314a82f20b13eda065a3b5c1981157684e414
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 15 19:43:27 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Sep 15 20:08:07 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=782314a8

app-crypt/keysmith: drop 23.08.0

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

 app-crypt/keysmith/Manifest                |  1 -
 app-crypt/keysmith/keysmith-23.08.0.ebuild | 34 ------------------------------
 2 files changed, 35 deletions(-)

diff --git a/app-crypt/keysmith/Manifest b/app-crypt/keysmith/Manifest
index 1dcae7df4666..1a3614f60e88 100644
--- a/app-crypt/keysmith/Manifest
+++ b/app-crypt/keysmith/Manifest
@@ -1,3 +1,2 @@
 DIST keysmith-23.04.3.tar.xz 161996 BLAKE2B a160501a3fd29f83814611b0d738d6df487af0f98ffb7f9bb2c39b5ae67a3cc7af605f9d6c894d0e8ce351bd4d740b7247e1cf7541f4a1c1079110f384ce2de0 SHA512 a7ad96c91f5b50954aa185bdec81af8feafc1190105d28a3166b84442e5d58bd8a6dddcabd9d1f907b585f4082fe2dd16991b0c922bde087e1edfcc0b28027a1
-DIST keysmith-23.08.0.tar.xz 163324 BLAKE2B d8d119a674a66ce89804416fed21450937ce67c7188323da992a2682182f7d81b02545db832cfc8a48fab37ef408c80d9940d91916a1cc41534f8101a03d5136 SHA512 75b43fdeef928d2e9ee584f07e340e9cdd441ceae689b2d7226e2603730cef768823eabdbf29b678a4f1f446e1e493bfed3cb5fc1d7864267aadfeb868470d03
 DIST keysmith-23.08.1.tar.xz 163440 BLAKE2B 2d7e2b798a6aabbfd8dcc208652cabf807606e708e023d692016dffce09fb595b9d1a6e2389178d82b577b8339dfcea26fb5f783031b10879062774129ca8676 SHA512 a096d285beee9730ec3e890ef694847b508994ad2ea52b00a14f86e603ce8296bcf130e9b2a580a795fa3cefb2d0fb761d5a30d398d80e8ccbe57f43c0ea7fbe

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 351289524b58..000000000000
--- 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] 24+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-crypt/keysmith/
@ 2023-10-12 13:23 Andreas Sturmlechner
  0 siblings, 0 replies; 24+ messages in thread
From: Andreas Sturmlechner @ 2023-10-12 13:23 UTC (permalink / raw
  To: gentoo-commits

commit:     05b15830aafea6704699df255d433a3ee945e294
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 12 11:42:23 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Oct 12 13:23:08 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05b15830

app-crypt/keysmith: drop 23.08.1

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

 app-crypt/keysmith/Manifest                |  1 -
 app-crypt/keysmith/keysmith-23.08.1.ebuild | 34 ------------------------------
 2 files changed, 35 deletions(-)

diff --git a/app-crypt/keysmith/Manifest b/app-crypt/keysmith/Manifest
index f14fda3bbf21..a9e83af153f2 100644
--- a/app-crypt/keysmith/Manifest
+++ b/app-crypt/keysmith/Manifest
@@ -1,3 +1,2 @@
 DIST keysmith-23.04.3.tar.xz 161996 BLAKE2B a160501a3fd29f83814611b0d738d6df487af0f98ffb7f9bb2c39b5ae67a3cc7af605f9d6c894d0e8ce351bd4d740b7247e1cf7541f4a1c1079110f384ce2de0 SHA512 a7ad96c91f5b50954aa185bdec81af8feafc1190105d28a3166b84442e5d58bd8a6dddcabd9d1f907b585f4082fe2dd16991b0c922bde087e1edfcc0b28027a1
-DIST keysmith-23.08.1.tar.xz 163440 BLAKE2B 2d7e2b798a6aabbfd8dcc208652cabf807606e708e023d692016dffce09fb595b9d1a6e2389178d82b577b8339dfcea26fb5f783031b10879062774129ca8676 SHA512 a096d285beee9730ec3e890ef694847b508994ad2ea52b00a14f86e603ce8296bcf130e9b2a580a795fa3cefb2d0fb761d5a30d398d80e8ccbe57f43c0ea7fbe
 DIST keysmith-23.08.2.tar.xz 163416 BLAKE2B 6f840fae87332d66d40fd295b159edfbe6709289fd3ae04a12ee87ca7881adef0a77888f823bdcb7253d08aee789936d435f9cf3a6917d639af9e5cd96bd43cd SHA512 4f5c4d7bd2a092b14ff69b40583ea8dc70383db8689991d2c5175c20e3a96e29fd4b45b5ebe13e86d7b42991337dbb84b08a82ce26d31f63feca86824314205e

diff --git a/app-crypt/keysmith/keysmith-23.08.1.ebuild b/app-crypt/keysmith/keysmith-23.08.1.ebuild
deleted file mode 100644
index 351289524b58..000000000000
--- a/app-crypt/keysmith/keysmith-23.08.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.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] 24+ messages in thread

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

commit:     7e4a367f32e6598d36d70ec275ec70f32568bc66
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Nov  9 10:33:27 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Nov  9 13:08:56 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e4a367f

app-crypt/keysmith: drop 23.08.2

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

 app-crypt/keysmith/Manifest                |  1 -
 app-crypt/keysmith/keysmith-23.08.2.ebuild | 34 ------------------------------
 2 files changed, 35 deletions(-)

diff --git a/app-crypt/keysmith/Manifest b/app-crypt/keysmith/Manifest
index c72debaea7f3..6870e74689bf 100644
--- a/app-crypt/keysmith/Manifest
+++ b/app-crypt/keysmith/Manifest
@@ -1,3 +1,2 @@
 DIST keysmith-23.04.3.tar.xz 161996 BLAKE2B a160501a3fd29f83814611b0d738d6df487af0f98ffb7f9bb2c39b5ae67a3cc7af605f9d6c894d0e8ce351bd4d740b7247e1cf7541f4a1c1079110f384ce2de0 SHA512 a7ad96c91f5b50954aa185bdec81af8feafc1190105d28a3166b84442e5d58bd8a6dddcabd9d1f907b585f4082fe2dd16991b0c922bde087e1edfcc0b28027a1
-DIST keysmith-23.08.2.tar.xz 163416 BLAKE2B 6f840fae87332d66d40fd295b159edfbe6709289fd3ae04a12ee87ca7881adef0a77888f823bdcb7253d08aee789936d435f9cf3a6917d639af9e5cd96bd43cd SHA512 4f5c4d7bd2a092b14ff69b40583ea8dc70383db8689991d2c5175c20e3a96e29fd4b45b5ebe13e86d7b42991337dbb84b08a82ce26d31f63feca86824314205e
 DIST keysmith-23.08.3.tar.xz 163456 BLAKE2B cebf12dfe695814355bf154083b2c751864983bf2f8862264f7926eb5d89f408fd9973fcfbc4182bdc1bf56b6ed22e111ae286a53e7f3c36d790c05648276a7e SHA512 321df891912e4b49d4701cf7261e6bd7b936b5bfaaf85935c12a8230d007e749153b91c2161db03bfb86beb52b6ce9c503c5e5d3b208ddf11977db4d31d9e78f

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 351289524b58..000000000000
--- 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] 24+ messages in thread

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

commit:     049432c7436e87e802cc85cfff6abf6b62a03141
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Dec  9 10:19:05 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Dec  9 10:27:57 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=049432c7

app-crypt/keysmith: 23.08.4 version bump

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

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

diff --git a/app-crypt/keysmith/Manifest b/app-crypt/keysmith/Manifest
index 6870e74689bf..eb5c7051b8aa 100644
--- a/app-crypt/keysmith/Manifest
+++ b/app-crypt/keysmith/Manifest
@@ -1,2 +1,3 @@
 DIST keysmith-23.04.3.tar.xz 161996 BLAKE2B a160501a3fd29f83814611b0d738d6df487af0f98ffb7f9bb2c39b5ae67a3cc7af605f9d6c894d0e8ce351bd4d740b7247e1cf7541f4a1c1079110f384ce2de0 SHA512 a7ad96c91f5b50954aa185bdec81af8feafc1190105d28a3166b84442e5d58bd8a6dddcabd9d1f907b585f4082fe2dd16991b0c922bde087e1edfcc0b28027a1
 DIST keysmith-23.08.3.tar.xz 163456 BLAKE2B cebf12dfe695814355bf154083b2c751864983bf2f8862264f7926eb5d89f408fd9973fcfbc4182bdc1bf56b6ed22e111ae286a53e7f3c36d790c05648276a7e SHA512 321df891912e4b49d4701cf7261e6bd7b936b5bfaaf85935c12a8230d007e749153b91c2161db03bfb86beb52b6ce9c503c5e5d3b208ddf11977db4d31d9e78f
+DIST keysmith-23.08.4.tar.xz 163460 BLAKE2B 4abf8a070bd7bbdd0fcb8bcc5197da71868722b59622f9b522521cf5d277d41c757846411d4d67a5397eae6503666b041cf42955eecb8beafe2f3840d35d879e SHA512 752c4cf112d61633b33baa2649f8fd40ade43148349679cf16d6f11d35e3f9e4ec1f18f67c0484c9072904d7d09d129943c3dc557b1bee3acdded8318acf12c2

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 000000000000..258596e9f94a
--- /dev/null
+++ b/app-crypt/keysmith/keysmith-23.08.4.ebuild
@@ -0,0 +1,35 @@
+# 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] 24+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-crypt/keysmith/
@ 2023-12-19 20:45 Andreas Sturmlechner
  0 siblings, 0 replies; 24+ messages in thread
From: Andreas Sturmlechner @ 2023-12-19 20:45 UTC (permalink / raw
  To: gentoo-commits

commit:     14ae7e689fe18a3a39447e60ba17beeecb4dede8
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 19 19:55:08 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Dec 19 20:44:40 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14ae7e68

app-crypt/keysmith: drop 23.04.3

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

 app-crypt/keysmith/Manifest                |  1 -
 app-crypt/keysmith/keysmith-23.04.3.ebuild | 34 ------------------------------
 2 files changed, 35 deletions(-)

diff --git a/app-crypt/keysmith/Manifest b/app-crypt/keysmith/Manifest
index eb5c7051b8aa..b697db4173f8 100644
--- a/app-crypt/keysmith/Manifest
+++ b/app-crypt/keysmith/Manifest
@@ -1,3 +1,2 @@
-DIST keysmith-23.04.3.tar.xz 161996 BLAKE2B a160501a3fd29f83814611b0d738d6df487af0f98ffb7f9bb2c39b5ae67a3cc7af605f9d6c894d0e8ce351bd4d740b7247e1cf7541f4a1c1079110f384ce2de0 SHA512 a7ad96c91f5b50954aa185bdec81af8feafc1190105d28a3166b84442e5d58bd8a6dddcabd9d1f907b585f4082fe2dd16991b0c922bde087e1edfcc0b28027a1
 DIST keysmith-23.08.3.tar.xz 163456 BLAKE2B cebf12dfe695814355bf154083b2c751864983bf2f8862264f7926eb5d89f408fd9973fcfbc4182bdc1bf56b6ed22e111ae286a53e7f3c36d790c05648276a7e SHA512 321df891912e4b49d4701cf7261e6bd7b936b5bfaaf85935c12a8230d007e749153b91c2161db03bfb86beb52b6ce9c503c5e5d3b208ddf11977db4d31d9e78f
 DIST keysmith-23.08.4.tar.xz 163460 BLAKE2B 4abf8a070bd7bbdd0fcb8bcc5197da71868722b59622f9b522521cf5d277d41c757846411d4d67a5397eae6503666b041cf42955eecb8beafe2f3840d35d879e SHA512 752c4cf112d61633b33baa2649f8fd40ade43148349679cf16d6f11d35e3f9e4ec1f18f67c0484c9072904d7d09d129943c3dc557b1bee3acdded8318acf12c2

diff --git a/app-crypt/keysmith/keysmith-23.04.3.ebuild b/app-crypt/keysmith/keysmith-23.04.3.ebuild
deleted file mode 100644
index d48fe1637965..000000000000
--- a/app-crypt/keysmith/keysmith-23.04.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] 24+ messages in thread

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

commit:     2c301b3997f3d12b5bd36cac158c71baa8308301
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 15 09:44:44 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Feb 15 12:24:04 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c301b39

app-crypt/keysmith: 23.08.5 version bump

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

 app-crypt/keysmith/Manifest                |  1 +
 app-crypt/keysmith/keysmith-23.08.5.ebuild | 35 ++++++++++++++++++++++++++++++
 2 files changed, 36 insertions(+)

diff --git a/app-crypt/keysmith/Manifest b/app-crypt/keysmith/Manifest
index f2f29a59376e..958bcdf37f12 100644
--- a/app-crypt/keysmith/Manifest
+++ b/app-crypt/keysmith/Manifest
@@ -1 +1,2 @@
 DIST keysmith-23.08.4.tar.xz 163460 BLAKE2B 4abf8a070bd7bbdd0fcb8bcc5197da71868722b59622f9b522521cf5d277d41c757846411d4d67a5397eae6503666b041cf42955eecb8beafe2f3840d35d879e SHA512 752c4cf112d61633b33baa2649f8fd40ade43148349679cf16d6f11d35e3f9e4ec1f18f67c0484c9072904d7d09d129943c3dc557b1bee3acdded8318acf12c2
+DIST keysmith-23.08.5.tar.xz 163456 BLAKE2B b7338decbf1ccfe9f07d208decdcc1ea5133df9d7f53ff4e543c46782e5218e146e35f8d8348f8300021f7223d4edc8cf85a36ca777b00c52a5c13590c9ce12c SHA512 4c53ac7a217cd2f82cb0e270df1e4e7382d6fe3f7a7ff5008e392ae50418b6bf505f596d17c009921532bfbccba3d33f81cc934433ea63d9ba65c1187b4cba69

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 000000000000..f3d313da1cc9
--- /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] 24+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-crypt/keysmith/
@ 2024-03-21 15:39 Andreas Sturmlechner
  0 siblings, 0 replies; 24+ messages in thread
From: Andreas Sturmlechner @ 2024-03-21 15:39 UTC (permalink / raw
  To: gentoo-commits

commit:     7c8a4950db31cada3228aca002db25852d7a83d1
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 21 10:46:29 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Mar 21 15:36:03 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c8a4950

app-crypt/keysmith: drop 24.02.0

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

 app-crypt/keysmith/Manifest                |  1 -
 app-crypt/keysmith/keysmith-24.02.0.ebuild | 33 ------------------------------
 2 files changed, 34 deletions(-)

diff --git a/app-crypt/keysmith/Manifest b/app-crypt/keysmith/Manifest
index 99983f033849..b63f44a1d22e 100644
--- a/app-crypt/keysmith/Manifest
+++ b/app-crypt/keysmith/Manifest
@@ -1,3 +1,2 @@
 DIST keysmith-23.08.5.tar.xz 163456 BLAKE2B b7338decbf1ccfe9f07d208decdcc1ea5133df9d7f53ff4e543c46782e5218e146e35f8d8348f8300021f7223d4edc8cf85a36ca777b00c52a5c13590c9ce12c SHA512 4c53ac7a217cd2f82cb0e270df1e4e7382d6fe3f7a7ff5008e392ae50418b6bf505f596d17c009921532bfbccba3d33f81cc934433ea63d9ba65c1187b4cba69
-DIST keysmith-24.02.0.tar.xz 169532 BLAKE2B 292c3c3b7eb2cfc94445946a98d58bde5b54bcaa7b50644e43e53d9c64e1ed9c7cb4ad64f93f02674e0384d8b01d5873ce423e9e26433d856a010205bfa55e06 SHA512 7e21b9abfea52450dd6d266ece1ab0b2f9b2c25823b7143ac1da64e10b2fd23f3187d64cc2fce9f5b914270bd19c8ab0d520e601cc6f3114313f3a3000caf7bc
 DIST keysmith-24.02.1.tar.xz 170660 BLAKE2B e4c044599e8777a1d3db25f05d7d5a86488afcecf7efd8ac087d807f7f40af1eaf9ee8be5fd1b93d51af6d7267bd092e6e01e1964764862cab2bb182f847679b SHA512 8c70ec6da9e02901e6f4ea4f67958ab100b7c3838406c6a1c129029ab0c1613b9c2dd9b0d97651b6568eee95d7573f939c593a4660a8e2eb8f26391fc652e7ab

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 d361e3374ba2..000000000000
--- 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] 24+ messages in thread

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

commit:     cad27d75b5333cf6c003f9c22b951fd1ae5ff422
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 11 20:05:57 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Apr 11 20:14:37 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cad27d75

app-crypt/keysmith: drop 24.02.1

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

 app-crypt/keysmith/Manifest                |  1 -
 app-crypt/keysmith/keysmith-24.02.1.ebuild | 34 ------------------------------
 2 files changed, 35 deletions(-)

diff --git a/app-crypt/keysmith/Manifest b/app-crypt/keysmith/Manifest
index fec3500d4b7e..c696baaee948 100644
--- a/app-crypt/keysmith/Manifest
+++ b/app-crypt/keysmith/Manifest
@@ -1,3 +1,2 @@
 DIST keysmith-23.08.5.tar.xz 163456 BLAKE2B b7338decbf1ccfe9f07d208decdcc1ea5133df9d7f53ff4e543c46782e5218e146e35f8d8348f8300021f7223d4edc8cf85a36ca777b00c52a5c13590c9ce12c SHA512 4c53ac7a217cd2f82cb0e270df1e4e7382d6fe3f7a7ff5008e392ae50418b6bf505f596d17c009921532bfbccba3d33f81cc934433ea63d9ba65c1187b4cba69
-DIST keysmith-24.02.1.tar.xz 170660 BLAKE2B e4c044599e8777a1d3db25f05d7d5a86488afcecf7efd8ac087d807f7f40af1eaf9ee8be5fd1b93d51af6d7267bd092e6e01e1964764862cab2bb182f847679b SHA512 8c70ec6da9e02901e6f4ea4f67958ab100b7c3838406c6a1c129029ab0c1613b9c2dd9b0d97651b6568eee95d7573f939c593a4660a8e2eb8f26391fc652e7ab
 DIST keysmith-24.02.2.tar.xz 170744 BLAKE2B 89167a9decb9ad67d49bfb06a9cd0adca03e28aed0db697ba329e1cf76df5e96ef516cd802455e3c872afadc3d92a04dfa698380a9494f2fe1daffb5ca473e2e SHA512 9ee1750d3160a286b617a2f575759022b245a393da8ac5d5bc00363f1fe7a4088d6d444ac67d61dae22a15744178cafe1b3252177ab8ba37c7171150d626319d

diff --git a/app-crypt/keysmith/keysmith-24.02.1.ebuild b/app-crypt/keysmith/keysmith-24.02.1.ebuild
deleted file mode 100644
index 97be60ca9e79..000000000000
--- a/app-crypt/keysmith/keysmith-24.02.1.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="~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] 24+ messages in thread

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

commit:     caeec952791e30e941ab7753fc7c0ae2a4eb6909
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue May 21 21:04:35 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu May 23 16:00:05 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=caeec952

app-crypt/keysmith: drop 24.04.90

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

 app-crypt/keysmith/Manifest                 |  1 -
 app-crypt/keysmith/keysmith-24.04.90.ebuild | 36 -----------------------------
 2 files changed, 37 deletions(-)

diff --git a/app-crypt/keysmith/Manifest b/app-crypt/keysmith/Manifest
index ead4234ef41b..6947efd660cb 100644
--- a/app-crypt/keysmith/Manifest
+++ b/app-crypt/keysmith/Manifest
@@ -1,3 +1,2 @@
 DIST keysmith-23.08.5.tar.xz 163456 BLAKE2B b7338decbf1ccfe9f07d208decdcc1ea5133df9d7f53ff4e543c46782e5218e146e35f8d8348f8300021f7223d4edc8cf85a36ca777b00c52a5c13590c9ce12c SHA512 4c53ac7a217cd2f82cb0e270df1e4e7382d6fe3f7a7ff5008e392ae50418b6bf505f596d17c009921532bfbccba3d33f81cc934433ea63d9ba65c1187b4cba69
-DIST keysmith-24.04.90.tar.xz 171240 BLAKE2B 21f6b5db048b2ecc22a495ae12e6ea8a2e980eeeb2df1594e6748b7de59b4aa6652a0b3e4f9b772675a636a5ab80081ea2091201c831b06884ade859cfbc2fae SHA512 372a0f8b3bfc3674674728ab9380c7a09cc21791b5a1cd3233c9b83faa27e36994a0826c0dad958273c0522dbc5d55eb2db3ab127fdee4532d8fa8029f82d8c0
 DIST keysmith-24.05.0.tar.xz 171256 BLAKE2B a23aeb41a1b7720bb2acd6ae467f124eb0694d07efac0ce562bda9cd7fe57896fae37093656b12f0455e6c37dadb5a2f10e9a46bcb031847d784d45e95be751b SHA512 a09b806c509e7e235570ac1e4077080e6c2f4be5e51fba66c3a063afff083676ce8b84766c15f40088ec2eab486c8abad54b645dcf4d3afbe4a91c03cc76af68

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 da372f6cd314..000000000000
--- 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] 24+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-crypt/keysmith/
@ 2024-06-13 16:54 Andreas Sturmlechner
  0 siblings, 0 replies; 24+ messages in thread
From: Andreas Sturmlechner @ 2024-06-13 16:54 UTC (permalink / raw
  To: gentoo-commits

commit:     49ea3eb24971d1b3536609b5a0799364ff9453c1
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 13 16:21:36 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Jun 13 16:53:51 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49ea3eb2

app-crypt/keysmith: drop 24.05.0

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

 app-crypt/keysmith/Manifest                |  1 -
 app-crypt/keysmith/keysmith-24.05.0.ebuild | 36 ------------------------------
 2 files changed, 37 deletions(-)

diff --git a/app-crypt/keysmith/Manifest b/app-crypt/keysmith/Manifest
index c78a5bec2878..9b4e087dd557 100644
--- a/app-crypt/keysmith/Manifest
+++ b/app-crypt/keysmith/Manifest
@@ -1,3 +1,2 @@
 DIST keysmith-23.08.5.tar.xz 163456 BLAKE2B b7338decbf1ccfe9f07d208decdcc1ea5133df9d7f53ff4e543c46782e5218e146e35f8d8348f8300021f7223d4edc8cf85a36ca777b00c52a5c13590c9ce12c SHA512 4c53ac7a217cd2f82cb0e270df1e4e7382d6fe3f7a7ff5008e392ae50418b6bf505f596d17c009921532bfbccba3d33f81cc934433ea63d9ba65c1187b4cba69
-DIST keysmith-24.05.0.tar.xz 171256 BLAKE2B a23aeb41a1b7720bb2acd6ae467f124eb0694d07efac0ce562bda9cd7fe57896fae37093656b12f0455e6c37dadb5a2f10e9a46bcb031847d784d45e95be751b SHA512 a09b806c509e7e235570ac1e4077080e6c2f4be5e51fba66c3a063afff083676ce8b84766c15f40088ec2eab486c8abad54b645dcf4d3afbe4a91c03cc76af68
 DIST keysmith-24.05.1.tar.xz 171436 BLAKE2B 35c290d5150d34f794606731848f5bc9f974f36cc0ab139b782adb0cc76744d74ef49d697687a5ac9b025c3d1102eff70d60875a512c45372d1cc3b5e80e2f61 SHA512 5aadf941c270f13fdc78cf9cd4e4a5682d70858163fd9542b8f02b0cd9bdb57cb6081d663e25aeddffe5e9a57e456d3d81c9dbee1bacce915f4fc242a80f29c3

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 da372f6cd314..000000000000
--- 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] 24+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-crypt/keysmith/
@ 2024-07-04 12:06 Andreas Sturmlechner
  0 siblings, 0 replies; 24+ messages in thread
From: Andreas Sturmlechner @ 2024-07-04 12:06 UTC (permalink / raw
  To: gentoo-commits

commit:     4f30a6077b903fc8cec7ac1080687a1dbbf0d375
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Jul  3 18:14:29 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Jul  4 11:51:33 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f30a607

app-crypt/keysmith: drop 24.05.1

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

 app-crypt/keysmith/Manifest                |  1 -
 app-crypt/keysmith/keysmith-24.05.1.ebuild | 36 ------------------------------
 2 files changed, 37 deletions(-)

diff --git a/app-crypt/keysmith/Manifest b/app-crypt/keysmith/Manifest
index ccd7e5240dae..b6d5aa94e987 100644
--- a/app-crypt/keysmith/Manifest
+++ b/app-crypt/keysmith/Manifest
@@ -1,3 +1,2 @@
 DIST keysmith-23.08.5.tar.xz 163456 BLAKE2B b7338decbf1ccfe9f07d208decdcc1ea5133df9d7f53ff4e543c46782e5218e146e35f8d8348f8300021f7223d4edc8cf85a36ca777b00c52a5c13590c9ce12c SHA512 4c53ac7a217cd2f82cb0e270df1e4e7382d6fe3f7a7ff5008e392ae50418b6bf505f596d17c009921532bfbccba3d33f81cc934433ea63d9ba65c1187b4cba69
-DIST keysmith-24.05.1.tar.xz 171436 BLAKE2B 35c290d5150d34f794606731848f5bc9f974f36cc0ab139b782adb0cc76744d74ef49d697687a5ac9b025c3d1102eff70d60875a512c45372d1cc3b5e80e2f61 SHA512 5aadf941c270f13fdc78cf9cd4e4a5682d70858163fd9542b8f02b0cd9bdb57cb6081d663e25aeddffe5e9a57e456d3d81c9dbee1bacce915f4fc242a80f29c3
 DIST keysmith-24.05.2.tar.xz 171756 BLAKE2B 5059579e9529f834814a3f586dbab5aad1a5235759c0fa76a7c7cf5588bb3b2fd64ca381d0d749d88cf74446ca5a380cb6f49eebe005e34a6f184e3f8fbcf7dd SHA512 fd2964b4fc754ac71d5fc2b273e2e70671f4b8a4cdf95e340ade20a234d7ddbfc81e0a6bfbde3178b49ba94b3219a2e1169903eac4d707b1f130df7ed7478f77

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 11a4d872b07b..000000000000
--- 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 ~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] 24+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-crypt/keysmith/
@ 2024-08-09  8:39 Arthur Zamarin
  0 siblings, 0 replies; 24+ messages in thread
From: Arthur Zamarin @ 2024-08-09  8:39 UTC (permalink / raw
  To: gentoo-commits

commit:     545fd4fbbbaad818e372f712da9f88f7ccc98e33
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Aug  9 08:39:21 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Aug  9 08:39:21 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=545fd4fb

app-crypt/keysmith: Keyword 24.05.2 ppc64, #934361

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

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

diff --git a/app-crypt/keysmith/keysmith-24.05.2.ebuild b/app-crypt/keysmith/keysmith-24.05.2.ebuild
index 682ba722ec48..fdb339d18339 100644
--- a/app-crypt/keysmith/keysmith-24.05.2.ebuild
+++ b/app-crypt/keysmith/keysmith-24.05.2.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://apps.kde.org/keysmith/"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
 IUSE=""
 
 COMMON_DEPEND="


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

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

commit:     201410316eccacd4ab3aebd1de61ea2a7db06e1d
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 24 12:43:18 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Aug 24 12:50:16 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20141031

app-crypt/keysmith: 24.08.0 version bump

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

 app-crypt/keysmith/Manifest                |  1 +
 app-crypt/keysmith/keysmith-24.08.0.ebuild | 36 ++++++++++++++++++++++++++++++
 2 files changed, 37 insertions(+)

diff --git a/app-crypt/keysmith/Manifest b/app-crypt/keysmith/Manifest
index b6d5aa94e987..6bacce7460a3 100644
--- a/app-crypt/keysmith/Manifest
+++ b/app-crypt/keysmith/Manifest
@@ -1,2 +1,3 @@
 DIST keysmith-23.08.5.tar.xz 163456 BLAKE2B b7338decbf1ccfe9f07d208decdcc1ea5133df9d7f53ff4e543c46782e5218e146e35f8d8348f8300021f7223d4edc8cf85a36ca777b00c52a5c13590c9ce12c SHA512 4c53ac7a217cd2f82cb0e270df1e4e7382d6fe3f7a7ff5008e392ae50418b6bf505f596d17c009921532bfbccba3d33f81cc934433ea63d9ba65c1187b4cba69
 DIST keysmith-24.05.2.tar.xz 171756 BLAKE2B 5059579e9529f834814a3f586dbab5aad1a5235759c0fa76a7c7cf5588bb3b2fd64ca381d0d749d88cf74446ca5a380cb6f49eebe005e34a6f184e3f8fbcf7dd SHA512 fd2964b4fc754ac71d5fc2b273e2e70671f4b8a4cdf95e340ade20a234d7ddbfc81e0a6bfbde3178b49ba94b3219a2e1169903eac4d707b1f130df7ed7478f77
+DIST keysmith-24.08.0.tar.xz 171440 BLAKE2B 6aff612d21b66f9a7d2170cc6fde009c447c0686d3aeee8a4fb043b500452cd831f45dd943da3f44965d326a373cbf220b7a6cc46285d74e4d56db4d5d1017be SHA512 10016b4d3268e5b7caa52765602ffbc2c4b7d66f2c1ff6053110781b64981f304198fc8351889251c4c32b3647648af67389d440ed625d592ada80080d0070d8

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 000000000000..592cdbe13527
--- /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] 24+ messages in thread

end of thread, other threads:[~2024-08-24 12:50 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-19 20:45 [gentoo-commits] repo/gentoo:master commit in: app-crypt/keysmith/ Andreas Sturmlechner
  -- strict thread matches above, loose matches on Subject: below --
2024-08-24 12:50 Andreas Sturmlechner
2024-08-09  8:39 Arthur Zamarin
2024-07-04 12:06 Andreas Sturmlechner
2024-06-13 16:54 Andreas Sturmlechner
2024-05-23 16:00 Andreas Sturmlechner
2024-04-11 20:40 Andreas Sturmlechner
2024-03-21 15:39 Andreas Sturmlechner
2024-02-15 12:34 Andreas Sturmlechner
2023-12-09 10:29 Andreas Sturmlechner
2023-11-09 13:09 Andreas Sturmlechner
2023-10-12 13:23 Andreas Sturmlechner
2023-09-15 20:09 Andreas Sturmlechner
2023-08-25  8:30 Andreas Sturmlechner
2023-07-06 14:24 Andreas Sturmlechner
2023-06-08 11:43 Andreas Sturmlechner
2023-06-03  7:09 WANG Xuerui
2023-05-11 16:04 Andreas Sturmlechner
2023-05-05 16:21 Arthur Zamarin
2023-05-02 15:21 Arthur Zamarin
2023-04-26  8:54 Andreas Sturmlechner
2023-04-26  8:54 Andreas Sturmlechner
2023-04-26  7:10 Jakov Smolić
2023-04-25 20:48 Andreas Sturmlechner

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