summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-07-28 17:30:06 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2020-07-28 17:37:29 +0200
commit61c96ab1d6fb6bc501071455978e2c56332fb77f (patch)
tree9e5f2279b9c3fd4604c54daf7d16791dfd30798f /kde-plasma
parentkde-plasma/ksysguard: drop 5.19.3* (diff)
downloadgentoo-61c96ab1d6fb6bc501071455978e2c56332fb77f.tar.gz
gentoo-61c96ab1d6fb6bc501071455978e2c56332fb77f.tar.bz2
gentoo-61c96ab1d6fb6bc501071455978e2c56332fb77f.zip
kde-plasma/kwallet-pam: drop 5.19.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.19.3.ebuild37
2 files changed, 0 insertions, 38 deletions
diff --git a/kde-plasma/kwallet-pam/Manifest b/kde-plasma/kwallet-pam/Manifest
index bc62ef9e825b..6caab82ccecc 100644
--- a/kde-plasma/kwallet-pam/Manifest
+++ b/kde-plasma/kwallet-pam/Manifest
@@ -1,3 +1,2 @@
DIST kwallet-pam-5.18.5.tar.xz 19800 BLAKE2B 695fb89d1a54bfc44b06bee4881ae357a42c82b6506a6ed7966c30bb28137ee379ac1beb9391982c15ac63e95c0a1bbba2e0950ee89e050a2ceaf296b98958d4 SHA512 050b3ca66f3b078bb7bccb4a3b7750787bf22d18af60972969f83141b99eac4441fa08d48022278cfe28c8f96f7a1d9ca346f155d8ddbdb60b17bc9c142521cc
-DIST kwallet-pam-5.19.3.tar.xz 19856 BLAKE2B 2d28cc56baab864d891bf9c9b8dd3de707ad98606d5da7f0f4a217ca59372aa763a079c2d35185227b1d56e9f89fcaa3aeb17d4476c1a7f6016bf4d157143da9 SHA512 edcafb5080d48e1147f4a0e8a7d20a8557a3afb59aedbbcee111718df5441a9cbffd8d7f1f638fe99502c7336805a60811cfc181ae42388b56eb4d33f84ec14f
DIST kwallet-pam-5.19.4.tar.xz 19864 BLAKE2B d98c617346bc90a4664e5474e279ffb40aad2dad31ae7cab5918145abd2a4eb0288d334b72d072d6a9b24d0292468776eeeaef118959df7f64a996147006b279 SHA512 a5c944ca8690c5b0526371e3deb7a031a94a3590ac3d13271d9887fb84b515c3bd05b5c059f999a2b21ae99bb187b3b0c67dce72badbbafb17ebfbd9c946fc52
diff --git a/kde-plasma/kwallet-pam/kwallet-pam-5.19.3.ebuild b/kde-plasma/kwallet-pam/kwallet-pam-5.19.3.ebuild
deleted file mode 100644
index d6c7a68a251a..000000000000
--- a/kde-plasma/kwallet-pam/kwallet-pam-5.19.3.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.71.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"
-}