Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 4713 - WANTED: Ktail 0.6.1
Summary: WANTED: Ktail 0.6.1
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal
Assignee: Dan Armak (RETIRED)
URL: http://apps.kde.com/rf/2/latest?sid=6...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-07-08 15:28 UTC by Yannick Koehler (RETIRED)
Modified: 2003-02-04 19:42 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Yannick Koehler (RETIRED) gentoo-dev 2002-07-08 15:28:49 UTC
KTail 0.6.0 support for KDE 3.x and bug fix.  I'd like to have it ;-)
Comment 1 Seemant Kulleen (RETIRED) gentoo-dev 2002-07-09 03:32:30 UTC
care to make the ebuild?
Comment 2 Yannick Koehler (RETIRED) gentoo-dev 2002-07-09 08:10:17 UTC
 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... 
Comment 3 Dan Armak (RETIRED) gentoo-dev 2002-07-09 14:15:29 UTC
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. 
Comment 4 Yannick Koehler (RETIRED) gentoo-dev 2002-07-09 14:50:42 UTC
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.