diff options
author | Simone Gotti <motaboy@gentoo.org> | 2004-10-28 21:22:42 +0000 |
---|---|---|
committer | Simone Gotti <motaboy@gentoo.org> | 2004-10-28 21:22:42 +0000 |
commit | 50717b095b0a35e7ee457b481f8b5e4fdf65c2fb (patch) | |
tree | e3135eb55b673d773a9fa71919d7e1f13e8e5fbd | |
parent | Modify opengl-update dep, the token wasn't quite matching the proper versions. (diff) | |
download | historical-50717b095b0a35e7ee457b481f8b5e4fdf65c2fb.tar.gz historical-50717b095b0a35e7ee457b481f8b5e4fdf65c2fb.tar.bz2 historical-50717b095b0a35e7ee457b481f8b5e4fdf65c2fb.zip |
New ebuild, thanks to Christoph Mockenhaupt. Closes bug #68506.
-rw-r--r-- | kde-misc/kio-locate/ChangeLog | 10 | ||||
-rw-r--r-- | kde-misc/kio-locate/Manifest | 4 | ||||
-rw-r--r-- | kde-misc/kio-locate/files/digest-kio-locate-0.2.4 | 1 | ||||
-rw-r--r-- | kde-misc/kio-locate/kio-locate-0.2.4.ebuild | 19 | ||||
-rw-r--r-- | kde-misc/kio-locate/metadata.xml | 5 |
5 files changed, 39 insertions, 0 deletions
diff --git a/kde-misc/kio-locate/ChangeLog b/kde-misc/kio-locate/ChangeLog new file mode 100644 index 000000000000..acaa3e29195e --- /dev/null +++ b/kde-misc/kio-locate/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for kde-misc/kio-locate +# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/kde-misc/kio-locate/ChangeLog,v 1.1 2004/10/28 21:22:42 motaboy Exp $ + +*kio-locate-0.2.4 (28 Oct 2004) + + 28 Oct 2004; Simone Gotti <motaboy@gentoo.org> +metadata.xml, + +kio-locate-0.2.4.ebuild: + New ebuild, thanks to Christoph Mockenhaupt. Closes bug #68506. + diff --git a/kde-misc/kio-locate/Manifest b/kde-misc/kio-locate/Manifest new file mode 100644 index 000000000000..0eee07cbf301 --- /dev/null +++ b/kde-misc/kio-locate/Manifest @@ -0,0 +1,4 @@ +MD5 5c297d7699d1e1988c118202c01586c6 kio-locate-0.2.4.ebuild 537 +MD5 ddb843ca4dbd1e9824b4795f54bf97e0 ChangeLog 404 +MD5 96a4184e1e3325923219a5f96a5511a5 metadata.xml 163 +MD5 df27237bea73170b86b6e81b81d379d1 files/digest-kio-locate-0.2.4 68 diff --git a/kde-misc/kio-locate/files/digest-kio-locate-0.2.4 b/kde-misc/kio-locate/files/digest-kio-locate-0.2.4 new file mode 100644 index 000000000000..e1d01f2e5f3e --- /dev/null +++ b/kde-misc/kio-locate/files/digest-kio-locate-0.2.4 @@ -0,0 +1 @@ +MD5 bef85c74b039f0c593e454242a5f93b7 kio-locate_0.2.4.tar.gz 667480 diff --git a/kde-misc/kio-locate/kio-locate-0.2.4.ebuild b/kde-misc/kio-locate/kio-locate-0.2.4.ebuild new file mode 100644 index 000000000000..88a72b471d2e --- /dev/null +++ b/kde-misc/kio-locate/kio-locate-0.2.4.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-misc/kio-locate/kio-locate-0.2.4.ebuild,v 1.1 2004/10/28 21:22:42 motaboy Exp $ + +inherit kde-base + +S="${WORKDIR}/${PN}" + +DESCRIPTION="kio slave to search files with locate" +SRC_URI="http://www.arminstraub.de/downloads/kio_locate/${PN}_${PV}.tar.gz" +HOMEPAGE="http://arminstraub.de/browse.php?doc=kio_locate" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" + +RDEPEND="sys-apps/slocate" + +need-kde 3.1
\ No newline at end of file diff --git a/kde-misc/kio-locate/metadata.xml b/kde-misc/kio-locate/metadata.xml new file mode 100644 index 000000000000..ec42e9fd586b --- /dev/null +++ b/kde-misc/kio-locate/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>kde-other</herd> +</pkgmetadata> |