summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2010-01-25 17:45:10 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2010-01-25 17:45:10 +0000
commitc552594ca5cc5e4e460e3b5ca86e57f1d8bef656 (patch)
tree54a346c20039e1ea40108fab92ae3e438743c4e5 /kde-base/kcheckpass
parentVersion bump. Drop older. (diff)
downloadhistorical-c552594ca5cc5e4e460e3b5ca86e57f1d8bef656.tar.gz
historical-c552594ca5cc5e4e460e3b5ca86e57f1d8bef656.tar.bz2
historical-c552594ca5cc5e4e460e3b5ca86e57f1d8bef656.zip
Version bump KDE 4.3.5
Package-Manager: portage-2.2_rc61/cvs/Linux x86_64 RepoMan-Options: --force
Diffstat (limited to 'kde-base/kcheckpass')
-rw-r--r--kde-base/kcheckpass/ChangeLog8
-rw-r--r--kde-base/kcheckpass/kcheckpass-4.3.5.ebuild30
2 files changed, 37 insertions, 1 deletions
diff --git a/kde-base/kcheckpass/ChangeLog b/kde-base/kcheckpass/ChangeLog
index 307383a60b62..aa3da98d22dd 100644
--- a/kde-base/kcheckpass/ChangeLog
+++ b/kde-base/kcheckpass/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for kde-base/kcheckpass
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kcheckpass/ChangeLog,v 1.149 2010/01/23 17:43:12 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kcheckpass/ChangeLog,v 1.150 2010/01/25 15:59:48 scarabeus Exp $
+
+*kcheckpass-4.3.5 (25 Jan 2010)
+
+ 25 Jan 2010; Tomáš Chvátal <scarabeus@gentoo.org>
+ +kcheckpass-4.3.5.ebuild:
+ Version bump
23 Jan 2010; Raúl Porcel <armin76@gentoo.org> kcheckpass-4.3.4.ebuild:
Add ~arm
diff --git a/kde-base/kcheckpass/kcheckpass-4.3.5.ebuild b/kde-base/kcheckpass/kcheckpass-4.3.5.ebuild
new file mode 100644
index 000000000000..12cae781b46c
--- /dev/null
+++ b/kde-base/kcheckpass/kcheckpass-4.3.5.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kcheckpass/kcheckpass-4.3.5.ebuild,v 1.1 2010/01/25 15:59:48 scarabeus 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 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
+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=(
+ $(cmake-utils_use_with pam)
+ )
+
+ kde4-meta_src_configure
+}