jlec 15/06/22 12:56:09 Modified: gri-2.12.23.ebuild ChangeLog Log: Backport patch for texinfo5, bug #513566 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key E9402A79B03529A2!)
Revision Changes Path 1.8 sci-visualization/gri/gri-2.12.23.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gri/gri-2.12.23.ebuild?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gri/gri-2.12.23.ebuild?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gri/gri-2.12.23.ebuild?r1=1.7&r2=1.8 Index: gri-2.12.23.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sci-visualization/gri/gri-2.12.23.ebuild,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- gri-2.12.23.ebuild 28 Jan 2013 08:38:57 -0000 1.7 +++ gri-2.12.23.ebuild 22 Jun 2015 12:56:09 -0000 1.8 @@ -1,8 +1,8 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gri/gri-2.12.23.ebuild,v 1.7 2013/01/28 08:38:57 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gri/gri-2.12.23.ebuild,v 1.8 2015/06/22 12:56:09 jlec Exp $ -EAPI=4 +EAPI=5 inherit eutils elisp-common @@ -28,7 +28,8 @@ src_prepare() { epatch \ "${FILESDIR}"/${PN}-2.12.18-postscript.patch \ - "${FILESDIR}"/${P}-perl-5.16.patch + "${FILESDIR}"/${P}-perl-5.16.patch \ + "${FILESDIR}"/${P}-texinfo5.patch # Makefile.am contains a call to the missing script that triggers gentoo qa sed -i -e 's|${SHELL} ../missing --run tex|tex|g' \ doc/Makefile.in || die 1.13 sci-visualization/gri/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gri/ChangeLog?rev=1.13&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gri/ChangeLog?rev=1.13&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gri/ChangeLog?r1=1.12&r2=1.13 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sci-visualization/gri/ChangeLog,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- ChangeLog 28 Jan 2013 08:38:57 -0000 1.12 +++ ChangeLog 22 Jun 2015 12:56:09 -0000 1.13 @@ -1,6 +1,10 @@ # ChangeLog for sci-visualization/gri -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gri/ChangeLog,v 1.12 2013/01/28 08:38:57 jlec Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gri/ChangeLog,v 1.13 2015/06/22 12:56:09 jlec Exp $ + + 22 Jun 2015; Justin Lecher <[email protected]> + +files/gri-2.12.23-texinfo5.patch, gri-2.12.23.ebuild: + Backport patch for texinfo5, bug #513566 28 Jan 2013; Justin Lecher <[email protected]> gri-2.12.23.ebuild, metadata.xml:
