summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-08-02 21:06:27 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2023-08-02 21:32:57 +0200
commit0db445d9628e77ab15f6bcd328d6ddf175439bc2 (patch)
treebd2340a3487b7dc27308916830378831051599c7 /app-crypt/keysmith
parentapp-cdr/dolphin-plugins-mountiso: drop 23.04.2 (diff)
downloadgentoo-0db445d9628e77ab15f6bcd328d6ddf175439bc2.tar.gz
gentoo-0db445d9628e77ab15f6bcd328d6ddf175439bc2.tar.bz2
gentoo-0db445d9628e77ab15f6bcd328d6ddf175439bc2.zip
app-crypt/keysmith: drop 23.04.2
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-crypt/keysmith')
-rw-r--r--app-crypt/keysmith/Manifest1
-rw-r--r--app-crypt/keysmith/keysmith-23.04.2.ebuild34
2 files changed, 0 insertions, 35 deletions
diff --git a/app-crypt/keysmith/Manifest b/app-crypt/keysmith/Manifest
index 28a5bb72c6d4..499372672bff 100644
--- a/app-crypt/keysmith/Manifest
+++ b/app-crypt/keysmith/Manifest
@@ -1,2 +1 @@
-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.2.ebuild b/app-crypt/keysmith/keysmith-23.04.2.ebuild
deleted file mode 100644
index d48fe1637965..000000000000
--- 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
-"