diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2009-06-04 13:31:29 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2009-06-04 13:31:29 +0000 |
commit | c455ceb0fca3aed1dc420d99bf8005f316d9fe28 (patch) | |
tree | d7bdbd5431198cc64fd2b67813b5155d774dc3c3 /kde-base/kuser | |
parent | Fix fmod dep slightly to allow only fmod-3, since -4 is totally different pkg... (diff) | |
download | gentoo-2-c455ceb0fca3aed1dc420d99bf8005f316d9fe28.tar.gz gentoo-2-c455ceb0fca3aed1dc420d99bf8005f316d9fe28.tar.bz2 gentoo-2-c455ceb0fca3aed1dc420d99bf8005f316d9fe28.zip |
Version bump KDE 4.2.4
(Portage version: 2.2_rc33/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.2.4.ebuild | 19 |
2 files changed, 25 insertions, 1 deletions
diff --git a/kde-base/kuser/ChangeLog b/kde-base/kuser/ChangeLog index 3b33ba3290d7..9044af50c7fa 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.112 2009/06/03 17:44:34 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kuser/ChangeLog,v 1.113 2009/06/04 13:31:29 alexxy Exp $ + +*kuser-4.2.4 (04 Jun 2009) + + 04 Jun 2009; Alexey Shvetsov <alexxy@gentoo.org> +kuser-4.2.4.ebuild: + Version bump 03 Jun 2009; Alexey Shvetsov <alexxy@gentoo.org> -kuser-4.2.2.ebuild: Drop KDE 4.2.2 diff --git a/kde-base/kuser/kuser-4.2.4.ebuild b/kde-base/kuser/kuser-4.2.4.ebuild new file mode 100644 index 000000000000..b2e08ad18002 --- /dev/null +++ b/kde-base/kuser/kuser-4.2.4.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.2.4.ebuild,v 1.1 2009/06/04 13:31:29 alexxy Exp $ + +EAPI="2" + +KMNAME="kdeadmin" +inherit kde4-meta + +DESCRIPTION="KDE user (/etc/passwd and other methods) manager" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +IUSE="debug +handbook" + +DEPEND=" + >=kde-base/kdepimlibs-${PV}:${SLOT}[kdeprefix=] +" +RDEPEND="${DEPEND} + >=kde-base/knotify-${PV}:${SLOT}[kdeprefix=] +" |