summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-10-15 19:47:24 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2024-10-15 19:58:42 +0200
commita7d1c9dcb65800f22f3b332f6af21738ba35d198 (patch)
tree259b015c9cc844dc18702fae5f77658823fb4d85 /kde-plasma/kwallet-pam
parentkde-plasma/ksystemstats: drop 6.2.0 (diff)
downloadgentoo-a7d1c9dcb65800f22f3b332f6af21738ba35d198.tar.gz
gentoo-a7d1c9dcb65800f22f3b332f6af21738ba35d198.tar.bz2
gentoo-a7d1c9dcb65800f22f3b332f6af21738ba35d198.zip
kde-plasma/kwallet-pam: drop 6.2.0
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.2.0.ebuild37
2 files changed, 0 insertions, 38 deletions
diff --git a/kde-plasma/kwallet-pam/Manifest b/kde-plasma/kwallet-pam/Manifest
index 39684ac9a565..6c6cdd40c70b 100644
--- a/kde-plasma/kwallet-pam/Manifest
+++ b/kde-plasma/kwallet-pam/Manifest
@@ -1,3 +1,2 @@
DIST kwallet-pam-6.1.5.tar.xz 22524 BLAKE2B 3ae0ed78f568962ba24261d7f0801e9405c6356d4688ec914da750663cc10d2a0ada0b58dda4c5aa50035bda3f71b094654596ed5a00af91e433bb968854b4ad SHA512 367836153d8624c9e1df9fa24a05d09455d36584bceb452bb27958eeabc6a71648fa8cff77d3674e8cc21cf30044da2427a81d7302acb4e512de2c8d8b34258a
-DIST kwallet-pam-6.2.0.tar.xz 22548 BLAKE2B a736d4a2f50dc45d7d6e008241cabe5467f725c2d84530002d58018cc27ab68d328df1e1298e6e35308e995177ef725b65ff532dba5146f7eabc41ca4267334d SHA512 1aaefbc300812ed761f28976c10b65d7176bbd07fdda545f955c34b70258e8e542bae698b2748e40e63a74cd54fb0de7fbed7439256a9e8c07193c92871679cf
DIST kwallet-pam-6.2.1.tar.xz 22464 BLAKE2B 192a932e6d1d0f6dd9dc33492362785deac243584f7d32f4e18ee143998c42a700f77609438e5bc0f07fb23c3425ca5e60e77a741002509ebc8ed1f811632eb8 SHA512 86f1eb0b62b929ccd10eed6aea36eaa894424dffe5bf0ade446fca20c02aa6a4e0ef2014a1be7bb0cdf40e3a3771b8e71c088bca48207db312d0e1d30d975aa8
diff --git a/kde-plasma/kwallet-pam/kwallet-pam-6.2.0.ebuild b/kde-plasma/kwallet-pam/kwallet-pam-6.2.0.ebuild
deleted file mode 100644
index dfa8a66a00e8..000000000000
--- a/kde-plasma/kwallet-pam/kwallet-pam-6.2.0.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.6.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 ~ppc64 ~riscv ~x86"
-IUSE=""
-
-DEPEND="
- dev-libs/libgcrypt:0=
- >=kde-frameworks/kwallet-${KFMIN}:6
- sys-libs/pam
-"
-RDEPEND="${DEPEND}
- net-misc/socat
-"
-BDEPEND="virtual/pkgconfig"
-
-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"
-}