summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimone Gotti <motaboy@gentoo.org>2004-10-28 21:51:10 +0000
committerSimone Gotti <motaboy@gentoo.org>2004-10-28 21:51:10 +0000
commit9fcf60400390b651cb3e659213e18658ca5de018 (patch)
tree4349535469dcf2771426598932033384e0646efd /kde-misc
parentNew ebuild, thanks to Christoph Mockenhaupt. Closes bug #68506. (Manifest rec... (diff)
downloadgentoo-2-9fcf60400390b651cb3e659213e18658ca5de018.tar.gz
gentoo-2-9fcf60400390b651cb3e659213e18658ca5de018.tar.bz2
gentoo-2-9fcf60400390b651cb3e659213e18658ca5de018.zip
Use the kde eclass instead of kde-base that is deprecated.
Diffstat (limited to 'kde-misc')
-rw-r--r--kde-misc/kio-locate/ChangeLog5
-rw-r--r--kde-misc/kio-locate/kio-locate-0.2.4.ebuild4
2 files changed, 6 insertions, 3 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/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}"