# 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.7 2005/04/08 14:47:13 corsair Exp $ inherit pam 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="virtual/pam" src_install() { newpamd "${FILESDIR}/kde.pam-include" kde newpamd "${FILESDIR}/kde-np.pam-include" kde-np }