diff options
author | 2008-05-15 22:53:18 +0000 | |
---|---|---|
committer | 2008-05-15 22:53:18 +0000 | |
commit | a4273738023cdd7ee5523687d03ae57a49960f38 (patch) | |
tree | 950a1f97864ac3a5c00d9654ecfa9c3177442b2c /kde-base/kcheckpass | |
parent | Added KDE 4.0.4 version of kcharselect. Thanks to Jorge Manuel B. S. Vicetto. (diff) | |
download | gentoo-2-a4273738023cdd7ee5523687d03ae57a49960f38.tar.gz gentoo-2-a4273738023cdd7ee5523687d03ae57a49960f38.tar.bz2 gentoo-2-a4273738023cdd7ee5523687d03ae57a49960f38.zip |
Added KDE 4.0.4 version of kcheckpass. Thanks to Jorge Manuel B. S. Vicetto.
(Portage version: 2.1.5)
Diffstat (limited to 'kde-base/kcheckpass')
-rw-r--r-- | kde-base/kcheckpass/ChangeLog | 9 | ||||
-rw-r--r-- | kde-base/kcheckpass/kcheckpass-4.0.4.ebuild | 25 |
2 files changed, 33 insertions, 1 deletions
diff --git a/kde-base/kcheckpass/ChangeLog b/kde-base/kcheckpass/ChangeLog index cd78f3184385..57ea9864ecbc 100644 --- a/kde-base/kcheckpass/ChangeLog +++ b/kde-base/kcheckpass/ChangeLog @@ -1,6 +1,13 @@ # 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.91 2008/05/15 12:09:34 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kcheckpass/ChangeLog,v 1.92 2008/05/15 22:53:18 ingmar Exp $ + +*kcheckpass-4.0.4 (15 May 2008) + + 15 May 2008; Ingmar Vanhassel <ingmar@gentoo.org> + +kcheckpass-4.0.4.ebuild: + Added KDE 4.0.4 version of kcheckpass. Thanks to Jorge Manuel B. S. + Vicetto. 15 May 2008; Markus Rothe <corsair@gentoo.org> kcheckpass-3.5.9.ebuild: Stable on ppc64; bug #221063 diff --git a/kde-base/kcheckpass/kcheckpass-4.0.4.ebuild b/kde-base/kcheckpass/kcheckpass-4.0.4.ebuild new file mode 100644 index 000000000000..5c905364da9e --- /dev/null +++ b/kde-base/kcheckpass/kcheckpass-4.0.4.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.4.ebuild,v 1.1 2008/05/15 22:53:18 ingmar 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 +} |