summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-04-06 15:31:50 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2021-04-06 16:10:16 +0200
commit10b21de16ebc0acb209f7673b855f3ed759c9e10 (patch)
treeba25eb1687c3381f7ce94c7e6c4d31126428e25c /kde-plasma
parentkde-plasma/ksysguard: drop 5.21.3* (diff)
downloadgentoo-10b21de16ebc0acb209f7673b855f3ed759c9e10.tar.gz
gentoo-10b21de16ebc0acb209f7673b855f3ed759c9e10.tar.bz2
gentoo-10b21de16ebc0acb209f7673b855f3ed759c9e10.zip
kde-plasma/kwallet-pam: drop 5.21.3*
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.21.3.ebuild37
2 files changed, 0 insertions, 38 deletions
diff --git a/kde-plasma/kwallet-pam/Manifest b/kde-plasma/kwallet-pam/Manifest
index feb0d084694e..fd7cd158b89e 100644
--- a/kde-plasma/kwallet-pam/Manifest
+++ b/kde-plasma/kwallet-pam/Manifest
@@ -1,3 +1,2 @@
DIST kwallet-pam-5.20.5.tar.xz 19812 BLAKE2B d0ad931e47a35b5589e9c34bce924f697446460bcfbfcceb4e3f0564182bbac822f13488dddc592f7b6a119d774b6176b86df8ddca55fb0c9423d0c7634fa9cc SHA512 5f728c2fbbcbfa7a2b50a2d9b60e557360b48d6a5958ce290ace3e2ae8c253b56f64178942f958d38e7e62e0baf1cad0ddb2aa28e11d145f3b507d58900dcb03
-DIST kwallet-pam-5.21.3.tar.xz 19900 BLAKE2B 0aa37265de41b6e6194ea828797fad3313c12275de2e173d069c10ce9dd5ab61965a2aa0d5983e99e188fe48e3e56d240c769ba4f22b859718b165a84facc673 SHA512 66c86274dd96046a4e2ef9453f335ba270efcae36805a6058fdc7f95ed9aa10ee775e0d13b674d126351ea6175782cbc1eb8f3e378d2a5133b876dbbb2499795
DIST kwallet-pam-5.21.4.tar.xz 19904 BLAKE2B 0d85f8e23240bbd2feb68216ce85e51bd2e91195d77cd3f281dac6534f6cc7b13665ee2fdb078d2d89af063f467084b5a9881ecdc7adc2a0b3eb6fd1b917d790 SHA512 48e3d9d268ca60bca3058eea33e035641ef3fb43c0faa342c96281404f4a829efe49fd0ec75a0476039fd21e18bf66eda14dcc0c3575032d000632e2e9c26d37
diff --git a/kde-plasma/kwallet-pam/kwallet-pam-5.21.3.ebuild b/kde-plasma/kwallet-pam/kwallet-pam-5.21.3.ebuild
deleted file mode 100644
index 8a587a1fcf29..000000000000
--- a/kde-plasma/kwallet-pam/kwallet-pam-5.21.3.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-KFMIN=5.78.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 ~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"
-}