diff options
author | 2009-10-06 18:24:30 +0000 | |
---|---|---|
committer | 2009-10-06 18:24:30 +0000 | |
commit | d7b77783ff0ee305e406d3df9dc95dc16f4157fd (patch) | |
tree | 1f6fdb3ca7553b838f9a7c50343f022437497ca5 /kde-base/kcheckpass | |
parent | Version bump KDE 4.3.2 (diff) | |
download | gentoo-2-d7b77783ff0ee305e406d3df9dc95dc16f4157fd.tar.gz gentoo-2-d7b77783ff0ee305e406d3df9dc95dc16f4157fd.tar.bz2 gentoo-2-d7b77783ff0ee305e406d3df9dc95dc16f4157fd.zip |
Version bump KDE 4.3.2
(Portage version: 2.2_rc44/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'kde-base/kcheckpass')
-rw-r--r-- | kde-base/kcheckpass/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/kcheckpass/kcheckpass-4.3.2.ebuild | 29 |
2 files changed, 35 insertions, 1 deletions
diff --git a/kde-base/kcheckpass/ChangeLog b/kde-base/kcheckpass/ChangeLog index d67256e0089d..f439b04ad8dc 100644 --- a/kde-base/kcheckpass/ChangeLog +++ b/kde-base/kcheckpass/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/kcheckpass # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kcheckpass/ChangeLog,v 1.128 2009/09/01 14:55:41 tampakrap Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kcheckpass/ChangeLog,v 1.129 2009/10/06 18:24:30 alexxy Exp $ + +*kcheckpass-4.3.2 (06 Oct 2009) + + 06 Oct 2009; Alexey Shvetsov <alexxy@gentoo.org> +kcheckpass-4.3.2.ebuild: + Version bump *kcheckpass-4.3.1 (01 Sep 2009) diff --git a/kde-base/kcheckpass/kcheckpass-4.3.2.ebuild b/kde-base/kcheckpass/kcheckpass-4.3.2.ebuild new file mode 100644 index 000000000000..8e167e89a7c9 --- /dev/null +++ b/kde-base/kcheckpass/kcheckpass-4.3.2.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kcheckpass/kcheckpass-4.3.2.ebuild,v 1.1 2009/10/06 18:24:30 alexxy Exp $ + +EAPI="2" + +KMNAME="kdebase-workspace" +inherit kde4-meta + +DESCRIPTION="A simple password checker, used by any software in need of user authentication." +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86" +IUSE="debug pam" + +DEPEND=" + pam? ( + >=kde-base/kdebase-pam-7 + virtual/pam + ) +" +RDEPEND="${DEPEND}" + +PATCHES=( "${FILESDIR}/kdebase-4.0.2-pam-optional.patch" ) + +src_configure() { + mycmakeargs="${mycmakeargs} + $(cmake-utils_use_with pam)" + + kde4-meta_src_configure +} |