diff options
author | Mike Frysinger <vapier@gentoo.org> | 2002-10-20 18:40:37 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2002-10-20 18:40:37 +0000 |
commit | bf949b34a6ee33c1ed037f250e2f46d8f8e8f142 (patch) | |
tree | f3f6e2ba26a3c1a44f753e5fdb0694a8aef009e7 /app-sci/octave | |
parent | Remove rdepend=depend (diff) | |
download | historical-bf949b34a6ee33c1ed037f250e2f46d8f8e8f142.tar.gz historical-bf949b34a6ee33c1ed037f250e2f46d8f8e8f142.tar.bz2 historical-bf949b34a6ee33c1ed037f250e2f46d8f8e8f142.zip |
Remove rdepend=depend
Diffstat (limited to 'app-sci/octave')
-rw-r--r-- | app-sci/octave/octave-2.0.17.ebuild | 3 | ||||
-rw-r--r-- | app-sci/octave/octave-2.1.36-r1.ebuild | 3 | ||||
-rw-r--r-- | app-sci/octave/octave-2.1.36.ebuild | 3 |
3 files changed, 3 insertions, 6 deletions
diff --git a/app-sci/octave/octave-2.0.17.ebuild b/app-sci/octave/octave-2.0.17.ebuild index 119235e2322a..812f3841da2b 100644 --- a/app-sci/octave/octave-2.0.17.ebuild +++ b/app-sci/octave/octave-2.0.17.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/octave/octave-2.0.17.ebuild,v 1.4 2002/10/04 05:00:54 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/octave/octave-2.0.17.ebuild,v 1.5 2002/10/20 18:40:37 vapier Exp $ S=${WORKDIR}/${P} @@ -11,7 +11,6 @@ HOMEPAGE="http://www.octave.org/" DEPEND="virtual/glibc >=sys-libs/ncurses-5.2-r3 >=media-gfx/gnuplot-3.7.1-r3" -RDEPEND="${DEPEND}" PROVIDE="dev-lang/octave" LICENSE="GPL-2" diff --git a/app-sci/octave/octave-2.1.36-r1.ebuild b/app-sci/octave/octave-2.1.36-r1.ebuild index 766576242b11..2e0beefb6faf 100644 --- a/app-sci/octave/octave-2.1.36-r1.ebuild +++ b/app-sci/octave/octave-2.1.36-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/octave/octave-2.1.36-r1.ebuild,v 1.3 2002/10/05 05:39:09 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/octave/octave-2.1.36-r1.ebuild,v 1.4 2002/10/20 18:40:37 vapier Exp $ IUSE=" tetex" @@ -15,7 +15,6 @@ DEPEND="virtual/glibc >=dev-libs/fftw-2.1.3 >=dev-util/gperf-2.7.2 tetex ? ( >=tetex-1.0.7-r10 ) " -RDEPEND="${DEPEND}" PROVIDE="dev-lang/octave" LICENSE="GPL-2" diff --git a/app-sci/octave/octave-2.1.36.ebuild b/app-sci/octave/octave-2.1.36.ebuild index 2b5cb3684b6a..316c5bed0d78 100644 --- a/app-sci/octave/octave-2.1.36.ebuild +++ b/app-sci/octave/octave-2.1.36.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/octave/octave-2.1.36.ebuild,v 1.3 2002/10/04 05:01:09 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/octave/octave-2.1.36.ebuild,v 1.4 2002/10/20 18:40:37 vapier Exp $ S=${WORKDIR}/${P} DESCRIPTION="GNU Octave is a high-level language (MatLab compatible) intended for numerical computations." @@ -12,7 +12,6 @@ DEPEND="virtual/glibc >=media-gfx/gnuplot-3.7.1-r3 >=dev-libs/fftw-2.1.3 >=dev-util/gperf-2.7.2" -RDEPEND="${DEPEND}" PROVIDE="dev-lang/octave" LICENSE="GPL-2" |