diff options
author | Wulf Krueger <philantrop@gentoo.org> | 2008-01-17 23:36:21 +0000 |
---|---|---|
committer | Wulf Krueger <philantrop@gentoo.org> | 2008-01-17 23:36:21 +0000 |
commit | 963c2560cef8294ec7637c11a04240562adf706d (patch) | |
tree | ebda9764191ace1ab0a370fc5a1963439db0a362 /kde-base/kcheckpass | |
parent | Added KDE 4.0.0's kcharselect. (diff) | |
download | gentoo-2-963c2560cef8294ec7637c11a04240562adf706d.tar.gz gentoo-2-963c2560cef8294ec7637c11a04240562adf706d.tar.bz2 gentoo-2-963c2560cef8294ec7637c11a04240562adf706d.zip |
Added KDE 4.0.0's kcheckpass.
(Portage version: 2.1.4)
Diffstat (limited to 'kde-base/kcheckpass')
-rw-r--r-- | kde-base/kcheckpass/ChangeLog | 10 | ||||
-rw-r--r-- | kde-base/kcheckpass/files/digest-kcheckpass-4.0.0 | 3 | ||||
-rw-r--r-- | kde-base/kcheckpass/kcheckpass-4.0.0.ebuild | 25 |
3 files changed, 36 insertions, 2 deletions
diff --git a/kde-base/kcheckpass/ChangeLog b/kde-base/kcheckpass/ChangeLog index 4e0b386ddb1b..25e88ef4a43f 100644 --- a/kde-base/kcheckpass/ChangeLog +++ b/kde-base/kcheckpass/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for kde-base/kcheckpass -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kcheckpass/ChangeLog,v 1.71 2007/10/19 22:02:59 philantrop Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kcheckpass/ChangeLog,v 1.72 2008/01/17 23:36:20 philantrop Exp $ + +*kcheckpass-4.0.0 (17 Jan 2008) + + 17 Jan 2008; Wulf C. Krueger <philantrop@gentoo.org> + +kcheckpass-4.0.0.ebuild: + Added KDE 4.0.0's kcheckpass. *kcheckpass-3.5.8 (19 Oct 2007) diff --git a/kde-base/kcheckpass/files/digest-kcheckpass-4.0.0 b/kde-base/kcheckpass/files/digest-kcheckpass-4.0.0 new file mode 100644 index 000000000000..62148a2dcffb --- /dev/null +++ b/kde-base/kcheckpass/files/digest-kcheckpass-4.0.0 @@ -0,0 +1,3 @@ +MD5 f3d2155ff5ff7472a8884bd3f31bff16 kdebase-workspace-4.0.0.tar.bz2 29792206 +RMD160 bd1f3cb49b6ce0b35a918ffdce60ca3f733fdf06 kdebase-workspace-4.0.0.tar.bz2 29792206 +SHA256 8fb9f077001256c86ad097eb4fc4f6641c6e9af39e96fc34ef4d52ace4b94f23 kdebase-workspace-4.0.0.tar.bz2 29792206 diff --git a/kde-base/kcheckpass/kcheckpass-4.0.0.ebuild b/kde-base/kcheckpass/kcheckpass-4.0.0.ebuild new file mode 100644 index 000000000000..29bb3d00fc93 --- /dev/null +++ b/kde-base/kcheckpass/kcheckpass-4.0.0.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.0.ebuild,v 1.1 2008/01/17 23:36:20 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-${PV}-pam-optional.patch" + +src_compile() { + mycmakeargs="${mycmakeargs} + $(cmake-utils_use_with pam PAM)" + kde4-meta_src_compile +} |