summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregorio Guidi <greg_g@gentoo.org>2005-05-26 14:31:52 +0000
committerGregorio Guidi <greg_g@gentoo.org>2005-05-26 14:31:52 +0000
commitd315a79a05cc110dc645e0806a5e788b5e254918 (patch)
tree067d9e1895dd2b9ca01e3e92578a7db63781f7b9 /kde-base/kdebase-pam/kdebase-pam-5.ebuild
parentMarked 0.71 as stable (diff)
downloadgentoo-2-d315a79a05cc110dc645e0806a5e788b5e254918.tar.gz
gentoo-2-d315a79a05cc110dc645e0806a5e788b5e254918.tar.bz2
gentoo-2-d315a79a05cc110dc645e0806a5e788b5e254918.zip
New version, needed for Gentoo/FBSD (#93179).
(Portage version: 2.0.51.19)
Diffstat (limited to 'kde-base/kdebase-pam/kdebase-pam-5.ebuild')
-rw-r--r--kde-base/kdebase-pam/kdebase-pam-5.ebuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/kde-base/kdebase-pam/kdebase-pam-5.ebuild b/kde-base/kdebase-pam/kdebase-pam-5.ebuild
new file mode 100644
index 000000000000..b03c21901c74
--- /dev/null
+++ b/kde-base/kdebase-pam/kdebase-pam-5.ebuild
@@ -0,0 +1,20 @@
+# 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-5.ebuild,v 1.1 2005/05/26 14:31:52 greg_g Exp $
+
+inherit pam
+
+DESCRIPTION="pam.d files used by several KDE components."
+HOMEPAGE="http://www.kde.org"
+LICENSE="as-is"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+DEPEND="virtual/pam"
+
+src_install() {
+ newpamd "${FILESDIR}/kde.pam-${PV}" kde
+ newpamd "${FILESDIR}/kde-np.pam-${PV}" kde-np
+}