summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Shvetsov <alexxy@gentoo.org>2009-04-11 23:53:40 +0000
committerAlexey Shvetsov <alexxy@gentoo.org>2009-04-11 23:53:40 +0000
commitbc49390a73183e3f05b621ebf6cb318fd1492597 (patch)
treef2894f4238d146ff7ac7a9f9907d39a2ddc990c1 /kde-base/kcheckpass
parentAdd KDE 4.2.2 (diff)
downloadhistorical-bc49390a73183e3f05b621ebf6cb318fd1492597.tar.gz
historical-bc49390a73183e3f05b621ebf6cb318fd1492597.tar.bz2
historical-bc49390a73183e3f05b621ebf6cb318fd1492597.zip
Add KDE 4.2.2
Package-Manager: portage-2.2_rc29/cvs/Linux x86_64
Diffstat (limited to 'kde-base/kcheckpass')
-rw-r--r--kde-base/kcheckpass/ChangeLog7
-rw-r--r--kde-base/kcheckpass/kcheckpass-4.2.2.ebuild29
2 files changed, 35 insertions, 1 deletions
diff --git a/kde-base/kcheckpass/ChangeLog b/kde-base/kcheckpass/ChangeLog
index 3ffabbe922d2..45aee8786f65 100644
--- a/kde-base/kcheckpass/ChangeLog
+++ b/kde-base/kcheckpass/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for kde-base/kcheckpass
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kcheckpass/ChangeLog,v 1.111 2009/04/11 16:12:31 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kcheckpass/ChangeLog,v 1.112 2009/04/11 22:16:58 alexxy Exp $
+
+*kcheckpass-4.2.2 (11 Apr 2009)
+
+ 11 Apr 2009; Alexey Shvetsov <alexxy@gentoo.org> +kcheckpass-4.2.2.ebuild:
+ Add KDE 4.2.2
11 Apr 2009; Raúl Porcel <armin76@gentoo.org> kcheckpass-4.2.1.ebuild:
Add ~alpha/~ia64 wrt #260777
diff --git a/kde-base/kcheckpass/kcheckpass-4.2.2.ebuild b/kde-base/kcheckpass/kcheckpass-4.2.2.ebuild
new file mode 100644
index 000000000000..04a40c2cce75
--- /dev/null
+++ b/kde-base/kcheckpass/kcheckpass-4.2.2.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kcheckpass/kcheckpass-4.2.2.ebuild,v 1.1 2009/04/11 22:16:58 alexxy Exp $
+
+EAPI="2"
+
+KMNAME="kdebase-workspace"
+inherit kde4-meta
+
+DESCRIPTION="A simple password checker, used by any software in need of user authentication."
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~x86"
+IUSE="debug pam"
+
+DEPEND="
+ pam? (
+ >=kde-base/kdebase-pam-7
+ virtual/pam
+ )
+"
+RDEPEND="${DEPEND}"
+
+PATCHES=( "${FILESDIR}/kdebase-4.0.2-pam-optional.patch" )
+
+src_configure() {
+ mycmakeargs="${mycmakeargs}
+ $(cmake-utils_use_with pam PAM)"
+
+ kde4-meta_src_configure
+}