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 E01661395E2 for ; Sat, 10 Dec 2016 11:43:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0DE24E0B16; Sat, 10 Dec 2016 11:43:07 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 D9E3EE0B16 for ; Sat, 10 Dec 2016 11:43:06 +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 53B3733FECD for ; Sat, 10 Dec 2016 11:43:05 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 882971F2F for ; Sat, 10 Dec 2016 11:43:03 +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: <1481370085.14e982f4a74135c5ce22db6b757e4c01174f9b36.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/kwallet-pam/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/kwallet-pam/kwallet-pam-5.8.49.9999.ebuild kde-plasma/kwallet-pam/kwallet-pam-9999.ebuild X-VCS-Directories: kde-plasma/kwallet-pam/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 14e982f4a74135c5ce22db6b757e4c01174f9b36 X-VCS-Branch: master Date: Sat, 10 Dec 2016 11:43:03 +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: 46bbea81-47eb-4c51-bec1-0930c2ae29b2 X-Archives-Hash: 889ef954595d6d80d866462549caf957 commit: 14e982f4a74135c5ce22db6b757e4c01174f9b36 Author: Johannes Huber gentoo org> AuthorDate: Sat Dec 10 11:41:25 2016 +0000 Commit: Johannes Huber gentoo org> CommitDate: Sat Dec 10 11:41:25 2016 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=14e982f4 kde-plasma/kwallet-pam: Drop check on deprecated kdm Package-Manager: portage-2.3.3 kde-plasma/kwallet-pam/kwallet-pam-5.8.49.9999.ebuild | 1 - kde-plasma/kwallet-pam/kwallet-pam-9999.ebuild | 1 - 2 files changed, 2 deletions(-) diff --git a/kde-plasma/kwallet-pam/kwallet-pam-5.8.49.9999.ebuild b/kde-plasma/kwallet-pam/kwallet-pam-5.8.49.9999.ebuild index bad6aae..e7efcc6 100644 --- a/kde-plasma/kwallet-pam/kwallet-pam-5.8.49.9999.ebuild +++ b/kde-plasma/kwallet-pam/kwallet-pam-5.8.49.9999.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-base/kdm" && check_dm "KDM" "/etc/pam.d/kde" elog } diff --git a/kde-plasma/kwallet-pam/kwallet-pam-9999.ebuild b/kde-plasma/kwallet-pam/kwallet-pam-9999.ebuild index bad6aae..e7efcc6 100644 --- a/kde-plasma/kwallet-pam/kwallet-pam-9999.ebuild +++ b/kde-plasma/kwallet-pam/kwallet-pam-9999.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-base/kdm" && check_dm "KDM" "/etc/pam.d/kde" elog }