diff options
author | Theo Chatzimichos <tampakrap@gentoo.org> | 2010-03-02 17:21:01 +0000 |
---|---|---|
committer | Theo Chatzimichos <tampakrap@gentoo.org> | 2010-03-02 17:21:01 +0000 |
commit | d26ca982eb0a63dd3f2301f0314474d00e0f8a01 (patch) | |
tree | 01477022569c87e08e9d03104ce534fd049c808d /kde-base/kfind | |
parent | Masking net-misc/tipcutils wrt bug #298143. (diff) | |
download | gentoo-2-d26ca982eb0a63dd3f2301f0314474d00e0f8a01.tar.gz gentoo-2-d26ca982eb0a63dd3f2301f0314474d00e0f8a01.tar.bz2 gentoo-2-d26ca982eb0a63dd3f2301f0314474d00e0f8a01.zip |
Version bump KDE 4.4.1
(Portage version: 2.2_rc63/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.4.1.ebuild | 16 |
2 files changed, 22 insertions, 1 deletions
diff --git a/kde-base/kfind/ChangeLog b/kde-base/kfind/ChangeLog index 9ce134a01726..64c6b0e54f5a 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.152 2010/02/20 10:53:48 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kfind/ChangeLog,v 1.153 2010/03/02 17:21:01 tampakrap Exp $ + +*kfind-4.4.1 (02 Mar 2010) + + 02 Mar 2010; Theo Chatzimichos <tampakrap@gentoo.org> +kfind-4.4.1.ebuild: + Version bump 20 Feb 2010; Samuli Suominen <ssuominen@gentoo.org> kfind-4.3.5.ebuild: amd64/x86 stable wrt #300393 diff --git a/kde-base/kfind/kfind-4.4.1.ebuild b/kde-base/kfind/kfind-4.4.1.ebuild new file mode 100644 index 000000000000..9d559ed2e5fa --- /dev/null +++ b/kde-base/kfind/kfind-4.4.1.ebuild @@ -0,0 +1,16 @@ +# 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.4.1.ebuild,v 1.1 2010/03/02 17:21:01 tampakrap Exp $ +EAPI="3" + +KMNAME="kdebase-apps" +inherit kde4-meta + +DESCRIPTION="KDE file finder utility" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" +IUSE="debug +handbook" + +DEPEND=" + $(add_kdebase_dep libkonq) +" +RDEPEND="${DEPEND}" |