summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-05-21 20:21:20 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2024-05-21 21:05:26 +0200
commitb19b45a8a13767f098638a16a22c4f6981c04835 (patch)
treeca0094f036400b6bda06241db5c3c1382dd94d33 /kde-plasma/kwallet-pam
parentkde-plasma/ksystemstats: drop 6.0.4 (diff)
downloadgentoo-b19b45a8a13767f098638a16a22c4f6981c04835.tar.gz
gentoo-b19b45a8a13767f098638a16a22c4f6981c04835.tar.bz2
gentoo-b19b45a8a13767f098638a16a22c4f6981c04835.zip
kde-plasma/kwallet-pam: drop 6.0.4
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-6.0.4.ebuild37
2 files changed, 0 insertions, 38 deletions
diff --git a/kde-plasma/kwallet-pam/Manifest b/kde-plasma/kwallet-pam/Manifest
index 5a0eaf30a822..969362db8f23 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.0.4.tar.xz 23016 BLAKE2B cd1abeb02c7d734db35848318613cfff54b98c7e06c8ec3ced237bcdf154d4808c5e5e7c04d70a7469f479566e9cc12626e038b40735b7d8004cd03797c4a406 SHA512 af186165fe2e2ada5e1dd8359b41980af36e18b5266048fd3dbeeb4e2815ec158a1d1079d0c25ea427dc4c43414bf985c8eea828eafe54d9c58bc4b3c59255c6
DIST kwallet-pam-6.0.5.tar.xz 22932 BLAKE2B 33861653ead6396930cb8acbbd4ced76bbe453ac7ebfb0dbb0f43a06ac6cc33835b0080a79904e551307e0a92349fd3388cc524d12696f4bb8a69406c729e2ed SHA512 c20f626e8572f34e1c8065b464984a9616ad8270bdb003587272d25c05ad9d746b68d624994117ac6df6cb7c7f3381624a171e30033ddceda99abf818460b060
diff --git a/kde-plasma/kwallet-pam/kwallet-pam-6.0.4.ebuild b/kde-plasma/kwallet-pam/kwallet-pam-6.0.4.ebuild
deleted file mode 100644
index cb964d02d812..000000000000
--- a/kde-plasma/kwallet-pam/kwallet-pam-6.0.4.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=6.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="6"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND="
- dev-libs/libgcrypt:0=
- >=kde-frameworks/kwallet-${KFMIN}:6
- 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:6."
- elog "See also: https://wiki.gentoo.org/wiki/KDE#KWallet_auto-unlocking"
-}