diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-05-21 17:44:37 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-05-21 17:45:06 +0200 |
commit | 527a6eb48135eeb6304cfe2d01a4fd134aa4501d (patch) | |
tree | 46e04d73ec95681f79378dccd886ebc08ebd0906 /kde-plasma/kwallet-pam | |
parent | app-text/djview: Fix desktop file install (diff) | |
download | gentoo-527a6eb48135eeb6304cfe2d01a4fd134aa4501d.tar.gz gentoo-527a6eb48135eeb6304cfe2d01a4fd134aa4501d.tar.bz2 gentoo-527a6eb48135eeb6304cfe2d01a4fd134aa4501d.zip |
kde-plasma: Drop KDE Plasma 5.17.5
Package-Manager: Portage-2.3.99, 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/Manifest | 1 | ||||
-rw-r--r-- | kde-plasma/kwallet-pam/kwallet-pam-5.17.5.ebuild | 36 |
2 files changed, 0 insertions, 37 deletions
diff --git a/kde-plasma/kwallet-pam/Manifest b/kde-plasma/kwallet-pam/Manifest index eb34ded8bd83..175e56f71333 100644 --- a/kde-plasma/kwallet-pam/Manifest +++ b/kde-plasma/kwallet-pam/Manifest @@ -1,2 +1 @@ -DIST kwallet-pam-5.17.5.tar.xz 19712 BLAKE2B 2166498cddaabf55ea77312b96e863fe666afffe976507aa4f1c1421f7182c8db195d55b7462d3355acadb4cf2008792983712ec286811d22348ccdcc6cbfbbc SHA512 3a15ad62cb59aca1165c3159572669e5a44a2f1bb6aee51937b4d970a4eb901f7fbee74ed874ad20d65e3adb4009e143954dda1ee31ccd223c3a1b3208da6436 DIST kwallet-pam-5.18.5.tar.xz 19800 BLAKE2B 695fb89d1a54bfc44b06bee4881ae357a42c82b6506a6ed7966c30bb28137ee379ac1beb9391982c15ac63e95c0a1bbba2e0950ee89e050a2ceaf296b98958d4 SHA512 050b3ca66f3b078bb7bccb4a3b7750787bf22d18af60972969f83141b99eac4441fa08d48022278cfe28c8f96f7a1d9ca346f155d8ddbdb60b17bc9c142521cc diff --git a/kde-plasma/kwallet-pam/kwallet-pam-5.17.5.ebuild b/kde-plasma/kwallet-pam/kwallet-pam-5.17.5.ebuild deleted file mode 100644 index e6016a2823a6..000000000000 --- a/kde-plasma/kwallet-pam/kwallet-pam-5.17.5.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2020 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 ~ppc64 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" -} |