Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-misc/irstlm/
Date: Wed, 04 Dec 2013 15:02:51
Message-Id: 1386169356.1236482dbec326a41674892458fe43f2401e924a.jlec@gentoo
1 commit: 1236482dbec326a41674892458fe43f2401e924a
2 Author: Pavel Denisov <pavel.a.denisov <AT> gmail <DOT> com>
3 AuthorDate: Thu Nov 21 14:29:49 2013 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 4 15:02:36 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=1236482d
7
8 ebuild cleanup
9
10 ---
11 sci-misc/irstlm/irstlm-5.80.03.ebuild | 14 +++-----------
12 1 file changed, 3 insertions(+), 11 deletions(-)
13
14 diff --git a/sci-misc/irstlm/irstlm-5.80.03.ebuild b/sci-misc/irstlm/irstlm-5.80.03.ebuild
15 index c6a4bc9..05b05b5 100644
16 --- a/sci-misc/irstlm/irstlm-5.80.03.ebuild
17 +++ b/sci-misc/irstlm/irstlm-5.80.03.ebuild
18 @@ -4,24 +4,16 @@
19
20 EAPI="5"
21
22 -inherit eutils flag-o-matic multilib
23 +inherit autotools eutils flag-o-matic multilib
24
25 DESCRIPTION="A tool for the estimation, representation, and computation of statistical language models"
26 HOMEPAGE="http://hlt.fbk.eu/en/irstlm"
27 SRC_URI="mirror://sourceforge/${PN}/${P}.tgz"
28
29 LICENSE="LGPL-2.1"
30 -
31 SLOT="0"
32 -
33 KEYWORDS="~amd64 ~x86"
34
35 -IUSE=""
36 -
37 -DEPEND=""
38 -RDEPEND="${DEPEND}"
39 -
40 -src_configure() {
41 - ./regenerate-makefiles.sh
42 - econf || die "configure failed"
43 +src_prepare() {
44 + eautoreconf
45 }