diff options
author | Simone Gotti <motaboy@gentoo.org> | 2004-10-28 21:51:10 +0000 |
---|---|---|
committer | Simone Gotti <motaboy@gentoo.org> | 2004-10-28 21:51:10 +0000 |
commit | 18ef88f12d082463a06acf0a5f28998f621da7e0 (patch) | |
tree | eb4d77b92d2e2d7733dc767dfd2d424fad937ec1 /kde-misc/kio-locate | |
parent | New ebuild, thanks to Christoph Mockenhaupt. Closes bug #68506. (diff) | |
download | historical-18ef88f12d082463a06acf0a5f28998f621da7e0.tar.gz historical-18ef88f12d082463a06acf0a5f28998f621da7e0.tar.bz2 historical-18ef88f12d082463a06acf0a5f28998f621da7e0.zip |
Use the kde eclass instead of kde-base that is deprecated.
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 acaa3e29195e..498c554f91b8 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.1 2004/10/28 21:22:42 motaboy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-misc/kio-locate/ChangeLog,v 1.2 2004/10/28 21:51:10 motaboy Exp $ + + 28 Oct 2004; Simone Gotti <motaboy@gentoo.org> kio-locate-0.2.4.ebuild: + Use the kde eclass instead of kde-base that is deprecated. *kio-locate-0.2.4 (28 Oct 2004) diff --git a/kde-misc/kio-locate/Manifest b/kde-misc/kio-locate/Manifest index 0eee07cbf301..76e7996000a4 100644 --- a/kde-misc/kio-locate/Manifest +++ b/kde-misc/kio-locate/Manifest @@ -1,4 +1,4 @@ -MD5 5c297d7699d1e1988c118202c01586c6 kio-locate-0.2.4.ebuild 537 -MD5 ddb843ca4dbd1e9824b4795f54bf97e0 ChangeLog 404 +MD5 71ee985ff548b841f900a866403d7990 kio-locate-0.2.4.ebuild 532 +MD5 9cd9c56059be99a874a94c571f178b42 ChangeLog 540 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 88a72b471d2e..ef98e63097cd 100644 --- a/kde-misc/kio-locate/kio-locate-0.2.4.ebuild +++ b/kde-misc/kio-locate/kio-locate-0.2.4.ebuild @@ -1,8 +1,8 @@ # 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 $ +# $Header: /var/cvsroot/gentoo-x86/kde-misc/kio-locate/kio-locate-0.2.4.ebuild,v 1.2 2004/10/28 21:51:10 motaboy Exp $ -inherit kde-base +inherit kde S="${WORKDIR}/${PN}" |