diff options
author | Theo Chatzimichos <tampakrap@gentoo.org> | 2009-09-01 15:13:51 +0000 |
---|---|---|
committer | Theo Chatzimichos <tampakrap@gentoo.org> | 2009-09-01 15:13:51 +0000 |
commit | 1ff182e7ba5a93a635ab741c363eb90904aeeb37 (patch) | |
tree | 69ce6a83de4e150e648e9dcf9329674235c07007 /kde-base/kdepasswd | |
parent | Version bump KDE 4.3.1 (diff) | |
download | gentoo-2-1ff182e7ba5a93a635ab741c363eb90904aeeb37.tar.gz gentoo-2-1ff182e7ba5a93a635ab741c363eb90904aeeb37.tar.bz2 gentoo-2-1ff182e7ba5a93a635ab741c363eb90904aeeb37.zip |
Version bump KDE 4.3.1
(Portage version: 2.2_rc38/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'kde-base/kdepasswd')
-rw-r--r-- | kde-base/kdepasswd/ChangeLog | 8 | ||||
-rw-r--r-- | kde-base/kdepasswd/kdepasswd-4.3.1.ebuild | 21 |
2 files changed, 28 insertions, 1 deletions
diff --git a/kde-base/kdepasswd/ChangeLog b/kde-base/kdepasswd/ChangeLog index 9c7e6dee0b87..3d76d54395a9 100644 --- a/kde-base/kdepasswd/ChangeLog +++ b/kde-base/kdepasswd/ChangeLog @@ -1,6 +1,12 @@ # 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.133 2009/08/04 00:19:44 wired Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepasswd/ChangeLog,v 1.134 2009/09/01 15:13:51 tampakrap Exp $ + +*kdepasswd-4.3.1 (01 Sep 2009) + + 01 Sep 2009; Theo Chatzimichos <tampakrap@gentoo.org> + +kdepasswd-4.3.1.ebuild: + Version bump *kdepasswd-4.3.0 (04 Aug 2009) diff --git a/kde-base/kdepasswd/kdepasswd-4.3.1.ebuild b/kde-base/kdepasswd/kdepasswd-4.3.1.ebuild new file mode 100644 index 000000000000..2aefbafa1288 --- /dev/null +++ b/kde-base/kdepasswd/kdepasswd-4.3.1.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.1.ebuild,v 1.1 2009/09/01 15:13:51 tampakrap 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" |