From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id D91D51388C1 for ; Sat, 14 Nov 2015 15:19:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 42CF721C0EB; Sat, 14 Nov 2015 15:19:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A891521C0EB for ; Sat, 14 Nov 2015 15:19:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 78A8C340562 for ; Sat, 14 Nov 2015 15:19:51 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3D05A1A8 for ; Sat, 14 Nov 2015 15:19:49 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1447514374.17f716f5326cbaf8548f1127e43e5547adfaad6c.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-base/kcheckpass/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-base/kcheckpass/kcheckpass-4.11.22-r1.ebuild X-VCS-Directories: kde-base/kcheckpass/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 17f716f5326cbaf8548f1127e43e5547adfaad6c X-VCS-Branch: master Date: Sat, 14 Nov 2015 15:19:49 +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: 3d9dacf8-9390-44bc-94eb-e581e8a9e0f6 X-Archives-Hash: 66891074295d3b2b713505e344a01d6d commit: 17f716f5326cbaf8548f1127e43e5547adfaad6c Author: Andreas Sturmlechner gmail com> AuthorDate: Fri Nov 13 21:25:45 2015 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Sat Nov 14 15:19:34 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17f716f5 kde-base/kcheckpass: Add alternative deps on pam providers, fix DEPEND kde-plasma/plasma-workspace and kde-plasma/kscreenlocker will start to block kde-base/kdebase-pam due to colliding files in /etc/pam.d/ In order to avoid another full block, let kcheckpass be satisfied by these packages as well. Package-Manager: portage-2.2.20.1 kde-base/kcheckpass/kcheckpass-4.11.22-r1.ebuild | 37 ++++++++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/kde-base/kcheckpass/kcheckpass-4.11.22-r1.ebuild b/kde-base/kcheckpass/kcheckpass-4.11.22-r1.ebuild new file mode 100644 index 0000000..bc4f592 --- /dev/null +++ b/kde-base/kcheckpass/kcheckpass-4.11.22-r1.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +KMNAME="kde-workspace" +inherit kde4-meta + +DESCRIPTION="A simple password checker, used by any software in need of user authentication" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug pam" + +DEPEND=" + pam? ( virtual/pam ) +" +RDEPEND="${DEPEND} + pam? ( || ( + >=kde-base/kdebase-pam-7 + kde-plasma/kscreenlocker +