summaryrefslogtreecommitdiffstats
path: root/trinity-base/tdebase-pam/tdebase-pam-7.ebuild
blob: e4117af82fa401c9872955cfc7b4cf322b8e1bee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# 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="https://trinitydesktop.org/"
LICENSE="GPL-2"

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

DEPEND="sys-libs/pam"
RDEPEND="${DEPEND}"

src_install() {
	newpamd "${FILESDIR}/tde.pam-${PV}" tde
	newpamd "${FILESDIR}/tde-np.pam-6" tde-np
}