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
commit1ef1c3350466cca2a46ca2a8c425b48a9c7517e4 (patch)
treeac86ca3c15ce880f017187613695dca1f5a2baae /kde-misc/kio-locate
parentFix the SRC_URI (diff)
downloadhistorical-1ef1c3350466cca2a46ca2a8c425b48a9c7517e4.tar.gz
historical-1ef1c3350466cca2a46ca2a8c425b48a9c7517e4.tar.bz2
historical-1ef1c3350466cca2a46ca2a8c425b48a9c7517e4.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/Manifest4
-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, 29 insertions, 2 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..9a1ae28ca615 100644
--- a/kde-misc/kio-locate/Manifest
+++ b/kde-misc/kio-locate/Manifest
@@ -1,4 +1,6 @@
+MD5 197f7d4363c9931ffb37ec5c11bc1be3 kio-locate-0.3.0.ebuild 538
MD5 fa3466132c800c688a47a50ddb335c8b kio-locate-0.2.4.ebuild 532
-MD5 d945ec5234e57a1e79f1e20c678497ae ChangeLog 727
+MD5 e2f88c3a1dcf72d232fe7a606085ee66 ChangeLog 851
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