aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sci-misc/irstlm/ChangeLog8
-rw-r--r--sci-misc/irstlm/Manifest1
-rw-r--r--sci-misc/irstlm/irstlm-5.80.06.ebuild21
3 files changed, 29 insertions, 1 deletions
diff --git a/sci-misc/irstlm/ChangeLog b/sci-misc/irstlm/ChangeLog
index c85821c0c..c7329528a 100644
--- a/sci-misc/irstlm/ChangeLog
+++ b/sci-misc/irstlm/ChangeLog
@@ -1,7 +1,13 @@
# ChangeLog for sci-misc/irstlm
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*irstlm-5.80.06 (22 Oct 2014)
+
+ 22 Oct 2014; Pavel Denisov <pavel.a.denisov@gmail.com>
+ +irstlm-5.80.06.ebuild:
+ Version Bump
+
*irstlm-5.80.03 (21 Nov 2013)
21 Nov 2013; Pavel Denisov <pavel.a.denisov@gmail.com> +irstlm-5.80.03.ebuild,
diff --git a/sci-misc/irstlm/Manifest b/sci-misc/irstlm/Manifest
index 5882fe2c4..bf20b8062 100644
--- a/sci-misc/irstlm/Manifest
+++ b/sci-misc/irstlm/Manifest
@@ -1 +1,2 @@
DIST irstlm-5.80.03.tgz 146287 SHA256 500c64e90cae73c2f06ed34ad078423cc100f4e16e6dd98a9e466b17367d31e7 SHA512 0a8ef2bb565a258340a13e5ac8533b31f261b6ec522116fa82b4e005c5253653ea04f7b95c492a1f48fd44035eab6646956e700ce509851b721b9df80f29b8ac WHIRLPOOL 8d4e796c4b56e0fc57041c686dd8edae39fde294d59209ade2090107b1b8210112815dc82fe52a71e78ee9fb051952b49dee8ff0decf23c49fdf9f420faf81ad
+DIST irstlm-5.80.06.tgz 9564608 SHA256 d3d7f1183e1b43636efc555802d012e848542910f5b94fc0a7bb10e4396efe29 SHA512 2fcc667475b8d5ea2944c369fb3db00414dced197dbee64db01f66ebd69eeb50a5a0e327d8c7744590c6773e2c0a8bb3dc2b7e17f8513dac31b3e536e6fe3aca WHIRLPOOL f480926a08a81038a823e992151da98d16a738071d066f2e8c47e6c22dff96dae0dd750deb84fb0654bdb8510c156dbfa53cfe0613453bb309dc0d4f1edb5cbc
diff --git a/sci-misc/irstlm/irstlm-5.80.06.ebuild b/sci-misc/irstlm/irstlm-5.80.06.ebuild
new file mode 100644
index 000000000..98bc74866
--- /dev/null
+++ b/sci-misc/irstlm/irstlm-5.80.06.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="5"
+
+inherit autotools eutils
+
+DESCRIPTION="A tool for the estimation, representation, and computation of statistical language models"
+HOMEPAGE="https://hlt.fbk.eu/technologies/irstlm"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tgz"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+S="${WORKDIR}/${P}/trunk"
+
+src_prepare() {
+ eautoreconf
+}