summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimone Gotti <motaboy@gentoo.org>2004-11-02 00:07:13 +0000
committerSimone Gotti <motaboy@gentoo.org>2004-11-02 00:07:13 +0000
commit13217aeb0b027fd1874fb62ac64bdf6db2ed463e (patch)
tree82fb9f4556e74b4675df44663e6a3939ab34c3e3 /kde-misc/kio-locate
parentFix the SRC_URI (Manifest recommit) (diff)
downloadgentoo-2-13217aeb0b027fd1874fb62ac64bdf6db2ed463e.tar.gz
gentoo-2-13217aeb0b027fd1874fb62ac64bdf6db2ed463e.tar.bz2
gentoo-2-13217aeb0b027fd1874fb62ac64bdf6db2ed463e.zip
Version bump
Diffstat (limited to 'kde-misc/kio-locate')
-rw-r--r--kde-misc/kio-locate/ChangeLog7
-rw-r--r--kde-misc/kio-locate/Manifest2
-rw-r--r--kde-misc/kio-locate/files/digest-kio-locate-0.3.01
-rw-r--r--kde-misc/kio-locate/kio-locate-0.3.0.ebuild19
4 files changed, 28 insertions, 1 deletions
diff --git a/kde-misc/kio-locate/ChangeLog b/kde-misc/kio-locate/ChangeLog
index d4fc2588e3ed..fd5764348b3a 100644
--- a/kde-misc/kio-locate/ChangeLog
+++ b/kde-misc/kio-locate/ChangeLog
@@ -1,6 +1,11 @@
# 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.4 2004/11/02 00:04:34 motaboy Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-misc/kio-locate/ChangeLog,v 1.5 2004/11/02 00:07:13 motaboy Exp $
+
+*kio-locate-0.3.0 (02 Nov 2004)
+
+ 02 Nov 2004; Simone Gotti <motaboy@gentoo.org> +kio-locate-0.3.0.ebuild:
+ Version bump
02 Nov 2004; Simone Gotti <motaboy@gentoo.org> kio-locate-0.2.4.ebuild:
Fix the SRC_URI
diff --git a/kde-misc/kio-locate/Manifest b/kde-misc/kio-locate/Manifest
index 5949a311a119..b808e3d08eb6 100644
--- a/kde-misc/kio-locate/Manifest
+++ b/kde-misc/kio-locate/Manifest
@@ -1,4 +1,6 @@
+MD5 f0b4224b9a7fab705dc9050253c52462 kio-locate-0.3.0.ebuild 432
MD5 fa3466132c800c688a47a50ddb335c8b kio-locate-0.2.4.ebuild 532
MD5 d945ec5234e57a1e79f1e20c678497ae ChangeLog 727
MD5 96a4184e1e3325923219a5f96a5511a5 metadata.xml 163
MD5 df27237bea73170b86b6e81b81d379d1 files/digest-kio-locate-0.2.4 68
+MD5 3598fca50edc709a2779c2071cd16499 files/digest-kio-locate-0.3.0 68
diff --git a/kde-misc/kio-locate/files/digest-kio-locate-0.3.0 b/kde-misc/kio-locate/files/digest-kio-locate-0.3.0
new file mode 100644
index 000000000000..18f2c668d347
--- /dev/null
+++ b/kde-misc/kio-locate/files/digest-kio-locate-0.3.0
@@ -0,0 +1 @@
+MD5 c0ce460668260cc37ffda38f308ab39f kio-locate_0.3.0.tar.gz 648477
diff --git a/kde-misc/kio-locate/kio-locate-0.3.0.ebuild b/kde-misc/kio-locate/kio-locate-0.3.0.ebuild
new file mode 100644
index 000000000000..e2a919bc2220
--- /dev/null
+++ b/kde-misc/kio-locate/kio-locate-0.3.0.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.3.0.ebuild,v 1.1 2004/11/02 00:07:13 motaboy Exp $
+
+inherit kde
+
+S="${WORKDIR}/${PN}-${PV}"
+
+DESCRIPTION="kio slave to search files with locate"
+SRC_URI="http://www.arminstraub.de/downloads/${PN}/${PN}_${PV}.tar.gz"
+HOMEPAGE="http://arminstraub.de/browse.php?doc=kio_locate"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86 ~ppc"
+
+RDEPEND="sys-apps/slocate"
+
+need-kde 3.1 \ No newline at end of file