diff options
author | Theo Chatzimichos <tampakrap@gentoo.org> | 2010-09-06 00:27:51 +0000 |
---|---|---|
committer | Theo Chatzimichos <tampakrap@gentoo.org> | 2010-09-06 00:27:51 +0000 |
commit | d833a2f05e88f2f2913846225d8a9623982cd3be (patch) | |
tree | 6dde015ab767b89917a2cdf04c7da55d260787fc /kde-base/kfind | |
parent | Version bump KDE SC 4.5.1 (diff) | |
download | gentoo-2-d833a2f05e88f2f2913846225d8a9623982cd3be.tar.gz gentoo-2-d833a2f05e88f2f2913846225d8a9623982cd3be.tar.bz2 gentoo-2-d833a2f05e88f2f2913846225d8a9623982cd3be.zip |
Version bump KDE SC 4.5.1
(Portage version: 2.2_rc75/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'kde-base/kfind')
-rw-r--r-- | kde-base/kfind/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/kfind/kfind-4.5.1.ebuild | 17 |
2 files changed, 23 insertions, 1 deletions
diff --git a/kde-base/kfind/ChangeLog b/kde-base/kfind/ChangeLog index 6005568a14b3..2533ca148c1e 100644 --- a/kde-base/kfind/ChangeLog +++ b/kde-base/kfind/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/kfind # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kfind/ChangeLog,v 1.168 2010/08/09 17:34:50 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kfind/ChangeLog,v 1.169 2010/09/06 00:27:51 tampakrap Exp $ + +*kfind-4.5.1 (06 Sep 2010) + + 06 Sep 2010; Theo Chatzimichos <tampakrap@gentoo.org> +kfind-4.5.1.ebuild: + Version bump 09 Aug 2010; Tomáš Chvátal <scarabeus@gentoo.org> kfind-4.4.5.ebuild: Drop alpha ia64 and sparc per the AT Lead permission. diff --git a/kde-base/kfind/kfind-4.5.1.ebuild b/kde-base/kfind/kfind-4.5.1.ebuild new file mode 100644 index 000000000000..65f90cba8db6 --- /dev/null +++ b/kde-base/kfind/kfind-4.5.1.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kfind/kfind-4.5.1.ebuild,v 1.1 2010/09/06 00:27:51 tampakrap Exp $ +EAPI="3" + +KDE_HANDBOOK=1 +KMNAME="kdebase-apps" +inherit kde4-meta + +DESCRIPTION="KDE file finder utility" +KEYWORDS="" +IUSE="debug" + +DEPEND=" + $(add_kdebase_dep libkonq) +" +RDEPEND="${DEPEND}" |