diff options
author | Justin Lecher <jlec@gentoo.org> | 2013-04-17 06:26:21 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2013-04-17 06:26:21 +0000 |
commit | b6dce3c7a9bfa02fcd26156cc58d0fe4ddc3abc0 (patch) | |
tree | 95eb29104cbafe9d55cda955c05609c4ca2b2f0c /sci-libs | |
parent | Version bump. (diff) | |
download | gentoo-2-b6dce3c7a9bfa02fcd26156cc58d0fe4ddc3abc0.tar.gz gentoo-2-b6dce3c7a9bfa02fcd26156cc58d0fe4ddc3abc0.tar.bz2 gentoo-2-b6dce3c7a9bfa02fcd26156cc58d0fe4ddc3abc0.zip |
sci-libs/fftw: Add compatibility patch with sys-apps/texinfo-5.1, #464208
(Portage version: 2.2.0_alpha173/cvs/Linux x86_64, signed Manifest commit with key 8009D6F070EB7916)
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/fftw/ChangeLog | 6 | ||||
-rw-r--r-- | sci-libs/fftw/fftw-2.1.5-r8.ebuild | 5 | ||||
-rw-r--r-- | sci-libs/fftw/files/fftw-2.1.5-texinfo5.1.patch | 21 |
3 files changed, 29 insertions, 3 deletions
diff --git a/sci-libs/fftw/ChangeLog b/sci-libs/fftw/ChangeLog index 414502efbabf..8a606ee083a6 100644 --- a/sci-libs/fftw/ChangeLog +++ b/sci-libs/fftw/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-libs/fftw # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/fftw/ChangeLog,v 1.139 2013/03/10 18:47:22 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/fftw/ChangeLog,v 1.140 2013/04/17 06:26:21 jlec Exp $ + + 17 Apr 2013; Justin Lecher <jlec@gentoo.org> fftw-2.1.5-r8.ebuild, + +files/fftw-2.1.5-texinfo5.1.patch: + Add compatibility patch with sys-apps/texinfo-5.1, #464208 *fftw-3.3.3-r2 (10 Mar 2013) diff --git a/sci-libs/fftw/fftw-2.1.5-r8.ebuild b/sci-libs/fftw/fftw-2.1.5-r8.ebuild index 5c9fb80fe02e..d4639172581d 100644 --- a/sci-libs/fftw/fftw-2.1.5-r8.ebuild +++ b/sci-libs/fftw/fftw-2.1.5-r8.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/sci-libs/fftw/fftw-2.1.5-r8.ebuild,v 1.15 2013/02/22 10:11:14 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/fftw/fftw-2.1.5-r8.ebuild,v 1.16 2013/04/17 06:26:21 jlec Exp $ EAPI=4 @@ -51,7 +51,8 @@ src_prepare() { "${FILESDIR}"/${P}-as-needed.patch \ "${FILESDIR}"/${P}-configure.in.patch \ "${FILESDIR}"/${P}-no-test.patch \ - "${FILESDIR}"/${P}-cc.patch + "${FILESDIR}"/${P}-cc.patch \ + "${FILESDIR}"/${P}-texinfo5.1.patch # fix info files for infofile in doc/fftw*info*; do diff --git a/sci-libs/fftw/files/fftw-2.1.5-texinfo5.1.patch b/sci-libs/fftw/files/fftw-2.1.5-texinfo5.1.patch new file mode 100644 index 000000000000..1947bef8f21f --- /dev/null +++ b/sci-libs/fftw/files/fftw-2.1.5-texinfo5.1.patch @@ -0,0 +1,21 @@ + doc/fftw.texi | 6 +++--- + 1 file changed, 3 insertions(+), 3 deletions(-) + +diff --git a/doc/fftw.texi b/doc/fftw.texi +index 90e8bb6..85a7a53 100644 +--- a/doc/fftw.texi ++++ b/doc/fftw.texi +@@ -46,10 +46,10 @@ approved by the Free Software Foundation. + @titlepage + @sp 10 + @comment The title is printed in a large font. +-@title{FFTW User's Manual} ++@title FFTW User's Manual + @subtitle For version @value{VERSION}, @value{UPDATED} +-@author{Matteo Frigo} +-@author{Steven G. Johnson} ++@author Matteo Frigo ++@author Steven G. Johnson + + @c The following two commands start the copyright page. + @page |