diff options
author | Wulf Krueger <philantrop@gentoo.org> | 2008-04-03 20:44:26 +0000 |
---|---|---|
committer | Wulf Krueger <philantrop@gentoo.org> | 2008-04-03 20:44:26 +0000 |
commit | e818ac9b06f9100185d3cbfbf372ae9d3dd28272 (patch) | |
tree | 601b8551dcdd1ccf11d1d5da77382c325a947860 /kde-base/kcheckpass | |
parent | Version bump to KDE 4.0.3. This is still not intended for mainstream so DO NO... (diff) | |
download | gentoo-2-e818ac9b06f9100185d3cbfbf372ae9d3dd28272.tar.gz gentoo-2-e818ac9b06f9100185d3cbfbf372ae9d3dd28272.tar.bz2 gentoo-2-e818ac9b06f9100185d3cbfbf372ae9d3dd28272.zip |
Version bump to KDE 4.0.3. This is still not intended for mainstream so DO NOT KEYWORD IT without talking to the KDE herd first.
(Portage version: 2.1.4.4)
Diffstat (limited to 'kde-base/kcheckpass')
-rw-r--r-- | kde-base/kcheckpass/ChangeLog | 9 | ||||
-rw-r--r-- | kde-base/kcheckpass/kcheckpass-4.0.3.ebuild | 25 |
2 files changed, 33 insertions, 1 deletions
diff --git a/kde-base/kcheckpass/ChangeLog b/kde-base/kcheckpass/ChangeLog index 1b250b3ef623..dc4cd1d1e18a 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.86 2008/03/20 16:29:06 ingmar Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kcheckpass/ChangeLog,v 1.87 2008/04/03 20:44:26 philantrop Exp $ + +*kcheckpass-4.0.3 (03 Apr 2008) + + 03 Apr 2008; Wulf C. Krueger <philantrop@gentoo.org> + +kcheckpass-4.0.3.ebuild: + Version bump to KDE 4.0.3. This is still not intended for mainstream so DO + NOT KEYWORD IT without talking to the KDE herd first. 20 Mar 2008; Ingmar Vanhassel <ingmar@gentoo.org> -files/kdebase-4.0.1-pam-optional.patch, -kcheckpass-4.0.1.ebuild: diff --git a/kde-base/kcheckpass/kcheckpass-4.0.3.ebuild b/kde-base/kcheckpass/kcheckpass-4.0.3.ebuild new file mode 100644 index 000000000000..c2dd128df0dd --- /dev/null +++ b/kde-base/kcheckpass/kcheckpass-4.0.3.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.3.ebuild,v 1.1 2008/04/03 20:44:26 philantrop 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 +} |