blob: 2973954ac5ad51bbc8ec7a896156b42f0c26ea5c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# $Header: /var/cvsroot/gentoo-x86/app-admin/ktail/ktail-0.5.1-r1.ebuild,v 1.9 2002/07/27 10:44:28 seemant Exp $
inherit kde-base || die
need-kde 2
DESCRIPTION="ktail monitors multiple files and/or command output in one window."
SRC_URI="http://www.franken.de/users/duffy1/rjakob/${P}.tar.gz"
HOMEPAGE="http://www.franken.de/users/duffy1/rjakob/"
LICENSE="GPL-2"
KEYWORDS="x86"
src_unpack() {
base_src_unpack
cd ${WORKDIR}
patch -p0 < ${FILESDIR}/${P}-gentoo.diff
}
|