summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--kde-base/kdepasswd/ChangeLog7
-rw-r--r--kde-base/kdepasswd/kdepasswd-4.2.4.ebuild21
2 files changed, 27 insertions, 1 deletions
diff --git a/kde-base/kdepasswd/ChangeLog b/kde-base/kdepasswd/ChangeLog
index 459a87d865b9..c54c377b3a85 100644
--- a/kde-base/kdepasswd/ChangeLog
+++ b/kde-base/kdepasswd/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for kde-base/kdepasswd
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepasswd/ChangeLog,v 1.124 2009/06/03 15:24:45 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepasswd/ChangeLog,v 1.125 2009/06/04 12:04:40 alexxy Exp $
+
+*kdepasswd-4.2.4 (04 Jun 2009)
+
+ 04 Jun 2009; Alexey Shvetsov <alexxy@gentoo.org> +kdepasswd-4.2.4.ebuild:
+ Version bump
03 Jun 2009; Alexey Shvetsov <alexxy@gentoo.org> -kdepasswd-4.2.2.ebuild:
Drop KDE 4.2.2
diff --git a/kde-base/kdepasswd/kdepasswd-4.2.4.ebuild b/kde-base/kdepasswd/kdepasswd-4.2.4.ebuild
new file mode 100644
index 000000000000..b54c0d7c04e9
--- /dev/null
+++ b/kde-base/kdepasswd/kdepasswd-4.2.4.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepasswd/kdepasswd-4.2.4.ebuild,v 1.1 2009/06/04 12:04:40 alexxy Exp $
+
+EAPI="2"
+
+KMNAME="kdebase-apps"
+inherit kde4-meta
+
+DESCRIPTION="KDE GUI for passwd"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+IUSE="debug +handbook"
+
+DEPEND="
+ >=kde-base/libkonq-${PV}:${SLOT}[kdeprefix=]
+"
+RDEPEND="${DEPEND}
+ >=kde-base/kdesu-${PV}:${SLOT}[kdeprefix=]
+"
+
+KMLOADLIBS="libkonq"