diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2010-02-09 00:23:38 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2010-02-09 00:23:38 +0000 |
commit | 8674c0dc9305c9ff46aaa6de13e05c2a436cc856 (patch) | |
tree | 7edec81f528a53c4fcd94945267ca8050e153edc /kde-base/kcheckpass | |
parent | [kde-base/libkipi] Version bump to KDE SC 4.4.0 (diff) | |
download | historical-8674c0dc9305c9ff46aaa6de13e05c2a436cc856.tar.gz historical-8674c0dc9305c9ff46aaa6de13e05c2a436cc856.tar.bz2 historical-8674c0dc9305c9ff46aaa6de13e05c2a436cc856.zip |
[kde-base/kcheckpass] Version bump to KDE SC 4.4.0
Package-Manager: portage-2.2_rc62/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.4.0.ebuild | 30 |
2 files changed, 36 insertions, 1 deletions
diff --git a/kde-base/kcheckpass/ChangeLog b/kde-base/kcheckpass/ChangeLog index aa3da98d22dd..f4ec6836f816 100644 --- a/kde-base/kcheckpass/ChangeLog +++ b/kde-base/kcheckpass/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/kcheckpass # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kcheckpass/ChangeLog,v 1.150 2010/01/25 15:59:48 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kcheckpass/ChangeLog,v 1.151 2010/02/09 00:23:35 alexxy Exp $ + +*kcheckpass-4.4.0 (08 Feb 2010) + + 08 Feb 2010; Alexey Shvetsov <alexxy@gentoo.org> +kcheckpass-4.4.0.ebuild: + Version bump to KDE SC 4.4.0 *kcheckpass-4.3.5 (25 Jan 2010) diff --git a/kde-base/kcheckpass/kcheckpass-4.4.0.ebuild b/kde-base/kcheckpass/kcheckpass-4.4.0.ebuild new file mode 100644 index 000000000000..94bd8c61cf2f --- /dev/null +++ b/kde-base/kcheckpass/kcheckpass-4.4.0.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kcheckpass/kcheckpass-4.4.0.ebuild,v 1.1 2010/02/09 00:23:35 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 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" +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=( + $(cmake-utils_use_with pam) + ) + + kde4-meta_src_configure +} |