diff options
author | Simone Gotti <motaboy@gentoo.org> | 2004-11-02 00:04:34 +0000 |
---|---|---|
committer | Simone Gotti <motaboy@gentoo.org> | 2004-11-02 00:04:34 +0000 |
commit | 912b890dfae03ed156ae8cb15accf228ca0346e4 (patch) | |
tree | 177b8d8df66daa6673a97f71e2923bd34b2d258c /kde-misc/kio-locate | |
parent | add sec fixes (diff) | |
download | historical-912b890dfae03ed156ae8cb15accf228ca0346e4.tar.gz historical-912b890dfae03ed156ae8cb15accf228ca0346e4.tar.bz2 historical-912b890dfae03ed156ae8cb15accf228ca0346e4.zip |
Fix the SRC_URI
Diffstat (limited to 'kde-misc/kio-locate')
-rw-r--r-- | kde-misc/kio-locate/ChangeLog | 5 | ||||
-rw-r--r-- | kde-misc/kio-locate/Manifest | 4 | ||||
-rw-r--r-- | kde-misc/kio-locate/kio-locate-0.2.4.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/kde-misc/kio-locate/ChangeLog b/kde-misc/kio-locate/ChangeLog index f64462d939b4..d4fc2588e3ed 100644 --- a/kde-misc/kio-locate/ChangeLog +++ b/kde-misc/kio-locate/ChangeLog @@ -1,6 +1,9 @@ # 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.3 2004/11/01 04:40:43 pylon Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-misc/kio-locate/ChangeLog,v 1.4 2004/11/02 00:04:34 motaboy Exp $ + + 02 Nov 2004; Simone Gotti <motaboy@gentoo.org> kio-locate-0.2.4.ebuild: + Fix the SRC_URI 01 Nov 2004; Lars Weiler <pylon@gentoo.org> kio-locate-0.2.4.ebuild: Added ~ppc keyword. diff --git a/kde-misc/kio-locate/Manifest b/kde-misc/kio-locate/Manifest index c2033fd988dc..5949a311a119 100644 --- a/kde-misc/kio-locate/Manifest +++ b/kde-misc/kio-locate/Manifest @@ -1,4 +1,4 @@ -MD5 116cb9e07299f24726f3084ccabd70fc ChangeLog 632 -MD5 b39d5762be7f5819be2d51eb9abbdd43 kio-locate-0.2.4.ebuild 535 +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 diff --git a/kde-misc/kio-locate/kio-locate-0.2.4.ebuild b/kde-misc/kio-locate/kio-locate-0.2.4.ebuild index 4c1f7193033b..707fc74786be 100644 --- a/kde-misc/kio-locate/kio-locate-0.2.4.ebuild +++ b/kde-misc/kio-locate/kio-locate-0.2.4.ebuild @@ -1,13 +1,13 @@ # 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.3 2004/11/01 04:40:43 pylon Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-misc/kio-locate/kio-locate-0.2.4.ebuild,v 1.4 2004/11/02 00:04:34 motaboy Exp $ inherit kde S="${WORKDIR}/${PN}" DESCRIPTION="kio slave to search files with locate" -SRC_URI="http://www.arminstraub.de/downloads/kio_locate/${PN}_${PV}.tar.gz" +SRC_URI="http://www.arminstraub.de/downloads/${PN}/${PN}_${PV}.tar.gz" HOMEPAGE="http://arminstraub.de/browse.php?doc=kio_locate" LICENSE="GPL-2" |