diff options
author | Wulf Krueger <philantrop@gentoo.org> | 2008-02-20 22:59:24 +0000 |
---|---|---|
committer | Wulf Krueger <philantrop@gentoo.org> | 2008-02-20 22:59:24 +0000 |
commit | 14eacfdaddb5b64c5bfa986d8b0fec5f5c29ec58 (patch) | |
tree | 4e7d18dd9a73e31656ec99e8538f6c66d8c3790c /kde-base/kfind | |
parent | Version bump to KDE 3.5.9. (diff) | |
download | gentoo-2-14eacfdaddb5b64c5bfa986d8b0fec5f5c29ec58.tar.gz gentoo-2-14eacfdaddb5b64c5bfa986d8b0fec5f5c29ec58.tar.bz2 gentoo-2-14eacfdaddb5b64c5bfa986d8b0fec5f5c29ec58.zip |
Version bump to KDE 3.5.9.
(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-3.5.9.ebuild | 17 |
2 files changed, 23 insertions, 1 deletions
diff --git a/kde-base/kfind/ChangeLog b/kde-base/kfind/ChangeLog index 0359764b55c6..5ace3acf16f9 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.83 2008/02/17 02:39:39 ingmar Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kfind/ChangeLog,v 1.84 2008/02/20 22:59:24 philantrop Exp $ + +*kfind-3.5.9 (20 Feb 2008) + + 20 Feb 2008; Wulf C. Krueger <philantrop@gentoo.org> +kfind-3.5.9.ebuild: + Version bump to KDE 3.5.9. 16 Feb 2008; Ingmar Vanhassel <ingmar@gentoo.org> -kfind-3.5.5.ebuild, -kfind-3.5.6.ebuild, -kfind-3.5.7.ebuild, -kfind-4.0.0.ebuild: diff --git a/kde-base/kfind/kfind-3.5.9.ebuild b/kde-base/kfind/kfind-3.5.9.ebuild new file mode 100644 index 000000000000..dceebb57f088 --- /dev/null +++ b/kde-base/kfind/kfind-3.5.9.ebuild @@ -0,0 +1,17 @@ +# 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-3.5.9.ebuild,v 1.1 2008/02/20 22:59:24 philantrop Exp $ + +KMNAME=kdebase +EAPI="1" +inherit kde-meta eutils + +DESCRIPTION="KDE file find utility" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +IUSE="kdehiddenvisibility" + +DEPEND=">=kde-base/libkonq-${PV}:${SLOT}" + +RDEPEND="${DEPEND}" + +KMCOPYLIB="libkonq libkonq" |