diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-05-18 21:08:29 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-05-18 21:32:25 +0200 |
commit | c302d2e078bc97fe598af894aed88ed408a22a2c (patch) | |
tree | 1709d98b83f05b54879d1a06693ea879e5142ec1 /kde-plasma/kwallet-pam | |
parent | media-gfx/openscad: bump to version 2019.05 (diff) | |
download | gentoo-c302d2e078bc97fe598af894aed88ed408a22a2c.tar.gz gentoo-c302d2e078bc97fe598af894aed88ed408a22a2c.tar.bz2 gentoo-c302d2e078bc97fe598af894aed88ed408a22a2c.zip |
kde-plasma: Drop KDE Plasma 5.14.5
Closes: https://bugs.gentoo.org/685558
Closes: https://bugs.gentoo.org/684960
Package-Manager: Portage-2.3.66, Repoman-2.3.12
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.14.5.ebuild | 33 |
2 files changed, 0 insertions, 34 deletions
diff --git a/kde-plasma/kwallet-pam/Manifest b/kde-plasma/kwallet-pam/Manifest index 35c9a66fab83..af141fc454d6 100644 --- a/kde-plasma/kwallet-pam/Manifest +++ b/kde-plasma/kwallet-pam/Manifest @@ -1,2 +1 @@ -DIST kwallet-pam-5.14.5.tar.xz 19120 BLAKE2B 61d049e49be42028833d60c6da30d31b80d0e3e2842e7ad281c1062d18202116d7044ac8311e8bed5e2f6430eb8e1fdfc7bda24309b322c9ced1eb8f0d45aa64 SHA512 ea841e20bcb948418129d94f938e76b46360c6d6bc9d49b882b6c29997fe8fc5257d245e02f7462490a03d2cc2a49749568a085bec297da4fc7caa8f14acf5cf DIST kwallet-pam-5.15.5.tar.xz 19332 BLAKE2B b5d552500584888d6fd2662e7332623f51ec4a90885c983f492fbff8768b144a5d0bfff8e7466f68b833bbea436b9424b55f221402e1c9ddc8626be63910b521 SHA512 4a1a0b6f4d607a71b2dee3317acd0af1c76991a628be50d67c8231d756255577fe90e0f938050c8f6d6f295d5299deb8a88afbd7eac28050d3b905267bfd7636 diff --git a/kde-plasma/kwallet-pam/kwallet-pam-5.14.5.ebuild b/kde-plasma/kwallet-pam/kwallet-pam-5.14.5.ebuild deleted file mode 100644 index 5f466e7bb74b..000000000000 --- a/kde-plasma/kwallet-pam/kwallet-pam-5.14.5.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit kde5 - -DESCRIPTION="KWallet PAM module to not enter password again" -LICENSE="LGPL-2.1" -KEYWORDS="amd64 ~arm x86" -IUSE="" - -DEPEND=" - dev-libs/libgcrypt:0= - virtual/pam -" -RDEPEND="${DEPEND} - net-misc/socat -" - -src_configure() { - local mycmakeargs=( - -DCMAKE_INSTALL_LIBDIR="/$(get_libdir)" - -DKWALLET4=0 - ) - kde5_src_configure -} - -pkg_postinst() { - kde5_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" -} |