diff options
author | Michael Palimaka <kensington@gentoo.org> | 2014-06-12 21:31:10 +1000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2014-06-12 21:31:10 +1000 |
commit | 5a961f6806ff2f1bc4cff969e312efd324ba9a96 (patch) | |
tree | 50d37bc7961072c1a86bb1d3314e6c58edbb7edf /kde-base/kfind | |
parent | [kde-base/kio-extras] Whitespace. (diff) | |
download | kde-5a961f6806ff2f1bc4cff969e312efd324ba9a96.tar.gz kde-5a961f6806ff2f1bc4cff969e312efd324ba9a96.tar.bz2 kde-5a961f6806ff2f1bc4cff969e312efd324ba9a96.zip |
[kde-base] Add KDE SC 4.13.2
Diffstat (limited to 'kde-base/kfind')
-rw-r--r-- | kde-base/kfind/Manifest | 1 | ||||
-rw-r--r-- | kde-base/kfind/kfind-4.13.2.ebuild | 19 |
2 files changed, 20 insertions, 0 deletions
diff --git a/kde-base/kfind/Manifest b/kde-base/kfind/Manifest new file mode 100644 index 0000000000..2918aa65c6 --- /dev/null +++ b/kde-base/kfind/Manifest @@ -0,0 +1 @@ +DIST kde-baseapps-4.13.2.tar.xz 2535060 SHA256 0a33e5b6ba8b06414fa2e980dd3a00c513a747727f1de05418696c1b9a886708 SHA512 7609e2094721953694f0f9ef3c9df98c28db6af1c136947b1162317457cd4ae4e5211f7ca41903e1a35e1699c2e41d12b0c53bf9b39d70eb7cac04d212469c60 WHIRLPOOL 692832d31f5b10fe9dd528822f7757b1c1c16657badd95181e48acd2ea4467439cede59d4440b93a6590558785616e6e1a030b2c34737744524c3ff3d0654a2e diff --git a/kde-base/kfind/kfind-4.13.2.ebuild b/kde-base/kfind/kfind-4.13.2.ebuild new file mode 100644 index 0000000000..67c6e39194 --- /dev/null +++ b/kde-base/kfind/kfind-4.13.2.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +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}" |