diff options
author | Gregorio Guidi <greg_g@gentoo.org> | 2005-01-27 20:13:46 +0000 |
---|---|---|
committer | Gregorio Guidi <greg_g@gentoo.org> | 2005-01-27 20:13:46 +0000 |
commit | 552cdaeee6354bf3eaab4112040f8b5b36dc2547 (patch) | |
tree | 9a77715b9e4d4ff7bf1a1094e67408b8e6ff6285 /kde-misc | |
parent | removing old versions (diff) | |
download | historical-552cdaeee6354bf3eaab4112040f8b5b36dc2547.tar.gz historical-552cdaeee6354bf3eaab4112040f8b5b36dc2547.tar.bz2 historical-552cdaeee6354bf3eaab4112040f8b5b36dc2547.zip |
Version bump.
Package-Manager: portage-2.0.51-r15
Diffstat (limited to 'kde-misc')
-rw-r--r-- | kde-misc/kio-locate/ChangeLog | 7 | ||||
-rw-r--r-- | kde-misc/kio-locate/Manifest | 4 | ||||
-rw-r--r-- | kde-misc/kio-locate/files/digest-kio-locate-0.3.4 | 1 | ||||
-rw-r--r-- | kde-misc/kio-locate/kio-locate-0.3.4.ebuild | 18 |
4 files changed, 28 insertions, 2 deletions
diff --git a/kde-misc/kio-locate/ChangeLog b/kde-misc/kio-locate/ChangeLog index 2464a4f32bc2..2dece7eb7afe 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-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/kio-locate/ChangeLog,v 1.8 2005/01/19 11:15:49 greg_g Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-misc/kio-locate/ChangeLog,v 1.9 2005/01/27 20:13:46 greg_g Exp $ + +*kio-locate-0.3.4 (27 Jan 2005) + + 27 Jan 2005; Gregorio Guidi <greg@gentoo.org> +kio-locate-0.3.4.ebuild: + Version bump. *kio-locate-0.3.2 (19 Jan 2005) diff --git a/kde-misc/kio-locate/Manifest b/kde-misc/kio-locate/Manifest index d183016e13e1..b33d55ebf77a 100644 --- a/kde-misc/kio-locate/Manifest +++ b/kde-misc/kio-locate/Manifest @@ -1,6 +1,8 @@ MD5 96a4184e1e3325923219a5f96a5511a5 metadata.xml 163 +MD5 560fb6bb5de882f5472c322172e28c58 kio-locate-0.3.4.ebuild 527 MD5 445c22bab8c1197e8bfcd8e001ff9906 kio-locate-0.3.0.ebuild 545 -MD5 fb7fec2771233f756e416400b7464f53 ChangeLog 1207 +MD5 671b38ec5939b101ce2b4c29a8dfd557 ChangeLog 1331 MD5 d82f192ea99ebeff919b54808fe71568 kio-locate-0.3.2.ebuild 518 MD5 71bcf1693aaaf719d22d2f8edec1cd47 files/digest-kio-locate-0.3.2 68 MD5 3598fca50edc709a2779c2071cd16499 files/digest-kio-locate-0.3.0 68 +MD5 149ef0ef857ecaa5596a4efc341027a9 files/digest-kio-locate-0.3.4 68 diff --git a/kde-misc/kio-locate/files/digest-kio-locate-0.3.4 b/kde-misc/kio-locate/files/digest-kio-locate-0.3.4 new file mode 100644 index 000000000000..e28693ef5573 --- /dev/null +++ b/kde-misc/kio-locate/files/digest-kio-locate-0.3.4 @@ -0,0 +1 @@ +MD5 a102912dcce87fb562913c573d8e4e1c kio-locate_0.3.4.tar.gz 655454 diff --git a/kde-misc/kio-locate/kio-locate-0.3.4.ebuild b/kde-misc/kio-locate/kio-locate-0.3.4.ebuild new file mode 100644 index 000000000000..6115c2abf587 --- /dev/null +++ b/kde-misc/kio-locate/kio-locate-0.3.4.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2005 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.4.ebuild,v 1.1 2005/01/27 20:13:46 greg_g Exp $ + +inherit kde + +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?page=programs_kiolocate" + +LICENSE="GPL-2" +SLOT="0" +IUSE="" +KEYWORDS="~x86 ~ppc" + +RDEPEND="sys-apps/slocate" + +need-kde 3.1 |