summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-05-22 10:43:25 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2023-05-22 14:53:41 +0200
commit8460a0beda93578569f48cee63439f6bbb5fa19c (patch)
treef2568437d97138bce4301185e5838daf32af8b8f /kde-plasma
parentkde-plasma/ksystemstats: drop 5.27.4 (diff)
downloadgentoo-8460a0beda93578569f48cee63439f6bbb5fa19c.tar.gz
gentoo-8460a0beda93578569f48cee63439f6bbb5fa19c.tar.bz2
gentoo-8460a0beda93578569f48cee63439f6bbb5fa19c.zip
kde-plasma/kwallet-pam: drop 5.27.4
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.27.4.ebuild37
2 files changed, 0 insertions, 38 deletions
diff --git a/kde-plasma/kwallet-pam/Manifest b/kde-plasma/kwallet-pam/Manifest
index 5753121ce9f6..b7896c93d41b 100644
--- a/kde-plasma/kwallet-pam/Manifest
+++ b/kde-plasma/kwallet-pam/Manifest
@@ -1,2 +1 @@
-DIST kwallet-pam-5.27.4.tar.xz 23028 BLAKE2B 1f9c8ac7dc21c13c6c99e4986b3f8dec5d7f9180e12380286dc4e644fde3eb2a771bf7f17574e6821827ebc2a58d858774d74ec6c5d8d4ffcb3c14d1c3a7a92e SHA512 5fbc7dfaed0a962689a9aed63f855e8af34137f486d7c0aa25b4b4f0d0c9917baec499ce624144252c98c1d4b400a5e9a86eef3b5eb0bfd25299ae65da6e18ea
DIST kwallet-pam-5.27.5.tar.xz 23024 BLAKE2B d1d4c54b041ad1e17040c8bf5c2725e77a9931681ecf8d62aba608a535873f534eb647fad3b1d8b5ae71e2a910d122c25e467aee9e67ae32eea540701650b918 SHA512 175e13515ee63f6963adc81460447d14d0ea021cce3bd3ebd3b5ade4e82ff76b614f55fc8620c0b37d69a56a28680aaec849cf48b45173accdecb5d6efd366fc
diff --git a/kde-plasma/kwallet-pam/kwallet-pam-5.27.4.ebuild b/kde-plasma/kwallet-pam/kwallet-pam-5.27.4.ebuild
deleted file mode 100644
index 8f722261e223..000000000000
--- a/kde-plasma/kwallet-pam/kwallet-pam-5.27.4.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KFMIN=5.102.0
-PVCUT=$(ver_cut 1-3)
-inherit ecm plasma.kde.org
-
-DESCRIPTION="PAM module to not enter KWallet password again after login"
-
-LICENSE="LGPL-2.1"
-SLOT="5"
-KEYWORDS="amd64 ~arm arm64 ~loong ~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"
-}