commit: 7ab9a78bedbbd56120418f97267319ded320fe35 Author: Pavel Denisov <pavel.a.denisov <AT> gmail <DOT> com> AuthorDate: Sun May 8 04:02:55 2016 +0000 Commit: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de> CommitDate: Sun May 8 04:02:55 2016 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=7ab9a78b
sci-misc/irstlm: version bump Package-Manager: portage-2.2.28 sci-misc/irstlm/irstlm-5.80.08.ebuild | 21 --------------------- sci-misc/irstlm/irstlm-6.00.05.ebuild | 20 ++++++++++++++++++++ sci-misc/irstlm/metadata.xml | 2 +- 3 files changed, 21 insertions(+), 22 deletions(-) diff --git a/sci-misc/irstlm/irstlm-5.80.08.ebuild b/sci-misc/irstlm/irstlm-5.80.08.ebuild deleted file mode 100644 index e72dcfd..0000000 --- a/sci-misc/irstlm/irstlm-5.80.08.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -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 -} diff --git a/sci-misc/irstlm/irstlm-6.00.05.ebuild b/sci-misc/irstlm/irstlm-6.00.05.ebuild new file mode 100644 index 0000000..6812bfe --- /dev/null +++ b/sci-misc/irstlm/irstlm-6.00.05.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +inherit autotools + +DESCRIPTION="A tool to estimate, store, and access very large n-gram language models" +HOMEPAGE="https://hlt-mt.fbk.eu/technologies/irstlm" +SRC_URI="https://github.com/irstlm-team/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="LGPL-3" +SLOT="0" +KEYWORDS="~amd64" + +src_prepare() { + eautoreconf + eapply_user +} diff --git a/sci-misc/irstlm/metadata.xml b/sci-misc/irstlm/metadata.xml index 5e12fb7..cca53d1 100644 --- a/sci-misc/irstlm/metadata.xml +++ b/sci-misc/irstlm/metadata.xml @@ -12,6 +12,6 @@ with other tools, such as the SRILM Tooolkit. </longdescription> <upstream> - <remote-id type="sourceforge">irstlm</remote-id> + <remote-id type="github">irstlm-team/irstlm</remote-id> </upstream> </pkgmetadata>
