summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-01-02 23:18:21 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2018-01-02 23:28:52 +0100
commit8bc47990177ccd70d44fb8daf7458d50cd80ecd7 (patch)
tree3fd42dfe69c80be3cbf85fb3db9adc4d6fe03902 /kde-plasma/kwallet-pam
parentapp-text/xindy: Drop old (diff)
downloadgentoo-8bc47990177ccd70d44fb8daf7458d50cd80ecd7.tar.gz
gentoo-8bc47990177ccd70d44fb8daf7458d50cd80ecd7.tar.bz2
gentoo-8bc47990177ccd70d44fb8daf7458d50cd80ecd7.zip
kde-plasma: Drop KDE Plasma 5.11.4
Package-Manager: Portage-2.3.19, Repoman-2.3.6
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.11.4.ebuild33
2 files changed, 0 insertions, 34 deletions
diff --git a/kde-plasma/kwallet-pam/Manifest b/kde-plasma/kwallet-pam/Manifest
index 2a45317c4de9..3ee923606b27 100644
--- a/kde-plasma/kwallet-pam/Manifest
+++ b/kde-plasma/kwallet-pam/Manifest
@@ -1,3 +1,2 @@
DIST kwallet-pam-5.10.5.tar.xz 17908 BLAKE2B dc1a49c25b8d87dc51cc4940016f1ca84964e237126f33e18f71e58ebdce92a00e37d7e0cdcd1abdf25c70a6af423bc571d29a68ec45233b28b100ea68d86051 SHA512 7a2e1a0a85ffc7d9dfd6a1dc8a16d7117f30fc3b983756e28fc11a19bddf99a273842a1774ccf93c5c879a1d899212f6b6d0808fa14eb17260396f5c207e3dc5
-DIST kwallet-pam-5.11.4.tar.xz 18640 BLAKE2B 5bff159a18b091a214f8ca0b7154a94e0b27751e2576a8e89d9ff8a6b84c460945d8898492965bb55b8b2ce58730158fa9fc49fcd40faa061e9af526c18a861c SHA512 79d3c2f850f6956dc335151a34e388c4e7402e5b9115ad2d8902783cf12f96488610b22edc0087d49d2f89563f2053735567ca40d8308f56d36e7d38b55a0b6d
DIST kwallet-pam-5.11.5.tar.xz 19060 BLAKE2B 814199f67c9026ca420c66d0dbe48ef9f1cab2d30bf3784cb3441af56ceec9ab3841dcf41021bbc5d42edffc0fc0849b714c1f279065c974bba794924fc0879c SHA512 1602ef0eeec86c653c2a99c1c514133367e7dee07d11ffbe0533066d895c71e3b7dd90187cb353446b717738600143cd09de1a5baffad5113152fd616bef90ee
diff --git a/kde-plasma/kwallet-pam/kwallet-pam-5.11.4.ebuild b/kde-plasma/kwallet-pam/kwallet-pam-5.11.4.ebuild
deleted file mode 100644
index d591eb59e0fd..000000000000
--- a/kde-plasma/kwallet-pam/kwallet-pam-5.11.4.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# 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"
-}