public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-accessibility/emacspeak-ss/files/, app-accessibility/emacspeak-ss/
@ 2018-03-27 23:36 Aaron Bauman
  0 siblings, 0 replies; 2+ messages in thread
From: Aaron Bauman @ 2018-03-27 23:36 UTC (permalink / raw
  To: gentoo-commits

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} {


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-accessibility/emacspeak-ss/files/, app-accessibility/emacspeak-ss/
@ 2025-02-14  5:18 Sam James
  0 siblings, 0 replies; 2+ messages in thread
From: Sam James @ 2025-02-14  5:18 UTC (permalink / raw
  To: gentoo-commits

commit:     5374db688956561d72046d57d2d19ea2ec68c00a
Author:     NHOrus <jy6x2b32pie9 <AT> yahoo <DOT> com>
AuthorDate: Thu Feb 13 20:23:15 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Feb 14 05:12:58 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5374db68

app-accessibility/emacspeak-ss: add missing includes

Fixes implicit function declarations

Closes: https://bugs.gentoo.org/875479
Signed-off-by: NHOrus <jy6x2b32pie9 <AT> yahoo.com>
Closes: https://github.com/gentoo/gentoo/pull/40561
Signed-off-by: Sam James <sam <AT> gentoo.org>

 .../emacspeak-ss/emacspeak-ss-1.9.1-r2.ebuild      | 34 ++++++++++++++++++++++
 .../emacspeak-ss-1.9.1-missing-includes.patch      | 13 +++++++++
 2 files changed, 47 insertions(+)

diff --git a/app-accessibility/emacspeak-ss/emacspeak-ss-1.9.1-r2.ebuild b/app-accessibility/emacspeak-ss/emacspeak-ss-1.9.1-r2.ebuild
new file mode 100644
index 000000000000..3d805bc0e280
--- /dev/null
+++ b/app-accessibility/emacspeak-ss/emacspeak-ss-1.9.1-r2.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs
+
+DESCRIPTION="Adds support for several speech synthesizers to emacspeak"
+HOMEPAGE="http://leb.net/blinux/"
+SRC_URI="http://leb.net/pub/blinux/emacspeak/blinux/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+
+RDEPEND=">=app-accessibility/emacspeak-18"
+
+PATCHES=(
+	"${FILESDIR}"/gentoo-apollo-fix.patch
+	"${FILESDIR}"/"${P}"-missing-includes.patch
+)
+
+src_prepare() {
+	default
+	tc-export CC
+}
+
+src_install() {
+	emake \
+		prefix="${ED}"/usr \
+		man1dir="${ED}"/usr/share/man/man1 \
+		install
+	dodoc CREDITS ChangeLog OtherSynthesizers TODO TROUBLESHOOTING README*
+}

diff --git a/app-accessibility/emacspeak-ss/files/emacspeak-ss-1.9.1-missing-includes.patch b/app-accessibility/emacspeak-ss/files/emacspeak-ss-1.9.1-missing-includes.patch
new file mode 100644
index 000000000000..8968b13af999
--- /dev/null
+++ b/app-accessibility/emacspeak-ss/files/emacspeak-ss-1.9.1-missing-includes.patch
@@ -0,0 +1,13 @@
+Add missing includes for implicitly declared functions
+https://bugs.gentoo.org/875479
+--- a/ping-apollo.c	2025-02-14 00:18:28.905559670 +0400
++++ b/ping-apollo.c	2025-02-14 00:19:59.617012294 +0400
+@@ -9,6 +9,8 @@
+ #include <sys/time.h>
+ #include <unistd.h>
+ #include <linux/serial.h>
++#include <stdlib.h>
++#include <string.h>
+ 
+ #define DEFAULT_DEVICE "/dev/ttyS0"
+ #define MAXCHARS 128


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-02-14  5:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-14  5:18 [gentoo-commits] repo/gentoo:master commit in: app-accessibility/emacspeak-ss/files/, app-accessibility/emacspeak-ss/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2018-03-27 23:36 Aaron Bauman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox