diff options
author | Marty E. Plummer <hanetzer@startmail.com> | 2018-03-22 08:39:08 -0500 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-03-26 16:19:47 -0400 |
commit | 1140df46c2c02089d5ea4776d97847a466e7972a (patch) | |
tree | df1876d14c03830e8ccbf9018904d1f38a87fc98 /app-accessibility/powiedz | |
parent | app-accessibility/julius: EAPI bump and patch updates (diff) | |
download | gentoo-1140df46c2c02089d5ea4776d97847a466e7972a.tar.gz gentoo-1140df46c2c02089d5ea4776d97847a466e7972a.tar.bz2 gentoo-1140df46c2c02089d5ea4776d97847a466e7972a.zip |
app-accessibility/powiedz: EAPI bump and patch cleanup
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Closes: https://github.com/gentoo/gentoo/pull/7585
Diffstat (limited to 'app-accessibility/powiedz')
-rw-r--r-- | app-accessibility/powiedz/files/powiedz-1.0-dsp-handle-fix.patch (renamed from app-accessibility/powiedz/files/powiedz-dsp-handle-fix.patch) | 5 | ||||
-rw-r--r-- | app-accessibility/powiedz/powiedz-1.0-r2.ebuild | 12 |
2 files changed, 8 insertions, 9 deletions
diff --git a/app-accessibility/powiedz/files/powiedz-dsp-handle-fix.patch b/app-accessibility/powiedz/files/powiedz-1.0-dsp-handle-fix.patch index f18761aff89e..fb2852b61c0e 100644 --- a/app-accessibility/powiedz/files/powiedz-dsp-handle-fix.patch +++ b/app-accessibility/powiedz/files/powiedz-1.0-dsp-handle-fix.patch @@ -1,6 +1,5 @@ -diff -urN aaa/powiedz/aufile.c powiedz/aufile.c ---- aaa/powiedz/aufile.c 2003-08-30 20:57:37.000000000 +0200 -+++ powiedz/aufile.c 2003-08-31 14:02:42.000000000 +0200 +--- a/aufile.c ++++ b/aufile.c @@ -217,8 +217,7 @@ audio_open(int samp_rate,int disp) { diff --git a/app-accessibility/powiedz/powiedz-1.0-r2.ebuild b/app-accessibility/powiedz/powiedz-1.0-r2.ebuild index 1a1157f50c2c..fc5fe347bd92 100644 --- a/app-accessibility/powiedz/powiedz-1.0-r2.ebuild +++ b/app-accessibility/powiedz/powiedz-1.0-r2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=6 -inherit eutils toolchain-funcs +inherit toolchain-funcs DESCRIPTION="Polish speech synthesizer based on rsynth" HOMEPAGE="http://kadu.net/index.php?page=download&lang=en" @@ -16,9 +16,9 @@ IUSE="" S=${WORKDIR}/${PN} -src_prepare() { - epatch "${FILESDIR}"/${PN}-dsp-handle-fix.patch -} +PATCHES=( + "${FILESDIR}"/${PN}-1.0-dsp-handle-fix.patch +) src_compile() { emake -f Makefile_plain LDLIBS="-lm" CFLAGS="${CFLAGS}" DEFS="" CC=$(tc-getCC) |