aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/files/ebuilds/language1-0.0.1.ebuild')
-rw-r--r--tests/files/ebuilds/language1-0.0.1.ebuild16
1 files changed, 6 insertions, 10 deletions
diff --git a/tests/files/ebuilds/language1-0.0.1.ebuild b/tests/files/ebuilds/language1-0.0.1.ebuild
index 8964935..4efc8ce 100644
--- a/tests/files/ebuilds/language1-0.0.1.ebuild
+++ b/tests/files/ebuilds/language1-0.0.1.ebuild
@@ -3,10 +3,9 @@
# This ebuild was generated by g-octave
EAPI="3"
-
G_OCTAVE_CAT="language"
-inherit g-octave eutils
+inherit g-octave
DESCRIPTION="This is the Language 1 description"
HOMEPAGE="http://language1.org"
@@ -16,15 +15,12 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
-DEPEND=">sci-mathematics/pkg4-1.0.0
+DEPEND=">=sci-mathematics/octave-3.2.0
+ >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.2.0"
+RDEPEND="${DEPEND}"
-src_prepare() {
- epatch "${FILESDIR}/001_language1-0.0.1.patch"
- epatch "${FILESDIR}/002_language1-0.0.1.patch"
- g-octave_src_prepare
-}
+PATCHES=( "${FILESDIR}/001_language1-0.0.1.patch"
+ "${FILESDIR}/002_language1-0.0.1.patch" )