aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2014-11-12 14:02:21 +0100
committerJustin Lecher <jlec@gentoo.org>2014-11-12 14:02:21 +0100
commitf557f82b75a5ef012bd4b4f5a21283e932401240 (patch)
tree4f69bd4ccd6fbec931ef9fa2c677bb517e75b276 /sci-misc/omorfi/omorfi-0.1_alpha.ebuild
parentsci-misc/kotus-sanalista: Bump to EAPI=5 (diff)
downloadsci-f557f82b75a5ef012bd4b4f5a21283e932401240.tar.gz
sci-f557f82b75a5ef012bd4b4f5a21283e932401240.tar.bz2
sci-f557f82b75a5ef012bd4b4f5a21283e932401240.zip
sci-misc/omorfi: Bump to EAPI=5
Package-Manager: portage-2.2.14
Diffstat (limited to 'sci-misc/omorfi/omorfi-0.1_alpha.ebuild')
-rw-r--r--sci-misc/omorfi/omorfi-0.1_alpha.ebuild15
1 files changed, 5 insertions, 10 deletions
diff --git a/sci-misc/omorfi/omorfi-0.1_alpha.ebuild b/sci-misc/omorfi/omorfi-0.1_alpha.ebuild
index feb1e4cd3..cecb890c5 100644
--- a/sci-misc/omorfi/omorfi-0.1_alpha.ebuild
+++ b/sci-misc/omorfi/omorfi-0.1_alpha.ebuild
@@ -2,6 +2,8 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: $
+EAPI=5
+
MY_P="${PN}-${PV/_alpha/-alpha}"
DESCRIPTION="Open morphology for Finnish language"
@@ -13,19 +15,12 @@ SLOT="0"
KEYWORDS="~x86"
IUSE=""
-DEPEND=">=sci-misc/kotus-sanalista-1
+DEPEND="
+ >=sci-misc/kotus-sanalista-1
dev-java/saxon
sci-misc/sfst"
RDEPEND=""
S="${WORKDIR}/${MY_P}"
-src_compile() {
- econf || die "configure failed"
- emake -j1 || die "make failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "install failed"
- dodoc AUTHORS ChangeLog README README.fi THANKS || die "docs missing"
-}
+MAKEOPTS+=" -j1"