diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2008-11-09 02:48:16 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2008-11-09 02:48:16 +0000 |
commit | 4795305c09141c433f59e0ba5aa4e57fa7dfb6aa (patch) | |
tree | c467ffc87e0743d49c1b7bc14a475b71a67550fb /kde-base/kcheckpass | |
parent | Full auto: Version bump for KDE-4.1.3 (diff) | |
download | gentoo-2-4795305c09141c433f59e0ba5aa4e57fa7dfb6aa.tar.gz gentoo-2-4795305c09141c433f59e0ba5aa4e57fa7dfb6aa.tar.bz2 gentoo-2-4795305c09141c433f59e0ba5aa4e57fa7dfb6aa.zip |
Full auto: Version bump for KDE-4.1.3
(Portage version: 2.2_rc12/cvs/Linux 2.6.26-gentoo i686)
Diffstat (limited to 'kde-base/kcheckpass')
-rw-r--r-- | kde-base/kcheckpass/ChangeLog | 8 | ||||
-rw-r--r-- | kde-base/kcheckpass/kcheckpass-4.1.3.ebuild | 25 |
2 files changed, 32 insertions, 1 deletions
diff --git a/kde-base/kcheckpass/ChangeLog b/kde-base/kcheckpass/ChangeLog index 087cd73cafb9..dbac31ce3eed 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.99 2008/10/21 09:31:45 jmbsvicetto Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kcheckpass/ChangeLog,v 1.100 2008/11/09 02:48:16 scarabeus Exp $ + +*kcheckpass-4.1.3 (08 Nov 2008) + + 08 Nov 2008; Tomas Chvatal <scarabeus@gentoo.org> + +kcheckpass-4.1.3.ebuild: + Version bump. 21 Oct 2008; Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> -kcheckpass-4.0.4.ebuild, -kcheckpass-4.0.5.ebuild: diff --git a/kde-base/kcheckpass/kcheckpass-4.1.3.ebuild b/kde-base/kcheckpass/kcheckpass-4.1.3.ebuild new file mode 100644 index 000000000000..e7e78783dfec --- /dev/null +++ b/kde-base/kcheckpass/kcheckpass-4.1.3.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.3.ebuild,v 1.1 2008/11/09 02:48:16 scarabeus 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 +} |