summaryrefslogtreecommitdiff
path: root/kde-base/kcheckpass
diff options
context:
space:
mode:
Diffstat (limited to 'kde-base/kcheckpass')
-rw-r--r--kde-base/kcheckpass/Manifest1
-rw-r--r--kde-base/kcheckpass/kcheckpass-4.11.1.ebuild33
2 files changed, 34 insertions, 0 deletions
diff --git a/kde-base/kcheckpass/Manifest b/kde-base/kcheckpass/Manifest
new file mode 100644
index 00000000000..15b44109dca
--- /dev/null
+++ b/kde-base/kcheckpass/Manifest
@@ -0,0 +1 @@
+DIST kde-workspace-4.11.1.tar.xz 13863804 SHA256 78a157b09412de8067998268b0543f90c8120c3968a197d1ddd183eae6b5ff6e SHA512 dfd92ddbc7bce6c5dc5ee8722cc6af020413b9df5ac02c46d8270accf8a449a3b24bcc694917aeab14f788a6682aa857a336261d8092dc49907d27c7a753c8b5 WHIRLPOOL 529c8c7d6b7db14c0d6124be142432cd81ce45b684355aab53c770a3d96bee37a19c83d5c9800aa4337f0bfafe32a57dc4d7e8d02b4faeec4a7dadd414337c58
diff --git a/kde-base/kcheckpass/kcheckpass-4.11.1.ebuild b/kde-base/kcheckpass/kcheckpass-4.11.1.ebuild
new file mode 100644
index 00000000000..667d93e5131
--- /dev/null
+++ b/kde-base/kcheckpass/kcheckpass-4.11.1.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+KMNAME="kde-workspace"
+inherit kde4-meta
+
+DESCRIPTION="A simple password checker, used by any software in need of user authentication."
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="debug pam"
+
+RDEPEND="
+ pam? (
+ >=kde-base/kdebase-pam-7
+ virtual/pam
+ )
+"
+
+src_prepare() {
+ kde4-meta_src_prepare
+
+ use pam && epatch "${FILESDIR}/${PN}-4.4.2-no-SUID-no-GUID.patch"
+}
+
+src_configure() {
+ local mycmakeargs=(
+ $(cmake-utils_use_with pam)
+ )
+
+ kde4-meta_src_configure
+}