diff options
author | tulku <tulku@32389bae-6d03-0410-99cf-db05cde120eb> | 2005-10-25 16:58:30 +0000 |
---|---|---|
committer | tulku <tulku@32389bae-6d03-0410-99cf-db05cde120eb> | 2005-10-25 16:58:30 +0000 |
commit | b22c6bce63e4764edf20259550cb63c1561f594c (patch) | |
tree | f14ad332e4e6f012376d04e95d4fd0a18f6d5ea2 /media-gfx/kst/kst-0.97.ebuild | |
parent | Fixed some errors in the ebuild and in the ChangeLog (diff) | |
download | sci-b22c6bce63e4764edf20259550cb63c1561f594c.tar.gz sci-b22c6bce63e4764edf20259550cb63c1561f594c.tar.bz2 sci-b22c6bce63e4764edf20259550cb63c1561f594c.zip |
Added media-gfx/kst with patch to fix bug #104617
git-svn-id: http://overlays.gentoo.org/svn/proj/science/overlay@4 32389bae-6d03-0410-99cf-db05cde120eb
Diffstat (limited to 'media-gfx/kst/kst-0.97.ebuild')
-rw-r--r-- | media-gfx/kst/kst-0.97.ebuild | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/media-gfx/kst/kst-0.97.ebuild b/media-gfx/kst/kst-0.97.ebuild new file mode 100644 index 000000000..75b27e25c --- /dev/null +++ b/media-gfx/kst/kst-0.97.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/kst/kst-0.97.ebuild,v 1.4 2005/08/20 17:49:49 ribosome Exp $ + +inherit kde + +DESCRIPTION="A plotting and data viewing program for KDE" +HOMEPAGE="http://omega.astro.utoronto.ca/kst/" +SRC_URI="http://omega.astro.utoronto.ca/kst/${P}.tar.gz" + +KEYWORDS="amd64 ppc ~sparc x86" +LICENSE="GPL-2" + +SLOT="0" +IUSE="" + +DEPEND="kde-base/kdelibs" +need-kde 3.1 |