From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QJVCb-00009x-2Y for garchives@archives.gentoo.org; Mon, 09 May 2011 18:29:05 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6D24D1C007; Mon, 9 May 2011 18:28:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 26ACB1C007 for ; Mon, 9 May 2011 18:28:57 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 983EE1B401C for ; Mon, 9 May 2011 18:28:56 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id CC99C80504 for ; Mon, 9 May 2011 18:28:55 +0000 (UTC) From: "Flammie Pirinen" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Flammie Pirinen" Message-ID: <4f8b770c7b2765a9501e05e05c16d56d6c79b6f9.flammie@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-misc/hfst/ X-VCS-Repository: proj/sci X-VCS-Files: sci-misc/hfst/ChangeLog sci-misc/hfst/hfst-3.0.2.ebuild sci-misc/hfst/metadata.xml X-VCS-Directories: sci-misc/hfst/ X-VCS-Committer: flammie X-VCS-Committer-Name: Flammie Pirinen X-VCS-Revision: 4f8b770c7b2765a9501e05e05c16d56d6c79b6f9 Date: Mon, 9 May 2011 18:28:55 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 296fd0019ee8b1c14cfedd7b77952565 commit: 4f8b770c7b2765a9501e05e05c16d56d6c79b6f9 Author: Flammie Pirinen gentoo org> AuthorDate: Mon May 9 18:25:56 2011 +0000 Commit: Flammie Pirinen gentoo org> CommitDate: Mon May 9 18:25:56 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/sci.git;a=3Dc= ommit;h=3D4f8b770c Version bump. --- sci-misc/hfst/ChangeLog | 7 ++++++- sci-misc/hfst/hfst-3.0.2.ebuild | 32 ++++++++++++++++++++++++++++++++ sci-misc/hfst/metadata.xml | 8 ++++++++ 3 files changed, 46 insertions(+), 1 deletions(-) diff --git a/sci-misc/hfst/ChangeLog b/sci-misc/hfst/ChangeLog index 68e28dc..05b5cfd 100644 --- a/sci-misc/hfst/ChangeLog +++ b/sci-misc/hfst/ChangeLog @@ -1,7 +1,12 @@ # ChangeLog for sci-misc/hfst -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ =20 +*hfst-3.0.2 (09 May 2011) + + 09 May 2011; +hfst-3.0.2.ebuild, metadata.xml: + Version bump. + *hfst-2.2 (17 Nov 2009) =20 17 Nov 2009; +hfst-2.2.ebuild, +metadata.xml: diff --git a/sci-misc/hfst/hfst-3.0.2.ebuild b/sci-misc/hfst/hfst-3.0.2.e= build new file mode 100644 index 0000000..3049c4d --- /dev/null +++ b/sci-misc/hfst/hfst-3.0.2.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=3D2 + +DESCRIPTION=3D"Helsinki Finite State Transducer API and tools" +HOMEPAGE=3D"http://hfst.sourceforge.net/" +SRC_URI=3D"mirror://sourceforge/${PN}/${P}.tar.gz" + +LICENSE=3D"GPL-3" +SLOT=3D"0" +KEYWORDS=3D"~x86" +IUSE=3D"+openfst sfst" # foma" + +DEPEND=3D"openfst? ( >sci-misc/openfst-1.2 ) +sfst? ( >sci-misc/sfst-1.3 ) +" +# foma? ( >sci-misc/foma-0.9.13 ) +RDEPEND=3D"${DEPEND}" + +src_configure() +{ + econf $(use_with openfst) $(use_with sfst) --without-foma + # $(use_with foma) +} + +src_install() +{ + emake DESTDIR=3D"${D}" install || die "install failed" + dodoc AUTHORS ChangeLog NEWS README THANKS || die "docs missing" +} diff --git a/sci-misc/hfst/metadata.xml b/sci-misc/hfst/metadata.xml index 872d378..f0f4782 100644 --- a/sci-misc/hfst/metadata.xml +++ b/sci-misc/hfst/metadata.xml @@ -6,5 +6,13 @@ Open Source API for FSTs, a set of command line tools, and clones of traditional FST-based linguistic morphology tools. + + Add optional support for openfst backend + library (sci-misc/openfst) + + Add optional support for sfst backend + library (sci-misc/sfst) + =20