diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2009-10-06 19:00:47 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2009-10-06 19:00:47 +0000 |
commit | c78b8d7d3b6bfe11521a279865b8ed18967d5f22 (patch) | |
tree | 0d4f4b255c79ab3da3351de1fe600a10c1c2083f /kde-base/kdepasswd | |
parent | Version bump KDE 4.3.2 (diff) | |
download | gentoo-2-c78b8d7d3b6bfe11521a279865b8ed18967d5f22.tar.gz gentoo-2-c78b8d7d3b6bfe11521a279865b8ed18967d5f22.tar.bz2 gentoo-2-c78b8d7d3b6bfe11521a279865b8ed18967d5f22.zip |
Version bump KDE 4.3.2
(Portage version: 2.2_rc44/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'kde-base/kdepasswd')
-rw-r--r-- | kde-base/kdepasswd/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/kdepasswd/kdepasswd-4.3.2.ebuild | 21 |
2 files changed, 27 insertions, 1 deletions
diff --git a/kde-base/kdepasswd/ChangeLog b/kde-base/kdepasswd/ChangeLog index 3d76d54395a9..2f3d3a137d8e 100644 --- a/kde-base/kdepasswd/ChangeLog +++ b/kde-base/kdepasswd/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/kdepasswd # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepasswd/ChangeLog,v 1.134 2009/09/01 15:13:51 tampakrap Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepasswd/ChangeLog,v 1.135 2009/10/06 19:00:47 alexxy Exp $ + +*kdepasswd-4.3.2 (06 Oct 2009) + + 06 Oct 2009; Alexey Shvetsov <alexxy@gentoo.org> +kdepasswd-4.3.2.ebuild: + Version bump *kdepasswd-4.3.1 (01 Sep 2009) diff --git a/kde-base/kdepasswd/kdepasswd-4.3.2.ebuild b/kde-base/kdepasswd/kdepasswd-4.3.2.ebuild new file mode 100644 index 000000000000..0bdbbaab041d --- /dev/null +++ b/kde-base/kdepasswd/kdepasswd-4.3.2.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepasswd/kdepasswd-4.3.2.ebuild,v 1.1 2009/10/06 19:00:47 alexxy Exp $ + +EAPI="2" + +KMNAME="kdebase-apps" +inherit kde4-meta + +DESCRIPTION="KDE GUI for passwd" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86" +IUSE="debug +handbook" + +DEPEND=" + >=kde-base/libkonq-${PV}:${SLOT}[kdeprefix=] +" +RDEPEND="${DEPEND} + >=kde-base/kdesu-${PV}:${SLOT}[kdeprefix=] +" + +KMLOADLIBS="libkonq" |