From f557f82b75a5ef012bd4b4f5a21283e932401240 Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Wed, 12 Nov 2014 14:02:21 +0100 Subject: 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(-) (limited to 'sci-misc') 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 omorfi-0.1_alpha.ebuild, + metadata.xml: + Bump to EAPI=5 + 25 Oct 2011; Justin Lecher 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 @@ - - flammie@gentoo.org - - + + flammie@gentoo.org + + Omorfi is a free open source implementation of Finnish word form morphology. 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" -- cgit v1.2.3