* [gentoo-commits] repo/user/gerislay:master commit in: kde-apps/keysmith/
@ 2022-10-06 0:10 gerion
0 siblings, 0 replies; 3+ messages in thread
From: gerion @ 2022-10-06 0:10 UTC (permalink / raw
To: gentoo-commits
commit: 5fa0db4c8b547a99fb2fdb4185b00832ace40edb
Author: Gerion Entrup <gerion.entrup <AT> flump <DOT> de>
AuthorDate: Thu Oct 6 00:08:30 2022 +0000
Commit: gerion <gerion.entrup <AT> flump <DOT> de>
CommitDate: Thu Oct 6 00:09:27 2022 +0000
URL: https://gitweb.gentoo.org/repo/user/gerislay.git/commit/?id=5fa0db4c
kde-apps/keysmith: add 22.09
Signed-off-by: Gerion Entrup <gerion.entrup <AT> flump.de>
kde-apps/keysmith/Manifest | 2 ++
kde-apps/keysmith/keysmith-22.09.ebuild | 43 +++++++++++++++++++++++++++++++++
2 files changed, 45 insertions(+)
diff --git a/kde-apps/keysmith/Manifest b/kde-apps/keysmith/Manifest
new file mode 100644
index 0000000..79bc61d
--- /dev/null
+++ b/kde-apps/keysmith/Manifest
@@ -0,0 +1,2 @@
+DIST keysmith-22.09.tar.xz 157224 BLAKE2B 25ea8b05ddb5529757fccb32784429ccea4337ded016b7f17729cd61d63c13d51ece712e457ebcdfd610e680ae56513dc5c9554e3580b9084dd58b7a275a2df2 SHA512 487785bad8cad839e1a2ff59623f8e427e4572ef833da256013316e73b92e8538df1c7253b5c9e9df9993b8c3168884a74a8d4041e9c90e4f76d938e43d3f569
+EBUILD keysmith-22.09.ebuild 960 BLAKE2B d4ac85cc206a411b0d50471fac5ea01d583c37f2455aa363f52df3ac37c9c2464def608ab8c35e374a29ea2bd3d69c1a7a6fae0556fce2f6c5dc03e20672dc42 SHA512 59329a34cc888e9f97a5fd745eefe227e201731894251e17260d22903d2b685c4ed7138ac93a5a4f25b021d05441dd397cf82fe3789a9b41acc51bff1a25f469
diff --git a/kde-apps/keysmith/keysmith-22.09.ebuild b/kde-apps/keysmith/keysmith-22.09.ebuild
new file mode 100644
index 0000000..ac019d6
--- /dev/null
+++ b/kde-apps/keysmith/keysmith-22.09.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_HANDBOOK="optional"
+ECM_TEST="false"
+PVCUT=$(ver_cut 1-3)
+KFMIN=5.91.0
+QTMIN=5.15.2
+VIRTUALX_REQUIRED="test"
+inherit ecm optfeature
+
+DESCRIPTION="OTP client for Plasma Mobile and Desktop"
+HOMEPAGE="https://invent.kde.org/utilities/keysmith"
+SRC_URI="https://download.kde.org/stable/plasma-mobile/${PV}/${P}.tar.xz"
+
+LICENSE="GPL-3"
+SLOT="5"
+KEYWORDS="~amd64 ~x86"
+IUSE="+dbus"
+
+DEPEND="
+ >=dev-qt/qtcore-${QTMIN}:5
+ >=dev-qt/qtquickcontrols2-${QTMIN}:5
+ >=dev-qt/qtgui-${QTMIN}:5
+ >=dev-qt/qtsvg-${QTMIN}:5
+ >=dev-qt/qtconcurrent-${QTMIN}:5
+ >=kde-frameworks/kirigami-${KFMIN}:5
+ >=kde-frameworks/ki18n-${KFMIN}:5
+ dbus? (
+ >=kde-frameworks/kdbusaddons-${KFMIN}:5
+ >=kde-frameworks/kwindowsystem-${KFMIN}:5
+ )
+"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+ local mycmakeargs=(
+ $(usex dbus "-DBUILD_DBUS_INTERFACE=TRUE")
+ )
+ ecm_src_configure
+}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/user/gerislay:master commit in: kde-apps/keysmith/
@ 2023-05-24 2:19 gerion
0 siblings, 0 replies; 3+ messages in thread
From: gerion @ 2023-05-24 2:19 UTC (permalink / raw
To: gentoo-commits
commit: 951c272e73eec52d52f393e329c7999f39d577a6
Author: Gerion Entrup <gerion.entrup <AT> flump <DOT> de>
AuthorDate: Sun May 21 11:34:24 2023 +0000
Commit: gerion <gerion.entrup <AT> flump <DOT> de>
CommitDate: Sun May 21 11:34:24 2023 +0000
URL: https://gitweb.gentoo.org/repo/user/gerislay.git/commit/?id=951c272e
kde-apps/keysmith: update to 23.04.1 and kde gear
Signed-off-by: Gerion Entrup <gerion.entrup <AT> flump.de>
kde-apps/keysmith/Manifest | 4 ++--
kde-apps/keysmith/{keysmith-22.09.ebuild => keysmith-23.04.1.ebuild} | 3 +--
2 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/kde-apps/keysmith/Manifest b/kde-apps/keysmith/Manifest
index 79bc61d..e9312d5 100644
--- a/kde-apps/keysmith/Manifest
+++ b/kde-apps/keysmith/Manifest
@@ -1,2 +1,2 @@
-DIST keysmith-22.09.tar.xz 157224 BLAKE2B 25ea8b05ddb5529757fccb32784429ccea4337ded016b7f17729cd61d63c13d51ece712e457ebcdfd610e680ae56513dc5c9554e3580b9084dd58b7a275a2df2 SHA512 487785bad8cad839e1a2ff59623f8e427e4572ef833da256013316e73b92e8538df1c7253b5c9e9df9993b8c3168884a74a8d4041e9c90e4f76d938e43d3f569
-EBUILD keysmith-22.09.ebuild 960 BLAKE2B d4ac85cc206a411b0d50471fac5ea01d583c37f2455aa363f52df3ac37c9c2464def608ab8c35e374a29ea2bd3d69c1a7a6fae0556fce2f6c5dc03e20672dc42 SHA512 59329a34cc888e9f97a5fd745eefe227e201731894251e17260d22903d2b685c4ed7138ac93a5a4f25b021d05441dd397cf82fe3789a9b41acc51bff1a25f469
+DIST keysmith-23.04.1.tar.xz 161236 BLAKE2B e1803beca54dec248a2cf65fa886aeac7a128aad9cce400772cc38b8cb27bd5e8aa5f1b00d79d81281fdb567e1b3591ab5636886e29f79c7c7ce325d6f5459a1 SHA512 9e24ceab16f369a3b03c4c52307f4484e9e4896022725a6bc61e66cf736ea0936a3dca56e0ecd652beb9a151b17b8187b89063918b179994cb1fb8f27eb79532
+EBUILD keysmith-23.04.1.ebuild 899 BLAKE2B da48dd903a3256c4efceb1d17781001af839a639b154bd786a6077bfb54aee3c5ee2782f91dbac903685524a51c2bbdc16dfdb7925c350868bdd3bec8af955d8 SHA512 6f9319a6ba6fbb7c47ce9b325cb937c44415ab941eb43808c57304a7a3e5eebf774acda71cd1beb6a071e819dfdd2d4e4525994d20be6191e57d8e72a4f0af66
diff --git a/kde-apps/keysmith/keysmith-22.09.ebuild b/kde-apps/keysmith/keysmith-23.04.1.ebuild
similarity index 89%
rename from kde-apps/keysmith/keysmith-22.09.ebuild
rename to kde-apps/keysmith/keysmith-23.04.1.ebuild
index ac019d6..7f86462 100644
--- a/kde-apps/keysmith/keysmith-22.09.ebuild
+++ b/kde-apps/keysmith/keysmith-23.04.1.ebuild
@@ -9,11 +9,10 @@ PVCUT=$(ver_cut 1-3)
KFMIN=5.91.0
QTMIN=5.15.2
VIRTUALX_REQUIRED="test"
-inherit ecm optfeature
+inherit ecm gear.kde.org optfeature
DESCRIPTION="OTP client for Plasma Mobile and Desktop"
HOMEPAGE="https://invent.kde.org/utilities/keysmith"
-SRC_URI="https://download.kde.org/stable/plasma-mobile/${PV}/${P}.tar.xz"
LICENSE="GPL-3"
SLOT="5"
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/user/gerislay:master commit in: kde-apps/keysmith/
@ 2023-08-27 16:30 gerion
0 siblings, 0 replies; 3+ messages in thread
From: gerion @ 2023-08-27 16:30 UTC (permalink / raw
To: gentoo-commits
commit: d1a6df9d74f0c7423b6da2629c60a6ab90c167f1
Author: Gerion Entrup <gerion.entrup <AT> flump <DOT> de>
AuthorDate: Sun Aug 27 16:29:16 2023 +0000
Commit: gerion <gerion.entrup <AT> flump <DOT> de>
CommitDate: Sun Aug 27 16:29:55 2023 +0000
URL: https://gitweb.gentoo.org/repo/user/gerislay.git/commit/?id=d1a6df9d
kde-apps/keysmith: drop, in gentoo now (app-crypt/keysmith)
Signed-off-by: Gerion Entrup <gerion.entrup <AT> flump.de>
kde-apps/keysmith/Manifest | 2 --
kde-apps/keysmith/keysmith-23.04.1.ebuild | 42 -------------------------------
2 files changed, 44 deletions(-)
diff --git a/kde-apps/keysmith/Manifest b/kde-apps/keysmith/Manifest
deleted file mode 100644
index e9312d5..0000000
--- a/kde-apps/keysmith/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST keysmith-23.04.1.tar.xz 161236 BLAKE2B e1803beca54dec248a2cf65fa886aeac7a128aad9cce400772cc38b8cb27bd5e8aa5f1b00d79d81281fdb567e1b3591ab5636886e29f79c7c7ce325d6f5459a1 SHA512 9e24ceab16f369a3b03c4c52307f4484e9e4896022725a6bc61e66cf736ea0936a3dca56e0ecd652beb9a151b17b8187b89063918b179994cb1fb8f27eb79532
-EBUILD keysmith-23.04.1.ebuild 899 BLAKE2B da48dd903a3256c4efceb1d17781001af839a639b154bd786a6077bfb54aee3c5ee2782f91dbac903685524a51c2bbdc16dfdb7925c350868bdd3bec8af955d8 SHA512 6f9319a6ba6fbb7c47ce9b325cb937c44415ab941eb43808c57304a7a3e5eebf774acda71cd1beb6a071e819dfdd2d4e4525994d20be6191e57d8e72a4f0af66
diff --git a/kde-apps/keysmith/keysmith-23.04.1.ebuild b/kde-apps/keysmith/keysmith-23.04.1.ebuild
deleted file mode 100644
index 7f86462..0000000
--- a/kde-apps/keysmith/keysmith-23.04.1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_HANDBOOK="optional"
-ECM_TEST="false"
-PVCUT=$(ver_cut 1-3)
-KFMIN=5.91.0
-QTMIN=5.15.2
-VIRTUALX_REQUIRED="test"
-inherit ecm gear.kde.org optfeature
-
-DESCRIPTION="OTP client for Plasma Mobile and Desktop"
-HOMEPAGE="https://invent.kde.org/utilities/keysmith"
-
-LICENSE="GPL-3"
-SLOT="5"
-KEYWORDS="~amd64 ~x86"
-IUSE="+dbus"
-
-DEPEND="
- >=dev-qt/qtcore-${QTMIN}:5
- >=dev-qt/qtquickcontrols2-${QTMIN}:5
- >=dev-qt/qtgui-${QTMIN}:5
- >=dev-qt/qtsvg-${QTMIN}:5
- >=dev-qt/qtconcurrent-${QTMIN}:5
- >=kde-frameworks/kirigami-${KFMIN}:5
- >=kde-frameworks/ki18n-${KFMIN}:5
- dbus? (
- >=kde-frameworks/kdbusaddons-${KFMIN}:5
- >=kde-frameworks/kwindowsystem-${KFMIN}:5
- )
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
- local mycmakeargs=(
- $(usex dbus "-DBUILD_DBUS_INTERFACE=TRUE")
- )
- ecm_src_configure
-}
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-08-27 16:30 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-24 2:19 [gentoo-commits] repo/user/gerislay:master commit in: kde-apps/keysmith/ gerion
-- strict thread matches above, loose matches on Subject: below --
2023-08-27 16:30 gerion
2022-10-06 0:10 gerion
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox