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/openfst/
Date: Mon, 02 Dec 2013 13:12:42
Message-Id: 1385045777.1c256de41948dbc8ecb5b23acd7c015037ce123e.jlec@gentoo
1 commit: 1c256de41948dbc8ecb5b23acd7c015037ce123e
2 Author: Pavel Denisov <pavel.a.denisov <AT> gmail <DOT> com>
3 AuthorDate: Thu Nov 21 14:56:17 2013 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 21 14:56:17 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=1c256de4
7
8 ebuild cleanup
9
10 ---
11 sci-misc/openfst/openfst-1.3.4.ebuild | 14 +-------------
12 1 file changed, 1 insertion(+), 13 deletions(-)
13
14 diff --git a/sci-misc/openfst/openfst-1.3.4.ebuild b/sci-misc/openfst/openfst-1.3.4.ebuild
15 index 7a90629..70e39d1 100644
16 --- a/sci-misc/openfst/openfst-1.3.4.ebuild
17 +++ b/sci-misc/openfst/openfst-1.3.4.ebuild
18 @@ -11,23 +11,11 @@ HOMEPAGE="http://www.openfst.org"
19 SRC_URI="http://www.openfst.org/twiki/pub/FST/FstDownload/${P}.tar.gz"
20
21 LICENSE="Apache-2.0"
22 -
23 SLOT="0"
24 -
25 KEYWORDS="~amd64 ~x86"
26
27 -IUSE=""
28 -
29 -DEPEND=""
30 -RDEPEND="${DEPEND}"
31 -
32 src_prepare() {
33 - epatch "${FILESDIR}/kaldi.patch" || die "patch failed"
34 -}
35 -
36 -src_install() {
37 - emake DESTDIR="${D}" install || die "install failed"
38 - dodoc AUTHORS NEWS README || die "docs missing"
39 + epatch "${FILESDIR}/kaldi.patch"
40 }
41
42 src_test() {