diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2009-01-13 21:23:41 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2009-01-13 21:23:41 +0000 |
commit | d56032465bf5dbc94aff3c539a9917627131a496 (patch) | |
tree | 6d373fe183390604641a8e6efeec790c12da2660 /kde-base/kcheckpass | |
parent | Bump kde to 4.1.4 (diff) | |
download | gentoo-2-d56032465bf5dbc94aff3c539a9917627131a496.tar.gz gentoo-2-d56032465bf5dbc94aff3c539a9917627131a496.tar.bz2 gentoo-2-d56032465bf5dbc94aff3c539a9917627131a496.zip |
Bump kde to 4.1.4
(Portage version: 2.2_rc21/cvs/Linux 2.6.28-gentoo x86_64)
Diffstat (limited to 'kde-base/kcheckpass')
-rw-r--r-- | kde-base/kcheckpass/ChangeLog | 9 | ||||
-rw-r--r-- | kde-base/kcheckpass/kcheckpass-4.1.4.ebuild | 25 |
2 files changed, 32 insertions, 2 deletions
diff --git a/kde-base/kcheckpass/ChangeLog b/kde-base/kcheckpass/ChangeLog index 88a8c53e2d33..92017979be95 100644 --- a/kde-base/kcheckpass/ChangeLog +++ b/kde-base/kcheckpass/ChangeLog @@ -1,6 +1,11 @@ # 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.101 2008/11/16 04:46:50 vapier Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kcheckpass/ChangeLog,v 1.102 2009/01/13 21:23:41 alexxy Exp $ + +*kcheckpass-4.1.4 (13 Jan 2009) + + 13 Jan 2009; Alexey Shvetsov <alexxy@gentoo.org> +kcheckpass-4.1.4.ebuild: + Bump to 4.1.4 15 Nov 2008; Mike Frysinger <vapier@gentoo.org> kcheckpass-4.1.3.ebuild: Add ppc/ppc64 love #244306. diff --git a/kde-base/kcheckpass/kcheckpass-4.1.4.ebuild b/kde-base/kcheckpass/kcheckpass-4.1.4.ebuild new file mode 100644 index 000000000000..aa21dd41e636 --- /dev/null +++ b/kde-base/kcheckpass/kcheckpass-4.1.4.ebuild @@ -0,0 +1,25 @@ +# 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.1.4.ebuild,v 1.1 2009/01/13 21:23:41 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="~amd64 ~ppc ~ppc64 ~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 +} |