public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Aaron Bauman" <bman@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-accessibility/emacspeak-ss/files/, app-accessibility/emacspeak-ss/
Date: Tue, 27 Mar 2018 23:36:05 +0000 (UTC)	[thread overview]
Message-ID: <1522193747.0ac1f8cc793455401fe9dce1b0f86f7150ffb623.bman@gentoo> (raw)

commit:     0ac1f8cc793455401fe9dce1b0f86f7150ffb623
Author:     Marty E. Plummer <hanetzer <AT> startmail <DOT> com>
AuthorDate: Thu Mar 22 12:03:01 2018 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Tue Mar 27 23:35:47 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ac1f8cc

app-accessibility/emacspeak-ss: EAPI bump and patch updates

Bump EAPI to 6, and cleanup the patch a bit. Replace eutils with
toolchain-funcs for tc-export.

Package-Manager: Portage-2.3.24, Repoman-2.3.6
Closes: https://github.com/gentoo/gentoo/pull/7581

 app-accessibility/emacspeak-ss/emacspeak-ss-1.9.1.ebuild     | 12 ++++++++----
 app-accessibility/emacspeak-ss/files/gentoo-apollo-fix.patch | 10 ++++------
 2 files changed, 12 insertions(+), 10 deletions(-)

diff --git a/app-accessibility/emacspeak-ss/emacspeak-ss-1.9.1.ebuild b/app-accessibility/emacspeak-ss/emacspeak-ss-1.9.1.ebuild
index b073c462620..7eb873e8bb7 100644
--- a/app-accessibility/emacspeak-ss/emacspeak-ss-1.9.1.ebuild
+++ b/app-accessibility/emacspeak-ss/emacspeak-ss-1.9.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=4
+EAPI=6
 
-inherit eutils
+inherit toolchain-funcs
 
 DESCRIPTION="adds support for several speech synthesizers to emacspeak"
 HOMEPAGE="http://leb.net/blinux/"
@@ -17,8 +17,12 @@ IUSE=""
 DEPEND=""
 RDEPEND=">=app-accessibility/emacspeak-18"
 
+PATCHES=(
+	"${FILESDIR}"/gentoo-apollo-fix.patch
+)
+
 src_prepare() {
-	epatch "${FILESDIR}"/gentoo-apollo-fix.patch
+	default
 	tc-export CC
 }
 

diff --git a/app-accessibility/emacspeak-ss/files/gentoo-apollo-fix.patch b/app-accessibility/emacspeak-ss/files/gentoo-apollo-fix.patch
index 3d8aa016453..55abe123894 100644
--- a/app-accessibility/emacspeak-ss/files/gentoo-apollo-fix.patch
+++ b/app-accessibility/emacspeak-ss/files/gentoo-apollo-fix.patch
@@ -1,6 +1,5 @@
-diff -Naur emacspeak-ss-1.9.1.old/Makefile.in emacspeak-ss-1.9.1/Makefile.in
---- emacspeak-ss-1.9.1.old/Makefile.in	2000-05-07 18:51:21.000000000 -0500
-+++ emacspeak-ss-1.9.1/Makefile.in	2004-04-22 18:43:20.635283200 -0500
+--- a/Makefile.in
++++ b/Makefile.in
 @@ -3,7 +3,7 @@
  man1dir=@mandir@/man1
  exec_prefix = @exec_prefix@
@@ -10,9 +9,8 @@ diff -Naur emacspeak-ss-1.9.1.old/Makefile.in emacspeak-ss-1.9.1/Makefile.in
  
  INSTALL=@INSTALL@
  VERSION=@VERSION@
-diff -Naur emacspeak-ss-1.9.1.old/apollo.in emacspeak-ss-1.9.1/apollo.in
---- emacspeak-ss-1.9.1.old/apollo.in	2000-05-07 18:27:31.000000000 -0500
-+++ emacspeak-ss-1.9.1/apollo.in	2004-04-22 18:35:09.255401085 -0500
+--- a/apollo.in
++++ b/apollo.in
 @@ -101,7 +101,7 @@
  # write the argument to the synthesizer, and return its response if any
  proc tts_ping {query} {


             reply	other threads:[~2018-03-27 23:36 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-03-27 23:36 Aaron Bauman [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-14  5:18 [gentoo-commits] repo/gentoo:master commit in: app-accessibility/emacspeak-ss/files/, app-accessibility/emacspeak-ss/ Sam James

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1522193747.0ac1f8cc793455401fe9dce1b0f86f7150ffb623.bman@gentoo \
    --to=bman@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox