diff options
author | Marty E. Plummer <hanetzer@startmail.com> | 2018-03-22 10:10:41 -0500 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-05-31 09:22:56 -0400 |
commit | d1818df330a374f668db868f1be2086839530d5b (patch) | |
tree | 3989eb16f355a6b7b21eda9f129e1bcd7f5d2a89 /app-accessibility/yasr | |
parent | profiles: mask net-analyzer/wireshark[doc] on alpha (diff) | |
download | gentoo-d1818df330a374f668db868f1be2086839530d5b.tar.gz gentoo-d1818df330a374f668db868f1be2086839530d5b.tar.bz2 gentoo-d1818df330a374f668db868f1be2086839530d5b.zip |
app-accessibility/yasr: EAPI bump and patches cleanup
Bump EAPI to 6, cleanup patches, remove eutils, move dosed from
src_install to src_prepare (and change it to normal sed -i), allow
building with sys-devel/gettext-0.19.8.1
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Closes: https://github.com/gentoo/gentoo/pull/7583
Diffstat (limited to 'app-accessibility/yasr')
-rw-r--r-- | app-accessibility/yasr/files/yasr-0.6.9-automake113.patch | 2 | ||||
-rw-r--r-- | app-accessibility/yasr/files/yasr-0.6.9-gcc43.patch | 5 | ||||
-rw-r--r-- | app-accessibility/yasr/files/yasr-0.6.9-gettext019.patch (renamed from app-accessibility/yasr/files/yasr-0.6.9-gettext018.patch) | 4 | ||||
-rw-r--r-- | app-accessibility/yasr/files/yasr-0.6.9-remove-m4.patch | 10 | ||||
-rw-r--r-- | app-accessibility/yasr/yasr-0.6.9-r1.ebuild | 42 |
5 files changed, 29 insertions, 34 deletions
diff --git a/app-accessibility/yasr/files/yasr-0.6.9-automake113.patch b/app-accessibility/yasr/files/yasr-0.6.9-automake113.patch index 2fbc32c2e986..0697a17fdc3f 100644 --- a/app-accessibility/yasr/files/yasr-0.6.9-automake113.patch +++ b/app-accessibility/yasr/files/yasr-0.6.9-automake113.patch @@ -1,5 +1,3 @@ -diff --git a/configure.in b/configure.in -index d78e8b2..15e8666 100644 --- a/configure.in +++ b/configure.in @@ -2,11 +2,10 @@ dnl Process this file with autoconf to produce a configure script. diff --git a/app-accessibility/yasr/files/yasr-0.6.9-gcc43.patch b/app-accessibility/yasr/files/yasr-0.6.9-gcc43.patch index ee2b1a6ef7bd..ccff0009e9eb 100644 --- a/app-accessibility/yasr/files/yasr-0.6.9-gcc43.patch +++ b/app-accessibility/yasr/files/yasr-0.6.9-gcc43.patch @@ -1,6 +1,5 @@ -diff -NrU5 yasr-0.6.9.orig/yasr/yasr.h yasr-0.6.9/yasr/yasr.h ---- yasr-0.6.9.orig/yasr/yasr.h 2008-06-29 01:23:44.000000000 +0200 -+++ yasr-0.6.9/yasr/yasr.h 2008-06-29 01:37:00.000000000 +0200 +--- a/yasr/yasr.h ++++ b/yasr/yasr.h @@ -306,22 +306,10 @@ extern void opt_say(int num, int flag); extern void opt_set(int num, void *val); diff --git a/app-accessibility/yasr/files/yasr-0.6.9-gettext018.patch b/app-accessibility/yasr/files/yasr-0.6.9-gettext019.patch index 26337dbc6735..89b2adfcd45f 100644 --- a/app-accessibility/yasr/files/yasr-0.6.9-gettext018.patch +++ b/app-accessibility/yasr/files/yasr-0.6.9-gettext019.patch @@ -1,5 +1,3 @@ -diff --git a/configure.in b/configure.in -index c26f577..d78e8b2 100644 --- a/configure.in +++ b/configure.in @@ -57,7 +57,7 @@ fi @@ -7,7 +5,7 @@ index c26f577..d78e8b2 100644 AM_GNU_GETTEXT(external) -AM_GNU_GETTEXT_VERSION([0.17]) -+AM_GNU_GETTEXT_VERSION([0.18.1]) ++AM_GNU_GETTEXT_VERSION([0.19]) AC_OUTPUT([ m4/Makefile Makefile diff --git a/app-accessibility/yasr/files/yasr-0.6.9-remove-m4.patch b/app-accessibility/yasr/files/yasr-0.6.9-remove-m4.patch index fa05f0791fc2..4c2a345df58b 100644 --- a/app-accessibility/yasr/files/yasr-0.6.9-remove-m4.patch +++ b/app-accessibility/yasr/files/yasr-0.6.9-remove-m4.patch @@ -1,6 +1,5 @@ -diff -Naur yasr-0.6.9.orig/Makefile.am yasr-0.6.9/Makefile.am ---- yasr-0.6.9.orig/Makefile.am 2008-02-02 06:44:05.000000000 -0600 -+++ yasr-0.6.9/Makefile.am 2009-02-06 08:37:07.000000000 -0600 +--- a/Makefile.am ++++ b/Makefile.am @@ -7,7 +7,6 @@ SUBDIRS = \ @@ -14,9 +13,8 @@ diff -Naur yasr-0.6.9.orig/Makefile.am yasr-0.6.9/Makefile.am README-ru -ACLOCAL_AMFLAGS = -I m4 -diff -Naur yasr-0.6.9.orig/configure.in yasr-0.6.9/configure.in ---- yasr-0.6.9.orig/configure.in 2008-02-02 07:09:04.000000000 -0600 -+++ yasr-0.6.9/configure.in 2009-02-06 08:36:43.000000000 -0600 +--- a/configure.in ++++ b/configure.in @@ -59,8 +59,7 @@ AM_GNU_GETTEXT(external) AM_GNU_GETTEXT_VERSION([0.17]) diff --git a/app-accessibility/yasr/yasr-0.6.9-r1.ebuild b/app-accessibility/yasr/yasr-0.6.9-r1.ebuild index 2bf8a4603be6..9c0ccb97b096 100644 --- a/app-accessibility/yasr/yasr-0.6.9-r1.ebuild +++ b/app-accessibility/yasr/yasr-0.6.9-r1.ebuild @@ -1,10 +1,11 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=2 -inherit autotools eutils +EAPI=6 -DESCRIPTION="general-purpose console screen reader" +inherit autotools + +DESCRIPTION="General-purpose console screen reader" HOMEPAGE="http://yasr.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" @@ -16,16 +17,27 @@ IUSE="nls" RDEPEND="" DEPEND="nls? ( sys-devel/gettext )" +PATCHES=( + "${FILESDIR}"/${PN}-0.6.9-automake113.patch + "${FILESDIR}"/${PN}-0.6.9-gettext019.patch + "${FILESDIR}"/${PN}-0.6.9-gcc43.patch + "${FILESDIR}"/${PN}-0.6.9-remove-m4.patch +) + src_prepare() { + default local x=/usr/share/gettext/po/Makefile.in.in - [[ -e $x ]] && cp -f $x po/ #330879 + [[ -e $x ]] && cp -f $x po/ || die #330879 + + rm -r "${S}"/m4 || die - epatch "${FILESDIR}"/${P}-automake113.patch \ - "${FILESDIR}"/${P}-gettext018.patch \ - "${FILESDIR}"/${P}-gcc43.patch \ - "${FILESDIR}"/${P}-remove-m4.patch + sed -i \ + 's:^\(synthesizer=emacspeak server\):#\1: + s:^\(synthesizer port=|/usr/local/bin/eflite\):#\1: + s:^#\(synthesizer=speech dispatcher\):\1: + s:^#\(synthesizer port=127.0.0.1.6560\):\1:' yasr.conf || die - rm -r "${S}"/m4 + mv configure.{in,ac} || die eautoreconf } @@ -36,16 +48,6 @@ src_configure() { $(use_enable nls) } -src_install() { - emake DESTDIR="${D}" install || die - dodoc README ChangeLog AUTHORS BUGS CREDITS - dosed \ - 's:^\(synthesizer=emacspeak server\):#\1: - s:^\(synthesizer port=|/usr/local/bin/eflite\):#\1: - s:^#\(synthesizer=speech dispatcher\):\1: - s:^#\(synthesizer port=127.0.0.1.6560\):\1:' /etc/yasr/yasr.conf -} - pkg_postinst() { elog elog "Speech-dispatcher is configured as the default synthesizer for yasr." |