blob: 63fd384d6bfadb9ca5c1be301d24a14a6464e099 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-sci/kst/kst-0.94.ebuild,v 1.4 2004/04/29 17:09:26 centic Exp $
inherit kde
need-kde 3.1
DESCRIPTION="A plotting and data viewing program for KDE"
SRC_URI="http://omega.astro.utoronto.ca/kst/${P}.tar.gz"
HOMEPAGE="http://omega.astro.utoronto.ca/kst/"
KEYWORDS="x86 ~ppc ~sparc"
LICENSE="GPL-2"
SLOT="0"
IUSE=""
DEPEND=">=kde-base/kdebase-3.1"
|