blob: df294e17c6ba02e8fbe1aed01c119f878394cb5b (
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.3 2005/02/23 02:06:33 vapier 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
}
|