diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2009-01-13 23:07:22 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2009-01-13 23:07:22 +0000 |
commit | 5808e97b3d10f3809b75676fa54e9aa74063b2c1 (patch) | |
tree | 09335035c7cef0c9eac9d2f100076205c723e59c | |
parent | Bump kde to 4.1.4 (diff) | |
download | gentoo-2-5808e97b3d10f3809b75676fa54e9aa74063b2c1.tar.gz gentoo-2-5808e97b3d10f3809b75676fa54e9aa74063b2c1.tar.bz2 gentoo-2-5808e97b3d10f3809b75676fa54e9aa74063b2c1.zip |
Bump kde to 4.1.4
(Portage version: 2.2_rc21/cvs/Linux 2.6.28-gentoo x86_64)
-rw-r--r-- | kde-base/kuser/ChangeLog | 9 | ||||
-rw-r--r-- | kde-base/kuser/kuser-4.1.4.ebuild | 14 |
2 files changed, 21 insertions, 2 deletions
diff --git a/kde-base/kuser/ChangeLog b/kde-base/kuser/ChangeLog index 7e490d98cc57..4cb8d44bb6fb 100644 --- a/kde-base/kuser/ChangeLog +++ b/kde-base/kuser/ChangeLog @@ -1,6 +1,11 @@ # 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.97 2008/11/16 08:13:09 vapier Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kuser/ChangeLog,v 1.98 2009/01/13 23:07:22 alexxy Exp $ + +*kuser-4.1.4 (13 Jan 2009) + + 13 Jan 2009; Alexey Shvetsov <alexxy@gentoo.org> +kuser-4.1.4.ebuild: + Bump to 4.1.4 15 Nov 2008; Mike Frysinger <vapier@gentoo.org> kuser-4.1.3.ebuild: Add ppc/ppc64 love #244306. diff --git a/kde-base/kuser/kuser-4.1.4.ebuild b/kde-base/kuser/kuser-4.1.4.ebuild new file mode 100644 index 000000000000..349a18bdcb97 --- /dev/null +++ b/kde-base/kuser/kuser-4.1.4.ebuild @@ -0,0 +1,14 @@ +# 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.1.4.ebuild,v 1.1 2009/01/13 23:07:22 alexxy Exp $ + +EAPI="2" + +KMNAME=kdeadmin +inherit kde4-meta + +DESCRIPTION="KDE user (/etc/passwd and other methods) manager" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +IUSE="debug htmlhandbook" + +RDEPEND=">=kde-base/knotify-${PV}:${SLOT}" |