summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2022-08-02 22:00:45 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2022-08-07 17:43:01 +0200
commit9216f4691eb7af32ef7359784adbfe60602d48ad (patch)
treeb74b2eae769d7c0bc23717b193899d89f9488424 /kde-plasma
parentkde-plasma/ksystemstats: drop 5.24.5 (diff)
downloadgentoo-9216f4691eb7af32ef7359784adbfe60602d48ad.tar.gz
gentoo-9216f4691eb7af32ef7359784adbfe60602d48ad.tar.bz2
gentoo-9216f4691eb7af32ef7359784adbfe60602d48ad.zip
kde-plasma/kwallet-pam: drop 5.24.5
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma')
-rw-r--r--kde-plasma/kwallet-pam/Manifest1
-rw-r--r--kde-plasma/kwallet-pam/kwallet-pam-5.24.5.ebuild37
2 files changed, 0 insertions, 38 deletions
diff --git a/kde-plasma/kwallet-pam/Manifest b/kde-plasma/kwallet-pam/Manifest
index ae28557ea5a2..684492c70fdc 100644
--- a/kde-plasma/kwallet-pam/Manifest
+++ b/kde-plasma/kwallet-pam/Manifest
@@ -1,3 +1,2 @@
-DIST kwallet-pam-5.24.5.tar.xz 20480 BLAKE2B 10597c6fd3905ace5a64a28585b051cee0325a63b184b171a3b8a066bc3cd8891be7fbcfccd054acc6627bbee282c1ae5553f65d902e754a9cd51bd2d38fa1c2 SHA512 9ce9862b5cc6525b183911cd9d96edeae585cd0d54055fc38a7f2f41febfeb388d31b4aa18f1c36a7068898457af53f560e22a2f5a8a4a015910d56fa70aa740
DIST kwallet-pam-5.24.6.tar.xz 20472 BLAKE2B 3b389214d21c4f76aac3569e39e4e8babaaef3c21c3a930d89b2d3c941adc201bfe6fa6c7417d9c46c32a1988828f55c4771c02a88544c95033fc5144c082886 SHA512 99eb5e2a003062e2facc40953cd6121c8752b04cf928a7d1302ec9007e1108f61ae52e906950c5caff2c6fe4d333e3b174a3db0f858bbb6aa24016533a84bbfc
DIST kwallet-pam-5.25.4.tar.xz 20572 BLAKE2B 8ae09e700cbd0859f26017f446945b6e8c9c4c389bcee8cbea5a9b2401716e8b6a247b602b4e5ad8a39aa3ba9fc9d05bb8055ceb2f5985b2d8d169cdac968a10 SHA512 ea7daa8391a2f032490ae1e91d4a7457258eeedc1effdaadc83590febbb02644a309790fdc51c2ce6704ac74e781a8a4b00e16d0d959d8803f7005b521d65ab9
diff --git a/kde-plasma/kwallet-pam/kwallet-pam-5.24.5.ebuild b/kde-plasma/kwallet-pam/kwallet-pam-5.24.5.ebuild
deleted file mode 100644
index 8ddb3f24688e..000000000000
--- a/kde-plasma/kwallet-pam/kwallet-pam-5.24.5.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KFMIN=5.90.0
-PVCUT=$(ver_cut 1-3)
-inherit ecm kde.org
-
-DESCRIPTION="PAM module to not enter KWallet password again after login"
-
-LICENSE="LGPL-2.1"
-SLOT="5"
-KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
-IUSE=""
-
-DEPEND="
- dev-libs/libgcrypt:0=
- >=kde-frameworks/kwallet-${KFMIN}:5
- sys-libs/pam
-"
-RDEPEND="${DEPEND}
- net-misc/socat
-"
-
-src_configure() {
- local mycmakeargs=(
- -DCMAKE_INSTALL_LIBDIR="/$(get_libdir)"
- )
- ecm_src_configure
-}
-
-pkg_postinst() {
- ecm_pkg_postinst
- elog "This package enables auto-unlocking of kde-frameworks/kwallet:5."
- elog "See also: https://wiki.gentoo.org/wiki/KDE#KWallet_auto-unlocking"
-}