summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2016-04-23 13:04:08 +0200
committerJohannes Huber <johu@gentoo.org>2016-04-23 13:04:43 +0200
commit8e42ee05c6384a5b18d78e01e92acc3acf2023d6 (patch)
tree85cd63d187a0d64077d34da164ad6f1ff32f6f94 /kde-plasma/kwallet-pam
parentnet-dns/dnsmasq: Stable for HPPA (bug #575674). (diff)
downloadgentoo-8e42ee05c6384a5b18d78e01e92acc3acf2023d6.tar.gz
gentoo-8e42ee05c6384a5b18d78e01e92acc3acf2023d6.tar.bz2
gentoo-8e42ee05c6384a5b18d78e01e92acc3acf2023d6.zip
kde-plasma: Remove KDE Plasma 5.6.2
Package-Manager: portage-2.2.28
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.6.2-r1.ebuild91
2 files changed, 0 insertions, 92 deletions
diff --git a/kde-plasma/kwallet-pam/Manifest b/kde-plasma/kwallet-pam/Manifest
index 48f571a50cef..ab942f605aae 100644
--- a/kde-plasma/kwallet-pam/Manifest
+++ b/kde-plasma/kwallet-pam/Manifest
@@ -1,3 +1,2 @@
DIST kwallet-pam-5.5.5.tar.xz 16280 SHA256 19c153a0593232767b370a1310f16d13673caba13842571bb7cb01535ba89336 SHA512 7daf595c110df7277a609590bb48da8a038c8516ed3bd6a6f55cdb73df850ef6989f248e5ed7b7128abd5fda0b358b4d695043c974d49451a0037b8a3280c92a WHIRLPOOL 7601debd5eed6baf4bddf98fff424280999e95bc30000663254b391e673df7b191f112689d3914d9dfec3f0bf3142fbe88b8d30b159563be659c9cc91a65ea49
-DIST kwallet-pam-5.6.2.tar.xz 17544 SHA256 53bb18eea2e4f995d685cfcb42402c2fb7b46ff139ca6a87a0cc96475bfe2703 SHA512 ae580b2b299bd6479b49d83fce165c6e944598a4c049b0244cbb369afe88e3cdcca38d53c8df98b7fd5e1614e0000102c4bf0652c1986c4abefa46c8894fc2f0 WHIRLPOOL 1c3e779b6443f251b7a4dbc69ebb6e54071d2cabf6f291d16803f324e9ff1a91a8cc50624dcbc28e18c08feea68bd629889ef5d14a8c80e3b06a5457ee990e67
DIST kwallet-pam-5.6.3.tar.xz 17576 SHA256 f63c184d90207545eae1a5d646bfc1e8100ed6c7db9faffe649ee2b3efd0c5ff SHA512 6221c25e4a1feea766a8a9fa5a5934ebf221b1a3dba48bab0586bf3cbefdc03be1c770aeecc84d8d1ab3f80c6e3072dc6bcfa6d73b8dc527ddf384aebbc153d8 WHIRLPOOL 5e93597fb29f60e1f271e12d2caa976db2060deb0c54080d553c6e63b270895d9493dbabd1202910b86e3129f505e1e3f56cc965493bba4581b47571ba07d183
diff --git a/kde-plasma/kwallet-pam/kwallet-pam-5.6.2-r1.ebuild b/kde-plasma/kwallet-pam/kwallet-pam-5.6.2-r1.ebuild
deleted file mode 100644
index 071301435607..000000000000
--- a/kde-plasma/kwallet-pam/kwallet-pam-5.6.2-r1.ebuild
+++ /dev/null
@@ -1,91 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-KDE_AUTODEPS="false"
-inherit kde5 multibuild multilib
-
-DESCRIPTION="KWallet PAM module to not enter password again"
-LICENSE="LGPL-2.1"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE="+oldwallet"
-
-COMMON_DEPEND="
- dev-libs/libgcrypt:0=
- virtual/pam
-"
-DEPEND="${COMMON_DEPEND}
- $(add_frameworks_dep extra-cmake-modules)
- $(add_qt_dep qtcore)
-"
-RDEPEND="${COMMON_DEPEND}
- !kde-apps/kwalletd-pam
- net-misc/socat
-"
-
-pkg_setup() {
- kde5_pkg_setup
- MULTIBUILD_VARIANTS=( kf5 $(usev oldwallet) )
-}
-
-src_configure() {
- myconfigure() {
- local mycmakeargs=(
- -DCMAKE_INSTALL_LIBDIR="/$(get_libdir)"
- )
- [[ ${MULTIBUILD_VARIANT} = oldwallet ]] && mycmakeargs+=( -DKWALLET4=1 )
-
- kde5_src_configure
- }
- multibuild_foreach_variant myconfigure
-}
-
-src_compile() {
- multibuild_foreach_variant kde5_src_compile
-}
-
-src_install() {
- multibuild_foreach_variant kde5_src_install
-}
-
-pkg_postinst() {
- check_dm() {
- local good
- if [[ -e "${ROOT}${2}" ]] ; then
- if grep -Eq "auth\s+optional\s+pam_kwallet5.so" "${ROOT}${2}" && \
- grep -Eq "session\s+optional\s+pam_kwallet5.so" "${ROOT}${2}" ; then
- good=true
- fi
- if use oldwallet ; then
- if ! grep -Eq "auth\s+optional\s+pam_kwallet.so" "${ROOT}${2}" || \
- ! grep -Eq "session\s+optional\s+pam_kwallet.so" "${ROOT}${2}" ; then
- good=false
- fi
- fi
- fi
- [[ "${good}" = true ]] && \
- elog " ${1} - ${2} ...GOOD" || \
- ewarn " ${1} - ${2} ...BAD"
- }
- elog
- elog "This package enables auto-unlocking of kde-frameworks/kwallet:5."
- use oldwallet && elog "You have also selected support for legacy kde-apps/kwalletd:4."
- elog "List of things to make it work:"
- elog "1. Use standard blowfish encryption instead of GPG"
- elog "2. Use same password for login and kwallet"
- elog "3. A display manager with support for PAM"
- elog "4.a Have the following lines in the display manager's pam.d file:"
- elog " -auth optional pam_kwallet5.so"
- elog " -session optional pam_kwallet5.so auto_start"
- if use oldwallet ; then
- elog " -auth optional pam_kwallet.so kdehome=.kde4"
- elog " -session optional pam_kwallet.so"
- fi
- elog "4.b Checking installed DMs..."
- has_version "x11-misc/sddm" && check_dm "SDDM" "/etc/pam.d/sddm"
- has_version "x11-misc/lightdm" && check_dm "LightDM" "/etc/pam.d/lightdm"
- has_version "kde-base/kdm" && check_dm "KDM" "/etc/pam.d/kde"
- elog
-}