summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-10-22 17:16:46 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2024-10-22 17:30:44 +0200
commit43545b75228b00047ec2226dcfcfb9051ca6a210 (patch)
tree7fdca072374bd85b5ab870cdf7da9287d2f6cc63 /kde-plasma/kwallet-pam
parentkde-plasma/ksystemstats: drop 6.2.1 (diff)
downloadgentoo-43545b75228b00047ec2226dcfcfb9051ca6a210.tar.gz
gentoo-43545b75228b00047ec2226dcfcfb9051ca6a210.tar.bz2
gentoo-43545b75228b00047ec2226dcfcfb9051ca6a210.zip
kde-plasma/kwallet-pam: drop 6.2.1
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.1.ebuild37
2 files changed, 0 insertions, 38 deletions
diff --git a/kde-plasma/kwallet-pam/Manifest b/kde-plasma/kwallet-pam/Manifest
index 7ad00169e97f..e0d91179de4e 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.1.tar.xz 22464 BLAKE2B 192a932e6d1d0f6dd9dc33492362785deac243584f7d32f4e18ee143998c42a700f77609438e5bc0f07fb23c3425ca5e60e77a741002509ebc8ed1f811632eb8 SHA512 86f1eb0b62b929ccd10eed6aea36eaa894424dffe5bf0ade446fca20c02aa6a4e0ef2014a1be7bb0cdf40e3a3771b8e71c088bca48207db312d0e1d30d975aa8
DIST kwallet-pam-6.2.2.tar.xz 22472 BLAKE2B 225e4927107c670b533fd04c79f47ef4cc236f507e2d9f44362e3d2fae073c2f6e7ec82d3424fc65bbfb3396b1cc7f72dab931bc0c486cfc2e2706eee67325e6 SHA512 2ac03aac2b44c6ba98a0341c8bcbfa985f6f1d7e40fcfeb0e9a8053bc41b1d72142ecd69568d7fb067b075c15d76a55eabbda8145cbd7b30fbbeaeb9dcd8ca80
diff --git a/kde-plasma/kwallet-pam/kwallet-pam-6.2.1.ebuild b/kde-plasma/kwallet-pam/kwallet-pam-6.2.1.ebuild
deleted file mode 100644
index dfa8a66a00e8..000000000000
--- a/kde-plasma/kwallet-pam/kwallet-pam-6.2.1.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"
-}