blob: f89d3b1a2c9c266cc753c55abe42cd6da6b09fe5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# This ebuild was generated by g-octave
EAPI="3"
inherit octave-forge
DESCRIPTION="This is the Main 2 description"
HOMEPAGE="http://main2.org"
SRC_URI="mirror://sourceforge/octave/${OCT_P}.tar.gz"
LICENSE="|| ( GPL-2 GPL-3 LGPL BSD GFDL )"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
# it's annoying have to see the download of packages from the official
# mirrors fail with a 404 error.
RESTRICT="mirror"
DEPEND=">sci-mathematics/pkg8-1.0.0
>=sci-mathematics/pkg5-4.3.2
<sci-mathematics/pkg6-1.2.3
sci-mathematics/pkg7"
RDEPEND="${DEPEND}
>=sci-mathematics/octave-3.2.0"
|