summaryrefslogtreecommitdiffstats
path: root/gentoo/trinity-base/tdebase-pam/tdebase-pam-7.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'gentoo/trinity-base/tdebase-pam/tdebase-pam-7.ebuild')
-rw-r--r--gentoo/trinity-base/tdebase-pam/tdebase-pam-7.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/gentoo/trinity-base/tdebase-pam/tdebase-pam-7.ebuild b/gentoo/trinity-base/tdebase-pam/tdebase-pam-7.ebuild
new file mode 100644
index 000000000..feba3b90a
--- /dev/null
+++ b/gentoo/trinity-base/tdebase-pam/tdebase-pam-7.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+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="virtual/pam"
+RDEPEND="${DEPEND}"
+
+src_install() {
+ newpamd "${FILESDIR}/tde.pam-${PV}" tde
+ newpamd "${FILESDIR}/tde-np.pam-6" tde-np
+}