kde-base/kdebase-pam: Remove 9

Package-Manager: portage-2.3.0_rc1
This commit is contained in:
Johannes Huber
2016-06-09 09:35:43 +02:00
parent 773c82db40
commit 751df35080
3 changed files with 0 additions and 46 deletions

View File

@@ -1,10 +0,0 @@
#%PAM-1.0
auth required pam_nologin.so
auth required pam_permit.so
account include system-local-login
password include system-local-login
session include system-local-login

View File

@@ -1,11 +0,0 @@
#%PAM-1.0
auth required pam_nologin.so
auth include system-local-login
account include system-local-login
password include system-local-login
session include system-local-login

View File

@@ -1,25 +0,0 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
inherit pam
DESCRIPTION="pam.d files used by several KDE components"
HOMEPAGE="https://www.kde.org"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86 ~x86-fbsd"
IUSE=""
DEPEND="virtual/pam"
RDEPEND="${DEPEND}"
S=${WORKDIR}
src_install() {
newpamd "${FILESDIR}/kde.pam-${PV}" kde
newpamd "${FILESDIR}/kde-np.pam-${PV}" kde-np
}