diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2010-02-09 00:22:34 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2010-02-09 00:22:34 +0000 |
commit | 52012fc40c5fda056268df828eab0e21fc254351 (patch) | |
tree | 515fa7a165f343c8dac2882d9f2e4e42ed9fcc5e /kde-base/kfind | |
parent | [kde-base/libkdeedu] Version bump to KDE SC 4.4.0 (diff) | |
download | gentoo-2-52012fc40c5fda056268df828eab0e21fc254351.tar.gz gentoo-2-52012fc40c5fda056268df828eab0e21fc254351.tar.bz2 gentoo-2-52012fc40c5fda056268df828eab0e21fc254351.zip |
[kde-base/kfind] Version bump to KDE SC 4.4.0
(Portage version: 2.2_rc62/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'kde-base/kfind')
-rw-r--r-- | kde-base/kfind/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/kfind/kfind-4.4.0.ebuild | 16 |
2 files changed, 22 insertions, 1 deletions
diff --git a/kde-base/kfind/ChangeLog b/kde-base/kfind/ChangeLog index 4fcf6294b9c9..1202255f4d10 100644 --- a/kde-base/kfind/ChangeLog +++ b/kde-base/kfind/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/kfind # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kfind/ChangeLog,v 1.150 2010/01/25 15:50:32 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kfind/ChangeLog,v 1.151 2010/02/09 00:22:34 alexxy Exp $ + +*kfind-4.4.0 (08 Feb 2010) + + 08 Feb 2010; Alexey Shvetsov <alexxy@gentoo.org> +kfind-4.4.0.ebuild: + Version bump to KDE SC 4.4.0 *kfind-4.3.5 (25 Jan 2010) diff --git a/kde-base/kfind/kfind-4.4.0.ebuild b/kde-base/kfind/kfind-4.4.0.ebuild new file mode 100644 index 000000000000..4ac503a2e7d5 --- /dev/null +++ b/kde-base/kfind/kfind-4.4.0.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kfind/kfind-4.4.0.ebuild,v 1.1 2010/02/09 00:22:34 alexxy Exp $ +EAPI="2" + +KMNAME="kdebase-apps" +inherit kde4-meta + +DESCRIPTION="KDE file finder utility" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" +IUSE="debug +handbook" + +DEPEND=" + $(add_kdebase_dep libkonq) +" +RDEPEND="${DEPEND}" |