blob: c80843f94a68cc919fa149344c13cf4ff0b82f42 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-sci/ksetiwatch/ksetiwatch-2.5.0.ebuild,v 1.2 2002/11/02 10:31:44 hannes Exp $
inherit kde-base || die
need-kde 3
KEYWORDS="x86"
IUSE=""
MY_P="${P}-1"
DESCRIPTION="A monitoring tool for SETI@home, similar to SETIWatch for Windows"
HOMEPAGE="http://ksetiwatch.sourceforge.net"
LICENSE="GPL-2"
SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2"
newdepend "app-sci/setiathome"
|