summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-08-16 16:14:41 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2023-08-16 18:03:12 +0200
commit7bab867d02edd1355e642ea919fdb992b5e74cd2 (patch)
tree5f1cc33cc783391484018dee6affc5e3dde7a8d9 /kde-plasma
parentkde-plasma/ksystemstats: drop 5.27.6-r1 (diff)
downloadgentoo-7bab867d02edd1355e642ea919fdb992b5e74cd2.tar.gz
gentoo-7bab867d02edd1355e642ea919fdb992b5e74cd2.tar.bz2
gentoo-7bab867d02edd1355e642ea919fdb992b5e74cd2.zip
kde-plasma/kwallet-pam: drop 5.27.6
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.6.ebuild37
2 files changed, 0 insertions, 38 deletions
diff --git a/kde-plasma/kwallet-pam/Manifest b/kde-plasma/kwallet-pam/Manifest
index 75ddd1024df3..475e05dcd431 100644
--- a/kde-plasma/kwallet-pam/Manifest
+++ b/kde-plasma/kwallet-pam/Manifest
@@ -1,2 +1 @@
-DIST kwallet-pam-5.27.6.tar.xz 22884 BLAKE2B 63d1e53d2192cb5cc1b313c910a577699efbe2cefce5a43bdf54b0887c2e57e433c68a2435c8a84a57ff84c924dfd6c5b0d3d7d6efbcb708991f5ba0b622654c SHA512 c379679129844ff0feea2304972537999a47e9884c7d6580efad30c90730385400241417622fdbb0d746a17c7a6ebf95a14d2b4410b0fc9bccc1de96d89027df
DIST kwallet-pam-5.27.7.tar.xz 22884 BLAKE2B d45bd76e094771eb71cd0bf462481b7e9fe7128fd76cf7cece76b61ebfc48ee673be7ff9186c2ddaa466bc0792488e77eae26c0d90f4f95fbefe436bd8ce0c09 SHA512 1af8393e4b2e7d8443fb8ca203a24145ca61f7c8eb850500a0106b0cc7a881b67eca0cb7e0acbe41d451b7c588c8213d36feb3402c846373c609f6d240dc08bc
diff --git a/kde-plasma/kwallet-pam/kwallet-pam-5.27.6.ebuild b/kde-plasma/kwallet-pam/kwallet-pam-5.27.6.ebuild
deleted file mode 100644
index 8f722261e223..000000000000
--- a/kde-plasma/kwallet-pam/kwallet-pam-5.27.6.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"
-}