summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWulf Krueger <philantrop@gentoo.org>2008-02-20 22:39:42 +0000
committerWulf Krueger <philantrop@gentoo.org>2008-02-20 22:39:42 +0000
commit194788f3d6295fcc7eecbc724a2f11595b29b31d (patch)
tree1c49a636eea9f8835f814c9ae9cad2e5e9ecc00e /kde-base/kcheckpass
parentVersion bump to KDE 3.5.9. (diff)
downloadgentoo-2-194788f3d6295fcc7eecbc724a2f11595b29b31d.tar.gz
gentoo-2-194788f3d6295fcc7eecbc724a2f11595b29b31d.tar.bz2
gentoo-2-194788f3d6295fcc7eecbc724a2f11595b29b31d.zip
Version bump to KDE 3.5.9.
(Portage version: 2.1.4.4)
Diffstat (limited to 'kde-base/kcheckpass')
-rw-r--r--kde-base/kcheckpass/ChangeLog8
-rw-r--r--kde-base/kcheckpass/kcheckpass-3.5.9.ebuild21
2 files changed, 28 insertions, 1 deletions
diff --git a/kde-base/kcheckpass/ChangeLog b/kde-base/kcheckpass/ChangeLog
index d94e6ca22fba..8d5c22dee382 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.81 2008/02/18 15:42:55 ingmar Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kcheckpass/ChangeLog,v 1.82 2008/02/20 22:39:42 philantrop Exp $
+
+*kcheckpass-3.5.9 (20 Feb 2008)
+
+ 20 Feb 2008; Wulf C. Krueger <philantrop@gentoo.org>
+ +kcheckpass-3.5.9.ebuild:
+ Version bump to KDE 3.5.9.
18 Feb 2008; Ingmar Vanhassel <ingmar@gentoo.org> kcheckpass-3.5.8.ebuild:
Don't use bindnow-flags. Bug 210583.
diff --git a/kde-base/kcheckpass/kcheckpass-3.5.9.ebuild b/kde-base/kcheckpass/kcheckpass-3.5.9.ebuild
new file mode 100644
index 000000000000..744c9f1ca32b
--- /dev/null
+++ b/kde-base/kcheckpass/kcheckpass-3.5.9.ebuild
@@ -0,0 +1,21 @@
+# 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-3.5.9.ebuild,v 1.1 2008/02/20 22:39:42 philantrop Exp $
+
+KMNAME=kdebase
+EAPI="1"
+inherit kde-meta eutils flag-o-matic
+
+SRC_URI="${SRC_URI}
+ mirror://gentoo/kdebase-3.5-patchset-06.tar.bz2"
+
+DESCRIPTION="A simple password checker, used by any software in need of user authentication."
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+IUSE="pam kdehiddenvisibility"
+DEPEND="pam? ( kde-base/kdebase-pam )"
+
+src_compile() {
+ myconf="$(use_with pam)"
+
+ kde-meta_src_compile
+}