diff options
author | cryos <cryos@32389bae-6d03-0410-99cf-db05cde120eb> | 2005-10-28 10:00:42 +0000 |
---|---|---|
committer | cryos <cryos@32389bae-6d03-0410-99cf-db05cde120eb> | 2005-10-28 10:00:42 +0000 |
commit | 61dc9719caa78633ad0aab59c8bd0e0de72441fe (patch) | |
tree | 67e8078e3591eb51a71c1d6272c12d561189a670 | |
parent | Clean up old ebuilds not changed in overlay, revision bump, reset keywords an... (diff) | |
download | sci-61dc9719caa78633ad0aab59c8bd0e0de72441fe.tar.gz sci-61dc9719caa78633ad0aab59c8bd0e0de72441fe.tar.bz2 sci-61dc9719caa78633ad0aab59c8bd0e0de72441fe.zip |
Forgot to add the revbumped kst ebuild...
git-svn-id: http://overlays.gentoo.org/svn/proj/science/overlay@8 32389bae-6d03-0410-99cf-db05cde120eb
-rw-r--r-- | media-gfx/kst/kst-1.1.0-r1.ebuild | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/media-gfx/kst/kst-1.1.0-r1.ebuild b/media-gfx/kst/kst-1.1.0-r1.ebuild new file mode 100644 index 000000000..65d7860e7 --- /dev/null +++ b/media-gfx/kst/kst-1.1.0-r1.ebuild @@ -0,0 +1,30 @@ +# 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-1.1.0.ebuild,v 1.3 2005/09/02 19:43:41 hansmi Exp $ + +inherit kde + +DESCRIPTION="A plotting and data viewing program for KDE" +HOMEPAGE="http://omega.astro.utoronto.ca/kst/" +SRC_URI="http://mirrors.isc.org/pub/kde/stable/apps/KDE3.x/scientific/${P}.tar.gz" + +KEYWORDS="~amd64 ~ppc ~sparc ~x86" +LICENSE="GPL-2" + +SLOT="0" +IUSE="" + +DEPEND="" +RDEPEND="${DEPEND} + sci-libs/gsl" + +need-kde 3.1 + +PATCHES="${FILESDIR}/${P}-netcdf-fix.patch" + +src_unpack(){ + kde_src_unpack + einfo "Regenerating autotools files..." + rm -f configure + autoconf || die "autoconf failed" +} |