diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-06-08 13:42:11 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-06-08 13:42:11 +0200 |
commit | bb89306a9902f756e3a24bc9c8604e265fbea20f (patch) | |
tree | 5ec280182d843b2fc7fe487313cd8a593caf3a1a /app-crypt | |
parent | app-cdr/dolphin-plugins-mountiso: drop 23.04.2 (diff) | |
download | kde-bb89306a9902f756e3a24bc9c8604e265fbea20f.tar.gz kde-bb89306a9902f756e3a24bc9c8604e265fbea20f.tar.bz2 kde-bb89306a9902f756e3a24bc9c8604e265fbea20f.zip |
app-crypt/keysmith: drop 23.04.2
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/keysmith/Manifest | 1 | ||||
-rw-r--r-- | app-crypt/keysmith/keysmith-23.04.2.ebuild | 34 |
2 files changed, 0 insertions, 35 deletions
diff --git a/app-crypt/keysmith/Manifest b/app-crypt/keysmith/Manifest deleted file mode 100644 index b83d422c33..0000000000 --- a/app-crypt/keysmith/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST keysmith-23.04.2.tar.xz 161252 BLAKE2B b2bb39eafa86484b5f2d991a55129ee5bc6373e6c6c2393e1eb255b935319eea6ac5f2e898547219e3e1f4ce6a2d685922d2b41456ef1fec00f6d4461c099a90 SHA512 8086e9e383c178b5e0106085f9cf4adb52f15a4894e825fe36fed25e7dcb3de45fc099ef847f301f8be0ee5c6405abf55956cad777efca7a7305d7b85df067d5 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 -" |