commit:     f557f82b75a5ef012bd4b4f5a21283e932401240
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 12 13:02:21 2014 +0000
Commit:     Christoph Junghans <ottxor <AT> gentoo <DOT> org>
CommitDate: Wed Nov 12 13:02:21 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=f557f82b

sci-misc/omorfi: Bump to EAPI=5

Package-Manager: portage-2.2.14

---
 sci-misc/omorfi/ChangeLog               |  6 +++++-
 sci-misc/omorfi/metadata.xml            |  8 ++++----
 sci-misc/omorfi/omorfi-0.1_alpha.ebuild | 15 +++++----------
 3 files changed, 14 insertions(+), 15 deletions(-)

diff --git a/sci-misc/omorfi/ChangeLog b/sci-misc/omorfi/ChangeLog
index 7e8a26b..b2f85cb 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 <[email protected]> omorfi-0.1_alpha.ebuild,
+  metadata.xml:
+  Bump to EAPI=5
+
   25 Oct 2011; Justin Lecher <[email protected]> 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 e4be46f..bc00177 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>[email protected]</email>
-       </maintainer>
-       <longdescription lang="en">
+  <maintainer>
+    <email>[email protected]</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 feb1e4c..cecb890 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"

Reply via email to