summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-mathematics/koctave/koctave-0.65.ebuild')
-rw-r--r--sci-mathematics/koctave/koctave-0.65.ebuild27
1 files changed, 0 insertions, 27 deletions
diff --git a/sci-mathematics/koctave/koctave-0.65.ebuild b/sci-mathematics/koctave/koctave-0.65.ebuild
deleted file mode 100644
index 3b5ed3c1b020..000000000000
--- a/sci-mathematics/koctave/koctave-0.65.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/koctave/koctave-0.65.ebuild,v 1.7 2005/07/14 12:15:55 agriffis Exp $
-
-inherit kde
-
-DESCRIPTION="A KDE GUI for Octave numerical computing system"
-HOMEPAGE="http://athlone.ath.cx/~matti/kde/koctave/"
-SRC_URI="http://athlone.ath.cx/~matti/kde/koctave/${PN}3-${PV}.tar.bz2"
-S=${WORKDIR}/${PN}3-${PV}
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="x86 ~amd64 ~ppc ~sparc"
-IUSE="arts"
-
-
-DEPEND="virtual/libc
- sci-mathematics/octave
- || ( kde-base/kdebase-meta kde-base/kdebase )"
-
-need-kde 3
-
-src_unpack() {
- kde_src_unpack
- use arts || epatch ${FILESDIR}/${P}-arts-configure.patch
-}