diff options
author | Wulf Krueger <philantrop@gentoo.org> | 2008-01-17 23:59:22 +0000 |
---|---|---|
committer | Wulf Krueger <philantrop@gentoo.org> | 2008-01-17 23:59:22 +0000 |
commit | 994c97af3e0a29d1abca6083a671562ac0bfb13c (patch) | |
tree | 7af15307b04be632725ea75499cea4cb242a10ac | |
parent | Added KDE 4.0.0's knetworkconf. (diff) | |
download | historical-994c97af3e0a29d1abca6083a671562ac0bfb13c.tar.gz historical-994c97af3e0a29d1abca6083a671562ac0bfb13c.tar.bz2 historical-994c97af3e0a29d1abca6083a671562ac0bfb13c.zip |
Added KDE 4.0.0's kfind.
Package-Manager: portage-2.1.4
-rw-r--r-- | kde-base/kfind/ChangeLog | 9 | ||||
-rw-r--r-- | kde-base/kfind/files/digest-kfind-4.0.0 | 3 | ||||
-rw-r--r-- | kde-base/kfind/kfind-4.0.0.ebuild | 18 |
3 files changed, 28 insertions, 2 deletions
diff --git a/kde-base/kfind/ChangeLog b/kde-base/kfind/ChangeLog index 5e1b5f556428..e653f59db45a 100644 --- a/kde-base/kfind/ChangeLog +++ b/kde-base/kfind/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/kfind -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kfind/ChangeLog,v 1.75 2007/10/19 22:53:27 philantrop Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kfind/ChangeLog,v 1.76 2008/01/17 23:59:21 philantrop Exp $ + +*kfind-4.0.0 (17 Jan 2008) + + 17 Jan 2008; Wulf C. Krueger <philantrop@gentoo.org> +kfind-4.0.0.ebuild: + Added KDE 4.0.0's kfind. *kfind-3.5.8 (19 Oct 2007) diff --git a/kde-base/kfind/files/digest-kfind-4.0.0 b/kde-base/kfind/files/digest-kfind-4.0.0 new file mode 100644 index 000000000000..24ff971acf2c --- /dev/null +++ b/kde-base/kfind/files/digest-kfind-4.0.0 @@ -0,0 +1,3 @@ +MD5 01d8f2f16cbd4e225efc996b0dd39769 kdebase-4.0.0.tar.bz2 4032455 +RMD160 48d400a860b01697dde0e335f81a7c9622963247 kdebase-4.0.0.tar.bz2 4032455 +SHA256 3881342b8921f0cd1077a24ecc3e2ca2a0b8c15e6d78654198d6f4cc64fc2990 kdebase-4.0.0.tar.bz2 4032455 diff --git a/kde-base/kfind/kfind-4.0.0.ebuild b/kde-base/kfind/kfind-4.0.0.ebuild new file mode 100644 index 000000000000..c8012bd18c94 --- /dev/null +++ b/kde-base/kfind/kfind-4.0.0.ebuild @@ -0,0 +1,18 @@ +# 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-4.0.0.ebuild,v 1.1 2008/01/17 23:59:21 philantrop Exp $ + +EAPI="1" + +KMNAME=kdebase +KMMODULE=apps/${PN} +inherit kde4-meta + +DESCRIPTION="KDE file finder utility" +KEYWORDS="~amd64 ~x86" +IUSE="debug htmlhandbook" + +DEPEND=">=kde-base/libkonq-${PV}:${SLOT}" +RDEPEND="${DEPEND}" + +KMEXTRA="apps/doc/${PN}" |