summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-09-20 19:53:03 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2024-09-21 00:00:59 +0200
commita14e2f816bb3b22e36e09386d3614300bd19338d (patch)
tree1f3490c48dcddbc0bdd327678920c2e79834765f /kde-plasma/kwallet-pam
parentkde-plasma/ksystemstats: drop 5.27.11 (diff)
downloadgentoo-a14e2f816bb3b22e36e09386d3614300bd19338d.tar.gz
gentoo-a14e2f816bb3b22e36e09386d3614300bd19338d.tar.bz2
gentoo-a14e2f816bb3b22e36e09386d3614300bd19338d.zip
kde-plasma/kwallet-pam: drop 5.27.11
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
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.27.11.ebuild37
2 files changed, 0 insertions, 38 deletions
diff --git a/kde-plasma/kwallet-pam/Manifest b/kde-plasma/kwallet-pam/Manifest
index 9feac9f02998..ee4f355ece40 100644
--- a/kde-plasma/kwallet-pam/Manifest
+++ b/kde-plasma/kwallet-pam/Manifest
@@ -1,3 +1,2 @@
-DIST kwallet-pam-5.27.11.tar.xz 22948 BLAKE2B 1c0cf86bb7e57696e44ac34a4392d1f81a6ade8fbaef6c61eefc79df39890aa1799ddbb39ec59fbde3ea4536c1113c1147b28bcdfc898049e847af99b107267b SHA512 b52177df434bf71214874a2410637240bb5a23f0fd06d41f3b62630d90e5262a231012c4f11119f96c151bb222e73652e5e8506ccc26c7cc451090f3bd156b6a
DIST kwallet-pam-6.1.4.tar.xz 22516 BLAKE2B 58138c4e430774be535715ee5dbb8c365b11a53275856cce64b9e3a0fd259b9815d739061e2718b29abf7e0e93c5c00623b120cc65a1d4bf4012e4b513932b6b SHA512 e3a0a7a9b6c00a493e2fd108b586eb166b483fd3841c500230127179a0af23d178705e0ed1ecc15ed0fc19e46477da1b9e068dd76790d95ff4c5de8e7ff8096b
DIST kwallet-pam-6.1.5.tar.xz 22524 BLAKE2B 3ae0ed78f568962ba24261d7f0801e9405c6356d4688ec914da750663cc10d2a0ada0b58dda4c5aa50035bda3f71b094654596ed5a00af91e433bb968854b4ad SHA512 367836153d8624c9e1df9fa24a05d09455d36584bceb452bb27958eeabc6a71648fa8cff77d3674e8cc21cf30044da2427a81d7302acb4e512de2c8d8b34258a
diff --git a/kde-plasma/kwallet-pam/kwallet-pam-5.27.11.ebuild b/kde-plasma/kwallet-pam/kwallet-pam-5.27.11.ebuild
deleted file mode 100644
index 44a9bab4e37f..000000000000
--- a/kde-plasma/kwallet-pam/kwallet-pam-5.27.11.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2024 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"
-}