aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-06-09 12:24:34 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2020-06-09 12:24:34 +0200
commit071e84ddb17a396d06341dc3eef5b35f3fe88d44 (patch)
treefafe756e6c3cb14412bb537a6a8ba92cc4c4d592 /kde-plasma/kwallet-pam
parentkde-plasma: Drop KDE Plasma 5.19.0 (diff)
downloadkde-071e84ddb17a396d06341dc3eef5b35f3fe88d44.tar.gz
kde-071e84ddb17a396d06341dc3eef5b35f3fe88d44.tar.bz2
kde-071e84ddb17a396d06341dc3eef5b35f3fe88d44.zip
kde-plasma: Drop KDE Plasma 5.18.90 (5.19 beta)
Package-Manager: Portage-2.3.100, Repoman-2.3.22 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-5.18.90.ebuild37
2 files changed, 0 insertions, 38 deletions
diff --git a/kde-plasma/kwallet-pam/Manifest b/kde-plasma/kwallet-pam/Manifest
deleted file mode 100644
index 362f118e0d..0000000000
--- a/kde-plasma/kwallet-pam/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST kwallet-pam-5.18.90.tar.xz 19856 BLAKE2B 07c2b403f42c604c86da8162905da8e8098fbb905565265d02ba36033ede000f1b036378dd0851e916a3d375c27aba1a4548587be0b9942010df2ddd9661a140 SHA512 0e0a61d59b07147670c3c5ecae2a63c00a9176ff19c84b92a84f95474cbbb4bf4bfdd6fea0dfa61f2150f82c21cb2b26c1e85d729a0b60ba6b5aeeafc519d91c
diff --git a/kde-plasma/kwallet-pam/kwallet-pam-5.18.90.ebuild b/kde-plasma/kwallet-pam/kwallet-pam-5.18.90.ebuild
deleted file mode 100644
index 7f2939b271..0000000000
--- a/kde-plasma/kwallet-pam/kwallet-pam-5.18.90.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-KFMIN=5.70.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 ~arm64 ~ppc64"
-IUSE=""
-
-DEPEND="
- >=kde-frameworks/kwallet-${KFMIN}:5
- dev-libs/libgcrypt:0=
- 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"
-}