diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2009-01-13 21:44:53 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2009-01-13 21:44:53 +0000 |
commit | a41a9564bd0ad39f8304ed605e9b5da4a18dadbd (patch) | |
tree | 3368f2fea17f8fa76215e326300e2133b45a171b /kde-base/kdepasswd | |
parent | Bump kde to 4.1.4 (diff) | |
download | gentoo-2-a41a9564bd0ad39f8304ed605e9b5da4a18dadbd.tar.gz gentoo-2-a41a9564bd0ad39f8304ed605e9b5da4a18dadbd.tar.bz2 gentoo-2-a41a9564bd0ad39f8304ed605e9b5da4a18dadbd.zip |
Bump kde to 4.1.4
(Portage version: 2.2_rc21/cvs/Linux 2.6.28-gentoo x86_64)
Diffstat (limited to 'kde-base/kdepasswd')
-rw-r--r-- | kde-base/kdepasswd/ChangeLog | 9 | ||||
-rw-r--r-- | kde-base/kdepasswd/kdepasswd-4.1.4.ebuild | 20 |
2 files changed, 27 insertions, 2 deletions
diff --git a/kde-base/kdepasswd/ChangeLog b/kde-base/kdepasswd/ChangeLog index d8d62d66b8cf..9810dadb010d 100644 --- a/kde-base/kdepasswd/ChangeLog +++ b/kde-base/kdepasswd/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/kdepasswd -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepasswd/ChangeLog,v 1.105 2008/11/16 10:27:52 patrick Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepasswd/ChangeLog,v 1.106 2009/01/13 21:44:53 alexxy Exp $ + +*kdepasswd-4.1.4 (13 Jan 2009) + + 13 Jan 2009; Alexey Shvetsov <alexxy@gentoo.org> +kdepasswd-4.1.4.ebuild: + Bump to 4.1.4 16 Nov 2008; Patrick Lauer <patrick@gentoo.org> ChangeLog: Digest fix diff --git a/kde-base/kdepasswd/kdepasswd-4.1.4.ebuild b/kde-base/kdepasswd/kdepasswd-4.1.4.ebuild new file mode 100644 index 000000000000..1d1bd2922283 --- /dev/null +++ b/kde-base/kdepasswd/kdepasswd-4.1.4.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.1.4.ebuild,v 1.1 2009/01/13 21:44:53 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" |