summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-02-15 14:24:55 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2020-02-15 14:25:22 +0100
commit141e4426b3b384677f06b4a9d442ca90c27944ff (patch)
tree7b82d8a03525fc140abec3d59bfb23e2b45707e1 /kde-plasma/kwallet-pam
parentsys-apps/mcstrans: stable 3.0 (diff)
downloadgentoo-141e4426b3b384677f06b4a9d442ca90c27944ff.tar.gz
gentoo-141e4426b3b384677f06b4a9d442ca90c27944ff.tar.bz2
gentoo-141e4426b3b384677f06b4a9d442ca90c27944ff.zip
kde-plasma: Drop KDE Plasma 5.17.4
Package-Manager: Portage-2.3.89, Repoman-2.3.20 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.17.4.ebuild36
2 files changed, 0 insertions, 37 deletions
diff --git a/kde-plasma/kwallet-pam/Manifest b/kde-plasma/kwallet-pam/Manifest
index 90c84f92b58f..761e961e7e22 100644
--- a/kde-plasma/kwallet-pam/Manifest
+++ b/kde-plasma/kwallet-pam/Manifest
@@ -1,3 +1,2 @@
-DIST kwallet-pam-5.17.4.tar.xz 19716 BLAKE2B 624ca8f786f109413c754df5afd6ca0de54c8337057b9f67f46c3514c0e0ec58e9e52c20abf6aba7d959975a91285a2f89ee773cd5b1b56166a026409e0e4c5f SHA512 b75263a8c08a9410f542430d063e3323bb8070af6d4d113ae181e75942d4176829d1081a4fb7c2d5a88f6a12696415ef007fc135860e882cdc1244d84bf77cf4
DIST kwallet-pam-5.17.5.tar.xz 19712 BLAKE2B 2166498cddaabf55ea77312b96e863fe666afffe976507aa4f1c1421f7182c8db195d55b7462d3355acadb4cf2008792983712ec286811d22348ccdcc6cbfbbc SHA512 3a15ad62cb59aca1165c3159572669e5a44a2f1bb6aee51937b4d970a4eb901f7fbee74ed874ad20d65e3adb4009e143954dda1ee31ccd223c3a1b3208da6436
DIST kwallet-pam-5.18.0.tar.xz 19840 BLAKE2B eab42147d492407e8a8a41c5f7171e1da517706363b9a5c0a149841e35cac142b4d7a04de5a921eed7542231307790e216847b3f413d68845bbf8968b73947b2 SHA512 a0b60d5c0f0448f4334b6571af771832e0f15f30900d63f93f18fb8f687f15641d4c04a4b754d681fe78188c03c641f39ba5dde62696cff6adc4d3d5bd26f015
diff --git a/kde-plasma/kwallet-pam/kwallet-pam-5.17.4.ebuild b/kde-plasma/kwallet-pam/kwallet-pam-5.17.4.ebuild
deleted file mode 100644
index 9ca8be7204d5..000000000000
--- a/kde-plasma/kwallet-pam/kwallet-pam-5.17.4.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-KFMIN=5.64.0
-PVCUT=$(ver_cut 1-3)
-inherit ecm kde.org
-
-DESCRIPTION="KWallet PAM module to not enter password again"
-LICENSE="LGPL-2.1"
-SLOT="5"
-KEYWORDS="amd64 ~arm arm64 x86"
-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"
-}