blob: a3980a1855749cae63404a779c180fa041ab5701 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/ktail/ktail-0.6.1.ebuild,v 1.13 2003/01/03 19:30:37 hannes Exp $
inherit kde-base
need-kde 3
DESCRIPTION="ktail monitors multiple files and/or command output in one window."
SRC_URI="http://www.franken.de/users/duffy1/rjakob/${P}.tar.bz2"
HOMEPAGE="http://www.franken.de/users/duffy1/rjakob/"
IUSE=""
LICENSE="GPL-2"
KEYWORDS="x86 ~ppc sparc"
src_unpack() {
unpack ${A}
cd ${S}/${PN}
rm removedlg.h removedlg.cpp logoptdlg.h logoptdlg.cpp cmdlinedlg.h \
cmdlinedlg.cpp filterdlg.h filterdlg.cpp
}
|