commit: fac20bb0155e43e5b69e0a9e64ef73704de9954f Author: Justin Lecher <jlec <AT> gentoo <DOT> org> AuthorDate: Wed Nov 12 13:18:00 2014 +0000 Commit: Christoph Junghans <ottxor <AT> gentoo <DOT> 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 <[email protected]> -openfst-1.2.7.ebuild: + Drop old + *openfst-1.3.4 (21 Nov 2013) 21 Nov 2013; Pavel Denisov <[email protected]> +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" -}
