diff options
author | Wulf Krueger <philantrop@gentoo.org> | 2008-04-03 21:05:25 +0000 |
---|---|---|
committer | Wulf Krueger <philantrop@gentoo.org> | 2008-04-03 21:05:25 +0000 |
commit | d2bb5b79a97f345126aa883c63f27ab0e535f319 (patch) | |
tree | 5a37fc9767e06aabfa49c8af6f1f2cc50090b662 /kde-base/kfind | |
parent | Version bump to KDE 4.0.3. This is still not intended for mainstream so DO NO... (diff) | |
download | gentoo-2-d2bb5b79a97f345126aa883c63f27ab0e535f319.tar.gz gentoo-2-d2bb5b79a97f345126aa883c63f27ab0e535f319.tar.bz2 gentoo-2-d2bb5b79a97f345126aa883c63f27ab0e535f319.zip |
Version bump to KDE 4.0.3. This is still not intended for mainstream so DO NOT KEYWORD IT without talking to the KDE herd first.
(Portage version: 2.1.4.4)
Diffstat (limited to 'kde-base/kfind')
-rw-r--r-- | kde-base/kfind/ChangeLog | 8 | ||||
-rw-r--r-- | kde-base/kfind/kfind-4.0.3.ebuild | 18 |
2 files changed, 25 insertions, 1 deletions
diff --git a/kde-base/kfind/ChangeLog b/kde-base/kfind/ChangeLog index 8e41141a2396..5bfc7eb83dca 100644 --- a/kde-base/kfind/ChangeLog +++ b/kde-base/kfind/ChangeLog @@ -1,6 +1,12 @@ # 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.87 2008/03/20 17:00:59 ingmar Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kfind/ChangeLog,v 1.88 2008/04/03 21:05:25 philantrop Exp $ + +*kfind-4.0.3 (03 Apr 2008) + + 03 Apr 2008; Wulf C. Krueger <philantrop@gentoo.org> +kfind-4.0.3.ebuild: + Version bump to KDE 4.0.3. This is still not intended for mainstream so DO + NOT KEYWORD IT without talking to the KDE herd first. 20 Mar 2008; Ingmar Vanhassel <ingmar@gentoo.org> -kfind-4.0.1.ebuild: Old. diff --git a/kde-base/kfind/kfind-4.0.3.ebuild b/kde-base/kfind/kfind-4.0.3.ebuild new file mode 100644 index 000000000000..0cf0dac903cc --- /dev/null +++ b/kde-base/kfind/kfind-4.0.3.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.3.ebuild,v 1.1 2008/04/03 21:05:25 philantrop 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}" |