app-accessibility/festival-hts: Port to EAPI 6
authorDavid Seifert <soap@gentoo.org>
Fri, 29 Dec 2017 21:27:18 +0000 (22:27 +0100)
committerDavid Seifert <soap@gentoo.org>
Fri, 29 Dec 2017 22:32:45 +0000 (23:32 +0100)
Package-Manager: Portage-2.3.19, Repoman-2.3.6

app-accessibility/festival-hts/festival-hts-2.1.ebuild

index 91f7b66c8b0b05ff7de2d10911c398cd283a5367..eb34d976453c06e818147af42aebe6d0e2909775 100644 (file)
@@ -1,7 +1,7 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=2
+EAPI=6
 
 DESCRIPTION="HTS voices for Festival"
 HOMEPAGE="http://hts.sp.nitech.ac.jp/"
@@ -18,10 +18,12 @@ SLOT="0"
 KEYWORDS="~x86 ~amd64"
 IUSE=""
 
-DEPEND=">=app-accessibility/festival-1.96"
-RDEPEND="${DEPEND}"
+DEPEND=""
+RDEPEND=">=app-accessibility/festival-1.96"
+
+S=${WORKDIR}
 
 src_install() {
-       insinto /usr/share/festival/voices/
-       doins -r lib/voices/*
+       insinto /usr/share/festival/voices
+       doins -r lib/voices/.
 }