summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-06-27 18:53:38 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2024-06-27 19:18:15 +0200
commit19b926e297cf974f351ef32d068a74616a4b4d75 (patch)
tree38f15240856fd736629242c5f0bd956fae591ab0 /kde-plasma
parentkde-plasma/ksystemstats: drop 6.1.0 (diff)
downloadgentoo-19b926e297cf974f351ef32d068a74616a4b4d75.tar.gz
gentoo-19b926e297cf974f351ef32d068a74616a4b4d75.tar.bz2
gentoo-19b926e297cf974f351ef32d068a74616a4b4d75.zip
kde-plasma/kwallet-pam: drop 6.1.0
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-6.1.0.ebuild36
2 files changed, 0 insertions, 37 deletions
diff --git a/kde-plasma/kwallet-pam/Manifest b/kde-plasma/kwallet-pam/Manifest
index 818b98464707..a4d4487ba150 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.0.tar.xz 23064 BLAKE2B a98ebb6d21383a9ef3a7d2680328645110f49edc6f317b5888300722a15224e74219dc8c75439e80ad6f1482ea862d479a27a20187b7cb95fc6f9ac5ef7cc2f9 SHA512 71b3a79103136c4fd04228e437e8f07a176abf1666ebccc7936097b4f97a363fef71427998e0680d68aede7d3e2182dea049a73e7122c4b198fe19f5e5f06717
DIST kwallet-pam-6.1.1.tar.xz 23144 BLAKE2B 1c0abf3a62d7c259679028633ff76a297b0763953c2472c13bb7b2339c405a72220a004e9068f88016cb980679ab8bd87969c890c0bcdad51272b7c53e99d6c0 SHA512 0ec6ed20a6ca0c48ea1eafc77931a0541ec0f58be5b13914021557b32fde942515c483ef98a6b718d16bd574cb71e28d4140d9a075fb1247936d78f2762b287a
diff --git a/kde-plasma/kwallet-pam/kwallet-pam-6.1.0.ebuild b/kde-plasma/kwallet-pam/kwallet-pam-6.1.0.ebuild
deleted file mode 100644
index 0090ce3466b0..000000000000
--- a/kde-plasma/kwallet-pam/kwallet-pam-6.1.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KFMIN=6.3.0
-inherit ecm plasma.kde.org
-
-DESCRIPTION="PAM module to not enter KWallet password again after login"
-
-LICENSE="LGPL-2.1"
-SLOT="6"
-KEYWORDS="~amd64 ~arm64"
-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"
-}