blob: 0832e8ed83ad38ff0420ed238b6ef93e53834e10 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/ktail/ktail-0.5.1-r1.ebuild,v 1.16 2003/02/13 05:25:42 vapier 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/"
IUSE=""
LICENSE="GPL-2"
KEYWORDS="x86 ~ppc sparc "
src_unpack() {
kde_src_unpack
cd ${WORKDIR}
patch -p0 < ${FILESDIR}/${P}-gentoo.diff
}
|