diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2009-10-06 20:18:28 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2009-10-06 20:18:28 +0000 |
commit | 57ab49ba3ea68fe7f0ff88b5032f840f0d936a24 (patch) | |
tree | cd5711c819a3f77faf641d80902bf9f40f5d8778 /kde-base/kuser | |
parent | Version bump KDE 4.3.2 (diff) | |
download | gentoo-2-57ab49ba3ea68fe7f0ff88b5032f840f0d936a24.tar.gz gentoo-2-57ab49ba3ea68fe7f0ff88b5032f840f0d936a24.tar.bz2 gentoo-2-57ab49ba3ea68fe7f0ff88b5032f840f0d936a24.zip |
Version bump KDE 4.3.2
(Portage version: 2.2_rc44/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'kde-base/kuser')
-rw-r--r-- | kde-base/kuser/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/kuser/kuser-4.3.2.ebuild | 19 |
2 files changed, 25 insertions, 1 deletions
diff --git a/kde-base/kuser/ChangeLog b/kde-base/kuser/ChangeLog index e5158390af9e..9345bff007d9 100644 --- a/kde-base/kuser/ChangeLog +++ b/kde-base/kuser/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/kuser # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kuser/ChangeLog,v 1.121 2009/09/01 16:08:45 tampakrap Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kuser/ChangeLog,v 1.122 2009/10/06 20:18:28 alexxy Exp $ + +*kuser-4.3.2 (06 Oct 2009) + + 06 Oct 2009; Alexey Shvetsov <alexxy@gentoo.org> +kuser-4.3.2.ebuild: + Version bump *kuser-4.3.1 (01 Sep 2009) diff --git a/kde-base/kuser/kuser-4.3.2.ebuild b/kde-base/kuser/kuser-4.3.2.ebuild new file mode 100644 index 000000000000..69b69833111f --- /dev/null +++ b/kde-base/kuser/kuser-4.3.2.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kuser/kuser-4.3.2.ebuild,v 1.1 2009/10/06 20:18:28 alexxy Exp $ + +EAPI="2" + +KMNAME="kdeadmin" + +inherit kde4-meta + +DESCRIPTION="KDE application that helps you manage system users" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86" +IUSE="debug +handbook" + +DEPEND=">=kde-base/kdepimlibs-${PV}:${SLOT}[kdeprefix=]" +# notify is needed for dialogs +RDEPEND="${DEPEND} + >=kde-base/knotify-${PV}:${SLOT}[kdeprefix=] +" |