From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EF86B1395E2 for ; Sat, 10 Dec 2016 11:43:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4A28CE0B25; Sat, 10 Dec 2016 11:43:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2245EE0B25 for ; Sat, 10 Dec 2016 11:43:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5B0D4340EE1 for ; Sat, 10 Dec 2016 11:43:19 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F258424AB for ; Sat, 10 Dec 2016 11:43:17 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1481370146.6af8681a90c4bc92fece1f28a770fa2a6e740588.johu@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-plasma/kwallet-pam/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-plasma/kwallet-pam/kwallet-pam-5.8.3.ebuild kde-plasma/kwallet-pam/kwallet-pam-5.8.4.ebuild X-VCS-Directories: kde-plasma/kwallet-pam/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 6af8681a90c4bc92fece1f28a770fa2a6e740588 X-VCS-Branch: master Date: Sat, 10 Dec 2016 11:43:17 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 8d72a7fa-eca9-4c1e-aa10-96b1fb3aefc4 X-Archives-Hash: 0e50dd2e3a59a909994ad8148fa09403 commit: 6af8681a90c4bc92fece1f28a770fa2a6e740588 Author: Johannes Huber gentoo org> AuthorDate: Sat Dec 10 11:42:26 2016 +0000 Commit: Johannes Huber gentoo org> CommitDate: Sat Dec 10 11:42:26 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6af8681a kde-plasma/kwallet-pam: Drop check on deprecated kdm Package-Manager: portage-2.3.3 kde-plasma/kwallet-pam/kwallet-pam-5.8.3.ebuild | 1 - kde-plasma/kwallet-pam/kwallet-pam-5.8.4.ebuild | 1 - 2 files changed, 2 deletions(-) diff --git a/kde-plasma/kwallet-pam/kwallet-pam-5.8.3.ebuild b/kde-plasma/kwallet-pam/kwallet-pam-5.8.3.ebuild index f1a11ec..719d587 100644 --- a/kde-plasma/kwallet-pam/kwallet-pam-5.8.3.ebuild +++ b/kde-plasma/kwallet-pam/kwallet-pam-5.8.3.ebuild @@ -90,6 +90,5 @@ pkg_postinst() { 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-plasma/kdm" && check_dm "KDM" "/etc/pam.d/kde" elog } diff --git a/kde-plasma/kwallet-pam/kwallet-pam-5.8.4.ebuild b/kde-plasma/kwallet-pam/kwallet-pam-5.8.4.ebuild index 4aac73c..8ca7591 100644 --- a/kde-plasma/kwallet-pam/kwallet-pam-5.8.4.ebuild +++ b/kde-plasma/kwallet-pam/kwallet-pam-5.8.4.ebuild @@ -90,6 +90,5 @@ pkg_postinst() { 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-plasma/kdm" && check_dm "KDM" "/etc/pam.d/kde" elog }