diff options
author | Olivier Fisette <ribosome@gentoo.org> | 2004-12-24 03:49:36 +0000 |
---|---|---|
committer | Olivier Fisette <ribosome@gentoo.org> | 2004-12-24 03:49:36 +0000 |
commit | a1ace13fdd466ea482e45d19a41da12779c11491 (patch) | |
tree | 345ba4c5a0a769fd3ce2fcec70eb8d081227e274 /sci-astronomy/ksetiwatch/ksetiwatch-3.0.0.ebuild | |
parent | Moving to sci-astronomy/ksetiwatch (diff) | |
download | gentoo-2-a1ace13fdd466ea482e45d19a41da12779c11491.tar.gz gentoo-2-a1ace13fdd466ea482e45d19a41da12779c11491.tar.bz2 gentoo-2-a1ace13fdd466ea482e45d19a41da12779c11491.zip |
Moved from app-sci/ksetiwatch to sci-astronomy/ksetiwatch.
Diffstat (limited to 'sci-astronomy/ksetiwatch/ksetiwatch-3.0.0.ebuild')
-rw-r--r-- | sci-astronomy/ksetiwatch/ksetiwatch-3.0.0.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/sci-astronomy/ksetiwatch/ksetiwatch-3.0.0.ebuild b/sci-astronomy/ksetiwatch/ksetiwatch-3.0.0.ebuild new file mode 100644 index 000000000000..87bae6e49f05 --- /dev/null +++ b/sci-astronomy/ksetiwatch/ksetiwatch-3.0.0.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/ksetiwatch/ksetiwatch-3.0.0.ebuild,v 1.1 2004/12/24 03:49:36 ribosome Exp $ + +inherit kde + +DESCRIPTION="A monitoring tool for SETI@home, similar to SETIWatch for Windows" +HOMEPAGE="http://ksetiwatch.sourceforge.net" +SRC_URI="mirror://sourceforge/ksetiwatch/${P}.tar.bz2" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86 ~ppc ~sparc" +IUSE="" + +DEPEND="app-sci/setiathome" +need-kde 3 |