blob: d0284ab5a3229fc7336b3d15dd9967d94007186c (
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
28
29
30
31
32
33
|
# 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"
G_OCTAVE_CAT="main"
inherit g-octave eutils
DESCRIPTION="This is the Main 1 description"
HOMEPAGE="http://main1.org"
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/pkg4-1.0.0
sci-mathematics/pkg3
<sci-mathematics/pkg2-1.2.3
>=sci-mathematics/pkg1-4.3.2"
RDEPEND="${DEPEND}
>=sci-mathematics/octave-3.0.0"
src_prepare() {
epatch "${FILESDIR}/001_main1-0.0.1.patch"
epatch "${FILESDIR}/002_main1-0.0.1.patch"
}
|