Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-accessibility/powiedz/, app-accessibility/powiedz/files/
Date: Mon, 26 Mar 2018 20:20:02
Message-Id: 1522095587.1140df46c2c02089d5ea4776d97847a466e7972a.bman@gentoo
1 commit: 1140df46c2c02089d5ea4776d97847a466e7972a
2 Author: Marty E. Plummer <hanetzer <AT> startmail <DOT> com>
3 AuthorDate: Thu Mar 22 13:39:08 2018 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 26 20:19:47 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1140df46
7
8 app-accessibility/powiedz: EAPI bump and patch cleanup
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11 Closes: https://github.com/gentoo/gentoo/pull/7585
12
13 ...dsp-handle-fix.patch => powiedz-1.0-dsp-handle-fix.patch} | 5 ++---
14 app-accessibility/powiedz/powiedz-1.0-r2.ebuild | 12 ++++++------
15 2 files changed, 8 insertions(+), 9 deletions(-)
16
17 diff --git a/app-accessibility/powiedz/files/powiedz-dsp-handle-fix.patch b/app-accessibility/powiedz/files/powiedz-1.0-dsp-handle-fix.patch
18 similarity index 61%
19 rename from app-accessibility/powiedz/files/powiedz-dsp-handle-fix.patch
20 rename to app-accessibility/powiedz/files/powiedz-1.0-dsp-handle-fix.patch
21 index f18761aff89..fb2852b61c0 100644
22 --- a/app-accessibility/powiedz/files/powiedz-dsp-handle-fix.patch
23 +++ b/app-accessibility/powiedz/files/powiedz-1.0-dsp-handle-fix.patch
24 @@ -1,6 +1,5 @@
25 -diff -urN aaa/powiedz/aufile.c powiedz/aufile.c
26 ---- aaa/powiedz/aufile.c 2003-08-30 20:57:37.000000000 +0200
27 -+++ powiedz/aufile.c 2003-08-31 14:02:42.000000000 +0200
28 +--- a/aufile.c
29 ++++ b/aufile.c
30 @@ -217,8 +217,7 @@
31 audio_open(int samp_rate,int disp)
32 {
33
34 diff --git a/app-accessibility/powiedz/powiedz-1.0-r2.ebuild b/app-accessibility/powiedz/powiedz-1.0-r2.ebuild
35 index 1a1157f50c2..fc5fe347bd9 100644
36 --- a/app-accessibility/powiedz/powiedz-1.0-r2.ebuild
37 +++ b/app-accessibility/powiedz/powiedz-1.0-r2.ebuild
38 @@ -1,9 +1,9 @@
39 -# Copyright 1999-2015 Gentoo Foundation
40 +# Copyright 1999-2018 Gentoo Foundation
41 # Distributed under the terms of the GNU General Public License v2
42
43 -EAPI=5
44 +EAPI=6
45
46 -inherit eutils toolchain-funcs
47 +inherit toolchain-funcs
48
49 DESCRIPTION="Polish speech synthesizer based on rsynth"
50 HOMEPAGE="http://kadu.net/index.php?page=download&lang=en"
51 @@ -16,9 +16,9 @@ IUSE=""
52
53 S=${WORKDIR}/${PN}
54
55 -src_prepare() {
56 - epatch "${FILESDIR}"/${PN}-dsp-handle-fix.patch
57 -}
58 +PATCHES=(
59 + "${FILESDIR}"/${PN}-1.0-dsp-handle-fix.patch
60 +)
61
62 src_compile() {
63 emake -f Makefile_plain LDLIBS="-lm" CFLAGS="${CFLAGS}" DEFS="" CC=$(tc-getCC)