aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'kde-plasma/kwallet-pam')
-rw-r--r--kde-plasma/kwallet-pam/Manifest1
-rw-r--r--kde-plasma/kwallet-pam/kwallet-pam-5.20.90.ebuild37
2 files changed, 0 insertions, 38 deletions
diff --git a/kde-plasma/kwallet-pam/Manifest b/kde-plasma/kwallet-pam/Manifest
index 962fd5f0b4..2407b037ae 100644
--- a/kde-plasma/kwallet-pam/Manifest
+++ b/kde-plasma/kwallet-pam/Manifest
@@ -1,2 +1 @@
-DIST kwallet-pam-5.20.90.tar.xz 19900 BLAKE2B 986d1e97a17cd759e15e70635625c70cbce8fdfa205549012851b57f6d6ca7b022cf66f7bdd12419881202d59242d0a6681bc5f14899a231acd31d12b53d37e1 SHA512 1c3bd0c0873d988893349cac827e5710a9d0c5e393a609bc5e681fcd59749fc09ad563bd131450e6f0df58e0c96a1dc204a2760eb5ccee2b959894365fb9ee77
DIST kwallet-pam-5.21.0.tar.xz 19892 BLAKE2B c38e20335db1c26620b6e93bbcf0f3481188e55acf1b7dd400418a63e8cde736b5d770adfe2cd78dad3213d972263fc14a224c077ee6d34e7ec14bb2fdc9e148 SHA512 5aefbb97267033251d93627cc89f7af4fb33ab3d9c348937fb36a445a2fb09f762747d28c29693569ad2cca474c04b4b4fb612e961f40ea209fc13fcf01b660e
diff --git a/kde-plasma/kwallet-pam/kwallet-pam-5.20.90.ebuild b/kde-plasma/kwallet-pam/kwallet-pam-5.20.90.ebuild
deleted file mode 100644
index 8a587a1fcf..0000000000
--- a/kde-plasma/kwallet-pam/kwallet-pam-5.20.90.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-KFMIN=5.78.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 ~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"
-}