diff options
author | Christopher Brannon <teiresias@gentoo.org> | 2013-07-26 03:43:15 +0000 |
---|---|---|
committer | Christopher Brannon <teiresias@gentoo.org> | 2013-07-26 03:43:15 +0000 |
commit | 81c8fcd7bfd469b0f3c3cba32d08aafa202836f4 (patch) | |
tree | 6e0a178a1aafa2d1877e99496573b6325f9085d7 /app-accessibility | |
parent | Add pypy2.0 and fix PYTHON_REQ_USE after recent remove of xml use flag. (diff) | |
download | gentoo-2-81c8fcd7bfd469b0f3c3cba32d08aafa202836f4.tar.gz gentoo-2-81c8fcd7bfd469b0f3c3cba32d08aafa202836f4.tar.bz2 gentoo-2-81c8fcd7bfd469b0f3c3cba32d08aafa202836f4.zip |
Remove a patch, because speech-dispatcher-0.7.1-r2 fails to build with
texinfo 5.1 when it is applied. See bug #465806.
(Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key 0x6521e06d)
Diffstat (limited to 'app-accessibility')
3 files changed, 7 insertions, 13 deletions
diff --git a/app-accessibility/speech-dispatcher/ChangeLog b/app-accessibility/speech-dispatcher/ChangeLog index 596bd6925ce0..fddb125e4470 100644 --- a/app-accessibility/speech-dispatcher/ChangeLog +++ b/app-accessibility/speech-dispatcher/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-accessibility/speech-dispatcher # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog,v 1.89 2013/06/30 14:59:37 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog,v 1.90 2013/07/26 03:43:14 teiresias Exp $ + + 26 Jul 2013; Christopher Brannon <teiresias@gentoo.org> + speech-dispatcher-0.7.1-r2.ebuild, -files/speech-dispatcher-0.7.1-doc.patch: + Remove a patch, because speech-dispatcher-0.7.1-r2 fails to build with + texinfo 5.1 when it is applied. See bug #465806. 30 Jun 2013; Justin Lecher <jlec@gentoo.org> speech-dispatcher-0.7.1-r2.ebuild, speech-dispatcher-0.8-r1.ebuild, diff --git a/app-accessibility/speech-dispatcher/files/speech-dispatcher-0.7.1-doc.patch b/app-accessibility/speech-dispatcher/files/speech-dispatcher-0.7.1-doc.patch deleted file mode 100644 index af9b0896c261..000000000000 --- a/app-accessibility/speech-dispatcher/files/speech-dispatcher-0.7.1-doc.patch +++ /dev/null @@ -1,10 +0,0 @@ -Index: speech-dispatcher/doc/Makefile.am -=================================================================== ---- speech-dispatcher.orig/doc/Makefile.am 2010-09-13 17:50:28.000000000 +0200 -+++ speech-dispatcher/doc/Makefile.am 2010-09-13 17:50:36.000000000 +0200 -@@ -1,3 +1,3 @@ - --info_TEXINFOS = ssip.texi speech-dispatcher.texi spd-say.texi --EXTRA_DIST = figures gpl.texi fdl.texi speech-dispatcher-cs.texi speech-dispatcher-cs.texi -+info_TEXINFOS = ssip.texi speech-dispatcher.texi spd-say.texi speech-dispatcher-cs.texi -+EXTRA_DIST = figures gpl.texi fdl.texi diff --git a/app-accessibility/speech-dispatcher/speech-dispatcher-0.7.1-r2.ebuild b/app-accessibility/speech-dispatcher/speech-dispatcher-0.7.1-r2.ebuild index 631e5bcd8c21..c28896b504b2 100644 --- a/app-accessibility/speech-dispatcher/speech-dispatcher-0.7.1-r2.ebuild +++ b/app-accessibility/speech-dispatcher/speech-dispatcher-0.7.1-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 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.7.1-r2.ebuild,v 1.2 2013/06/30 14:59:37 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.7.1-r2.ebuild,v 1.3 2013/07/26 03:43:14 teiresias Exp $ EAPI=5 @@ -35,7 +35,6 @@ DEPEND="${RDEPEND} PATCHES=( "${FILESDIR}"/${P}-pthread.patch - "${FILESDIR}"/${P}-doc.patch "${FILESDIR}"/${P}-gold.patch ) |