You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
# Copyright 1999-2017 Gentoo Foundation
|
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
|
|
|
|
inherit pam
|
|
|
|
|
|
|
|
DESCRIPTION="pam.d files used by several Trinity components."
|
|
|
|
HOMEPAGE="http://www.trinitydesktop.org/"
|
|
|
|
LICENSE="GPL-2"
|
|
|
|
|
|
|
|
SLOT="0"
|
|
|
|
KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd"
|
|
|
|
IUSE=""
|
|
|
|
|
|
|
|
DEPEND="sys-libs/pam"
|
|
|
|
RDEPEND="${DEPEND}"
|
|
|
|
|
|
|
|
src_install() {
|
|
|
|
newpamd "${FILESDIR}/tde.pam-${PV}" tde
|
|
|
|
newpamd "${FILESDIR}/tde-np.pam-6" tde-np
|
|
|
|
}
|