diff options
author | 2010-03-30 19:37:02 +0000 | |
---|---|---|
committer | 2010-03-30 19:37:02 +0000 | |
commit | 803a3ec700f1efa5c32fbd9e5abdc397ae71e897 (patch) | |
tree | f57761ba9b003aacc468537257437030149928a0 /kde-base/kcheckpass | |
parent | Version bump KDE 4.4.2 (diff) | |
download | gentoo-2-803a3ec700f1efa5c32fbd9e5abdc397ae71e897.tar.gz gentoo-2-803a3ec700f1efa5c32fbd9e5abdc397ae71e897.tar.bz2 gentoo-2-803a3ec700f1efa5c32fbd9e5abdc397ae71e897.zip |
Version bump KDE 4.4.2
(Portage version: 2.2_rc67/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.2.ebuild | 30 |
2 files changed, 36 insertions, 1 deletions
diff --git a/kde-base/kcheckpass/ChangeLog b/kde-base/kcheckpass/ChangeLog index bd63526a176c..908546d4835d 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.154 2010/03/11 18:38:53 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kcheckpass/ChangeLog,v 1.155 2010/03/30 19:37:02 spatz Exp $ + +*kcheckpass-4.4.2 (30 Mar 2010) + + 30 Mar 2010; Dror Levin <spatz@gentoo.org> +kcheckpass-4.4.2.ebuild: + Version bump 11 Mar 2010; Brent Baude <ranger@gentoo.org> kcheckpass-4.3.5.ebuild: Marking kcheckpass-4.3.5 ppc stable for bug 300393 diff --git a/kde-base/kcheckpass/kcheckpass-4.4.2.ebuild b/kde-base/kcheckpass/kcheckpass-4.4.2.ebuild new file mode 100644 index 000000000000..71b05d24e391 --- /dev/null +++ b/kde-base/kcheckpass/kcheckpass-4.4.2.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.2.ebuild,v 1.1 2010/03/30 19:37:02 spatz Exp $ + +EAPI="3" + +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 +} |