diff options
author | Tobias Heinlein <keytoaster@gentoo.org> | 2008-06-05 21:44:41 +0000 |
---|---|---|
committer | Tobias Heinlein <keytoaster@gentoo.org> | 2008-06-05 21:44:41 +0000 |
commit | 0961953e136b17868c6fbb620efe045fed3ae64a (patch) | |
tree | 031648f5e3e6eaa7bc9c0a29458f285bf9039236 /kde-base/kfind | |
parent | Added the KDE 4.0.5 version of kfilereplace. (diff) | |
download | historical-0961953e136b17868c6fbb620efe045fed3ae64a.tar.gz historical-0961953e136b17868c6fbb620efe045fed3ae64a.tar.bz2 historical-0961953e136b17868c6fbb620efe045fed3ae64a.zip |
Added the KDE 4.0.5 version of kfind.
Package-Manager: portage-2.2_pre7/cvs/Linux 2.6.25-gentoo-r4 AMD Athlon(tm) 64 X2 Dual Core Processor 4200+
Diffstat (limited to 'kde-base/kfind')
-rw-r--r-- | kde-base/kfind/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/kfind/kfind-4.0.5.ebuild | 18 |
2 files changed, 24 insertions, 1 deletions
diff --git a/kde-base/kfind/ChangeLog b/kde-base/kfind/ChangeLog index 63cddeda48a0..91693beac73e 100644 --- a/kde-base/kfind/ChangeLog +++ b/kde-base/kfind/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/kfind # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kfind/ChangeLog,v 1.94 2008/05/18 19:22:23 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kfind/ChangeLog,v 1.95 2008/06/05 21:44:41 keytoaster Exp $ + +*kfind-4.0.5 (05 Jun 2008) + + 05 Jun 2008; Tobias Heinlein <keytoaster@gentoo.org> +kfind-4.0.5.ebuild: + Added the KDE 4.0.5 version of kfind. 18 May 2008; Markus Meier <maekke@gentoo.org> kfind-3.5.9.ebuild: amd64/x86 stable, bug #221063 diff --git a/kde-base/kfind/kfind-4.0.5.ebuild b/kde-base/kfind/kfind-4.0.5.ebuild new file mode 100644 index 000000000000..df6b8ed669aa --- /dev/null +++ b/kde-base/kfind/kfind-4.0.5.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kfind/kfind-4.0.5.ebuild,v 1.1 2008/06/05 21:44:41 keytoaster Exp $ + +EAPI="1" + +KMNAME=kdebase +KMMODULE=apps/${PN} +inherit kde4-meta + +DESCRIPTION="KDE file finder utility" +KEYWORDS="~amd64 ~x86" +IUSE="debug htmlhandbook" + +DEPEND=">=kde-base/libkonq-${PV}:${SLOT}" +RDEPEND="${DEPEND}" + +KMEXTRA="apps/doc/${PN}" |