diff options
author | V3n3RiX <venerix@koprulu.sector> | 2023-04-26 00:13:39 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2023-04-26 00:13:39 +0100 |
commit | 81a92c310907a51d2a03b6d470f4276a7d7ac00c (patch) | |
tree | 360fadf6d50d331d696d3bf14d3acc328b873dc3 /app-crypt/keysmith | |
parent | c7b5a281b2f19df584053abc11abb47ccad9c381 (diff) |
gentoo auto-resync : 26:04:2023 - 00:13:39
Diffstat (limited to 'app-crypt/keysmith')
-rw-r--r-- | app-crypt/keysmith/Manifest | 3 | ||||
-rw-r--r-- | app-crypt/keysmith/keysmith-23.04.0.ebuild | 33 | ||||
-rw-r--r-- | app-crypt/keysmith/metadata.xml | 12 |
3 files changed, 48 insertions, 0 deletions
diff --git a/app-crypt/keysmith/Manifest b/app-crypt/keysmith/Manifest new file mode 100644 index 000000000000..a34588d17443 --- /dev/null +++ b/app-crypt/keysmith/Manifest @@ -0,0 +1,3 @@ +DIST keysmith-23.04.0.tar.xz 159176 BLAKE2B 44c2a0a3902833193533bb9ad2f923426a88955e02c307562ca9decbfda9c68940e3657ee1cd3dcdee7058889e6d6f6176130d63a8b4cad5a1e9c65527ab8a71 SHA512 9f41f186aaa79aaab5e9544275b870c7f36296872c5590f04f74798bc7eecb23ce7dcd7c43db20a00d0defdead8911e5342fe688e41d06106f251d07a1ba0189 +EBUILD keysmith-23.04.0.ebuild 744 BLAKE2B 388af3e9dc8d197926f49f245727f683ed9c7e43a70d168eee78a82e148a8d53741434c35088cf5feb3afd9ab27ca99954ea73587739dce0c8fab99e809c31f8 SHA512 697a73b398058fb8b1c87a548eaeb72d646987b0e6036a7a211a31c6fa138a7a75f38217d1f53571c8c58ac2106f48a7494227817e2cbe36d5a4f7336fd39a3a +MISC metadata.xml 380 BLAKE2B 110b310586031ac53056b1502648607210ee0256858efee1d54e756e130b4e331202f8571c96f5064ccee7d63bce9c4af2b92c40389d2c7b06a4fad70be8656d SHA512 10365587bc7347003e99f0684c92fa7c7154576643eaee09e79b1bddf5aed12b6062dc426b07343c6cfbcd423ab3e77e245b3659919f75e4a4183fb56fa2fa0e 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> |