summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-12-20 14:41:43 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2023-12-20 16:11:04 +0100
commit407fd1a01eea5849e02b88ae465283e19f8b8588 (patch)
treeeab85a161ea7713fad94e78b0e0ff8be5830625c
parentkde-frameworks/ktextwidgets: drop 5.246.0 (diff)
downloadgentoo-407fd1a0.tar.gz
gentoo-407fd1a0.tar.bz2
gentoo-407fd1a0.zip
kde-frameworks/kwallet: drop 5.246.0
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--kde-frameworks/kwallet/Manifest1
-rw-r--r--kde-frameworks/kwallet/kwallet-5.246.0.ebuild52
2 files changed, 0 insertions, 53 deletions
diff --git a/kde-frameworks/kwallet/Manifest b/kde-frameworks/kwallet/Manifest
index 67da971fd9bd..75c271c0d3b6 100644
--- a/kde-frameworks/kwallet/Manifest
+++ b/kde-frameworks/kwallet/Manifest
@@ -1,4 +1,3 @@
DIST kwallet-5.112.0.tar.xz 349732 BLAKE2B 28d2c99a7646e4356d9dfe925505602ff72ad6b8469717cfd03ddf280b06e3d0c3ee03d6c64c8951b1df3ab3d0fa8e56cd14bd801083e5bf612e8fc60fcccb8c SHA512 c13afcbfe5aa2fd5c9d7c87aaa3ca0158bd73757641c20400bc820d1e21b106e498ea09c41e9705757768b678b1fe6fba61ac92787d3c4e6383b067554621fef
DIST kwallet-5.113.0.tar.xz 351656 BLAKE2B 00c1adef54bfd9a662c5aa2ad8d237f0bf9b31d5adcb78338f1d7cdbe4d8de25e596e10efcbbbfa68657d6f557936bcace7ad95e8d90d735b79b8b87da304758 SHA512 7f7ce975056b34161e2038ec88a371d1e12913d68cbbe6b3069a5ce4ced9a75f7e82e23ec38c929da6d4ce8dc8e863d32237b80bc47c6ecedaeee8cee42c86ce
-DIST kwallet-5.246.0.tar.xz 349708 BLAKE2B c50578f9d770615083e82aff91f0c02df9c2dceddf5127d22700f11ec63c0af3cc5f6dce3a70255c2d49a600576839a9cb27cad240ffda4dabccbb7919422914 SHA512 358190bcb18d5e7194ad1f5a357c7309dc4924ded3c88d5ed4a4c3099707f06d42e2a7d1adccc534921f50856e778b0649aa44533edc9b827f65d66dc50aa027
DIST kwallet-5.247.0.tar.xz 350112 BLAKE2B 22d1f8706f166ad849a42c75f97103023b9bc905fbe73973838c1a942c4f9a56d0e81cbfa1f9321df3c69398fa367c7af334482a18c2ce2ca4b67d0897d01581 SHA512 e9b11110e7ca1dbb83a90376c9080c9175f2db9f6b68b92add7957f745283fdf375e268d144c4c3d5a7f9dd688ada42829abeb33a7e397fe1c2fcc07c7271f31
diff --git a/kde-frameworks/kwallet/kwallet-5.246.0.ebuild b/kde-frameworks/kwallet/kwallet-5.246.0.ebuild
deleted file mode 100644
index 70db22034c90..000000000000
--- a/kde-frameworks/kwallet/kwallet-5.246.0.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PVCUT=$(ver_cut 1-2)
-QTMIN=6.6.0
-inherit ecm frameworks.kde.org optfeature
-
-DESCRIPTION="Framework providing desktop-wide storage for passwords"
-
-LICENSE="LGPL-2+"
-KEYWORDS="~amd64"
-IUSE="gpg +man"
-
-DEPEND="
- >=app-crypt/qca-2.3.1:2[qt6(-)]
- dev-libs/libgcrypt:0=
- >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets]
- =kde-frameworks/kcolorscheme-${PVCUT}*:6
- =kde-frameworks/kconfig-${PVCUT}*:6
- =kde-frameworks/kcoreaddons-${PVCUT}*:6
- =kde-frameworks/kdbusaddons-${PVCUT}*:6
- =kde-frameworks/ki18n-${PVCUT}*:6
- =kde-frameworks/knotifications-${PVCUT}*:6
- =kde-frameworks/kservice-${PVCUT}*:6
- =kde-frameworks/kwidgetsaddons-${PVCUT}*:6
- =kde-frameworks/kwindowsystem-${PVCUT}*:6[X]
- gpg? ( app-crypt/gpgme:=[qt6(-)] )
-"
-RDEPEND="${DEPEND}
- !${CATEGORY}/${PN}:5[-kf6compat(-)]
-"
-BDEPEND="man? ( >=kde-frameworks/kdoctools-${PVCUT}:6 )"
-
-src_configure() {
- local mycmakeargs=(
- $(cmake_use_find_package gpg Gpgmepp)
- $(cmake_use_find_package man KF6DocTools)
- )
-
- ecm_src_configure
-}
-
-pkg_postinst() {
- if [[ -z "${REPLACING_VERSIONS}" ]]; then
- optfeature "Auto-unlocking after account login" "kde-plasma/kwallet-pam:6"
- optfeature "KWallet management" "kde-apps/kwalletmanager:6"
- elog "For more information, read https://wiki.gentoo.org/wiki/KDE#KWallet"
- fi
- ecm_pkg_postinst
-}