commit: 15b3f838a4d3605f10fd3033a1126503e87462d6 Author: Pavel Denisov <pavel.a.denisov <AT> gmail <DOT> com> AuthorDate: Wed Oct 22 21:04:10 2014 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org> CommitDate: Wed Oct 22 21:04:10 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=15b3f838
sci-misc/irstlm: version bump Package-Manager: portage-2.2.14_rc1 --- sci-misc/irstlm/ChangeLog | 8 +++++++- sci-misc/irstlm/irstlm-5.80.06.ebuild | 21 +++++++++++++++++++++ 2 files changed, 28 insertions(+), 1 deletion(-) diff --git a/sci-misc/irstlm/ChangeLog b/sci-misc/irstlm/ChangeLog index c85821c..c732952 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 <[email protected]> + +irstlm-5.80.06.ebuild: + Version Bump + *irstlm-5.80.03 (21 Nov 2013) 21 Nov 2013; Pavel Denisov <[email protected]> +irstlm-5.80.03.ebuild, 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 0000000..df62932 --- /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 + +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 +}
