summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-03-06 16:20:43 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2024-03-06 16:46:33 +0100
commit62ff6bf616aefd99a11ea567865dc885162d1af2 (patch)
tree393277ff5c601bed8d421c71020fd497ed6a9f03 /kde-plasma/kwallet-pam
parentkde-plasma/ksystemstats: drop 6.0.0 (diff)
downloadgentoo-62ff6bf616aefd99a11ea567865dc885162d1af2.tar.gz
gentoo-62ff6bf616aefd99a11ea567865dc885162d1af2.tar.bz2
gentoo-62ff6bf616aefd99a11ea567865dc885162d1af2.zip
kde-plasma/kwallet-pam: drop 6.0.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.0.0.ebuild37
2 files changed, 0 insertions, 38 deletions
diff --git a/kde-plasma/kwallet-pam/Manifest b/kde-plasma/kwallet-pam/Manifest
index 0d90f68c3777..f44e0a24038c 100644
--- a/kde-plasma/kwallet-pam/Manifest
+++ b/kde-plasma/kwallet-pam/Manifest
@@ -1,3 +1,2 @@
DIST kwallet-pam-5.27.10.tar.xz 22884 BLAKE2B 80b434ee01322da28157a39b7e2ee0d9f1b8ea8bdb3c604d20afad8b81f8c09e9f7195602d2698343e9968467a985d6a17a62c69ea12a5999acb5c900c8d9087 SHA512 9673d41b2723850efb9cb7b20c2e06ff6d468b5322f5b2cf4aea9baf034ff5134767b0d75402b36512cac1a6cfebac6061982a790aaaebfcf2d8f6a08d532373
-DIST kwallet-pam-6.0.0.tar.xz 23012 BLAKE2B 5ab815f3b554b3b3af950b5d9cb36c8d203560a2b5e42ad9fa8db7a470367ef578ffa70427c63fc530c9ed20f9b528b46078364c7aa4c181bdb1c92a4e777e1a SHA512 38fab5a9a77b4cf08a9a142e2777d8ea9623b6c4cb82337a4d98920c47550eff31e9ceb669b04f2b156af3c56ec3ad4631e90690d1093f2859a8b1630bd4d0ea
DIST kwallet-pam-6.0.1.tar.xz 22948 BLAKE2B 03096533990458d84e34de97699cdabd21c1136cefd0a6b4ae63e12b17b08f285df2f8c6464c0f8c43b5744310cb55ad982eb7c64a2b7826ab50a89248efe28f SHA512 b44afb643d25b470eeb6faa6333dd27ce148a5c63c7527c7c5a2209d4436b42ec5ad0960fc8b658bea203dccfda3c0fd11e60f3a518d9449d97b3495306fac83
diff --git a/kde-plasma/kwallet-pam/kwallet-pam-6.0.0.ebuild b/kde-plasma/kwallet-pam/kwallet-pam-6.0.0.ebuild
deleted file mode 100644
index cb964d02d812..000000000000
--- a/kde-plasma/kwallet-pam/kwallet-pam-6.0.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.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"
-}