diff options
author | William Hubbs <williamh@gentoo.org> | 2010-03-02 05:15:03 +0000 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2010-03-02 05:15:03 +0000 |
commit | 093aa2a64cd4c1f8153949364a8c9fdf6be854a8 (patch) | |
tree | cb6c5596045d41be2f9cac55d60327c237dcb60f /app-accessibility/speech-dispatcher | |
parent | Mask >=dev-db/mysql-5.0.83 (bug #307251). (diff) | |
download | gentoo-2-093aa2a64cd4c1f8153949364a8c9fdf6be854a8.tar.gz gentoo-2-093aa2a64cd4c1f8153949364a8c9fdf6be854a8.tar.bz2 gentoo-2-093aa2a64cd4c1f8153949364a8c9fdf6be854a8.zip |
Fixed the patchset for bug #307287.
This also includes the correct fixfor bug #307341.
(Portage version: 2.2_rc63/cvs/Linux i686)
Diffstat (limited to 'app-accessibility/speech-dispatcher')
4 files changed, 11 insertions, 33 deletions
diff --git a/app-accessibility/speech-dispatcher/ChangeLog b/app-accessibility/speech-dispatcher/ChangeLog index 220d5b74f447..e4a26a56ed19 100644 --- a/app-accessibility/speech-dispatcher/ChangeLog +++ b/app-accessibility/speech-dispatcher/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-accessibility/speech-dispatcher # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog,v 1.63 2010/03/01 22:12:37 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog,v 1.64 2010/03/02 05:15:02 williamh Exp $ + + 02 Mar 2010; William Hubbs <williamh@gentoo.org> + speech-dispatcher-0.6.7.ebuild, speech-dispatcher-0.6.7-r1.ebuild, + -files/speech-dispatcher-mutils.patch: + Fixed the patchset for bug #307287. + This also includes the correct fixfor bug #307341. 01 Mar 2010; Patrick Lauer <patrick@gentoo.org> speech-dispatcher-0.6.7-r1.ebuild: diff --git a/app-accessibility/speech-dispatcher/files/speech-dispatcher-mutils.patch b/app-accessibility/speech-dispatcher/files/speech-dispatcher-mutils.patch deleted file mode 100644 index 517c1b753fc6..000000000000 --- a/app-accessibility/speech-dispatcher/files/speech-dispatcher-mutils.patch +++ /dev/null @@ -1,28 +0,0 @@ ---- src/modules/module_utils.h 2008-07-30 10:53:07.000000000 +0200 -+++ src/modules/module_utils.h.new 2010-03-01 18:28:08.000000000 +0100 -@@ -420,9 +420,9 @@ - - - --/* So that gcc doesn't complain */ -+/* So that gcc doesn't complain - int getline(char**, size_t*, FILE*); -- -+*/ - pthread_mutex_t module_stdout_mutex; - - int module_utils_init(void); - ---- src/modules/module_main.c 2008-06-27 14:29:26.000000000 +0200 -+++ src/modules/module_main.c.new 2010-03-01 18:32:16.000000000 +0100 -@@ -21,8 +21,9 @@ - * $Id: speech-dispatcher-mutils.patch,v 1.1 2010/03/01 21:05:52 patrick Exp $ - */ - --/* So that gcc doesn't comply */ -+/* So that gcc doesn't comply - int getline(char**, size_t*, FILE*); -+*/ - - #define PROCESS_CMD(command, function) \ - if (!strcmp(cmd_buf, #command"\n")){ \ diff --git a/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.7-r1.ebuild b/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.7-r1.ebuild index 4e4b8d1a0d81..93b3edce879d 100644 --- a/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.7-r1.ebuild +++ b/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.7-r1.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.7-r1.ebuild,v 1.6 2010/03/01 22:12:37 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.7-r1.ebuild,v 1.7 2010/03/02 05:15:02 williamh Exp $ EAPI="3" -PATCHVER=1 +PATCHVER=2 inherit autotools eutils diff --git a/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.7.ebuild b/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.7.ebuild index f649e4e7ade0..86e453412f5f 100644 --- a/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.7.ebuild +++ b/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.7.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.7.ebuild,v 1.19 2010/02/28 23:50:31 williamh Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.7.ebuild,v 1.20 2010/03/02 05:15:02 williamh Exp $ EAPI="2" -PATCHVER=1 +PATCHVER=2 inherit autotools eutils |