summaryrefslogtreecommitdiff
blob: b22ab7b91f6480e361cc65cf11636e1b9af5b0a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/kdebase-pam/kdebase-pam-4.ebuild,v 1.6 2005/04/01 05:54:02 agriffis Exp $

DESCRIPTION="pam.d files used by several kdebase-derived packages"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ia64 ~mips ~ppc ~ppc64 sparc x86"
IUSE=""

DEPEND="sys-libs/pam"

src_install() {
	insinto /etc/pam.d
	newins "${FILESDIR}"/kde.pam kde
	newins "${FILESDIR}"/kde-np.pam kde-np
}