summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Shvetsov <alexxy@gentoo.org>2009-03-04 21:07:00 +0000
committerAlexey Shvetsov <alexxy@gentoo.org>2009-03-04 21:07:00 +0000
commita176393c2bb23a8e7f4a73d1426befd4e8303d93 (patch)
treefd06ba38715fef9f73dfaa7ade607b90a75ff988 /kde-base/kdepasswd
parentBump KDE 4.2.1 (diff)
downloadgentoo-2-a176393c2bb23a8e7f4a73d1426befd4e8303d93.tar.gz
gentoo-2-a176393c2bb23a8e7f4a73d1426befd4e8303d93.tar.bz2
gentoo-2-a176393c2bb23a8e7f4a73d1426befd4e8303d93.zip
Bump KDE 4.2.1
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'kde-base/kdepasswd')
-rw-r--r--kde-base/kdepasswd/ChangeLog7
-rw-r--r--kde-base/kdepasswd/kdepasswd-4.2.1.ebuild20
2 files changed, 26 insertions, 1 deletions
diff --git a/kde-base/kdepasswd/ChangeLog b/kde-base/kdepasswd/ChangeLog
index 3c35e920f58e..b9343cf99e97 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.110 2009/02/17 13:23:07 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepasswd/ChangeLog,v 1.111 2009/03/04 21:07:00 alexxy Exp $
+
+*kdepasswd-4.2.1 (04 Mar 2009)
+
+ 04 Mar 2009; Alexey Shvetsov <alexxy@gentoo.org> +kdepasswd-4.2.1.ebuild:
+ Bump KDE 4.2.1
17 Feb 2009; Alexey Shvetsov <alexxy@gentoo.org> -kdepasswd-4.1.4.ebuild:
Drop KDE 4.1.4
diff --git a/kde-base/kdepasswd/kdepasswd-4.2.1.ebuild b/kde-base/kdepasswd/kdepasswd-4.2.1.ebuild
new file mode 100644
index 000000000000..af0e662bd82f
--- /dev/null
+++ b/kde-base/kdepasswd/kdepasswd-4.2.1.ebuild
@@ -0,0 +1,20 @@
+# 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.1.ebuild,v 1.1 2009/03/04 21:07:00 alexxy Exp $
+
+EAPI="2"
+
+KMNAME="kdebase"
+KMMODULE="apps/${PN}"
+
+inherit kde4-meta
+
+DESCRIPTION="KDE GUI for passwd"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE="debug"
+
+DEPEND=">=kde-base/libkonq-${PV}:${SLOT}"
+RDEPEND="${DEPEND}
+ >=kde-base/kdesu-${PV}:${SLOT}"
+
+KMLOADLIBS="libkonq"