aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcryos <cryos@32389bae-6d03-0410-99cf-db05cde120eb>2005-10-28 09:58:52 +0000
committercryos <cryos@32389bae-6d03-0410-99cf-db05cde120eb>2005-10-28 09:58:52 +0000
commit200228ed409a44c7b9ea531f364b074810c5a28b (patch)
tree74b41fc03cc9c13c2025d0006c428acea379a391 /media-gfx/kst/kst-1.1.0.ebuild
parentnew ebuild for another smith chart calculation program (diff)
downloadsci-200228ed409a44c7b9ea531f364b074810c5a28b.tar.gz
sci-200228ed409a44c7b9ea531f364b074810c5a28b.tar.bz2
sci-200228ed409a44c7b9ea531f364b074810c5a28b.zip
Clean up old ebuilds not changed in overlay, revision bump, reset keywords and a few small ebuild cleanups.
git-svn-id: http://overlays.gentoo.org/svn/proj/science/overlay@7 32389bae-6d03-0410-99cf-db05cde120eb
Diffstat (limited to 'media-gfx/kst/kst-1.1.0.ebuild')
-rw-r--r--media-gfx/kst/kst-1.1.0.ebuild30
1 files changed, 0 insertions, 30 deletions
diff --git a/media-gfx/kst/kst-1.1.0.ebuild b/media-gfx/kst/kst-1.1.0.ebuild
deleted file mode 100644
index ecca1bf62..000000000
--- a/media-gfx/kst/kst-1.1.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# 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://omega.astro.utoronto.ca/kst/${P}.tar.gz"
-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="kde-base/kdelibs"
-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"
-}