diff options
author | 2009-06-04 11:29:12 +0000 | |
---|---|---|
committer | 2009-06-04 11:29:12 +0000 | |
commit | 3d72739d725e34dc82baca3ae38e35ed5fab5b8d (patch) | |
tree | 83e8e3a6dc454e399c5194e955ff9c302a6767cd /kde-base/kcheckpass | |
parent | Version bump KDE 4.2.4 (diff) | |
download | gentoo-2-3d72739d725e34dc82baca3ae38e35ed5fab5b8d.tar.gz gentoo-2-3d72739d725e34dc82baca3ae38e35ed5fab5b8d.tar.bz2 gentoo-2-3d72739d725e34dc82baca3ae38e35ed5fab5b8d.zip |
Version bump KDE 4.2.4
(Portage version: 2.2_rc33/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.2.4.ebuild | 29 |
2 files changed, 35 insertions, 1 deletions
diff --git a/kde-base/kcheckpass/ChangeLog b/kde-base/kcheckpass/ChangeLog index 7ef3ac2d9a6f..8023961022ef 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.118 2009/06/03 14:57:59 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kcheckpass/ChangeLog,v 1.119 2009/06/04 11:29:12 alexxy Exp $ + +*kcheckpass-4.2.4 (04 Jun 2009) + + 04 Jun 2009; Alexey Shvetsov <alexxy@gentoo.org> +kcheckpass-4.2.4.ebuild: + Version bump 03 Jun 2009; Alexey Shvetsov <alexxy@gentoo.org> -kcheckpass-4.2.2.ebuild: Drop KDE 4.2.2 diff --git a/kde-base/kcheckpass/kcheckpass-4.2.4.ebuild b/kde-base/kcheckpass/kcheckpass-4.2.4.ebuild new file mode 100644 index 000000000000..5c0f9609c621 --- /dev/null +++ b/kde-base/kcheckpass/kcheckpass-4.2.4.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.2.4.ebuild,v 1.1 2009/06/04 11:29:12 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 ~sparc ~x86 ~x86-fbsd" +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 PAM)" + + kde4-meta_src_configure +} |