summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2022-06-21 23:20:50 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2022-06-21 23:28:08 +0200
commitf7050a34bc67443c57064d51c88ef5c23c2140c3 (patch)
tree7d9b6144947dcce90f3b884240790fa411277718 /kde-plasma
parentkde-plasma/ksystemstats: drop 5.25.0* (diff)
downloadgentoo-f7050a34bc67443c57064d51c88ef5c23c2140c3.tar.gz
gentoo-f7050a34bc67443c57064d51c88ef5c23c2140c3.tar.bz2
gentoo-f7050a34bc67443c57064d51c88ef5c23c2140c3.zip
kde-plasma/kwallet-pam: drop 5.25.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-5.25.0.ebuild37
2 files changed, 0 insertions, 38 deletions
diff --git a/kde-plasma/kwallet-pam/Manifest b/kde-plasma/kwallet-pam/Manifest
index 602292327a1e..929ce52ad52d 100644
--- a/kde-plasma/kwallet-pam/Manifest
+++ b/kde-plasma/kwallet-pam/Manifest
@@ -1,3 +1,2 @@
DIST kwallet-pam-5.24.5.tar.xz 20480 BLAKE2B 10597c6fd3905ace5a64a28585b051cee0325a63b184b171a3b8a066bc3cd8891be7fbcfccd054acc6627bbee282c1ae5553f65d902e754a9cd51bd2d38fa1c2 SHA512 9ce9862b5cc6525b183911cd9d96edeae585cd0d54055fc38a7f2f41febfeb388d31b4aa18f1c36a7068898457af53f560e22a2f5a8a4a015910d56fa70aa740
-DIST kwallet-pam-5.25.0.tar.xz 20476 BLAKE2B 8508c7c0e1cf084e16758eff5eb2da0c7dd9006882675b0e7303196042d01a24dfd456270707e63f93c4797ccc3e1db7d1eba816c0d6a4b6fcc4de2a4ab786e5 SHA512 9d4690a78cc6d17ba2baf56164c0761d6b6038d3c19628e8104503df36d6d513ffc26b79c1771d6749d16d934b7d0bf31ab9d54c2ac41d41e6d279048cbccbef
DIST kwallet-pam-5.25.1.tar.xz 20532 BLAKE2B 728cae2e3eed72d65b3fd621e19de9854e046ce41d0cce248f647354a753bfa9b8993a59909d6567e5ebbf2dc5ea35bbff3484beb5732210cb2522a11aa03758 SHA512 0d5591552b5a01ccdb6fb2e0383f5319a4e336561ded72db076611f074b5d17e6bc0aa4a964f6f7dce3c93413cb29b75f746686e810cbf410adf193dfddf3ab3
diff --git a/kde-plasma/kwallet-pam/kwallet-pam-5.25.0.ebuild b/kde-plasma/kwallet-pam/kwallet-pam-5.25.0.ebuild
deleted file mode 100644
index 668e83ba641d..000000000000
--- a/kde-plasma/kwallet-pam/kwallet-pam-5.25.0.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KFMIN=5.94.0
-PVCUT=$(ver_cut 1-3)
-inherit ecm kde.org
-
-DESCRIPTION="PAM module to not enter KWallet password again after login"
-
-LICENSE="LGPL-2.1"
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~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"
-}