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 <gentoo-commits+bounces-356756-garchives=archives.gentoo.org@lists.gentoo.org>) id 1Qa9wL-0003Kz-Eu for garchives@archives.gentoo.org; Fri, 24 Jun 2011 17:13:09 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C81501C1F3; Fri, 24 Jun 2011 17:09:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 6E0021C1F0 for <gentoo-commits@lists.gentoo.org>; Fri, 24 Jun 2011 17:09:14 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7792B2AC013 for <gentoo-commits@lists.gentoo.org>; Fri, 24 Jun 2011 17:09:13 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id AF8188006B for <gentoo-commits@lists.gentoo.org>; Fri, 24 Jun 2011 17:09:12 +0000 (UTC) From: "Justin Lecher" <jlec@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" <jlec@gentoo.org> Message-ID: <a8124a5f913a76fb3464c2bfcac1e98d8318cf2a.jlec@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-2.2.ebuild sci-misc/hfst/hfst-3.0.2.ebuild X-VCS-Directories: sci-misc/hfst/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: a8124a5f913a76fb3464c2bfcac1e98d8318cf2a Date: Fri, 24 Jun 2011 17:09:12 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: a2b0929fa7a60a19ef940517268a52cc commit: a8124a5f913a76fb3464c2bfcac1e98d8318cf2a Author: Justin Lecher <jlec <AT> gentoo <DOT> org> AuthorDate: Fri Jun 24 12:41:12 2011 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org> CommitDate: Fri Jun 24 12:41:12 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/sci.git;a=3Dc= ommit;h=3Da8124a5f EAPI bump (Portage version: 2.2.0_alpha41/git/Linux x86_64, RepoMan options: --forc= e, signed Manifest commit with key 70EB7916) --- sci-misc/hfst/ChangeLog | 8 ++++++++ sci-misc/hfst/hfst-2.2.ebuild | 15 ++++----------- sci-misc/hfst/hfst-3.0.2.ebuild | 26 +++++++++++--------------- 3 files changed, 23 insertions(+), 26 deletions(-) diff --git a/sci-misc/hfst/ChangeLog b/sci-misc/hfst/ChangeLog index 05b5cfd..9930e15 100644 --- a/sci-misc/hfst/ChangeLog +++ b/sci-misc/hfst/ChangeLog @@ -2,6 +2,14 @@ # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ =20 + 24 Jun 2011; Justin Lecher <jlec@gentoo.org> hfst-2.2.ebuild, + hfst-3.0.2.ebuild: + EAPI bump + + 24 Jun 2011; Justin Lecher <jlec@gentoo.org> hfst-2.2.ebuild, + hfst-3.0.2.ebuild: + EAPI bump + *hfst-3.0.2 (09 May 2011) =20 09 May 2011; <flammie@gentoo.org> +hfst-3.0.2.ebuild, metadata.xml: diff --git a/sci-misc/hfst/hfst-2.2.ebuild b/sci-misc/hfst/hfst-2.2.ebuil= d index a688b29..7e7d56f 100644 --- a/sci-misc/hfst/hfst-2.2.ebuild +++ b/sci-misc/hfst/hfst-2.2.ebuild @@ -1,21 +1,14 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ =20 +EAPI=3D4 + DESCRIPTION=3D"Helsinki Finite State Transducer API and tools" HOMEPAGE=3D"http://hfst.sourceforge.net/" SRC_URI=3D"mirror://sourceforge/hfst/hfst-2.2.tar.gz" =20 LICENSE=3D"GPL-3" SLOT=3D"0" -KEYWORDS=3D"~x86" +KEYWORDS=3D"~amd64 ~x86" IUSE=3D"" - -DEPEND=3D"" -RDEPEND=3D"" - -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/hfst-3.0.2.ebuild b/sci-misc/hfst/hfst-3.0.2.e= build index 3049c4d..9ed89b6 100644 --- a/sci-misc/hfst/hfst-3.0.2.ebuild +++ b/sci-misc/hfst/hfst-3.0.2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ =20 -EAPI=3D2 +EAPI=3D4 =20 DESCRIPTION=3D"Helsinki Finite State Transducer API and tools" HOMEPAGE=3D"http://hfst.sourceforge.net/" @@ -13,20 +13,16 @@ SLOT=3D"0" KEYWORDS=3D"~x86" IUSE=3D"+openfst sfst" # foma" =20 -DEPEND=3D"openfst? ( >sci-misc/openfst-1.2 ) -sfst? ( >sci-misc/sfst-1.3 ) -" -# foma? ( >sci-misc/foma-0.9.13 ) +DEPEND=3D" + openfst? ( >sci-misc/openfst-1.2 ) + sfst? ( >sci-misc/sfst-1.3 )" +# foma? ( >sci-misc/foma-0.9.13 ) RDEPEND=3D"${DEPEND}" =20 -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" +src_configure() { + econf \ + $(use_with openfst) \ + $(use_with sfst) \ + --without-foma +# $(use_with foma) }