Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-accessibility/festival-hts/
Date: Fri, 29 Dec 2017 22:33:41
Message-Id: 1514586765.a93170c46e0fd0f2e6cc99869a7a0743738dedc6.soap@gentoo
1 commit: a93170c46e0fd0f2e6cc99869a7a0743738dedc6
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Fri Dec 29 21:27:18 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 29 22:32:45 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a93170c4
7
8 app-accessibility/festival-hts: Port to EAPI 6
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 app-accessibility/festival-hts/festival-hts-2.1.ebuild | 14 ++++++++------
13 1 file changed, 8 insertions(+), 6 deletions(-)
14
15 diff --git a/app-accessibility/festival-hts/festival-hts-2.1.ebuild b/app-accessibility/festival-hts/festival-hts-2.1.ebuild
16 index 91f7b66c8b0..eb34d976453 100644
17 --- a/app-accessibility/festival-hts/festival-hts-2.1.ebuild
18 +++ b/app-accessibility/festival-hts/festival-hts-2.1.ebuild
19 @@ -1,7 +1,7 @@
20 -# Copyright 1999-2010 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 -EAPI=2
25 +EAPI=6
26
27 DESCRIPTION="HTS voices for Festival"
28 HOMEPAGE="http://hts.sp.nitech.ac.jp/"
29 @@ -18,10 +18,12 @@ SLOT="0"
30 KEYWORDS="~x86 ~amd64"
31 IUSE=""
32
33 -DEPEND=">=app-accessibility/festival-1.96"
34 -RDEPEND="${DEPEND}"
35 +DEPEND=""
36 +RDEPEND=">=app-accessibility/festival-1.96"
37 +
38 +S=${WORKDIR}
39
40 src_install() {
41 - insinto /usr/share/festival/voices/
42 - doins -r lib/voices/*
43 + insinto /usr/share/festival/voices
44 + doins -r lib/voices/.
45 }