aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-misc')
-rw-r--r--sci-misc/omorfi/ChangeLog6
-rw-r--r--sci-misc/omorfi/metadata.xml8
-rw-r--r--sci-misc/omorfi/omorfi-0.1_alpha.ebuild15
3 files changed, 14 insertions, 15 deletions
diff --git a/sci-misc/omorfi/ChangeLog b/sci-misc/omorfi/ChangeLog
index 7e8a26b74..b2f85cb5d 100644
--- a/sci-misc/omorfi/ChangeLog
+++ b/sci-misc/omorfi/ChangeLog
@@ -1,7 +1,11 @@
# ChangeLog for sci-misc/omorfi
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 12 Nov 2014; Justin Lecher <jlec@gentoo.org> omorfi-0.1_alpha.ebuild,
+ metadata.xml:
+ Bump to EAPI=5
+
25 Oct 2011; Justin Lecher <jlec@gentoo.org> metadata.xml:
Removed no-herd from herd tag in metadata.xml
diff --git a/sci-misc/omorfi/metadata.xml b/sci-misc/omorfi/metadata.xml
index e4be46f33..bc0017730 100644
--- a/sci-misc/omorfi/metadata.xml
+++ b/sci-misc/omorfi/metadata.xml
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer>
- <email>flammie@gentoo.org</email>
- </maintainer>
- <longdescription lang="en">
+ <maintainer>
+ <email>flammie@gentoo.org</email>
+ </maintainer>
+ <longdescription lang="en">
Omorfi is a free open source implementation of Finnish word form
morphology.
</longdescription>
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"