summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-03-02 09:45:30 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2024-03-02 10:12:10 +0100
commit99edf906fb3f07ab00a7ee66d8270b5bf81f7d68 (patch)
tree0a54bf43de65ecb80e10a6028ae1a2fd3f9fd2a3 /kde-frameworks
parentkde-frameworks/ktextwidgets: drop 5.113.0 (diff)
downloadgentoo-99edf906fb3f07ab00a7ee66d8270b5bf81f7d68.tar.gz
gentoo-99edf906fb3f07ab00a7ee66d8270b5bf81f7d68.tar.bz2
gentoo-99edf906fb3f07ab00a7ee66d8270b5bf81f7d68.zip
kde-frameworks/kwallet: drop 5.113.0
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks')
-rw-r--r--kde-frameworks/kwallet/Manifest1
-rw-r--r--kde-frameworks/kwallet/kwallet-5.113.0.ebuild60
2 files changed, 0 insertions, 61 deletions
diff --git a/kde-frameworks/kwallet/Manifest b/kde-frameworks/kwallet/Manifest
index 68f1225a5090..cee4f4cd2f9f 100644
--- a/kde-frameworks/kwallet/Manifest
+++ b/kde-frameworks/kwallet/Manifest
@@ -1,3 +1,2 @@
-DIST kwallet-5.113.0.tar.xz 351656 BLAKE2B 00c1adef54bfd9a662c5aa2ad8d237f0bf9b31d5adcb78338f1d7cdbe4d8de25e596e10efcbbbfa68657d6f557936bcace7ad95e8d90d735b79b8b87da304758 SHA512 7f7ce975056b34161e2038ec88a371d1e12913d68cbbe6b3069a5ce4ced9a75f7e82e23ec38c929da6d4ce8dc8e863d32237b80bc47c6ecedaeee8cee42c86ce
DIST kwallet-5.115.0.tar.xz 353124 BLAKE2B 18f9d51c52e60e20d44c3bbbb385cdd4d2b696d1a2b3a36700f44577d04d3ea652f848a6c680db4626d9516ff0848181a098efcaa0b6e4bbf282f9831c576096 SHA512 8870af27ab6dfe5a7f9c60a8199b917e3f0ad81e48524c5ea383c39d6e3ca6a2fbe7bbce9b645a190c33a58bc7e63347e1737b6f55783fefa2a46bf7bab598fe
DIST kwallet-6.0.0.tar.xz 349592 BLAKE2B bcbcc64b1cdd0c1792e29645d9899ae687281b3cf59ab82d63adb1aa095b9e2077c3a2239da71d7191f817eb1160c2eaa1ec8ce41da1d68ce88800328361b219 SHA512 66e331224629c37215fdb799981d47689d58825e37e206e15cf8caf3505e2927caa19d923dd44ea28882dcf1f24d4b904292f515c6417ac75adac30c287bd21c
diff --git a/kde-frameworks/kwallet/kwallet-5.113.0.ebuild b/kde-frameworks/kwallet/kwallet-5.113.0.ebuild
deleted file mode 100644
index 02dd26354ef1..000000000000
--- a/kde-frameworks/kwallet/kwallet-5.113.0.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PVCUT=$(ver_cut 1-2)
-QTMIN=5.15.9
-inherit ecm frameworks.kde.org optfeature
-
-DESCRIPTION="Framework providing desktop-wide storage for passwords"
-
-LICENSE="LGPL-2+"
-KEYWORDS="amd64 ~arm arm64 ~loong ppc64 ~riscv x86"
-IUSE="gpg kf6compat +man"
-
-DEPEND="
- >=app-crypt/qca-2.3.1:2[qt5(+)]
- dev-libs/libgcrypt:0=
- >=dev-qt/qtdbus-${QTMIN}:5
- >=dev-qt/qtgui-${QTMIN}:5
- >=dev-qt/qtwidgets-${QTMIN}:5
- =kde-frameworks/kconfig-${PVCUT}*:5
- =kde-frameworks/kconfigwidgets-${PVCUT}*:5
- =kde-frameworks/kcoreaddons-${PVCUT}*:5
- =kde-frameworks/kdbusaddons-${PVCUT}*:5
- =kde-frameworks/ki18n-${PVCUT}*:5
- =kde-frameworks/knotifications-${PVCUT}*:5
- =kde-frameworks/kservice-${PVCUT}*:5
- =kde-frameworks/kwidgetsaddons-${PVCUT}*:5
- =kde-frameworks/kwindowsystem-${PVCUT}*:5[X]
- !kf6compat? ( gpg? ( >=app-crypt/gpgme-1.7.1:=[cxx,qt5] ) )
-"
-RDEPEND="${DEPEND}
- kf6compat? ( kde-frameworks/kwallet:6 )
-"
-BDEPEND="man? ( >=kde-frameworks/kdoctools-${PVCUT}:5 )"
-
-src_configure() {
- local mycmakeargs=(
- -DBUILD_KWALLETD=$(usex !kf6compat)
- -DBUILD_KWALLET_QUERY=$(usex !kf6compat)
- $(cmake_use_find_package man KF5DocTools)
- )
- if ! use kf6compat; then
- mycmakeargs+=(
- $(cmake_use_find_package gpg Gpgmepp)
- )
- fi
-
- ecm_src_configure
-}
-
-pkg_postinst() {
- if [[ -z "${REPLACING_VERSIONS}" ]]; then
- optfeature "Auto-unlocking after account login" "kde-plasma/kwallet-pam:5"
- optfeature "KWallet management" "kde-apps/kwalletmanager:5"
- elog "For more information, read https://wiki.gentoo.org/wiki/KDE#KWallet"
- fi
- ecm_pkg_postinst
-}