commit: d8675ba432c85af0f5b01bafac69ee2f449675aa Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> AuthorDate: Thu Mar 4 10:57:26 2021 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> CommitDate: Thu Mar 4 10:57:26 2021 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=d8675ba4
sci-misc/mitlm: version bump 0.4.2 Package-Manager: Portage-3.0.16, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net> sci-misc/mitlm/mitlm-0.4.2.ebuild | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/sci-misc/mitlm/mitlm-0.4.2.ebuild b/sci-misc/mitlm/mitlm-0.4.2.ebuild new file mode 100644 index 000000000..00e8ea63b --- /dev/null +++ b/sci-misc/mitlm/mitlm-0.4.2.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit autotools + +DESCRIPTION="Tools designed for efficient estimation of statistical n-gram language models" +HOMEPAGE="https://github.com/mitlm/mitlm" +SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/${P}.tar.xz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +src_prepare() { + default + echo "m4_ifdef([AM_PROG_AR], [AM_PROG_AR])" >> configure.ac + eautoreconf +}
