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/pidgin-festival/
Date: Fri, 29 Dec 2017 22:33:45
Message-Id: 1514586776.032aeb6506453ad6ff0a95f14f4038e77bc9ba1a.soap@gentoo
1 commit: 032aeb6506453ad6ff0a95f14f4038e77bc9ba1a
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Fri Dec 29 21:58:23 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 29 22:32:56 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=032aeb65
7
8 app-accessibility/pidgin-festival: Port to EAPI 6
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 app-accessibility/pidgin-festival/pidgin-festival-2.4.ebuild | 10 +++-------
13 1 file changed, 3 insertions(+), 7 deletions(-)
14
15 diff --git a/app-accessibility/pidgin-festival/pidgin-festival-2.4.ebuild b/app-accessibility/pidgin-festival/pidgin-festival-2.4.ebuild
16 index 4858afecda6..854b9e25929 100644
17 --- a/app-accessibility/pidgin-festival/pidgin-festival-2.4.ebuild
18 +++ b/app-accessibility/pidgin-festival/pidgin-festival-2.4.ebuild
19 @@ -1,7 +1,7 @@
20 # Copyright 1999-2017 Gentoo Foundation
21 # Distributed under the terms of the GNU General Public License v2
22
23 -EAPI=2
24 +EAPI=6
25
26 DESCRIPTION="A plugin which enables text-to-speech output of conversations using festival"
27 HOMEPAGE="https://sourceforge.net/projects/pidgin-festival/"
28 @@ -12,13 +12,9 @@ SLOT="0"
29 KEYWORDS="~amd64 ~ppc ~sparc ~x86"
30 IUSE=""
31
32 -RDEPEND="app-accessibility/festival
33 +RDEPEND="
34 + app-accessibility/festival
35 net-im/pidgin[gtk]
36 x11-libs/gtk+:2"
37 DEPEND="${RDEPEND}
38 virtual/pkgconfig"
39 -
40 -src_install() {
41 - emake DESTDIR="${D}" install || die "emake install failed"
42 - dodoc README ChangeLog || die
43 -}