diff options
Diffstat (limited to 'kde-base/kfind')
-rw-r--r-- | kde-base/kfind/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/kfind/kfind-4.12.3.ebuild | 19 |
2 files changed, 25 insertions, 1 deletions
diff --git a/kde-base/kfind/ChangeLog b/kde-base/kfind/ChangeLog index 069c862774a9..30c7790c805d 100644 --- a/kde-base/kfind/ChangeLog +++ b/kde-base/kfind/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/kfind # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kfind/ChangeLog,v 1.304 2014/02/23 10:01:26 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kfind/ChangeLog,v 1.305 2014/03/04 19:13:20 johu Exp $ + +*kfind-4.12.3 (04 Mar 2014) + + 04 Mar 2014; Johannes Huber <johu@gentoo.org> +kfind-4.12.3.ebuild: + Version bump KDE SC 4.12.3 23 Feb 2014; Agostino Sarubbo <ago@gentoo.org> -kfind-4.11.2.ebuild: Remove old diff --git a/kde-base/kfind/kfind-4.12.3.ebuild b/kde-base/kfind/kfind-4.12.3.ebuild new file mode 100644 index 000000000000..1709e49fe6f3 --- /dev/null +++ b/kde-base/kfind/kfind-4.12.3.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kfind/kfind-4.12.3.ebuild,v 1.1 2014/03/04 19:13:20 johu Exp $ + +EAPI=5 + +KDE_HANDBOOK="optional" +KMNAME="kde-baseapps" +inherit kde4-meta + +DESCRIPTION="KDE file finder utility" +HOMEPAGE="http://www.kde.org/applications/utilities/kfind/" +KEYWORDS=" ~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +DEPEND=" + $(add_kdebase_dep libkonq) +" +RDEPEND="${DEPEND}" |