diff options
author | 2010-07-01 02:33:00 -0300 | |
---|---|---|
committer | 2010-07-01 02:33:00 -0300 | |
commit | 4ad07a4e9f86ba2b243169ecf397c097fb9f9698 (patch) | |
tree | 30f3fd136e933bf8b96f2c213aaa9a0ea9c5d18f /tests/files/ebuilds/language2-0.0.1.ebuild | |
parent | added support to installation from SVN to the module g_octave.ebuild (diff) | |
download | g-octave-4ad07a4e9f86ba2b243169ecf397c097fb9f9698.tar.gz g-octave-4ad07a4e9f86ba2b243169ecf397c097fb9f9698.tar.bz2 g-octave-4ad07a4e9f86ba2b243169ecf397c097fb9f9698.zip |
fixed test suite.
Diffstat (limited to 'tests/files/ebuilds/language2-0.0.1.ebuild')
-rw-r--r-- | tests/files/ebuilds/language2-0.0.1.ebuild | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/tests/files/ebuilds/language2-0.0.1.ebuild b/tests/files/ebuilds/language2-0.0.1.ebuild index 3eacb41..a8b7f94 100644 --- a/tests/files/ebuilds/language2-0.0.1.ebuild +++ b/tests/files/ebuilds/language2-0.0.1.ebuild @@ -4,11 +4,12 @@ EAPI="3" -inherit octave-forge +G_OCTAVE_CAT="language" + +inherit g-octave DESCRIPTION="This is the Language 2 description" HOMEPAGE="http://language2.org" -SRC_URI="mirror://sourceforge/octave/${OCT_P}.tar.gz" LICENSE="|| ( GPL-2 GPL-3 LGPL BSD GFDL )" SLOT="0" @@ -20,8 +21,8 @@ IUSE="" RESTRICT="mirror" DEPEND=">sci-mathematics/pkg8-1.0.0 - >=sci-mathematics/pkg5-4.3.2 + sci-mathematics/pkg7 <sci-mathematics/pkg6-1.2.3 - sci-mathematics/pkg7" + >=sci-mathematics/pkg5-4.3.2" RDEPEND="${DEPEND} >=sci-mathematics/octave-3.2.0" |