aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2018-05-01 20:00:30 +0200
committerJohannes Huber <johu@gentoo.org>2018-05-01 20:00:39 +0200
commitcff16160114ce0b299a1bc977995a91cc83b623b (patch)
tree160aabe22eaf0467dae719c971a1c84ecbce301c /kde-plasma/kwallet-pam
parentkde-plasma/plasma-workspace: Minor doc change (diff)
downloadkde-cff16160114ce0b299a1bc977995a91cc83b623b.tar.gz
kde-cff16160114ce0b299a1bc977995a91cc83b623b.tar.bz2
kde-cff16160114ce0b299a1bc977995a91cc83b623b.zip
kde-plasma/bluedevil: Remove KDE Plasma 5.12.5
Moved to gentoo main tree. Package-Manager: Portage-2.3.31, Repoman-2.3.9
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.12.5.ebuild33
2 files changed, 0 insertions, 34 deletions
diff --git a/kde-plasma/kwallet-pam/Manifest b/kde-plasma/kwallet-pam/Manifest
deleted file mode 100644
index 29c2dacfbd..0000000000
--- a/kde-plasma/kwallet-pam/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST kwallet-pam-5.12.5.tar.xz 18584 BLAKE2B aa5cef35532288e4ff01c483ec2971c4729bd6d3a039981f5873348a39a6b618d43e635cd24a1d8e10f50ff0e9df005ee7aa31c2f1a9695e93733d6157577128 SHA512 b62518019ec2c8c5251198f9498c66b4768cf91851dd112dea1ac5d2e6ef1a500905afcdc2ff88cf4d26efaed7af508af022b811ba42424a71b4199ae03b0eec
diff --git a/kde-plasma/kwallet-pam/kwallet-pam-5.12.5.ebuild b/kde-plasma/kwallet-pam/kwallet-pam-5.12.5.ebuild
deleted file mode 100644
index 8c9a7437fc..0000000000
--- a/kde-plasma/kwallet-pam/kwallet-pam-5.12.5.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2018 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"
-}