diff options
Diffstat (limited to 'kde-base/kuser')
-rw-r--r-- | kde-base/kuser/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/kuser/kuser-4.6.5.ebuild | 22 |
2 files changed, 28 insertions, 1 deletions
diff --git a/kde-base/kuser/ChangeLog b/kde-base/kuser/ChangeLog index 0e5292b3feca..7bbb66e8a372 100644 --- a/kde-base/kuser/ChangeLog +++ b/kde-base/kuser/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/kuser # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kuser/ChangeLog,v 1.175 2011/07/06 20:05:40 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kuser/ChangeLog,v 1.176 2011/07/09 15:14:01 alexxy Exp $ + +*kuser-4.6.5 (09 Jul 2011) + + 09 Jul 2011; Alexey Shvetsov <alexxy@gentoo.org> +kuser-4.6.5.ebuild: + Version bump KDE SC 4.6.5 06 Jul 2011; Andreas K. Huettel <dilfridge@gentoo.org> -kuser-4.6.2.ebuild: Drop KDE 4.6.2 diff --git a/kde-base/kuser/kuser-4.6.5.ebuild b/kde-base/kuser/kuser-4.6.5.ebuild new file mode 100644 index 000000000000..52b50f49584a --- /dev/null +++ b/kde-base/kuser/kuser-4.6.5.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kuser/kuser-4.6.5.ebuild,v 1.1 2011/07/09 15:14:01 alexxy Exp $ + +EAPI=4 + +KDE_HANDBOOK="optional" +KMNAME="kdeadmin" + +inherit kde4-meta + +DESCRIPTION="KDE application that helps you manage system users" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +DEPEND=" + $(add_kdebase_dep kdepimlibs) +" +# notify is needed for dialogs +RDEPEND="${DEPEND} + $(add_kdebase_dep knotify) +" |