summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWulf Krueger <philantrop@gentoo.org>2008-02-07 00:12:59 +0000
committerWulf Krueger <philantrop@gentoo.org>2008-02-07 00:12:59 +0000
commitb0cf2ebbfc7626d65b374788654d4e26028bda3f (patch)
tree473933e2eaf30d14938b24846be4b834a0d385d4 /kde-base/kfind
parentrename check_apache_threads to has_apache_threads as suggested by dberkholz (diff)
downloadgentoo-2-b0cf2ebbfc7626d65b374788654d4e26028bda3f.tar.gz
gentoo-2-b0cf2ebbfc7626d65b374788654d4e26028bda3f.tar.bz2
gentoo-2-b0cf2ebbfc7626d65b374788654d4e26028bda3f.zip
Version bump to KDE 4.0.1.
(Portage version: 2.1.4.1)
Diffstat (limited to 'kde-base/kfind')
-rw-r--r--kde-base/kfind/ChangeLog7
-rw-r--r--kde-base/kfind/kfind-4.0.1.ebuild18
2 files changed, 24 insertions, 1 deletions
diff --git a/kde-base/kfind/ChangeLog b/kde-base/kfind/ChangeLog
index 3dfa42cc48fc..cf5f829720df 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.81 2008/01/31 15:30:40 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kfind/ChangeLog,v 1.82 2008/02/07 00:11:33 philantrop Exp $
+
+*kfind-4.0.1 (06 Feb 2008)
+
+ 06 Feb 2008; Wulf C. Krueger <philantrop@gentoo.org> +kfind-4.0.1.ebuild:
+ Version bump to KDE 4.0.1.
31 Jan 2008; Brent Baude <ranger@gentoo.org> kfind-3.5.8.ebuild:
Marking kfind-3.5.8 ppc for bug 207634
diff --git a/kde-base/kfind/kfind-4.0.1.ebuild b/kde-base/kfind/kfind-4.0.1.ebuild
new file mode 100644
index 000000000000..a9541efcee31
--- /dev/null
+++ b/kde-base/kfind/kfind-4.0.1.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.1.ebuild,v 1.1 2008/02/07 00:11:33 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}"