commit: 8ada2fa38ac147d1ced2d00cd0ceb282cebeeee3 Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> AuthorDate: Thu Mar 4 10:56:24 2021 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> CommitDate: Thu Mar 4 10:56:24 2021 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=8ada2fa3
sci-misc/openfst: cleanup old Package-Manager: Portage-3.0.16, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net> sci-misc/openfst/openfst-1.3.4.ebuild | 23 ----------------------- sci-misc/openfst/openfst-1.4.1.ebuild | 18 ------------------ sci-misc/openfst/openfst-1.6.1.ebuild | 30 ------------------------------ 3 files changed, 71 deletions(-) diff --git a/sci-misc/openfst/openfst-1.3.4.ebuild b/sci-misc/openfst/openfst-1.3.4.ebuild deleted file mode 100644 index f38da4642..000000000 --- a/sci-misc/openfst/openfst-1.3.4.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -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" - -src_prepare() { - epatch "${FILESDIR}/kaldi.patch" -} - -src_test() { - einfo "make test can take a few hours on moderately modern systems" - make test || die "check failed" -} diff --git a/sci-misc/openfst/openfst-1.4.1.ebuild b/sci-misc/openfst/openfst-1.4.1.ebuild deleted file mode 100644 index 002ce42c0..000000000 --- a/sci-misc/openfst/openfst-1.4.1.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit eutils - -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" - -src_prepare() { - epatch "${FILESDIR}/kaldi-${P}.patch" -} diff --git a/sci-misc/openfst/openfst-1.6.1.ebuild b/sci-misc/openfst/openfst-1.6.1.ebuild deleted file mode 100644 index 4507b7e87..000000000 --- a/sci-misc/openfst/openfst-1.6.1.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -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" - -src_configure() { - local myeconfargs=( - --enable-compact-fsts - --enable-compress - --enable-const-fsts - --enable-far - --enable-linear-fsts - --enable-lookahead-fsts - --enable-mpdt - --enable-ngram-fsts - --enable-pdt - --enable-special - --enable-bin - --enable-grm - ) - econf ${myeconfargs[@]} -}
