summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-11-29 15:55:17 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2017-11-29 15:55:17 +0100
commit9c632e2618e58855d19639e4081284d07ec822b1 (patch)
tree39dd1692df292cdfcf001c7acf70832bb949ba99 /kde-plasma/kwallet-pam
parentprofiles: Drop obsolete kdegames-meta[python] use.stable.mask (diff)
downloadgentoo-9c632e2618e58855d19639e4081284d07ec822b1.tar.gz
gentoo-9c632e2618e58855d19639e4081284d07ec822b1.tar.bz2
gentoo-9c632e2618e58855d19639e4081284d07ec822b1.zip
kde-plasma: Drop KDE Plasma 5.11.3
Package-Manager: Portage-2.3.16, 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.3.ebuild33
2 files changed, 0 insertions, 34 deletions
diff --git a/kde-plasma/kwallet-pam/Manifest b/kde-plasma/kwallet-pam/Manifest
index fdf33fe8655e..48900adc7c69 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 SHA256 c42e444c9c85dc5bbc60bbd666d20ea72162ddd38dc18254c47c48a0ca404073 SHA512 7a2e1a0a85ffc7d9dfd6a1dc8a16d7117f30fc3b983756e28fc11a19bddf99a273842a1774ccf93c5c879a1d899212f6b6d0808fa14eb17260396f5c207e3dc5 WHIRLPOOL d0db78bc52855b700242079d423fbdb1089796f40be994ad1b9109570e7be46eada006ea62dda8181afdf52f834510121b6fc00c1af3e36bbff7512a32e463f0
-DIST kwallet-pam-5.11.3.tar.xz 18652 BLAKE2B d1d72581532d6210c06f35fc421525709f8f494d35b6d39eb4d7efc269b3f2c72f440c8aca50466574efe760d809302cc9e65ea255849b3b1147f84f7bfadcdf SHA512 4f17e7ea0b919cc5fd39ca0c8136765276d974a7c385fda95ab722e5f05e85892dfbc9fb9ec481282a65c5d5280d224637001230c701ad607e2a3189bc3de5e9
DIST kwallet-pam-5.11.4.tar.xz 18640 BLAKE2B 5bff159a18b091a214f8ca0b7154a94e0b27751e2576a8e89d9ff8a6b84c460945d8898492965bb55b8b2ce58730158fa9fc49fcd40faa061e9af526c18a861c SHA512 79d3c2f850f6956dc335151a34e388c4e7402e5b9115ad2d8902783cf12f96488610b22edc0087d49d2f89563f2053735567ca40d8308f56d36e7d38b55a0b6d
diff --git a/kde-plasma/kwallet-pam/kwallet-pam-5.11.3.ebuild b/kde-plasma/kwallet-pam/kwallet-pam-5.11.3.ebuild
deleted file mode 100644
index d591eb59e0fd..000000000000
--- a/kde-plasma/kwallet-pam/kwallet-pam-5.11.3.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"
-}