From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 04C87138A1C for ; Thu, 13 Nov 2014 00:16:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CF0A5E08A8; Thu, 13 Nov 2014 00:16:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E5D59E08A6 for ; Thu, 13 Nov 2014 00:16:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 489BF34056A for ; Thu, 13 Nov 2014 00:16:13 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 66972A059 for ; Thu, 13 Nov 2014 00:15:50 +0000 (UTC) From: "Christoph Junghans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Christoph Junghans" Message-ID: <1415798280.fac20bb0155e43e5b69e0a9e64ef73704de9954f.ottxor@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-misc/openfst/ X-VCS-Repository: proj/sci X-VCS-Files: sci-misc/openfst/ChangeLog sci-misc/openfst/openfst-1.2.7.ebuild X-VCS-Directories: sci-misc/openfst/ X-VCS-Committer: ottxor X-VCS-Committer-Name: Christoph Junghans X-VCS-Revision: fac20bb0155e43e5b69e0a9e64ef73704de9954f X-VCS-Branch: master Date: Thu, 13 Nov 2014 00:15:50 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 600f3afe-1dcc-4897-b30c-71fe080894d9 X-Archives-Hash: f225be802547c39b045b13eb643fba02 commit: fac20bb0155e43e5b69e0a9e64ef73704de9954f Author: Justin Lecher gentoo org> AuthorDate: Wed Nov 12 13:18:00 2014 +0000 Commit: Christoph Junghans gentoo org> CommitDate: Wed Nov 12 13:18:00 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=fac20bb0 sci-misc/openfst: Drop old Package-Manager: portage-2.2.14 --- sci-misc/openfst/ChangeLog | 5 ++++- sci-misc/openfst/openfst-1.2.7.ebuild | 34 ---------------------------------- 2 files changed, 4 insertions(+), 35 deletions(-) diff --git a/sci-misc/openfst/ChangeLog b/sci-misc/openfst/ChangeLog index 3d9cf2c..47bb94e 100644 --- a/sci-misc/openfst/ChangeLog +++ b/sci-misc/openfst/ChangeLog @@ -1,7 +1,10 @@ # ChangeLog for sci-misc/openfst -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 12 Nov 2014; Justin Lecher -openfst-1.2.7.ebuild: + Drop old + *openfst-1.3.4 (21 Nov 2013) 21 Nov 2013; Pavel Denisov +files/kaldi.patch, diff --git a/sci-misc/openfst/openfst-1.2.7.ebuild b/sci-misc/openfst/openfst-1.2.7.ebuild deleted file mode 100644 index 1f197bc..0000000 --- a/sci-misc/openfst/openfst-1.2.7.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -inherit eutils flag-o-matic multilib - -DESCRIPTION="Finite State Transducer tools by Google et al." -HOMEPAGE="http://www.openfst.org" -SRC_URI="http://www.openfst.org/twiki/pub/FST/FstDownload/${P}.tar.gz" - -LICENSE="Apache-2.0" - -SLOT="0" - -KEYWORDS="~amd64 ~x86" - -IUSE="" - -DEPEND="" -RDEPEND="${DEPEND}" - -pkg_setup() { - filter-ldflags -Wl,--as-needed --as-needed -} - -src_install() { - emake DESTDIR="${D}" install || die "install failed" - dodoc AUTHORS NEWS README || die "docs missing" -} - -src_test() { - einfo "make test can take a few hours on moderately modern systems" - make test || die "check failed" -}