diff options
author | Wulf Krueger <philantrop@gentoo.org> | 2008-04-03 21:37:23 +0000 |
---|---|---|
committer | Wulf Krueger <philantrop@gentoo.org> | 2008-04-03 21:37:23 +0000 |
commit | 0d2f5a3faa16b7c913501be2597a1cb6fca70e9c (patch) | |
tree | 852b889a5834935a1a28a558ca2728cff0f36c85 /kde-base/kuser | |
parent | Version bump to KDE 4.0.3. This is still not intended for mainstream so DO NO... (diff) | |
download | gentoo-2-0d2f5a3faa16b7c913501be2597a1cb6fca70e9c.tar.gz gentoo-2-0d2f5a3faa16b7c913501be2597a1cb6fca70e9c.tar.bz2 gentoo-2-0d2f5a3faa16b7c913501be2597a1cb6fca70e9c.zip |
Version bump to KDE 4.0.3. This is still not intended for mainstream so DO NOT KEYWORD IT without talking to the KDE herd first.
(Portage version: 2.1.4.4)
Diffstat (limited to 'kde-base/kuser')
-rw-r--r-- | kde-base/kuser/ChangeLog | 8 | ||||
-rw-r--r-- | kde-base/kuser/kuser-4.0.3.ebuild | 14 |
2 files changed, 21 insertions, 1 deletions
diff --git a/kde-base/kuser/ChangeLog b/kde-base/kuser/ChangeLog index af136ad572bf..f478197824a3 100644 --- a/kde-base/kuser/ChangeLog +++ b/kde-base/kuser/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for kde-base/kuser # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kuser/ChangeLog,v 1.83 2008/03/20 18:09:29 ingmar Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kuser/ChangeLog,v 1.84 2008/04/03 21:37:23 philantrop Exp $ + +*kuser-4.0.3 (03 Apr 2008) + + 03 Apr 2008; Wulf C. Krueger <philantrop@gentoo.org> +kuser-4.0.3.ebuild: + Version bump to KDE 4.0.3. This is still not intended for mainstream so DO + NOT KEYWORD IT without talking to the KDE herd first. 20 Mar 2008; Ingmar Vanhassel <ingmar@gentoo.org> -kuser-4.0.1.ebuild: Old. diff --git a/kde-base/kuser/kuser-4.0.3.ebuild b/kde-base/kuser/kuser-4.0.3.ebuild new file mode 100644 index 000000000000..42f26b7df51f --- /dev/null +++ b/kde-base/kuser/kuser-4.0.3.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kuser/kuser-4.0.3.ebuild,v 1.1 2008/04/03 21:37:23 philantrop Exp $ + +EAPI="1" + +KMNAME=kdeadmin +inherit kde4-meta + +DESCRIPTION="KDE user (/etc/passwd and other methods) manager" +KEYWORDS="~amd64 ~x86" +IUSE="debug htmlhandbook" + +RDEPEND=">=kde-base/knotify-${PV}:${SLOT}" |