diff options
author | 2008-05-15 23:34:14 +0000 | |
---|---|---|
committer | 2008-05-15 23:34:14 +0000 | |
commit | e6a8a3ef0432a4ae4bf640b115d699f6adeb2b92 (patch) | |
tree | c1ea83d2ad42e77d843d45009cb354d07f46434f /kde-base/kfind | |
parent | Added KDE 4.0.4 version of kfilereplace. Thanks to Jorge Manuel B. S. Vicetto. (diff) | |
download | gentoo-2-e6a8a3ef0432a4ae4bf640b115d699f6adeb2b92.tar.gz gentoo-2-e6a8a3ef0432a4ae4bf640b115d699f6adeb2b92.tar.bz2 gentoo-2-e6a8a3ef0432a4ae4bf640b115d699f6adeb2b92.zip |
Added KDE 4.0.4 version of kfind. Thanks to Jorge Manuel B. S. Vicetto.
(Portage version: 2.1.5)
Diffstat (limited to 'kde-base/kfind')
-rw-r--r-- | kde-base/kfind/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/kfind/kfind-4.0.4.ebuild | 18 |
2 files changed, 24 insertions, 1 deletions
diff --git a/kde-base/kfind/ChangeLog b/kde-base/kfind/ChangeLog index 6b322741cf42..5c1d37fa12c7 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.92 2008/05/15 11:52:47 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kfind/ChangeLog,v 1.93 2008/05/15 23:34:14 ingmar Exp $ + +*kfind-4.0.4 (15 May 2008) + + 15 May 2008; Ingmar Vanhassel <ingmar@gentoo.org> +kfind-4.0.4.ebuild: + Added KDE 4.0.4 version of kfind. Thanks to Jorge Manuel B. S. Vicetto. 15 May 2008; Markus Rothe <corsair@gentoo.org> kfind-3.5.9.ebuild: Stable on ppc64; bug #221063 diff --git a/kde-base/kfind/kfind-4.0.4.ebuild b/kde-base/kfind/kfind-4.0.4.ebuild new file mode 100644 index 000000000000..4a2ba2f8f356 --- /dev/null +++ b/kde-base/kfind/kfind-4.0.4.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.4.ebuild,v 1.1 2008/05/15 23:34:14 ingmar 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}" |