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

app-accessibility/pidgin-festival/pidgin-festival-2.4.ebuild

index 4858afecda65f18c128f18a76de40568bdb0549e..854b9e25929dd048c0dc2e140077b8f87bfa0b45 100644 (file)
@@ -1,7 +1,7 @@
 # Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=2
+EAPI=6
 
 DESCRIPTION="A plugin which enables text-to-speech output of conversations using festival"
 HOMEPAGE="https://sourceforge.net/projects/pidgin-festival/"
@@ -12,13 +12,9 @@ SLOT="0"
 KEYWORDS="~amd64 ~ppc ~sparc ~x86"
 IUSE=""
 
-RDEPEND="app-accessibility/festival
+RDEPEND="
+       app-accessibility/festival
        net-im/pidgin[gtk]
        x11-libs/gtk+:2"
 DEPEND="${RDEPEND}
        virtual/pkgconfig"
-
-src_install() {
-       emake DESTDIR="${D}" install || die "emake install failed"
-       dodoc README ChangeLog || die
-}