aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPavel Denisov <pavel.a.denisov@gmail.com>2016-05-08 00:02:55 -0400
committerPavel Denisov <pavel.a.denisov@gmail.com>2016-05-08 00:02:55 -0400
commit7ab9a78bedbbd56120418f97267319ded320fe35 (patch)
treed4fcaffff495314ebf2d0431f1949f4c5d358095 /sci-misc
parentsci-biology/bwa: move to main tree (diff)
downloadsci-7ab9a78bedbbd56120418f97267319ded320fe35.tar.gz
sci-7ab9a78bedbbd56120418f97267319ded320fe35.tar.bz2
sci-7ab9a78bedbbd56120418f97267319ded320fe35.zip
sci-misc/irstlm: version bump
Package-Manager: portage-2.2.28
Diffstat (limited to 'sci-misc')
-rw-r--r--sci-misc/irstlm/Manifest2
-rw-r--r--sci-misc/irstlm/irstlm-5.80.08.ebuild21
-rw-r--r--sci-misc/irstlm/irstlm-6.00.05.ebuild20
-rw-r--r--sci-misc/irstlm/metadata.xml2
4 files changed, 22 insertions, 23 deletions
diff --git a/sci-misc/irstlm/Manifest b/sci-misc/irstlm/Manifest
index af5f2b25c..851f94432 100644
--- a/sci-misc/irstlm/Manifest
+++ b/sci-misc/irstlm/Manifest
@@ -1 +1 @@
-DIST irstlm-5.80.08.tgz 11590533 SHA256 4d1eee217ee70f8abb08d2509c438d034772922b2fc7f90b6084629d7f8d0d7e SHA512 c337723b597275bf6e6db693d97271cbb3d833a6c71e855edeae73cee51fd804e51e7883acabdefd4221d4a4a5769019a96c54945ac7e778c985b92482407b01 WHIRLPOOL 72fcc15b479065a996a05750145678e8d5302e0c41dc63a881262cb84ad757ec5a25087a1ceb9e163ee51d99587621ca04937884f73d9821520ef21980bf7004
+DIST irstlm-6.00.05.tar.gz 229185 SHA256 0d0ca97a58351710f3bca8a43bdcca880dbc766a1f73389b359b4df6357df9ec SHA512 fb27b4696499bd685cefd5fde33e10d51a6163bd4deeeae251907bd595b254cc41916f328ab17c7002ca51ddd65bd3abda9ab22874b04f5b5d1b11ba65e9370c WHIRLPOOL 26165b1b6080f7ad57569bfa96fb6298dd6630988171d7fb7de509039355557dd260f90e8abb5b41406c39083b3f1556e1ddbf719c81e2ad076e95f3ddaa0a14
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 e72dcfd0d..000000000
--- 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 000000000..6812bfe32
--- /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 5e12fb790..cca53d192 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>