diff options
author | Tobias Heinlein <keytoaster@gentoo.org> | 2008-06-05 21:13:02 +0000 |
---|---|---|
committer | Tobias Heinlein <keytoaster@gentoo.org> | 2008-06-05 21:13:02 +0000 |
commit | b261b9567f81a5a072683f9cc0299713ec85ff1c (patch) | |
tree | 986eddacd83c32ea67d43bf22834c6356f7f37c0 /kde-base/kcheckpass | |
parent | Added the KDE 4.0.5 version of kcharselect. (diff) | |
download | historical-b261b9567f81a5a072683f9cc0299713ec85ff1c.tar.gz historical-b261b9567f81a5a072683f9cc0299713ec85ff1c.tar.bz2 historical-b261b9567f81a5a072683f9cc0299713ec85ff1c.zip |
Added the KDE 4.0.5 version of kcheckpass.
Package-Manager: portage-2.2_pre7/cvs/Linux 2.6.25-gentoo-r4 AMD Athlon(tm) 64 X2 Dual Core Processor 4200+
Diffstat (limited to 'kde-base/kcheckpass')
-rw-r--r-- | kde-base/kcheckpass/ChangeLog | 8 | ||||
-rw-r--r-- | kde-base/kcheckpass/kcheckpass-4.0.5.ebuild | 25 |
2 files changed, 32 insertions, 1 deletions
diff --git a/kde-base/kcheckpass/ChangeLog b/kde-base/kcheckpass/ChangeLog index 591c6c169c3c..90f874545760 100644 --- a/kde-base/kcheckpass/ChangeLog +++ b/kde-base/kcheckpass/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for kde-base/kcheckpass # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kcheckpass/ChangeLog,v 1.93 2008/05/18 15:12:56 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kcheckpass/ChangeLog,v 1.94 2008/06/05 21:13:02 keytoaster Exp $ + +*kcheckpass-4.0.5 (05 Jun 2008) + + 05 Jun 2008; Tobias Heinlein <keytoaster@gentoo.org> + +kcheckpass-4.0.5.ebuild: + Added the KDE 4.0.5 version of kcheckpass. 18 May 2008; Markus Meier <maekke@gentoo.org> kcheckpass-3.5.9.ebuild: amd64/x86 stable, bug #221063 diff --git a/kde-base/kcheckpass/kcheckpass-4.0.5.ebuild b/kde-base/kcheckpass/kcheckpass-4.0.5.ebuild new file mode 100644 index 000000000000..9540da1d2918 --- /dev/null +++ b/kde-base/kcheckpass/kcheckpass-4.0.5.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kcheckpass/kcheckpass-4.0.5.ebuild,v 1.1 2008/06/05 21:13:02 keytoaster Exp $ + +EAPI="1" + +KMNAME=kdebase-workspace +inherit kde4-meta + +DESCRIPTION="A simple password checker, used by any software in need of user authentication." +KEYWORDS="~amd64 ~x86" +IUSE="pam" + +DEPEND="pam? ( >=kde-base/kdebase-pam-7 + sys-libs/pam )" +RDEPEND="${DEPEND}" + +PATCHES="${FILESDIR}/kdebase-4.0.2-pam-optional.patch" + +src_compile() { + mycmakeargs="${mycmakeargs} + $(cmake-utils_use_with pam PAM)" + + kde4-meta_src_compile +} |