KTail 0.6.0 support for KDE 3.x and bug fix. I'd like to have it ;-)
care to make the ebuild?
Hey, I'm a developer, as such, I'm a lazy person ;-) sure I can make the ebuild, ... corneille ktail # cat files/digest-ktail-0.6.1 MD5 596dd464e8c86f32ef89654afca27719 ktail-0.6.1.tar.bz2 359933 corneille ktail # cat ktail-0.6.1.ebuild # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Dan Armak <danarmak@gentoo.org> # $Header: /home/cvsroot/gentoo-x86/app-admin/ktail/ktail-0.6.1.ebuild,v 1.5 2002/07/01 21:33:30 danarmak Exp $ inherit kde-base || die need-kde 3 DESCRIPTION="ktail monitors multiple files and/or command output in one window." LICENSE="GPL-2" SRC_URI="http://www.franken.de/users/duffy1/rjakob/${P}.tar.bz2" src_unpack() { base_src_unpack } Don't know if things other than KDE are right...
Comitting. Note: since you removed the patch, we don't need to specifiy src_unpack at all now. base_src_unpack *is* the default src_unpack, so an src_unpack that just calls base_src_unpack doesn't change anything.
I've removed the patch has I didn't understood why it was there in the first place, changing QListView to KListView seems to me like an enhancement that should have been made inside the app itself and not inside the gentoo patch stuff. Unless it was not going to compile.