summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-11-12 14:31:26 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2019-11-12 23:09:04 +0100
commitc3066272c885586bb1a9a464cdc1b574b4bfeec7 (patch)
treeb519884250fe639350a0d70c9ca874d31831787d /kde-plasma/kwallet-pam
parentkde-plasma: Add KDE Plasma 5.17.3 (diff)
downloadgentoo-c3066272c885586bb1a9a464cdc1b574b4bfeec7.tar.gz
gentoo-c3066272c885586bb1a9a464cdc1b574b4bfeec7.tar.bz2
gentoo-c3066272c885586bb1a9a464cdc1b574b4bfeec7.zip
kde-plasma: Drop KDE Plasma 5.17.2
Package-Manager: Portage-2.3.79, Repoman-2.3.17 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
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.17.2.ebuild33
2 files changed, 0 insertions, 34 deletions
diff --git a/kde-plasma/kwallet-pam/Manifest b/kde-plasma/kwallet-pam/Manifest
index f560f053276f..b4c45a05dc59 100644
--- a/kde-plasma/kwallet-pam/Manifest
+++ b/kde-plasma/kwallet-pam/Manifest
@@ -1,3 +1,2 @@
DIST kwallet-pam-5.16.5.tar.xz 19512 BLAKE2B dc053b8b02d44a3b94fe16d50b03bf91718392bdce60e69b956e5a84406012b567f4216b08b4d05c215cfa0e9e16c7537b60420a80bf501402a7cf302b853d9b SHA512 6a3c09b645a193bd5164525c6ca0c807a0adc141566db7436101784fef8def79e121c599a837dac32393f8e5ab2c33a9473a29013d07bd64e6a8eab32308d3d1
-DIST kwallet-pam-5.17.2.tar.xz 19712 BLAKE2B 24da5b28399a9e7a98c5ea9077e019610075b7df3934651e1f3237fcd514ae76eab7f7a7a00080529d410b0eb9b2acb53481ad92668691b1099c66c5d17245b3 SHA512 5f3d8408488f6ae1e9b8f1a2e1975ccad3b8ca6bd9ff9a721f7ff83f50259d7a459a66bd48963702669c3751abe467917e0a7ebed5a05ed789a504c5ced29ffc
DIST kwallet-pam-5.17.3.tar.xz 19596 BLAKE2B 414cccee3f6bf46844423adbfb8f43cacc77949f60fcd4c9e28338fffcffd37b0ace2042bfe96d50a99e27537968bede13180573fb7d5abb6ba2123b88e08c11 SHA512 80498877afcedcf3a65acf4cb4412d6edb59089428b87692aa1d8b76ecae6c999aa8a59a1b4c5c1df4380f048e3d2611274b47fb487d40f3a5f277f60aea40a7
diff --git a/kde-plasma/kwallet-pam/kwallet-pam-5.17.2.ebuild b/kde-plasma/kwallet-pam/kwallet-pam-5.17.2.ebuild
deleted file mode 100644
index 3b8009a01722..000000000000
--- a/kde-plasma/kwallet-pam/kwallet-pam-5.17.2.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit kde5
-
-DESCRIPTION="KWallet PAM module to not enter password again"
-LICENSE="LGPL-2.1"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-IUSE=""
-
-DEPEND="
- $(add_frameworks_dep kwallet)
- dev-libs/libgcrypt:0=
- sys-libs/pam
-"
-RDEPEND="${DEPEND}
- net-misc/socat
-"
-
-src_configure() {
- local mycmakeargs=(
- -DCMAKE_INSTALL_LIBDIR="/$(get_libdir)"
- )
- 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"
-}