diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2009-05-06 23:14:35 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2009-05-06 23:14:35 +0000 |
commit | 82d99da32c7025e23a90a6a1dae4fdb1ccc7eca3 (patch) | |
tree | b13166481d1f3e19095acab9e225bca884105ec6 /kde-base/kdepasswd | |
parent | Version bump KDE 4.2.3 (diff) | |
download | gentoo-2-82d99da32c7025e23a90a6a1dae4fdb1ccc7eca3.tar.gz gentoo-2-82d99da32c7025e23a90a6a1dae4fdb1ccc7eca3.tar.bz2 gentoo-2-82d99da32c7025e23a90a6a1dae4fdb1ccc7eca3.zip |
Version bump KDE 4.2.3
(Portage version: 2.2_rc31/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.2.3.ebuild | 21 |
2 files changed, 27 insertions, 1 deletions
diff --git a/kde-base/kdepasswd/ChangeLog b/kde-base/kdepasswd/ChangeLog index 75f7d84ce8ef..f4ee56ec79b2 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.120 2009/04/17 06:31:52 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepasswd/ChangeLog,v 1.121 2009/05/06 23:14:35 scarabeus Exp $ + +*kdepasswd-4.2.3 (06 May 2009) + + 06 May 2009; Tomas Chvatal <scarabeus@gentoo.org> +kdepasswd-4.2.3.ebuild: + Version bump 17 Apr 2009; Alexey Shvetsov <alexxy@gentoo.org> kdepasswd-4.2.2: Restore ~hppa keywords diff --git a/kde-base/kdepasswd/kdepasswd-4.2.3.ebuild b/kde-base/kdepasswd/kdepasswd-4.2.3.ebuild new file mode 100644 index 000000000000..3966ae6989fc --- /dev/null +++ b/kde-base/kdepasswd/kdepasswd-4.2.3.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.2.3.ebuild,v 1.1 2009/05/06 23:14:35 scarabeus Exp $ + +EAPI="2" + +KMNAME="kdebase-apps" +inherit kde4-meta + +DESCRIPTION="KDE GUI for passwd" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86" +IUSE="debug doc" + +DEPEND=" + >=kde-base/libkonq-${PV}:${SLOT}[kdeprefix=] +" +RDEPEND="${DEPEND} + >=kde-base/kdesu-${PV}:${SLOT}[kdeprefix=] +" + +KMLOADLIBS="libkonq" |