summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-03-21 11:46:29 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2024-03-21 16:36:03 +0100
commit7c8a4950db31cada3228aca002db25852d7a83d1 (patch)
treecc45bfeb4bc5f88cc9106285ba1b198d5b9dd696 /app-crypt/keysmith
parentapp-cdr/isoimagewriter: drop 24.02.0 (diff)
downloadgentoo-7c8a4950db31cada3228aca002db25852d7a83d1.tar.gz
gentoo-7c8a4950db31cada3228aca002db25852d7a83d1.tar.bz2
gentoo-7c8a4950db31cada3228aca002db25852d7a83d1.zip
app-crypt/keysmith: drop 24.02.0
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-24.02.0.ebuild33
2 files changed, 0 insertions, 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]
-"