commit: 73f3cda72b799dcdba2581a4dafc746e902dde74 Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> AuthorDate: Thu Mar 4 10:57:39 2021 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> CommitDate: Thu Mar 4 10:57:39 2021 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=73f3cda7
sci-misc/mitlm: drop old 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.1.ebuild | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/sci-misc/mitlm/mitlm-0.4.1.ebuild b/sci-misc/mitlm/mitlm-0.4.1.ebuild deleted file mode 100644 index 9b70b4bb8..000000000 --- a/sci-misc/mitlm/mitlm-0.4.1.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -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}/${PN}_${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -src_prepare() { - echo "m4_ifdef([AM_PROG_AR], [AM_PROG_AR])" >> configure.ac - eautoreconf -}
