diff options
author | Andrew Ammerlaan <andrewammerlaan@riseup.net> | 2021-03-04 11:57:26 +0100 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@riseup.net> | 2021-03-04 11:57:26 +0100 |
commit | d8675ba432c85af0f5b01bafac69ee2f449675aa (patch) | |
tree | 33fd6b4d3011cecdccf0c31aa0eb06233dc51470 /sci-misc | |
parent | sci-misc/openfst: cleanup old (diff) | |
download | sci-d8675ba432c85af0f5b01bafac69ee2f449675aa.tar.gz sci-d8675ba432c85af0f5b01bafac69ee2f449675aa.tar.bz2 sci-d8675ba432c85af0f5b01bafac69ee2f449675aa.zip |
sci-misc/mitlm: version bump 0.4.2
Package-Manager: Portage-3.0.16, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
Diffstat (limited to 'sci-misc')
-rw-r--r-- | sci-misc/mitlm/Manifest | 1 | ||||
-rw-r--r-- | sci-misc/mitlm/mitlm-0.4.2.ebuild | 20 |
2 files changed, 21 insertions, 0 deletions
diff --git a/sci-misc/mitlm/Manifest b/sci-misc/mitlm/Manifest index f0acc3be4..11702b65c 100644 --- a/sci-misc/mitlm/Manifest +++ b/sci-misc/mitlm/Manifest @@ -1 +1,2 @@ DIST mitlm-0.4.1.tar.gz 460787 BLAKE2B b7a175b0185d8370e1ff5f8e5130ca2678aa6c31b29b360f5d4b15f95ef2a30b645d1c46c9dddc11f4a5fcf3048cebf78d685283ef17d57a47c192b62189c452 SHA512 11b217473ea41197838ed86acdc9ea1f264e077e00d4b2131ddae9121096145292b0b01d8a8300be4e2aa2ff09563fe66307a31278cfbfbd0d8f36ffc4b8624c +DIST mitlm-0.4.2.tar.xz 321508 BLAKE2B c57eb92d0df3a816c9feb967d715c69b0ee56fb480a098869ad7f621367eae780b754761081455eb5520c71a956bc50b93ecc764b20035553e45e592a38f1ee5 SHA512 8e5100f8c564eb47a8d008f129c17affbea6b2cdd65a48e44abdc2c0e5ee1413cd31da8afca5b5971ba446092311eea35eb6ef71f9cd51b86d214427fc427d80 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 +} |