aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@riseup.net>2021-03-04 11:57:39 +0100
committerAndrew Ammerlaan <andrewammerlaan@riseup.net>2021-03-04 11:57:39 +0100
commit73f3cda72b799dcdba2581a4dafc746e902dde74 (patch)
tree43c6603039893ee1ecee97520171fe82eed9f1ae
parentsci-misc/mitlm: version bump 0.4.2 (diff)
downloadsci-73f3cda72b799dcdba2581a4dafc746e902dde74.tar.gz
sci-73f3cda72b799dcdba2581a4dafc746e902dde74.tar.bz2
sci-73f3cda72b799dcdba2581a4dafc746e902dde74.zip
sci-misc/mitlm: drop old
Package-Manager: Portage-3.0.16, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
-rw-r--r--sci-misc/mitlm/Manifest1
-rw-r--r--sci-misc/mitlm/mitlm-0.4.1.ebuild19
2 files changed, 0 insertions, 20 deletions
diff --git a/sci-misc/mitlm/Manifest b/sci-misc/mitlm/Manifest
index 11702b65c..1ef6f8edd 100644
--- a/sci-misc/mitlm/Manifest
+++ b/sci-misc/mitlm/Manifest
@@ -1,2 +1 @@
-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.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
-}