diff options
Diffstat (limited to 'kde-base/kcheckpass')
-rw-r--r-- | kde-base/kcheckpass/ChangeLog | 8 | ||||
-rw-r--r-- | kde-base/kcheckpass/kcheckpass-4.1.2.ebuild | 25 |
2 files changed, 32 insertions, 1 deletions
diff --git a/kde-base/kcheckpass/ChangeLog b/kde-base/kcheckpass/ChangeLog index 8d8687e33183..47f77a0e1bd7 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.97 2008/09/13 23:57:38 carlo Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kcheckpass/ChangeLog,v 1.98 2008/10/02 06:55:32 jmbsvicetto Exp $ + +*kcheckpass-4.1.2 (02 Oct 2008) + + 02 Oct 2008; Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> + +kcheckpass-4.1.2.ebuild: + Add kde-4.1.2 into the tree from the kde-testing overlay. *kcheckpass-3.5.10 (13 Sep 2008) diff --git a/kde-base/kcheckpass/kcheckpass-4.1.2.ebuild b/kde-base/kcheckpass/kcheckpass-4.1.2.ebuild new file mode 100644 index 000000000000..417544ca8466 --- /dev/null +++ b/kde-base/kcheckpass/kcheckpass-4.1.2.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.1.2.ebuild,v 1.1 2008/10/02 06:55:32 jmbsvicetto Exp $ + +EAPI="2" + +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_configure() { + mycmakeargs="${mycmakeargs} + $(cmake-utils_use_with pam PAM)" + + kde4-meta_src_configure +} |