diff options
author | 2008-03-10 23:38:09 +0000 | |
---|---|---|
committer | 2008-03-10 23:38:09 +0000 | |
commit | 8739201087dd504f1904c1c7898d555923cea583 (patch) | |
tree | db07e8f11fba36c0d6193368dfe6ed9aa7961fd0 /kde-base/kfind | |
parent | Version bump to KDE 4.0.2. (diff) | |
download | gentoo-2-8739201087dd504f1904c1c7898d555923cea583.tar.gz gentoo-2-8739201087dd504f1904c1c7898d555923cea583.tar.bz2 gentoo-2-8739201087dd504f1904c1c7898d555923cea583.zip |
Version bump to KDE 4.0.2.
(Portage version: 2.1.4.4)
Diffstat (limited to 'kde-base/kfind')
-rw-r--r-- | kde-base/kfind/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/kfind/kfind-4.0.2.ebuild | 18 |
2 files changed, 24 insertions, 1 deletions
diff --git a/kde-base/kfind/ChangeLog b/kde-base/kfind/ChangeLog index 19c440d11dcb..89efefc2106d 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.85 2008/03/04 02:49:11 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kfind/ChangeLog,v 1.86 2008/03/10 23:38:09 philantrop Exp $ + +*kfind-4.0.2 (10 Mar 2008) + + 10 Mar 2008; Wulf C. Krueger <philantrop@gentoo.org> +kfind-4.0.2.ebuild: + Version bump to KDE 4.0.2 04 Mar 2008; Jeroen Roovers <jer@gentoo.org> kfind-3.5.8.ebuild, kfind-3.5.9.ebuild, kfind-4.0.1.ebuild: diff --git a/kde-base/kfind/kfind-4.0.2.ebuild b/kde-base/kfind/kfind-4.0.2.ebuild new file mode 100644 index 000000000000..6c73bf699615 --- /dev/null +++ b/kde-base/kfind/kfind-4.0.2.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.2.ebuild,v 1.1 2008/03/10 23:38:09 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}" |